At 10:04 AM +0100 1/18/05, Matthias Wessendorf wrote:
aaaah...,

I just set up my box.
checked out [email] but build fails because
of the old story regarding download of javamail
I run "maven jar:install"

I have forgotten, what to do...
After all works (again) for me,
I will do produce and signing the release,
since I have commit priviledg.

You need to do one of two things:

1) manually install the JARs where Maven wants them:
$MAVEN_LOCAL_REPO/javamail/jars/javamail-1.3.2.jar
$MAVEN_LOCAL_REPO/activation/jars/activation-1.0.2.jar

2) indicate with Maven properties that you want to override those specifications. You can do this on the command line with -D, but I prefer to use a "build.properties" file in the project directory. It would look something like this:

maven.jar.override=on
maven.jar.javamail=/path/to/javamail.jar
maven.jar.activation=/path/to/activation.jar

(You can also specify simply a version number in the value to the override properties, if the jars are in your Maven repository. details at http://maven.apache.org/reference/user-guide.html#Overriding_Stated_Dependencies)

Joe



Thanks!

 -----Original Message-----
 From: Matthias Wessendorf [mailto:[EMAIL PROTECTED]
 Sent: Monday, January 17, 2005 4:20 PM
 To: 'Jakarta Commons Developers List'; 'Dion Gillard'
 Subject: RE: [Email] To release or not to release


+1

 > -----Original Message-----
 > From: Dion Gillard [mailto:[EMAIL PROTECTED]
 > Sent: Monday, January 17, 2005 11:32 AM
 > To: Jakarta Commons Developers List; Corey Scott
 > Subject: Re: [Email] To release or not to release
 >
 >
 > I'm +1.
 >
 >
 > On Mon, 17 Jan 2005 17:12:20 +0800, Corey Scott
 > <[EMAIL PROTECTED]> wrote:
 > > Can someone with commit priviledge please change email over
 > from RC1
 > > to v.1.0?
 > >
 > > The RC has been out for quite a while now and so far there are no
 > > complaints about this.
 > >
 > > There are several other things waiting for this release, e.g. a
 > > proposed change to the jelly email classes (change to
 > Commons Email)
 > > and some proposed extensions to Email itself, so completing the
 > > release would be greatly appreciated.
 > >
 > > Many Thanks,
 > > Corey
 > >
 > >
 >
 ---------------------------------------------------------------------
 > > To unsubscribe, e-mail: [EMAIL PROTECTED]
 > > For additional commands, e-mail:
 [EMAIL PROTECTED]
 > >
 > >
 >
 >
 > --
 > http://www.multitask.com.au/people/dion/
 >
 >
 ---------------------------------------------------------------------
 > 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]



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


--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex


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



Reply via email to