where in the maven install docs is build.properties file mentioned? i missed
that completely. is this part of knowing ant well?

--- Warner Onstine <[EMAIL PROTECTED]> wrote:
> Depends on what errors you were getting when trying to run Maven.
> 
> As long as your lib.repo is specified in your build.properties file,
> probably.
> 
> -warner
> 
> ----- Original Message -----
> From: "David Cruwys" <[EMAIL PROTECTED]>
> To: "Turbine Users List" <[EMAIL PROTECTED]>
> Sent: Monday, July 01, 2002 10:36 PM
> Subject: RE: how to install the Maven in Turbine?
> 
> 
> > I found out the hard way that the installers don't work and
> > so proceeded to the jar version which is how my input into
> > this thread started.
> >
> > As an alternative:
> > Can I just download all the Jars from maven.repo.remote
> > (http://jakarta.apache.org/turbine/jars) and expect Turbine
> > to rebuild.
> >
> > -----Original Message-----
> > From: Warner Onstine [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, July 02, 2002 12:57 AM
> > To: Turbine Users List
> > Subject: Re: how to install the Maven in Turbine?
> >
> >
> > At this time they are working on a major upgrade to how Maven does things,
> > so until they finish with it and release b5 I wouldn't touch it.
> >
> > However you should still be able to build using b4.
> > Did you install from the jar version? (Sorry, but those installers should
> be
> > removed, they don't work right now)
> > If you did, what errors are you getting when trying to build?
> >
> > -warner
> >
> > ----- Original Message -----
> > From: "Akmal Sarhan" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, July 01, 2002 12:22 PM
> > Subject: RE: how to install the Maven in Turbine?
> >
> >
> > > I am not sure which version of maven you are using, I am using the 4th
> > beta,
> > > I used to update it from the cvs but I gave up after a while as it
> > > seems that not all the updates work ;-)
> > >
> > > cheers
> > > Akmal
> > >
> > >
> > > >From: Paul Leddy <[EMAIL PROTECTED]>
> > > >Reply-To: "Turbine Users List" <[EMAIL PROTECTED]>
> > > >To: Turbine Users List <[EMAIL PROTECTED]>
> > > >Subject: RE: how to install the Maven in Turbine?
> > > >Date: Mon, 1 Jul 2002 11:23:03 -0700 (PDT)
> > > >
> > > >ditto. dazed and confused.
> > > >
> > > >ps now, i cant find the maven docs that confused me. sorry. 87)
> > > >
> > > >--- David Cruwys <[EMAIL PROTECTED]> wrote:
> > > > > I too cannot get maven to work correctly, If you follow the on-line
> > > > > instructions,
> > > > > they do not work.  I've put my build properties in my user
> directory.
> > > > >
> > > > > I have also but a <property file="${user.home}/build.properties"/>
> > just
> > > >to
> > > > > be sure that the prop file is loaded ok.
> > > > >
> > > > > But maven will not do its stuff.
> > > > >
> > > > >
> > > > >
> > > > > -----Original Message-----
> > > > > From: Akmal Sarhan [mailto:[EMAIL PROTECTED]]
> > > > > Sent: Friday, June 28, 2002 6:37 PM
> > > > > To: [EMAIL PROTECTED]
> > > > > Subject: RE: how to install the Maven in Turbine?
> > > > >
> > > > >
> > > > > your ${user.home} under win2k is correct:USERPROFILE
> > > > >
> > > > >
> > > > > >From: "Duane Adams" <[EMAIL PROTECTED]>
> > > > > >Reply-To: "Turbine Users List" <[EMAIL PROTECTED]>
> > > > > >To: "Turbine Users List" <[EMAIL PROTECTED]>
> > > > > >Subject: RE: how to install the Maven in Turbine?
> > > > > >Date: Fri, 28 Jun 2002 09:54:46 -0400
> > > > > >
> > > > > >I have been having the same problem. I believe it wants an absolute
> > > >path
> > > > > >like:
> > > > > >
> > > > > >if you have maven in:
> > > > > >
> > > > > >c:\tools\maven
> > > > > >
> > > > > >then your user home might be:
> > > > > >
> > > > > >c:\tools
> > > > > >
> > > > > >so maven should look for your build.properties in
> > > >c:\tools\build.properties
> > > > > >
> > > > > >as long as maven knows where to look for the build.properites. I
> > think
> > > >that
> > > > > >is all that matters.
> > > > > >
> > > > > >I still haven't got it to work, but i believe that's the idea.
> > > > > >
> > > > > >Duane
> > > > > >
> > > > > >-----Original Message-----
> > > > > >From: touchmyheart [mailto:[EMAIL PROTECTED]]
> > > > > >Sent: Friday, June 28, 2002 4:48 AM
> > > > > >To: turbine user
> > > > > >Subject: how to install the Maven in Turbine?
> > > > > >
> > > > > >
> > > > > >i follow the page to install the Maven to build the source code of
> > > >Turbine
> > > > > >2.x
> > > > > >http://jakarta.apache.org/turbine/maven/start/install.html
> > > > > >
> > > > > >there is one paragraph in it:
> > > > > >..
> > > > > >Before you begin the JAR installation (the other installers should
> do
> > > >this
> > > > > >automatically for you), you'll need to define two Ant properties in
> > > >your
> > > > > >${user.home}/build.properties file. You'll need to determine the
> > > >location
> > > > > >you want your Maven installation to reside, as well as the location
> > of
> > > >your
> > > > > >JAR repository. If you don't have a ${user.home}/build.properties,
> > > >create a
> > > > > >file that contains the following two lines with appropriate values
> > for
> > > >your
> > > > > >environment:
> > > > > >
> > > > > >lib.repo = /home/kaz/src/lib.repo
> > > > > >maven.home = /home/kaz/maven
> > > > > >..
> > > > > >
> > > > > >__________________________________________________
> > > > > >
> > > > > >1)i dont understand the meaning of ${user.home}
> > > > > >
> > > > > >i am using Windows 2000,i guess it's the same value with
> USERPROFILE?
> > > > > >right?
> > > > > >
> > > > > >2)maven.home = /home/kaz/maven ,i think it's UNIX path format,how
> do
> > i
> > > > > >redefine this in Windows 2000 ?
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >--
> > > > > >To unsubscribe, e-mail:
> > > > > ><mailto:[EMAIL PROTECTED]>
> > > > > >For additional commands, e-mail:
> > > > > ><mailto:[EMAIL PROTECTED]>
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >--
> > > > > >To unsubscribe, e-mail:
> > > > > ><mailto:[EMAIL PROTECTED]>
> > > > > >For additional commands, e-mail:
> > > > > ><mailto:[EMAIL PROTECTED]>
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > _________________________________________________________________
> > > > > MSN Photos is the easiest way to share and print your photos:
> > > > > http://photos.msn.com/support/worldwide.aspx
> > > > >
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > > <mailto:[EMAIL PROTECTED]>
> > > > > For additional commands, e-mail:
> > > > > <mailto:[EMAIL PROTECTED]>
> > > > >
> > > > >
> > > > > CONFIDENTIALITY NOTICE
> > > > > This email is private and confidential and may contain legally
> > > >privileged
> > > > > information. If you are not named above as an addressee it may be
> > > >unlawful
> > > > > for you to read, copy, distribute, disclose or otherwise use the
> > > >information
> > > > > in this email. If you are not the intended recipient of this email
> > > >please
> > > > > destroy it and contact the sender via the switchboard on +353 (0) 1
> > 457
> > > >3299
> > > > > or via e-mail return.
> > > > >
> > > > > Any views or opinions presented are solely those of the author and
> do
> > > >not
> > > > > necessarily represent those of the company or its associated
> companies
> > > >unless
> > > > > otherwise specifically stated.
> > > > >
> > > > >
> > > > >
> > > > > --
> > > > > To unsubscribe, e-mail:
> > > > > <mailto:[EMAIL PROTECTED]>
> > > > > For additional commands, e-mail:
> > > > > <mailto:[EMAIL PROTECTED]>
> > > > >
> > > >
> > > >
> > > >=====
> > > >
> > > >
> > > >__________________________________________________
> > > >Do You Yahoo!?
> > > >Yahoo! - Official partner of 2002 FIFA World Cup
> > > >http://fifaworldcup.yahoo.com
> > > >
> > > >--
> > > >To unsubscribe, e-mail:
> > > ><mailto:[EMAIL PROTECTED]>
> > > >For additional commands, e-mail:
> > > ><mailto:[EMAIL PROTECTED]>
> > >
> > >
> > >
> > >
> > > _________________________________________________________________
> > > MSN Photos is the easiest way to share and print your photos:
> > > http://photos.msn.com/support/worldwide.aspx
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > >
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
> >
> >
> > CONFIDENTIALITY NOTICE
> > This email is private and confidential and may contain legally privileged
> information. If you are not named above as an addressee it may be unlawful
> for you to read, copy, distribute, disclose or otherwise use the information
> in this email. If you are not the intended recipient of this email please
> destroy it and contact the sender via the switchboard on +353 (0) 1 457 3299
> or via e-mail return.
> >
> > Any views or opinions presented are solely those of the author and do not
> necessarily represent those of the company or its associated companies
> unless otherwise specifically stated.
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> >
> >
> 
> 
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 


=====


__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com

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

Reply via email to