On Wed, 2002-07-24 at 08:08, Scott Eade wrote:
> Hi,
> 
> Every time I go to use maven it has been totally revamped; it appears to be
> gaining more and more power - excellent work.  I am however running into
> problems...
> 
> All I want to do is to be able to build torque, but I am having trouble
> getting maven working to allow me to do this.
> 
> Here I what I have done:
> 
> 1. I have created build.properties in my win2k home directory and defined:
>     maven.repo.local=C:/maven.repo
>     maven.home=C:/maven
> 
> 2. I have checked jakarta-turbine-maven out from cvs HEAD.
> 
> 3. ant -f build-bootstrap.xml
> While a bunch of errors have occurred, these appear to belong to non-core
> modules (although I can't say that I have checked them all) because the
> result is BUILD SUCCESSFUL.
> 
> >From reading earlier posts I understand that the next step is to install
> maven using:
>     maven maven:install
> Trouble is there is no "maven" to execute.
> 
> Can someone please set me on the one true path.

Right now you have to:

1) set maven.home in ~/build.properties 
2) set maven.repo.local in ~/build.properties
3) set MAVEN_HOME envar
4) add $MAVEN_HOME/bin to your path
5) ant -f build-bootstrap.xml

You should then have a running version of Maven.

> Thanks,
> 
> Scott
> -- 
> Scott Eade
> Backstage Technologies Pty. Ltd.
> Web: http://www.backstagetech.com.au
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


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

Reply via email to