Re: including source in jar

2003-11-12 Thread david . garnier
Quoting Alwyn Schoeman <[EMAIL PROTECTED]>: > > On Wed, 2003-11-12 at 09:47, Alain Javier Guarnieri del Gesu wrote: > > > Every user maintaining their own source is what I am trying to > > elminiate with this. > > Wouldn't using something like CVS be a better solution for this? Sure, but: 1. C

Re: including source in jar

2003-11-12 Thread Alwyn Schoeman
On Wed, 2003-11-12 at 09:47, Alain Javier Guarnieri del Gesu wrote: > Every user maintaining their own source is what I am trying to > elminiate with this. Wouldn't using something like CVS be a better solution for this? -- Alwyn Schoeman <[EMAIL PROTECTED]> SMART Communications. ---

Re: including source in jar

2003-11-11 Thread Alain Javier Guarnieri del Gesu
gt; > > > I will start working on it this week. It just seems to me that Maven > > > ought to support the two inevitable output paths, debug and release, > > > but after reading through java, jar, and dist, I'll be able to > > > better comment. > > -O

Re: RE: including source in jar

2003-11-11 Thread aok123
gh" <[EMAIL PROTECTED]> > Date: 2003/11/11 Tue AM 06:48:38 EST > To: "'Maven Users List'" <[EMAIL PROTECTED]> > Subject: RE: including source in jar > > I like the idea of including src etc in the jar.. However, we should also > think about ho

RE: including source in jar

2003-11-11 Thread Eric Pugh
their own source... Eric > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Monday, November 10, 2003 12:43 AM > To: Maven Users List > Subject: Re: including source in jar > > > Building a debug vs non-debug jar does sound like

Re: including source in jar

2003-11-09 Thread dion
Building a debug vs non-debug jar does sound like a good idea. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> wrote on 10/11/2003 03:38:49 AM:

Re: including source in jar

2003-11-09 Thread Alain Javier Guarnieri del Gesu
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2003-11-09 06:50]: > Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> wrote on 09/11/2003 > 12:45:46 PM: > > > * Vikas Phonsa <[EMAIL PROTECTED]> [2003-11-07 21:19]: > > > Can I have the jar goal generate a jar that includes the source code > file > >

Re: including source in jar

2003-11-08 Thread dion
Alain, where did we get with this? Last I remember, my suggest was to use the dist plugin, not the jar plugin. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ Pub Key:http://blogs.codehaus.org/people/dion/public-key.asc Alain Javier Guarnieri del Gesu <[

Re: including source in jar

2003-11-08 Thread Alain Javier Guarnieri del Gesu
* Vikas Phonsa <[EMAIL PROTECTED]> [2003-11-07 21:19]: > Can I have the jar goal generate a jar that includes the source code file > also beside the .class files. I've been asking about creating separate debug and release build targets for some time now. A debug target would have a source jar. Thi

Re: including source in jar

2003-11-07 Thread Leif Nelson
I have this in my maven.xml to generate a separate sources zip, when building a jar. creating sources zip from ${maven.src.dir} excludes="**/**.class" > Enjoy, --Leif At 01:18 PM 11/7/2003 -0800, you wrote: Hi, Can I have the jar goal generate a jar that includes the sou