[jira] Updated: (MAVEN-1204) maven CLI -o option doesn't set maven.mode.online=false

2004-03-23 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Wed, 24 Mar 2004 1:47 AM Changes: Fix Version changed to 1.0-rc3 - For a full history of the issue, see:

[jira] Updated: (MAVEN-1205) ClassCastException in MavenJellyContext.class

2004-03-23 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Wed, 24 Mar 2004 1:47 AM Changes: Fix Version changed to 1.0-rc3 - For a full history of the issue, see:

[jira] Updated: (MAVEN-1197) NPE in pluginfinder

2004-03-23 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Wed, 24 Mar 2004 1:47 AM Changes: Fix Version changed to 1.0-rc3 - For a full history of the issue, see:

[jira] Closed: (MAVEN-1180) maven -d doesn't work with relative path

2004-03-23 Thread jira
Message: The following issue has been closed. Resolver: Emmanuel Venisse Date: Wed, 24 Mar 2004 1:11 AM Fixed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1180 Here is an overview o

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

2004-03-23 Thread evenisse
evenisse2004/03/23 22:01:09 Modified:src/java/org/apache/maven/cli Tag: MAVEN-1_0-BRANCH App.java Log: MAVEN-1180 Revision ChangesPath No revision No revision 1.37.4.12 +7 -1 maven/src/java/org/apache/maven/cli/App.java In

cvs commit: maven/src/java/org/apache/maven MavenSession.java

2004-03-23 Thread evenisse
evenisse2004/03/23 21:54:08 Modified:src/java/org/apache/maven Tag: MAVEN-1_0-BRANCH MavenSession.java Log: Fix version number Revision ChangesPath No revision No revision 1.18.4.7 +2 -2 maven/src/java/

Re: Maven 1.0 RC2 released

2004-03-23 Thread Chad Brandon
- Original Message - From: "Brett Porter" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 23, 2004 9:10 PM Subject: RE: Maven 1.0 RC2 released > So it works on second run? Thanks for the quick response Brett, Well 2nd run no .

Re: Maven 1.0 RC2 released

2004-03-23 Thread Chad Brandon
Good work guys! one thing does seem to be broken though: I have plugin dependencies within my projects, and with rc1, they would be download when needed and then the goals made available as I was building, but now it seems like if the plugin doesn't already exist in the repository or $MAVEN_HOME/p

cvs commit: maven/xdocs/start install.xml

2004-03-23 Thread brett
brett 2004/03/23 19:05:18 Modified:xdocs/start Tag: MAVEN-1_0-BRANCH install.xml Log: add note about upgrading Revision ChangesPath No revision No revision 1.15.4.3 +7 -0 maven/xdocs/start/install.xml Index: install.xml

[jira] Created: (MAVEN-1207) maven .exe installer should delete $MAVEN_HOME_LOCAL/plugins when installing/uninstalling

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

[jira] Reopened: (MAVEN-224) remote and local repo overrides in project.properties does not work for plugins

2004-03-23 Thread jira
Message: The following issue has been reopened. Reopener: Brett Porter Date: Tue, 23 Mar 2004 9:57 PM ok, gotcha. I think this does work, but I will test before closing again as I didn't test that previously. - Vie

[jira] Commented: (MAVEN-224) remote and local repo overrides in project.properties does not work for plugins

2004-03-23 Thread jira
The following comment has been added to this issue: Author: Colin Sampaleanu Created: Tue, 23 Mar 2004 9:53 PM Body: Brett, Reading your comment, it sounds like you only tried to override the repo in the plugin's project.properties. This is not what I was actually saying was the

[jira] Updated: (MAVEN-1206) Maven doesn't find plugin goals if plugin dependency is downloaded during build

2004-03-23 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Tue, 23 Mar 2004 9:41 PM Changes: assignee changed to Brett Porter Fix Version changed to 1.0-rc3 --

[jira] Created: (MAVEN-1206) Maven doesn't find plugin goals if plugin dependency is downloaded during build

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

RE: Maven 1.0 RC2 released

2004-03-23 Thread Brett Porter
So it works on second run? File an issue in JIRA and I'll fix ASAP. The next release of Maven will not be another 6 months away as there are currently only 19 issues left to resolve for Maven 1.0 :) - Brett > -Original Message- > From: Chad Brandon [mailto:[EMAIL PROTECTED] > Sent: Wedn

cvs commit: maven/announcements 1.0-rc2.ann

2004-03-23 Thread brett
brett 2004/03/23 17:15:57 Modified:xdocs/start Tag: MAVEN-1_0-BRANCH release-notes.xml announcements Tag: MAVEN-1_0-BRANCH 1.0-rc2.ann Log: fix cactus URL Revision ChangesPath No revision No revision 1.1.2.3 +1 -1

Re: Maven 1.0 RC2 released

2004-03-23 Thread John Casey
I've been watching all the JIRA status changes fly by over the past few weeks, and I'd definitely like to thank everyone (especially Brett) who put so much effort into such a dirty job. I'm looking forward to using the new release. Thanks again. -john On Tue, 2004-03-23 at 19:40, Brett Porter

Maven 1.0 RC2 released

2004-03-23 Thread Brett Porter
The Apache Maven team is pleased to announce the release of Maven 1.0 RC2. http://maven.apache.org/start/download.html Maven is a Java project management and project comprehension tool. Maven is based on the concept of a project object model (POM). The intent of Maven is to make intra-project dev

[jira] Commented: (MAVEN-1161) goal mapper does not follow j:import tags

2004-03-23 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 23 Mar 2004 7:46 PM Body: I'm fine with it being scheduled post 1.0 - View this comment: http://jira.codehaus.org/secure/Vie

[jira] Reopened: (MAVEN-1161) goal mapper does not follow j:import tags

2004-03-23 Thread jira
Message: The following issue has been reopened. Reopener: Brett Porter Date: Tue, 23 Mar 2004 7:40 PM sure - but I don't see this happening a lot in the real world so its an edge case. - View the issue: http://ji

[jira] Commented: (MAVEN-1161) goal mapper does not follow j:import tags

2004-03-23 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 23 Mar 2004 7:37 PM Body: Would it be possible to just implement the case where the uri is not an expression and document the expression as a known limitation? --

[jira] Commented: (MAVEN-1161) goal mapper does not follow j:import tags

2004-03-23 Thread jira
The following comment has been added to this issue: Author: dion gillard Created: Tue, 23 Mar 2004 7:36 PM Body: Should we start a list of known issues for maven 1.0? - View this comment: http://jira.codehaus.or

[jira] Created: (MPPDF-7) PDF generation does not utilise proxy settings for external resources

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

[jira] Closed: (MAVEN-224) remote and local repo overrides in project.properties does not work for plugins

2004-03-23 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Tue, 23 Mar 2004 7:24 PM works for me in RC2. You can put project.xml overrides in project.properties for the plugin for the dependencies and the repository. These apply to only that plugin, which is what y

[jira] Closed: (MAVEN-158) Busted taskdefs in maven.xml

2004-03-23 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Tue, 23 Mar 2004 7:23 PM I was able to fix this, but it breaks compatibilty. There is an alternative for how you can do this - you should never need the root classloader for taskdefs any more. Marking won't

[jira] Closed: (MAVEN-206) Running clean jar:install-snapshot in dir with no project.xml succeeds wrongly

2004-03-23 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Tue, 23 Mar 2004 7:22 PM I believe Emmanuel's commit today that checks for a currentVersion will fix this. If not, I don't know if this is something that can be fixed without messing up valid use cases, sho

[jira] Closed: (MAVEN-228) Importing a jelly script used to expose goals definied in it.

2004-03-23 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Tue, 23 Mar 2004 7:20 PM won't fix, see Maven-1161 for reason - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-2

[jira] Closed: (MAVEN-1161) goal mapper does not follow j:import tags

2004-03-23 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Tue, 23 Mar 2004 7:19 PM this is problematic as uri may be an expression which cannot be evaluated at this point. Don't see this being fixed in maven1 ---

[jira] Reopened: (MAVEN-1161) goal mapper does not follow j:import tags

2004-03-23 Thread jira
Message: The following issue has been reopened. Reopener: Brett Porter Date: Tue, 23 Mar 2004 7:18 PM had to rollback change - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1161 Here is

[jira] Closed: (MAVEN-581) dependency id with '-' will fail overriden process

2004-03-23 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Tue, 23 Mar 2004 7:18 PM works for me in beta-10 + - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-581 Here i

[jira] Closed: (MAVEN-876) improve error when extending with a duplicate ID

2004-03-23 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Tue, 23 Mar 2004 7:17 PM this works now - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-876 Here is an overvie

cvs commit: maven/xdocs/start release-notes.xml

2004-03-23 Thread brett
brett 2004/03/23 16:07:53 Modified:xdocsTag: MAVEN-1_0-BRANCH status.xml xdocs/start Tag: MAVEN-1_0-BRANCH release-notes.xml Log: fix error, update status Revision ChangesPath No revision No revision 1.16.4.2 +

[jira] Closed: (MAVEN-956) Install_repo.bat does not work on Win98

2004-03-23 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-956 Here is an overview of the issue:

[jira] Updated: (MAVEN-1016) Test case of extending a project on several levels

2004-03-23 Thread jira
The following issue has been updated: Updater: Brett Porter (mailto:[EMAIL PROTECTED]) Date: Tue, 23 Mar 2004 7:13 PM Changes: environment changed to Fix Version changed to 1.1 Fix Version changed from 1.0-rc3 -

cvs commit: maven-components USE-CASES.txt

2004-03-23 Thread brett
brett 2004/03/23 15:51:19 Modified:.USE-CASES.txt Log: new use cases Revision ChangesPath 1.11 +49 -1 maven-components/USE-CASES.txt Index: USE-CASES.txt === RCS file: /home/cvs/ma

cvs commit: maven/src/test/touchstone-build project.xml

2004-03-23 Thread brett
brett 2004/03/23 15:49:31 Modified:src/test/touchstone-build Tag: MAVEN-1_0-BRANCH project.xml Log: remove unused dependency Revision ChangesPath No revision No revision 1.34.4.4 +1 -12 maven/src/test/touchstone-build/project

cvs commit: maven-components/maven-core/src/main/java/org/apache/maven/plugin/manager DefaultPluginManagerManager.java

2004-03-23 Thread jvanzyl
jvanzyl 2004/03/23 15:44:59 Modified:maven-core/src/main/java/org/apache/maven/plugin/manager DefaultPluginManagerManager.java Log: o separating the creation of the component manager Revision ChangesPath 1.6 +10 -1 maven-components/maven

cvs commit: maven/src/java/org/apache/maven/project Project.java

2004-03-23 Thread brett
brett 2004/03/23 15:43:35 Modified:src/java/org/apache/maven/project Tag: MAVEN-1_0-BRANCH Project.java Log: logging Revision ChangesPath No revision No revision 1.91.4.16 +3 -1 maven/src/java/org/apac

cvs commit: maven/src/java/org/apache/maven/plugin PluginScriptParser.java

2004-03-23 Thread brett
brett 2004/03/23 15:40:41 Modified:src/java/org/apache/maven/plugin Tag: MAVEN-1_0-BRANCH PluginScriptParser.java Log: revert changes for maven-1161. Its rarely useful and is problematic because we can't evaluate any expressions in the URI. Revision

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

2004-03-23 Thread brett
brett 2004/03/23 15:35:35 Modified:src/java/org/apache/maven/plugin Tag: MAVEN-1_0-BRANCH PluginCacheManager.java Log: fix problems if the plugins directory doesn't exist Revision ChangesPath No revision No r

cvs commit: maven maven.xml

2004-03-23 Thread brett
brett 2004/03/23 15:29:42 Modified:.Tag: MAVEN-1_0-BRANCH maven.xml Log: PR: MAVEN-956 make directories one at a time Revision ChangesPath No revision No revision 1.97.2.25 +3 -1 maven/maven.xml Index: maven.xm

cvs commit: maven/announcements 1.0-rc2.ann

2004-03-23 Thread brett
brett 2004/03/23 15:21:51 Modified:xdocsTag: MAVEN-1_0-BRANCH navigation.xml xdocs/start Tag: MAVEN-1_0-BRANCH download.xml install.xml Added: xdocs/start Tag: MAVEN-1_0-BRANCH release-notes.xml announcements Tag: MAVEN-1_0-BRANCH 1.0-rc2.ann

cvs commit: maven/announcements - New directory

2004-03-23 Thread brett
brett 2004/03/23 15:15:39 maven/announcements - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: maven-plugins/jar plugin.jelly

2004-03-23 Thread evenisse
evenisse2004/03/23 12:33:59 Modified:jar plugin.jelly Log: Test if pom.currentVersion exists in POM before the jar generation Revision ChangesPath 1.30 +6 -0 maven-plugins/jar/plugin.jelly Index: plugin.jelly =

[jira] Created: (MPXDOC-90) CVS Access behind a firewall always displays

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

[jira] Updated: (MPXDOC-90) CVS Access behind a firewall always displays

2004-03-23 Thread jira
The following issue has been updated: Updater: Corey Tripp (mailto:[EMAIL PROTECTED]) Date: Tue, 23 Mar 2004 12:53 PM Comment: Here is a patch to add the cvs check. Changes: Attachment changed to cvs-usage.patch --

cvs commit: maven-components/maven-mboot TODO.txt

2004-03-23 Thread jvanzyl
jvanzyl 2004/03/23 08:51:51 Modified:maven-mboot TODO.txt Log: Revision ChangesPath 1.8 +3 -1 maven-components/maven-mboot/TODO.txt Index: TODO.txt === RCS file: /home/cvs/maven-component

RE: cvs commit: maven-plugins/aspectwerkz/xdocs changes.xml

2004-03-23 Thread Vincent Massol
Thanks Brett! Sorry for the trouble, I had forgotten about the XML parser in JDK 1.4... :-) -Vincent > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 22 March 2004 04:41 > To: [EMAIL PROTECTED] > Subject: cvs commit: maven-plugins/aspectwerkz/xdocs changes.