Edd,
Note that java properties files really don't like the traditional Windows path separator '\'; this is a prefix for special characters in Java. In your properties files, you need to use the Unix path separator '/' instead, or a double-backslash '\\' for each separator.
Having said this, I'm not sure that the symptom you'd see of using this syntax would be a failure to find the goal start.test.server, since that goal isn't in your build.properties file. However, it is probably worth trying to fix this first.
-Eric
Edd Dawson wrote:
Hi
I have been trying to follow the getting started instructions at:
http://portals.apache.org/jetspeed-2/getting-started.html
I am trying to install on windows XP My Tomcat version is 4.1 My Java version is 1.4.2_06 I have ant 1.6.2 installed and Maven 1.0.2 and both are in my PATH
Jetspeed has been unpacked to C:\Program Files\Apache Group\jetspeed\ maven is installed in C:\Program Files\Apache Software Foundation\Maven 1.0.2
What i need to know is where i should create a build.properties file as requested in this part of the guide:
"Please set these values in your ${USER_HOME}/build.properties file:"
I created a build.properties in C:\Program Files\Apache Group\jetspeed\ with the values:
org.apache.jetspeed.project.home=C:\Program Files\Apache Group\jetspeed\ org.apache.jetspeed.server.home=C:\Program Files\Apache Group\Tomcat 4.1\ org.apache.jetspeed.catalina.version.major=4 org.apache.jetspeed.server.shared=C:\Program Files\Apache Group\Tomcat 4.1\shared\lib\ org.apache.jetspeed.deploy.war.dir=C:\Program Files\Apache Group\Tomcat 4.1\webapps\ org.apache.jetspeed.services.autodeployment.user=admin org.apache.jetspeed.services.autodeployment.password=password
yet when i run maven start.test.server as required in step 4 i get the following error:
C:\Program Files\Apache Group\jetspeed>maven start.test.server __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2
BUILD FAILED Goal "start.test.server" does not exist in this project. Total time: 4 seconds Finished at: Sun Feb 20 00:45:38 GMT 2005
Where am i going wrong?
thanks Edd
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]