Hi, I get the source from the svn.
svn co https://svn.canoo.com/trunk/webtest and I still got a very long list of error: --- Will use java Buildfile: build.xml clean: [echo] cleaning ... [mkdir] Created dir: /Users/stevenmak/Work/canoo/svn/webtest/build [mkdir] Created dir: /Users/stevenmak/Work/canoo/svn/webtest/deploy checkForJavadocChanges: checkUpToDates: fetchDependencies: [artifact:dependencies] [WARNING] POM for 'net.sourceforge.htmlunit:htmlunit:pom:2.5:compile' is invalid. It will be ignored for artifact resolution. Reason: Parse error reading POM. Reason: only whitespace content allowed before start tag and not \ud4 (position: START_DOCUMENT seen \ud4... @1:1) [artifact:dependencies] [WARNING] POM for 'net.sourceforge.htmlunit:htmlunit:pom:2.5:compile' is invalid. It will be ignored for artifact resolution. Reason: Parse error reading POM. Reason: only whitespace content allowed before start tag and not \ud4 (position: START_DOCUMENT seen \ud4... @1:1) -generateTaskdef: [mkdir] Created dir: /Users/stevenmak/Work/canoo/svn/webtest/build/classes/generated [templatedoclet] INFO (xdoclet.XDocletMain.start) - Running <template/> [templatedoclet] INFO (xdoclet.TemplateSubTask.engineStarted) - Generating output 'webtest_relaxed_raw.taskdef' using template file 'file:/Users/stevenmak/Work/canoo/svn/webtest/doc/xdoclet/taskdef.xdt'. [templatedoclet] Error parsing File /Users/stevenmak/Work/canoo/svn/webtest/src/main/java/com/canoo/webtest/engine/xpath/XPathHelper.java:Encountered "<" at line 51, column 26. [templatedoclet] Was expecting one of: [templatedoclet] <IDENTIFIER> ... [templatedoclet] "[" ... [templatedoclet] "." ... [templatedoclet] [templatedoclet] Error parsing File /Users/stevenmak/Work/canoo/svn/webtest/src/main/java/com/canoo/webtest/engine/Context.java:Encountered "<" at line 38, column 20. [templatedoclet] Was expecting one of: [templatedoclet] <IDENTIFIER> ... [templatedoclet] "[" ... [templatedoclet] "." ... [templatedoclet] "(" ... [templatedoclet] [templatedoclet] Error parsing File /Users/stevenmak/Work/canoo/svn/webtest/src/main/java/com/canoo/webtest/reporting/StepResult.java:Encountered "<" at line 37, column 27. [templatedoclet] Was expecting one of: [templatedoclet] <IDENTIFIER> ... [templatedoclet] "[" ... [templatedoclet] "." ... [templatedoclet] --- and the list goes on very long.... Regards, Steven Wednesday, May 13, 2009 1:52 AM From:"Michael Habbert" <[email protected]> To:[email protected] Hi Steven, $WEBTEST_HOME/bin/webtest.sh clean develop is working fine on my svn-sources. How did you get the actual sources? mfg Michael Steven Mak schrieb: > Hi all, > > I want to build up some custom steps, therefore I tried to download the source to compile. However, the compilation fails even if I didn't add anything yet. > > From the website, http://webtest.canoo.com/webtest/manual/building.html , I >followed the instruction, but and perform > > cd <WEBTEST_HOME> > bin/webtest.sh full > > But then it gives out a long list of errors, at the end of the build, it says: > > BUILD FAILED > /Users/stevenmak/Work/canoo/svn/webtest/build.xml:147: The following error > occurred while executing this line: > /Users/stevenmak/Work/canoo/svn/webtest/build.xml:468: The following error > occurred while executing this line: > /Users/stevenmak/Work/canoo/svn/webtest/build.xml:490: Compile failed; see > the compiler error output for details. > > Then, I also download the src from http://webtest.canoo.com/webtest/src.zip > and tried to build the source. However, build failed again: > > uildfile: 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: > /Users/stevenmak/Work/canoo/src/pom.xml > [artifact:pom] /Users/stevenmak/Work/canoo/src/pom.xml (No such file or > directory) > > BUILD FAILED > /Users/stevenmak/Work/canoo/src/build.xml:19: Unable to build project: > /Users/stevenmak/Work/canoo/src/pom.xml > > Can anyone help? > > Although I like the idea behind Canoo, I would like to express my frustration on the documentation, which cannot help, or information on some commands is even wrong (or probably outdated). > > Thank you, > Steven > > _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

