cvs commit: maven-plugins/ant/src/plugin-resources/templates build.jelly

2004-07-19 Thread aheritier
aheritier2004/07/19 13:08:57 Modified:ant/src/plugin-resources/templates build.jelly Log: Don't compile tests classes if junit isn't present. Revision ChangesPath 1.22 +6 -3 maven-plugins/ant/src/plugin-resources/templates/build.jelly Index: build.jelly =

cvs commit: maven-plugins/ant/src/plugin-resources/templates build.jelly

2004-07-19 Thread aheritier
aheritier2004/07/19 11:13:09 Modified:ant/src/plugin-resources/templates build.jelly Log: Remove unused code Revision ChangesPath 1.21 +0 -18 maven-plugins/ant/src/plugin-resources/templates/build.jelly Index: build.jelly ==

cvs commit: maven-plugins/ant/src/plugin-resources/templates build.jelly

2004-07-19 Thread aheritier
aheritier2004/07/19 11:12:04 Modified:ant/src/plugin-resources/templates build.jelly Log: Remove old duplicated code to copy resources for tests Revision ChangesPath 1.20 +3 -35 maven-plugins/ant/src/plugin-resources/templates/build.jelly Index: build.jelly

cvs commit: maven-plugins/ant/src/plugin-resources/templates build.jelly

2004-07-19 Thread aheritier
aheritier2004/07/19 11:08:34 Modified:ant/src/plugin-resources/templates build.jelly Log: Replace some && by and in jelly tests Revision ChangesPath 1.19 +3 -3 maven-plugins/ant/src/plugin-resources/templates/build.jelly Index: build.jelly ===

cvs commit: maven-plugins/ant/src/plugin-resources/templates build.jelly

2004-07-04 Thread carlos
carlos 2004/07/04 04:58:21 Modified:ant/src/plugin-resources/templates build.jelly Log: Added testclassesdir property although there's no test source directory as it was incorrectly removed Revision ChangesPath 1.17 +3 -0 maven-plugins/ant/src/plugin-resources

Re: cvs commit: maven-plugins/ant/src/plugin-resources/templates build.jelly

2004-05-18 Thread Jerome Lacoste
On Tue, 2004-05-18 at 17:16, [EMAIL PROTECTED] wrote: > aheritier2004/05/18 14:16:04 > > Modified:ant/src/plugin-resources/templates build.jelly > Log: > - replace "compile" dependency in "javadoc" target with "get-deps" > - add a path reference for libs > - run Junit only if pre

cvs commit: maven-plugins/ant/src/plugin-resources/templates build.jelly

2004-05-18 Thread aheritier
aheritier2004/05/18 14:16:04 Modified:ant/src/plugin-resources/templates build.jelly Log: - replace "compile" dependency in "javadoc" target with "get-deps" - add a path reference for libs - run Junit only if present in ANT (display a warning otherwise) - comment unused downloa

RE: cvs commit: maven-plugins/ant/src/plugin-resources/templates build.jelly

2004-05-18 Thread Jerome Lacoste
On Tue, 2004-05-18 at 05:09, Arnaud Heritier wrote: > Yes, sorry, the log isn't correct. > The problem was that you couldn't call "ant javadoc" direclty because we > used this classpath > > > > > > > > > $${defaulttargetdir}/$${final.name}.jar

RE: cvs commit: maven-plugins/ant/src/plugin-resources/templates build.jelly

2004-05-18 Thread Arnaud Heritier
age d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Envoyé : mardi 18 mai 2004 01:32 > À : Maven Developers List > Objet : Re: cvs commit: maven-plugins/ant/src/plugin-resources/templates > build.jelly > > Huh? > > Javadoc runs off the sources no

Re: cvs commit: maven-plugins/ant/src/plugin-resources/templates build.jelly

2004-05-17 Thread dion_gillard
Huh? Javadoc runs off the sources not off the compiled code. -- dIon Gillard, Multitask Consulting [EMAIL PROTECTED] wrote on 18/05/2004 08:30:28 AM: > aheritier2004/05/17 15:30:28 > > Modified:ant/src/plugin-resources/templates build.jelly > Log: > we can't create the javadoc i

cvs commit: maven-plugins/ant/src/plugin-resources/templates build.jelly

2004-05-17 Thread aheritier
aheritier2004/05/17 15:30:28 Modified:ant/src/plugin-resources/templates build.jelly Log: we can't create the javadoc if the code isn't built. Revision ChangesPath 1.14 +1 -1 maven-plugins/ant/src/plugin-resources/templates/build.jelly Index: build.jelly

cvs commit: maven-plugins/ant/src/plugin-resources/templates build.jelly

2004-05-09 Thread aheritier
aheritier2004/05/09 15:46:12 Modified:ant/src/plugin-resources/templates build.jelly Log: fix a bug with testclassesdir which wasn't valued. Revision ChangesPath 1.13 +1 -0 maven-plugins/ant/src/plugin-resources/templates/build.jelly Index: build.jelly ==