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

