[jira] Commented: (MPIDEA-16) Project source folders based on maven.compile.src.set

2004-12-09 Thread jira
The following comment has been added to this issue: Author: David Jencks Created: Thu, 9 Dec 2004 5:26 PM Body: I haven't been able to predict what plugins might be run to add stuff to the property you mention. Therefore, I think the best approach is the use of a property indica

[jira] Created: (MPPLUGIN-31) Add a goal for uninstalling dependancy plugins

2004-12-09 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPPLUGIN-31 Here is an overview of the issue: - Key

[jira] Created: (MPECLIPSE-61) Support different output folders for differnet source folders

2004-12-09 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPECLIPSE-61 Here is an overview of the issue: - Ke

[jira] Updated: (MAVEN-1532) [PATCH] maven shell script doesn't properly resolve symbolic links

2004-12-09 Thread jira
The following issue has been updated: Updater: James Berry (mailto:[EMAIL PROTECTED]) Date: Thu, 9 Dec 2004 3:16 PM Comment: Patch to bin/maven shell script. Changes: Attachment changed to patch-maven -

[jira] Created: (MPCHECKSTYLE-30) Ability to include test source files

2004-12-09 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPCHECKSTYLE-30 Here is an overview of the issue: -

[jira] Created: (MAVEN-1532) [PATCH] maven shell script doesn't properly resolve symbolic links

2004-12-09 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1532 Here is an overview of the issue: - Key:

[jira] Closed: (MAVEN-1529) Making of base project xml

2004-12-09 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Thu, 9 Dec 2004 2:50 PM There are 2 things you need: 1) use the reactor (via the multiproject plugin) to build them in the correct order 2) you should run a jar:install goal (eg by using multiproject:install

[jira] Closed: (MAVEN-1531) remote repository as file://D:\FIX\VSS\SL2\lib

2004-12-09 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Thu, 9 Dec 2004 2:48 PM is the home of the project, not an automatic download location. You need to add your file:// ... location to the maven.repo.remote property, or use JAR overrides (see MAVEN-1528 tha

[jira] Closed: (MAVEN-1530) upgrade commons-jelly-tags-util to 1.0 or 1.1

2004-12-09 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Thu, 9 Dec 2004 2:46 PM already fixed in CVS HEAD. - View the issue: http://jira.codehaus.org/browse/MAVEN-1530 Here is an overview of th

[jira] Closed: (MAVEN-1528) name of dependency jar file does not respect -.jar pattern

2004-12-09 Thread jira
Message: The following issue has been closed. Resolver: Brett Porter Date: Thu, 9 Dec 2004 2:44 PM I think you want: http://maven.apache.org/reference/user-guide.html#Overriding_Stated_Dependencies JIRA is for issues and bugs, not for questions. Please subscribe to the Maven Users

Re: cvs commit: maven-plugins/ear/xdocs changes.xml

2004-12-09 Thread Brett Porter
for future reference, you can do this at the prepare-release step as well to go straight to 1.6.1. [EMAIL PROTECTED] wrote: felipeal2004/12/09 04:13:01 Modified:ear project.xml ear/xdocs changes.xml Log: changing version to 1.6.1 (as this is going to be a bug release

[jira] Commented: (MAVEN-1526) Regression: build fails because of case problem in dependency

2004-12-09 Thread jira
The following comment has been added to this issue: Author: Ludovic Claude Created: Thu, 9 Dec 2004 12:47 PM Body: And i didn't notice any particular warning, the following is an extract of the output of the ear plugin: ear:init: ear:ear: fa:ear:applicationXml: [echo] Build

[jira] Commented: (MAVEN-1526) Regression: build fails because of case problem in dependency

2004-12-09 Thread jira
The following comment has been added to this issue: Author: Ludovic Claude Created: Thu, 9 Dec 2004 12:41 PM Body: It works also for me with this new plugin. Thanks. - View this comment: http://jira.codehaus.org/

[jira] Created: (MAVEN-1531) remote repository as file://D:\FIX\VSS\SL2\lib

2004-12-09 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1531 Here is an overview of the issue: - Key:

[jira] Commented: (MAVEN-1526) Regression: build fails because of case problem in dependency

2004-12-09 Thread jira
The following comment has been added to this issue: Author: Troy Poppe Created: Thu, 9 Dec 2004 10:29 AM Body: I've tested 1.6.1-SNAPSHOT with my project, and the case sensitivity issues seems to be resolved. -

[jira] Created: (MAVEN-1530) upgrade commons-jelly-tags-util to 1.0 or 1.1

2004-12-09 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1530 Here is an overview of the issue: - Key:

[jira] Created: (MAVEN-1529) Making of base project xml

2004-12-09 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1529 Here is an overview of the issue: - Key:

[jira] Created: (MAVEN-1528) name of dependency jar file does not respect -.jar pattern

2004-12-09 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MAVEN-1528 Here is an overview of the issue: - Key:

Re: New release for ear plugin

2004-12-09 Thread Felipe Leme
Ok, I will be releasing it over the weekend. Meanwhile, you provided a 'pre-release' using the following command: maven plugin:download -Dmaven.repo.remote=http://apache.org/~felipeal/maven_repo -DgroupId=maven -DartifactId=maven-ear-plugin -Dversion=1.6.1-SNAPSHOT So, for those having issues

[jira] Commented: (MAVEN-1526) Regression: build fails because of case problem in dependency

2004-12-09 Thread jira
The following comment has been added to this issue: Author: Felipe Leme Created: Thu, 9 Dec 2004 7:39 AM Body: I will be releasing maven-ear-plugin 1.6.1 over the weekend. Meanwhile, I provided a 'pre-release' to be tested by those having these issues. You can install it using t

[jira] Commented: (MPEAR-9) Dependency case mismatch causes missing dependency without error

2004-12-09 Thread jira
The following comment has been added to this issue: Author: Felipe Leme Created: Thu, 9 Dec 2004 7:37 AM Body: I will be releasing maven-ear-plugin 1.6.1 over the weekend. Meanwhile, I provided a 'pre-release' to be tested by those having these issues. You can install it using t

[jira] Closed: (MPEAR-9) Dependency case mismatch causes missing dependency without error

2004-12-09 Thread jira
Message: The following issue has been closed. Resolver: Felipe Leme Date: Thu, 9 Dec 2004 7:27 AM I'm marking as fixed, but will cut the release only this Saturday - so users will have more time testing it :-) - Vi

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

2004-12-09 Thread felipeal
felipeal2004/12/09 04:13:01 Modified:ear project.xml ear/xdocs changes.xml Log: changing version to 1.6.1 (as this is going to be a bug release) Revision ChangesPath 1.40 +1 -1 maven-plugins/ear/project.xml Index: project.xml =

Re: New release for ear plugin

2004-12-09 Thread Brett Porter
Go ahead with 1.6.1. Felipe Leme wrote: Hi all, Due to the new bugs on the ear plugin (MPEAR-31 and MAVEN-2526/MPEAR-9), I think we should release a new version for the plugin, as soon as we get some confirmation from the users that the problems are fixed. I have a question then: should it be 1.6

New release for ear plugin

2004-12-09 Thread Felipe Leme
Hi all, Due to the new bugs on the ear plugin (MPEAR-31 and MAVEN-2526/MPEAR-9), I think we should release a new version for the plugin, as soon as we get some confirmation from the users that the problems are fixed. I have a question then: should it be 1.6.1 or 1.7? It is mostly a bug fix rel

[jira] Closed: (MPEAR-31) goal ear:generate-ear-descriptor produces invalid application.xml

2004-12-09 Thread jira
Message: The following issue has been closed. - View the issue: http://jira.codehaus.org/browse/MPEAR-31 Here is an overview of the issue: - Key: M

[jira] Created: (MPSCM-36) Integration with VSS

2004-12-09 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://jira.codehaus.org/browse/MPSCM-36 Here is an overview of the issue: - Key: M

[jira] Commented: (MPEAR-31) goal ear:generate-ear-descriptor produces invalid application.xml

2004-12-09 Thread jira
The following comment has been added to this issue: Author: Matthias Müller Created: Thu, 9 Dec 2004 3:39 AM Body: I tested it and everything works fine. Well done, thanks a lot Matthias - View this comment: ht