cvs commit: maven-plugins maven.xml

2004-09-03 Thread aheritier
aheritier2004/09/03 15:58:17 Modified:.maven.xml Log: - javadoc build and tests work with maven 1.0.X and j2sdk1.3 or 1.4. Revision ChangesPath 1.14 +1 -1 maven-plugins/maven.xml Index: maven.xml ===

Re: cvs commit: maven-plugins maven.xml

2004-09-02 Thread Dion Gillard
There looks like an easy fix for MAVEN-1434. On Fri, 3 Sep 2004 08:36:08 +0200, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Ok, that's done. > It's MAVEN-1434. > > I'll correct the plugin to make them work with the 1.0 branch. > I think that I use some Jelly functions bugged in maven 1.0 but not

Re: cvs commit: maven-plugins maven.xml

2004-09-02 Thread Arnaud HERITIER
Ok, that's done. It's MAVEN-1434. I'll correct the plugin to make them work with the 1.0 branch. I think that I use some Jelly functions bugged in maven 1.0 but not in 1.1. Arnaud On Fri, 3 Sep 2004 08:51:56 +091800, Brett Porter <[EMAIL PROTECTED]> wrote: > Can you file a bug in JIRA gainst 1.

Re: cvs commit: maven-plugins maven.xml

2004-09-02 Thread Brett Porter
Can you file a bug in JIRA gainst 1.1? I wouldn't recommend testing your plugins against 1.1/HEAD at the moment. Test against 1.0 release or 1.0.1 (the MAVEN-1_0-BRANCH). Once they work there, then you can test them against HEAD. - Brett Quoting Arnaud HERITIER <[EMAIL PROTECTED]>: > I have th

Re: cvs commit: maven-plugins maven.xml

2004-09-02 Thread Arnaud HERITIER
I have the same error if I try to build maven (ant -f build-bootstrap.xml) with the JDK 1.3 java version "1.3.1_11" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_11-b02) Java HotSpot(TM) Client VM (build 1.3.1_11-b02, mixed mode) On Thu, 2 Sep 2004 18:06:19 +0200, Arnaud HERITIE

Re: cvs commit: maven-plugins maven.xml

2004-09-02 Thread Arnaud HERITIER
But I have a problem if I launch plugin:test with a jdk 1.3 : Now loading uncached plugins Finished initializing Plugins! Using userBuildPropertiesFile: C:\Documents and Settings\aheritier\build.properties Using projectPropertiesFile: C:\Work\Opensources\maven-plugins\javadoc\project.properties Us

Re: cvs commit: maven-plugins maven.xml

2004-09-02 Thread Arnaud HERITIER
I found what happens and why I have a difference between home and work. At work I didn't update maven core from several days. I did it and from now javadoc tests work. These dependencies were updated in maven core : - commons-jelly-20040821.000223.jar - commons-jexl-20040821.000101.jar If you can

Re: cvs commit: maven-plugins maven.xml

2004-09-02 Thread Arnaud HERITIER
I just reproduced it at work. The problem must be due to tests : and I modified it to recently but it worked :-( I'll do some tests to see what happens ! Arnaud. On Thu, 2 Sep 2004 09:57:51 -0300, Felipe Leme <[EMAIL PROTECTED]> wrote: > On Thu, 2 Sep 2004 14:20:57 +0200, "Emmanuel Venisse

Re: cvs commit: maven-plugins maven.xml

2004-09-02 Thread Felipe Leme
On Thu, 2 Sep 2004 14:20:57 +0200, "Emmanuel Venisse" <[EMAIL PROTECTED]> wrote: > It fails too for me with jdk1.4. The problem is due to the copy tag in > javadoc:init because the project doen't have a source directory definition > in the project.xml (and source files) I think the plugin should

Re: cvs commit: maven-plugins maven.xml

2004-09-02 Thread Emmanuel Venisse
: 19 seconds Finished at: Thu Sep 02 14:26:25 CEST 2004 Emmanuel - Original Message - From: "Emmanuel Venisse" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Thursday, September 02, 2004 2:20 PM Subject: Re: cvs commit: maven-plug

Re: cvs commit: maven-plugins maven.xml

2004-09-02 Thread Emmanuel Venisse
- Original Message - From: "Felipe Leme" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, September 02, 2004 1:29 PM Subject: Re: cvs commit: maven-plugins maven.xml > On Thu, 2 Sep 200

Re: cvs commit: maven-plugins maven.xml

2004-09-02 Thread Felipe Leme
On Thu, 2 Sep 2004 12:46:02 +0200, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > > Even javadoc/test07? > yes. I updated and tested it this morning. I tested again this morning at home and now at work, and it failed on both. Here is what I'm doing: - go to maven-plugins/javadoc - type maven plug

Re: cvs commit: maven-plugins maven.xml

2004-09-02 Thread Arnaud HERITIER
> > > All tests in javadoc and xdoc work for me with a JDK 1.4. > > Even javadoc/test07? yes. I updated and tested it this morning. > > > === > > D:\Work\Dev\maven-plugins>maven plugins:test-all > > __ __ > > | \/ |__ _Apache__ ___ > > |

Re: cvs commit: maven-plugins maven.xml

2004-09-02 Thread Felipe Leme
On Thu, 2004-09-02 at 03:39, Arnaud HERITIER wrote: > All tests in javadoc and xdoc work for me with a JDK 1.4. Even javadoc/test07? > === > D:\Work\Dev\maven-plugins>maven plugins:test-all > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \

Re: cvs commit: maven-plugins maven.xml

2004-09-02 Thread Dion Gillard
Usually I do On Thu, 2 Sep 2004 08:39:10 +0200, Arnaud HERITIER <[EMAIL PROTECTED]> wrote: > Hi Dion, > > Do you use a JDK 1.3 ? > > All tests in javadoc and xdoc work for me with a JDK 1.4. > > === > D:\Work\Dev\maven-plugins>

Re: cvs commit: maven-plugins maven.xml

2004-09-01 Thread Arnaud HERITIER
Hi Dion, Do you use a JDK 1.3 ? All tests in javadoc and xdoc work for me with a JDK 1.4. === D:\Work\Dev\maven-plugins>maven plugins:test-all __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_|

cvs commit: maven-plugins maven.xml

2004-09-01 Thread dion
dion2004/09/01 18:12:33 Modified:.maven.xml Log: exclude failing plugin Revision ChangesPath 1.13 +1 -1 maven-plugins/maven.xml Index: maven.xml === RCS file: /home/cvs/maven-pl

cvs commit: maven-plugins maven.xml

2004-09-01 Thread dion
dion2004/09/01 18:08:03 Modified:.maven.xml Log: exclude failing plugin Revision ChangesPath 1.12 +1 -1 maven-plugins/maven.xml Index: maven.xml === RCS file: /home/cvs/maven-pl

cvs commit: maven-plugins maven.xml

2004-09-01 Thread dion
dion2004/09/01 18:05:37 Modified:.maven.xml Log: exclude failing plugin Revision ChangesPath 1.11 +1 -1 maven-plugins/maven.xml Index: maven.xml === RCS file: /home/cvs/maven-pl

cvs commit: maven-plugins maven.xml

2004-09-01 Thread dion
dion2004/09/01 18:01:06 Modified:.maven.xml Log: exclude failing plugin Revision ChangesPath 1.10 +1 -1 maven-plugins/maven.xml Index: maven.xml === RCS file: /home/cvs/maven-pl

cvs commit: maven-plugins maven.xml

2004-08-01 Thread dion
dion2004/08/01 05:27:14 Modified:.maven.xml Log: Add back cc plugin Revision ChangesPath 1.9 +1 -1 maven-plugins/maven.xml Index: maven.xml === RCS file: /home/cvs/maven-plugin

Re: cvs commit: maven-plugins maven.xml

2004-08-01 Thread Dion Gillard
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Sent: Thursday, July 29, 2004 5:20 PM > > To: [EMAIL PROTECTED] > > Subject: cvs commit: maven-plugins maven.xml > > > > > > dion2004/07/29 08:19:37 > > > > Modified:.

RE: cvs commit: maven-plugins maven.xml

2004-08-01 Thread Eric Pugh
Is this still valid? I fixed the error in the CC plugin, but it would be good to have someone else confirm it! Eric > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 29, 2004 5:20 PM > To: [EMAIL PROTECTED] > Subject: cv

cvs commit: maven-plugins maven.xml

2004-07-29 Thread dion
dion2004/07/29 08:19:37 Modified:.maven.xml Log: cc plugin is busted temporarily? Revision ChangesPath 1.8 +1 -1 maven-plugins/maven.xml Index: maven.xml === RCS file: /home/cv

cvs commit: maven-plugins maven.xml

2004-06-29 Thread dion
dion2004/06/29 23:49:07 Modified:.maven.xml Log: Dashboard is currently broken in multiproject test mode Revision ChangesPath 1.7 +1 -0 maven-plugins/maven.xml Index: maven.xml =

cvs commit: maven-plugins maven.xml

2004-05-13 Thread dion
dion2004/05/13 05:25:07 Added: .maven.xml Log: Add test-all local goal Revision ChangesPath 1.6 +5 -10 maven-plugins/maven.xml - To unsubscribe, e-mail: [EMAIL PROTECT

cvs commit: maven-plugins maven.xml

2004-02-26 Thread brett
brett 2004/02/26 08:20:59 Modified:.maven.xml Log: quick workaround for scm:perform-release, which checks out to a clean base directory Revision ChangesPath 1.3 +12 -2 maven-plugins/maven.xml Index: maven.xml

cvs commit: maven-plugins maven.xml

2003-10-08 Thread dion
dion2003/10/08 08:44:26 Modified:.maven.xml Log: Remove unneeded calling of overview page Revision ChangesPath 1.2 +0 -4 maven-plugins/maven.xml Index: maven.xml === RCS file: