Re: Eclipse Plugin Mods

2003-10-30 Thread Alain Javier Guarnieri del Gesu
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2003-10-30 14:13]: > Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> wrote on 30/10/2003 > 02:47:50 AM: > > > > There is interest in distributing source and debug jars. > > > > It is something that I would look into doing with Maven, if it would > > b

Re: Eclipse Plugin Mods

2003-10-30 Thread dion
Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> wrote on 30/10/2003 02:47:50 AM: > > There is interest in distributing source and debug jars. > > It is something that I would look into doing with Maven, if it would > be of use to Maven. > > > 1) I'm not thrilled with the naming convention u

Re: Eclipse Plugin Mods

2003-10-30 Thread Alain Javier Guarnieri del Gesu
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2003-10-30 10:46]: > Martin Skopp <[EMAIL PROTECTED]> wrote on 30/10/2003 06:27:56 PM: > > > On Wed, 2003-10-29 at 19:32, [EMAIL PROTECTED] wrote: > > > > * Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> [2003-10-28 > > > > 02:57]: > > > > > artifact

Re: Eclipse Plugin Mods

2003-10-30 Thread dion
Martin Skopp <[EMAIL PROTECTED]> wrote on 30/10/2003 06:27:56 PM: > On Wed, 2003-10-29 at 19:32, [EMAIL PROTECTED] wrote: > > > * Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> [2003-10-28 > > 02:57]: > > > > artifact-debug-1.0.jar > > > > artifact-src-1.0.jar > > > > artifact-doc-1.0.jar

Re: Eclipse Plugin Mods

2003-10-30 Thread Alain Javier Guarnieri del Gesu
* Martin Skopp <[EMAIL PROTECTED]> [2003-10-30 06:15]: > On Wed, 2003-10-29 at 19:32, [EMAIL PROTECTED] wrote: > > > * Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> [2003-10-28 > > 02:57]: artifact-debug-1.0.jar artifact-src-1.0.jar artifact-doc-1.0.jar >> 2) There is

Re: Eclipse Plugin Mods

2003-10-30 Thread Martin Skopp
On Wed, 2003-10-29 at 19:32, [EMAIL PROTECTED] wrote: > > * Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> [2003-10-28 > 02:57]: > > > artifact-debug-1.0.jar > > > artifact-src-1.0.jar > > > artifact-doc-1.0.jar > > > > 2) There is nothing in maven to create these artifacts yet. This shoul

Re: Eclipse Plugin Mods

2003-10-29 Thread Alain Javier Guarnieri del Gesu
* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2003-10-29 14:26]: > Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> wrote on 29/10/2003 > 09:04:35 PM: > > > * Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> [2003-10-28 > 02:57]: > > > I've created an ant script that pulls and builds about a do

Re: Eclipse Plugin Mods

2003-10-29 Thread dion
Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> wrote on 29/10/2003 09:04:35 PM: > * Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> [2003-10-28 02:57]: > > I've created an ant script that pulls and builds about a dozen > > dependencies for my project. Output goes to the local maven > >

Re: Eclipse Plugin Mods

2003-10-29 Thread Alain Javier Guarnieri del Gesu
* Alain Javier Guarnieri del Gesu <[EMAIL PROTECTED]> [2003-10-28 02:57]: > I've created an ant script that pulls and builds about a dozen > dependencies for my project. Output goes to the local maven > repository. For each artifact, I create three files: > > artifact-debug-1.0.jar > artifact-src-

Eclipse Plugin Mods

2003-10-28 Thread Alain Javier Guarnieri del Gesu
Mavens I've created an ant script that pulls and builds about a dozen dependencies for my project. Output goes to the local maven repository. For each artifact, I create three files: artifact-debug-1.0.jar artifact-src-1.0.jar artifact-doc-1.0.jar Now I'd like to hack the Eclipse plugin to detec