[jira] Commented: (MAVEN-502) Upload xmtp 2.0 to remote repo?

2003-08-09 Thread jira
The following comment has been added to this issue: Author: Michal Maczka Created: Tue, 5 Aug 2003 2:26 PM Body: Why to postpone it till 1.1? Either close it with resolution: won't fix or close it. We don't have this artifact and this is not a job for us to care about it. It is cl

Re: CVS Head

2003-08-09 Thread Jason van Zyl
On Thu, 2003-08-07 at 08:14, Rafal Krzewski wrote: > [EMAIL PROTECTED] wrote: > > After a discussion on IRC with Jason this afternoon I've volunteered to > > roll back CVS Head so it has the pre-refactor code + the changes since, > > until Jason can spend some more time on getting the refactor wo

cvs commit: maven/src/plugins-build/faq project.xml

2003-08-09 Thread dion
dion2003/08/07 09:59:41 Modified:src/plugins-build/j2ee Tag: MAVEN_RC1_STABLE plugin.jelly src/plugins-build/jellydoc Tag: MAVEN_RC1_STABLE project.xml src/plugins-build/html2xdoc/src/test/org/apache/maven/html2xdoc Tag: MAVEN_RC1

cvs commit: maven/xdocs/reference project-descriptor.xml

2003-08-09 Thread dion
dion2003/08/05 09:13:38 Modified:xdocs/reference project-descriptor.xml Log: Add docs on sourceModification Revision ChangesPath 1.21 +53 -6 maven/xdocs/reference/project-descriptor.xml Index: project-descriptor.xml

[jira] Updated: (MAVEN-664) [checkstyle plugin]: Unable to get class information for

2003-08-09 Thread jira
The following issue has been updated: Updater: Tim Anderson (mailto:[EMAIL PROTECTED]) Date: Sat, 9 Aug 2003 9:44 AM Comment: replaces the previous patch. Also need to add ${maven.build.dest} to the classpath Changes: Attachment changed to plugin.jelly.patch2 --

[jira] Commented: (MAVEN-271) maven -g does not list goals defined in maven.xml

2003-08-09 Thread jira
The following comment has been added to this issue: Author: Brett Porter Created: Sat, 9 Aug 2003 7:37 AM Body: the way to fix this is to move the maven.xml loading out of attainGoals and into session initialisation. I imagine this is different on HEAD now after the refactoring,

cvs commit: maven/src/java/org/apache/maven StringTool.java DVSLFormatter.java MavenTool.java DVSLPathTool.java

2003-08-09 Thread dion
dion2003/08/07 10:11:49 Removed: src/test/java/org/apache/maven Tag: MAVEN_RC1_STABLE DVSLFormatterTest.java MavenToolTest.java StringToolTest.java DVSLPathToolTest.java src/java/org/apache/maven Tag: MAVEN_RC1_STABLE

[jira] Commented: (MAVEN-575) Plugin loading : prefixing of groupId incorrectly

2003-08-09 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 5 Aug 2003 11:04 AM Body: Is this because you installed xdoclet/jars/xjavadoc-1.2b4.jar and yet set up the dependency for 1.0: xdoclet xjavadoc 1.0 http://xdoclet.sourceforge.net/

[jira] Updated: (MAVEN-541) test-compile doesn't allow for same options as java-compile

2003-08-09 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Sat, 9 Aug 2003 7:36 AM Comment: patches to test plugin - all included from java plugin that were appropriate. Patch also for java plugin - was intending to abstract the functionality, but

[jira] Commented: (MAVEN-575) Plugin loading : prefixing of groupId incorrectly

2003-08-09 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Fri, 8 Aug 2003 2:55 AM Body: yep, the plugin is relying on xdoclet-xjavadoc-x.y.jar being available. It means u don't need to specify that dependency for the plugin. b) Sounds like the best option