[Webtest] Problems building webtest from source

Petter Måhlén webtest@lists.canoo.com
Thu, 30 Mar 2006 15:22:18 +0200


Hi,

I tried adding that, but no luck, the system still cannot find the 'pom.xml'
file.

/ Petter 

> -----Original Message-----
> From: webtest-admin@lists.canoo.com 
> [mailto:webtest-admin@lists.canoo.com] On Behalf Of Philippe Schoch
> Sent: Thursday, March 30, 2006 12:29 PM
> To: webtest@lists.canoo.com
> Subject: Re: [Webtest] Problems building webtest from source
> 
> Hi,
> 
> just recently I encountered the same problem. My solution was 
> to insert 
> a command in the build.xml file (just after the property 
> definitions) to 
> set the desired proxy.
> 
> <setproxy socksproxyhost="socks-gw" socksproxyport="1080"/>
> 
> For running the selftest (as in the end of the build process) 
> I had to 
> remove the command again. But it worked out.
> 
> Greets,
> Phil
> 
> Petter Måhlén schrieb:
> > Hi,
> >
> > I have a problem trying to build webtest from the sources - 
> both the 2.0
> > ones and the latest snapshot available: 
> >
> > $ ant
> > Buildfile: build.xml
> > [artifact:pom] An error has occurred while processing the 
> Maven artifact
> > tasks.
> > [artifact:pom]  Diagnosis:
> > [artifact:pom] 
> > [artifact:pom] Unable to build project:
> > C:\cygwin\home\petter\software\canoo-webtest-20060330\pom.xml
> > [artifact:pom] 
> C:\cygwin\home\petter\software\canoo-webtest-20060330\pom.xml
> > (The system cannot find the file specified)
> > [artifact:pom] 
> >
> > I tried just creating a dummy pom.xml, but that means that 
> a lot of other
> > ant tasks fail due to empty filelists:
> >
> > <project>
> >   <modelVersion>4.0.0</modelVersion>
> >   <groupId>com.mycompany.project</groupId>
> >   <artifactId>project-model</artifactId>
> >   <version>1.0-SNAPSHOT</version>
> >
> >   <dependencies>
> >   </dependencies>
> > </project>
> >
> > How do I solve this problem?
> >
> > Thanks,
> >
> > Petter
> >
> > Cell: +46 704 40 30 25
> > Direct: +46 8 442 75 95
> > Fax: +46 8 24 05 08
> > www.jadestone.se
> > Björns Trädgårdsgränd 1, 116 21 Stockholm, Sweden
> >
> > _______________________________________________
> > WebTest mailing list
> > WebTest@lists.canoo.com
> > http://lists.canoo.com/mailman/listinfo/webtest
> >   
> 
>