cvs commit: maven maven.xml

2004-03-11 Thread brett
brett 2004/03/11 22:42:13 Modified:.Tag: MAVEN-1_0-BRANCH maven.xml Log: distro fix Revision ChangesPath No revision No revision 1.97.2.22 +14 -1 maven/maven.xml Index: maven.xml

[jira] Closed: (MAVEN-1154) make POM inheritence behave like RC1

2004-03-11 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Thu, 11 Mar 2004 9:53 PM bah... back to where I was... It -was- copying lists in RC1, but not merging them (except for deps), which is what I now have. So this was fixed after all.

cvs commit: maven maven.xml

2004-03-11 Thread brett
brett 2004/03/11 15:55:32 Modified:.Tag: MAVEN-1_0-BRANCH maven.xml Log: fix output path Revision ChangesPath No revision No revision 1.97.2.21 +2 -2 maven/maven.xml Index: maven.xml ===

cvs commit: maven-components/maven-core/src/xsd maven-navigation-1.0.xsd maven-project.xsd

2004-03-11 Thread jvanzyl
jvanzyl 2004/03/11 12:33:34 Removed: maven-core/src/xsd maven-navigation-1.0.xsd maven-project.xsd Log: o the model XSD is now generated by modello o the site navigation xsd isn't part of the core

cvs commit: maven-components/maven-core bootstrap.sh

2004-03-11 Thread jvanzyl
jvanzyl 2004/03/11 12:30:39 Modified:maven-core bootstrap.sh Log: Revision ChangesPath 1.5 +0 -1 maven-components/maven-core/bootstrap.sh Index: bootstrap.sh === RCS file: /home/cvs/maven

Re: Bug in deploy plugin

2004-03-11 Thread Emmanuel Venisse
Done. - Original Message - From: "Kristof Van Cleemput" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 4:38 PM Subject: Bug in deploy plugin Hi, There is a small bug in maven-plugins\deploy\xdocs\changes.xml I can't commit so can somebody change this to

cvs commit: maven-plugins/deploy/xdocs changes.xml

2004-03-11 Thread evenisse
evenisse2004/03/11 08:14:20 Modified:deploy/xdocs changes.xml Log: Fix typo. Revision ChangesPath 1.5 +1 -1 maven-plugins/deploy/xdocs/changes.xml Index: changes.xml === RCS file: /home/cv

Bug in deploy plugin

2004-03-11 Thread Kristof Van Cleemput
Hi, There is a small bug in maven-plugins\deploy\xdocs\changes.xml I can't commit so can somebody change this to PS : Keep up the good work ;-) Regards Kristof

[jira] Created: (MPXDOC-87) xdoc:validate broken

2004-03-11 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MPXDOC-87 Here is an overview of the issue:

RE: Maven doesn't bootstrap with jdk 1.3

2004-03-11 Thread Heritier Arnaud
The problem seems to be corrected for the ChangeLog plugin but I have a similar error for the changes plugin : [exec] java:compile: [exec] [echo] Compiling to E:\Work\Opensources\maven\..\maven-plugins\changes/target/classes [exec] [javac] Compiling 2 source files to E:\W

Re: Maven doesn't bootstrap with jdk 1.3

2004-03-11 Thread Emmanuel Venisse
- Original Message - From: "Emmanuel Venisse" <[EMAIL PROTECTED]> To: "Maven Developers List" <[EMAIL PROTECTED]> Sent: Thursday, March 11, 2004 9:54 AM Subject: Re: Maven doesn't bootstrap with jdk 1.3 > Yes, it's fixed for changelog, but we have other problems on other plugins. > Chan

cvs commit: maven-plugins/pdf/xdocs changes.xml

2004-03-11 Thread evenisse
evenisse2004/03/11 00:59:53 Modified:pdf/xdocs changes.xml Log: Add some action that I ommitted Revision ChangesPath 1.11 +15 -0 maven-plugins/pdf/xdocs/changes.xml Index: changes.xml === RC

Re: Maven doesn't bootstrap with jdk 1.3

2004-03-11 Thread Emmanuel Venisse
Yes, it's fixed for changelog, but we have other problems on other plugins. Changes plugin doesn't compile J2EE plugin failed on tests. ... For your fix on changelog plugin, I think it's a wrong fix. Perhaps, we should add xml-apis and xerces to the junit task in test plugin. Emmanuel - Orig