Thanks all for pointing out where to put my build.properties file and
that i should use \\ rather than just \

However i still get the following:

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

I don't have a maven.xml file anywhere relating to jetspeed.. I am a
complete novice to Maven here :S

thanks
Edd


On Sat, 19 Feb 2005 19:32:37 -0900, Hema Menon <[EMAIL PROTECTED]> wrote:
> The build.properties should be present in your user home. On windows,
> it usually is in C:\Documents and Settings\<user> folder.
> 
> The goal start.test.server should be present in your maven.xml file as
> shown below:
> 
> <goal name="start.test.server">
>         <echo message="====================================" />
>         <echo message="        Testing Database            " />
>         <echo message="====================================" />
>          <java classname="org.hsqldb.Server" fork="yes">
>           <classpath>
>             <path refid="maven.dependency.classpath"/>
>             <pathelement path="${maven.build.dest}"/>
>           </classpath>
> 
> Hema
> 
> 
> On Sun, 20 Feb 2005 01:22:28 +0000, Edd Dawson <[EMAIL PROTECTED]> 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]
> >
> >
> 
> --
> 
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Hema Menon
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to