Re: [mojo-dev] Re: svn commit: r677718 - /maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/resource/ManifestResourceTransformer.java

2008-07-17 Thread Benjamin Bentmann
Wrong list, sorry. Benjamin - To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

[mojo-dev] Re: svn commit: r677718 - /maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/plugins/shade/resource/ManifestResourceTransformer.java

2008-07-17 Thread Benjamin Bentmann
Jason van Zyl wrote: Author: jvanzyl Date: Thu Jul 17 13:48:21 2008 New Revision: 677718 URL: http://svn.apache.org/viewvc?rev=677718&view=rev Log: MSHADE-39: add a resource transformer that takes care of MANIFEST.MF files maven/plugins/trunk/maven-shade-plugin/src/main/java/org/apache/maven/p

[mojo-dev] [jira] Commented: (MCLIRR-14) Fail's checking with a ClassNotFoundException followed by a NullPointerException

2008-07-17 Thread Arnaud Heritier (JIRA)
[ http://jira.codehaus.org/browse/MCLIRR-14?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=142225#action_142225 ] Arnaud Heritier commented on MCLIRR-14: --- To follow the issue in clirr itself : https://sourcefo

[mojo-dev] workingDirectory parameter in selenium-maven-plugin broken?

2008-07-17 Thread ButlerDE58
I was attempting to set the workingDirectory, logOutput and userExensions parameters to set up the selenium:start-server goal in a pom, like this: org.codehaus.mojo selenium-maven-plugin 1.0-beta-3

[mojo-dev] [jira] Created: (MFINDBUGS-62) Site example for multiprojects doesn't work

2008-07-17 Thread Henri Tremblay (JIRA)
Site example for multiprojects doesn't work --- Key: MFINDBUGS-62 URL: http://jira.codehaus.org/browse/MFINDBUGS-62 Project: Maven 2.x FindBugs Plugin Issue Type: Bug Affects Versions: 2.0

[mojo-dev] [jira] Created: (MFINDBUGS-61) Fail on project without any classes

2008-07-17 Thread Henri Tremblay (JIRA)
Fail on project without any classes --- Key: MFINDBUGS-61 URL: http://jira.codehaus.org/browse/MFINDBUGS-61 Project: Maven 2.x FindBugs Plugin Issue Type: Bug Affects Versions: 2.0 Reporter: He

[mojo-dev] [jira] Commented: (MFINDBUGS-47) Upgrade to findbugs 1.3.1

2008-07-17 Thread Henri Tremblay (JIRA)
[ http://jira.codehaus.org/browse/MFINDBUGS-47?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=142210#action_142210 ] Henri Tremblay commented on MFINDBUGS-47: - I think the fix version is wrong on this bug. Sh

[mojo-dev] [jira] Created: (MGROOVY-157) Wrong stubs created for two-dimensional arrays

2008-07-17 Thread Alexander Thiel (JIRA)
Wrong stubs created for two-dimensional arrays -- Key: MGROOVY-157 URL: http://jira.codehaus.org/browse/MGROOVY-157 Project: GMaven Issue Type: Bug Components: stub generation Affects

Re: [mojo-dev] [VOTE] Release Maven CLIRR plugin version 2.2.2

2008-07-17 Thread Jochen Wiedmann
On Thu, Jul 17, 2008 at 3:50 PM, David J. M. Karlsen <[EMAIL PROTECTED]> wrote: > Arnaud HERITIER skrev: > > +1 My +1 as well. -- Look, that's why there's rules, understand? So that you think before you break 'em. -- (Terry Pratchett, Thief of Time) --

Re: [mojo-dev] [VOTE] Release Maven CLIRR plugin version 2.2.2

2008-07-17 Thread David J. M. Karlsen
Arnaud HERITIER skrev: +1 Hi, I would like to perform a bugfix release of the CLIRR Maven Plugin. The new version will be 2.2.2. I deployed a SNAPSHOT timestamped : 2.2.2-20080717.053046-2 - To unsubscri

Re: [mojo-dev] xml-maven-plugin using JDK6

2008-07-17 Thread Jochen Wiedmann
On Thu, Jul 17, 2008 at 2:13 PM, Trygve Laugstøl <[EMAIL PROTECTED]> wrote: >> This was added to fix MOJO-777. What's the consensus on the minimum >> JDK requirements for mojos? The vast majority seem to be written for >> JDK1.4 and slowly moving to JDK5. Is JDK6 acceptable, or should >> reflec

[mojo-dev] [VOTE] Release Maven CLIRR plugin version 2.2.2

2008-07-17 Thread Arnaud HERITIER
Hi, I would like to perform a bugfix release of the CLIRR Maven Plugin. The new version will be 2.2.2. I deployed a SNAPSHOT timestamped : 2.2.2-20080717.053046-2 Closed issue: http://jira.codehaus.org/browse/MCLIRR-14 This issue is quite the same like http://jira.codehaus.org/browse/MCLIRR

Re: [mojo-dev] xml-maven-plugin using JDK6

2008-07-17 Thread Trygve Laugstøl
Mark Hobson wrote: I've just tried to build the xml-maven-plugin under Java5 and noticed that TransformMojo uses a method introduced in JDK6: TransformerFactory.newInstance(String factoryClassName, ClassLoader classLoader) This was added to fix MOJO-777. What's the consensus on the minimum

[mojo-dev] [jira] Commented: (MOJO-1176) PeriodUtils.getDateFromPattern returns wrong Date for "Endof_thisweek" on IBM 1.4.2 JVM

2008-07-17 Thread Duncan Doyle (JIRA)
[ http://jira.codehaus.org/browse/MOJO-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=142157#action_142157 ] Duncan Doyle commented on MOJO-1176: Yes, it works fine in Windows with both Sun and IBM JDK. Yes

[mojo-dev] xml-maven-plugin using JDK6

2008-07-17 Thread Mark Hobson
I've just tried to build the xml-maven-plugin under Java5 and noticed that TransformMojo uses a method introduced in JDK6: TransformerFactory.newInstance(String factoryClassName, ClassLoader classLoader) This was added to fix MOJO-777. What's the consensus on the minimum JDK requirements for

[mojo-dev] [jira] Commented: (MOJO-1176) PeriodUtils.getDateFromPattern returns wrong Date for "Endof_thisweek" on IBM 1.4.2 JVM

2008-07-17 Thread David Vicente (JIRA)
[ http://jira.codehaus.org/browse/MOJO-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=142146#action_142146 ] David Vicente commented on MOJO-1176: - Hi, the same piece of code works fine under Windows OS wit

[mojo-dev] [jira] Assigned: (MOJO-1176) PeriodUtils.getDateFromPattern returns wrong Date for "Endof_thisweek" on IBM 1.4.2 JVM

2008-07-17 Thread David Vicente (JIRA)
[ http://jira.codehaus.org/browse/MOJO-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Vicente reassigned MOJO-1176: --- Assignee: David Vicente > PeriodUtils.getDateFromPattern returns wrong Date for "Endof_thisweek" on