You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Sam Ruby <ru...@us.ibm.com> on 2002/05/01 02:31:46 UTC

Re: FW: Quick! convert all your projects to maven!

I have yet to be able to build Maven.

- Sam Ruby


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Quick! convert all your projects to maven!

Posted by Berin Loritsch <bl...@apache.org>.
Jon Scott Stevens wrote:
> on 4/30/02 5:31 PM, "Sam Ruby" <ru...@us.ibm.com> wrote:
> 
> 
>>I have yet to be able to build Maven.
>>
>>- Sam Ruby
> 
> 
> echo "maven.home=${user.home}/maven" >> ~/build.properties

That's an extra step that we don't need.  See if you can
build without it.



-- 

"They that give up essential liberty to obtain a little temporary safety
  deserve neither liberty nor safety."
                 - Benjamin Franklin


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Quick! convert all your projects to maven!

Posted by Jon Scott Stevens <jo...@latchkey.com>.
on 4/30/02 5:31 PM, "Sam Ruby" <ru...@us.ibm.com> wrote:

> I have yet to be able to build Maven.
> 
> - Sam Ruby

echo "maven.home=${user.home}/maven" >> ~/build.properties
cvs co jakarta-turbine-maven
cd jakarta-turbine-maven
ant -f build-bootstrap.xml

Seems pretty easy to me.

-jon


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Quick! convert all your projects to maven!

Posted by Jon Scott Stevens <jo...@latchkey.com>.
on 4/30/02 5:31 PM, "Sam Ruby" <ru...@us.ibm.com> wrote:

> I have yet to be able to build Maven.
> 
> - Sam Ruby

echo "maven.home=${user.home}/maven" >> ~/build.properties
cvs co jakarta-turbine-maven
cd jakarta-turbine-maven
ant -f build-bootstrap.xml

Seems pretty easy to me.

-jon


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>