cvs commit: maven-plugins/linkcheck plugin.properties

2004-04-01 Thread brett
brett 2004/04/01 19:48:57 Modified:castor/xdocs tags.xml changelog plugin.properties project.xml cruisecontrol plugin.properties cruisecontrol/xdocs properties.xml developer-activity plugin.properties ear/xdocs

cvs commit: maven-plugins/dashboard/src/plugin-test/subproject1 project.xml

2004-04-01 Thread brett
brett 2004/04/01 19:48:30 Modified:dashboard/src/plugin-test project.xml dashboard/src/plugin-test/subproject1 project.xml Log: dependency correction Revision ChangesPath 1.4 +8 -1 maven-plugins/dashboard/src/plugin-test/project.xml Index:

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

2004-04-01 Thread brett
brett 2004/04/01 19:47:05 Modified:pdf plugin.jelly project.xml pdf/xdocs changes.xml Log: fix execution errors under JDK 1.3 Revision ChangesPath 1.19 +1 -0 maven-plugins/pdf/plugin.jelly Index: plugin.jelly

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

2004-04-01 Thread brett
brett 2004/04/01 19:45:57 Modified:scm plugin.jelly project.xml scm/xdocs changes.xml Log: improve messages given Revision ChangesPath 1.10 +2 -2 maven-plugins/scm/plugin.jelly Index: plugin.jelly

cvs commit: maven/src/java/org/apache/maven/plugin JellyScriptHousing.java PluginCacheManager.java PluginManager.java

2004-04-01 Thread brett
brett 2004/04/01 19:42:25 Modified:src/java/org/apache/maven/plugin Tag: MAVEN-1_0-BRANCH JellyScriptHousing.java PluginCacheManager.java PluginManager.java Log: artifact Id cache Revision ChangesPath No

[jira] Commented: (MPWAR-24) war:init invokes java:compile twice

2004-04-01 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Thu, 1 Apr 2004 9:46 PM Body: Brett/Vincent, if you like I can do this one, as I've been making changes to the war plugin lately. -

[jira] Created: (MPWAR-24) war:init invokes java:compile twice

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

[jira] Commented: (MAVEN-1213) Bootstrap fails on jdk1.3

2004-04-01 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Thu, 1 Apr 2004 7:36 PM Body: 1.5 on Solaris, 1.5.3-1 on Windows. Shouldn't matter, the J2EE tests are run inside Maven, which is 1.5.3-1 ---

cvs commit: maven-components/maven-plugins/maven-hello-plugin/src/main/resources/META-INF/maven plugin.xml

2004-04-01 Thread jvanzyl
jvanzyl 2004/04/01 16:14:35 Modified:maven-plugins/maven-hello-plugin/src/main/resources/META-INF/maven plugin.xml Log: o hello goal doesn't require dependency resolution. Revision ChangesPath 1.4 +1 -0 maven-components/maven-plugins/ma

cvs commit: maven-components/maven-core/src/main/java/org/apache/maven/plugin/descriptor GoalDescriptor.java

2004-04-01 Thread jvanzyl
jvanzyl 2004/04/01 16:13:07 Modified:maven-core/src/main/java/org/apache/maven/plugin/descriptor GoalDescriptor.java Log: o does the goal require dependency resolution in order to execute, by default we will assume yes. But for things like "clean" we don't

[jira] Commented: (MAVEN-1213) Bootstrap fails on jdk1.3

2004-04-01 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Thu, 1 Apr 2004 6:28 PM Body: Which version of Ant are you using? - View this comment: http://jira.codehaus.org/secure/ViewIssue.

[jira] Commented: (MAVEN-1213) Bootstrap fails on jdk1.3

2004-04-01 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Thu, 1 Apr 2004 6:08 PM Body: still fails with the compilation error or the J2EE problem? I've built this on Windows with JDK 1.3.1_06, and have built it from a clean checkout on Solaris with JDK 1.

RE: PDF doc not updated

2004-04-01 Thread Brett Porter
I thought dion republished all of the plugin sites... > -Original Message- > From: Arnaud Heritier [mailto:[EMAIL PROTECTED] > Sent: Friday, 2 April 2004 8:23 AM > To: 'Maven Developers List' > Subject: RE: PDF doc not updated > > > No problem for me. > > Maybe under sourceforge maven-

RE: PDF doc not updated

2004-04-01 Thread Arnaud Heritier
No problem for me. Maybe under sourceforge maven-plugins ?? If you don't want to maintain it, I think that it should be good idea. Up until now I sent a lot of patch to Emmanuel who applied them. It's the dev team who choose what you prefer. Arnaud. > -Message d'origine- > DeĀ : Jason

Re: PDF doc not updated

2004-04-01 Thread Jason van Zyl
On Thu, 2004-04-01 at 05:28, Heritier Arnaud wrote: > Hi guys, > > The web site was updated the 30th March but the PDF Documentation was genrated > the 04th February. > > Can you update it please ? Why don't we move the PDF plugin somewhere else? > > Arnaud > > --

[jira] Updated: (MAVEN-1216) NoClassDefFoundError for org/jaxen/JaxenException and org/saxpath/SAXPathException

2004-04-01 Thread jira
The following issue has been updated: Updater: Vladimir Kralik (mailto:[EMAIL PROTECTED]) Date: Thu, 1 Apr 2004 9:53 AM Comment: Simple Hello World plugin Changes: Attachment changed to hello.tar.gz ---

[jira] Created: (MAVEN-1216) NoClassDefFoundError for org/jaxen/JaxenException and org/saxpath/SAXPathException

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

PDF doc not updated

2004-04-01 Thread Heritier Arnaud
Hi guys, The web site was updated the 30th March but the PDF Documentation was genrated the 04th February. Can you update it please ? Arnaud - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

cvs commit: maven/src/java/org/apache/maven/cli App.java

2004-04-01 Thread dion
dion2004/04/01 00:09:31 Modified:src/java/org/apache/maven/cli Tag: MAVEN-1_0-BRANCH App.java Log: Remove unnecessary Exception from throws list CVS: -- CVS: PR: CVS: If this change addresses a PR in t