|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (MSHITTY-33) Maven SHITTY Plugin fails when used with Maven 2.1.0 (Needs to update internal plugin metadata)Maven SHITTY Plugin fails when used with Maven 2.1.0 (Needs to update internal plugin metadata)
----------------------------------------------------------------------------------------------- Key: MSHITTY-33 URL: http://jira.codehaus.org/browse/MSHITTY-33 Project: Maven 2.x SHITTY Plugin Issue Type: Bug Components: Test Affects Versions: 1.0-alpha-3 Environment: Ubuntu 8.10, Maven 2.1.0, JDK 1.6.0u10 Reporter: Joshua Suereth Assignee: Jason Dillon I just upgraded to Maven 2.1.0 and I"m getting the following error in the integration test logs when running my "Super Helpful Integration Testing ThingY" (SHITTY) integration tests - OUT: org.apache.maven.lifecycle.LifecycleExecutionException: Internal error in the plugin manager getting plugin 'org.scala-tools:maven-scala-plugin': Plugin 'org.scala-tools:maven-scala-plugin:testing' has an invalid descriptor: OUT: 1) Plugin's descriptor contains the wrong version: 2.10.1 OUT: at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1521) It looks like the internal plugin metadata is not up-to-date. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Updated: (MSHITTY-33) Maven SHITTY Plugin fails when used with Maven 2.1.0 (Needs to update internal plugin metadata)[ http://jira.codehaus.org/browse/MSHITTY-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Samuel Le Berrigaud updated MSHITTY-33: --------------------------------------- Attachment: MSHITTY-33.patch Here is a fix I wrote that makes things work. I didn't much tests in the maven-shitty-plugin so I didn't write any. Can someone review the patch and let me know if you'd like me to do anymore work on it... I'd personally like to see a release with that issue fix fairly soon, so anyway I can help to fix this issue let me know. > Maven SHITTY Plugin fails when used with Maven 2.1.0 (Needs to update internal plugin metadata) > ----------------------------------------------------------------------------------------------- > > Key: MSHITTY-33 > URL: http://jira.codehaus.org/browse/MSHITTY-33 > Project: Maven 2.x SHITTY Plugin > Issue Type: Bug > Components: Test > Affects Versions: 1.0-alpha-3 > Environment: Ubuntu 8.10, Maven 2.1.0, JDK 1.6.0u10 > Reporter: Joshua Suereth > Assignee: Jason Dillon > Attachments: MSHITTY-33.patch > > > I just upgraded to Maven 2.1.0 and I"m getting the following error in the integration test logs when running my "Super Helpful Integration Testing ThingY" (SHITTY) integration tests - > OUT: org.apache.maven.lifecycle.LifecycleExecutionException: Internal error in the plugin manager getting plugin 'org.scala-tools:maven-scala-plugin': Plugin 'org.scala-tools:maven-scala-plugin:testing' has an invalid descriptor: > OUT: 1) Plugin's descriptor contains the wrong version: 2.10.1 > OUT: at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1521) > It looks like the internal plugin metadata is not up-to-date. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Commented: (MSHITTY-33) Maven SHITTY Plugin fails when used with Maven 2.1.0 (Needs to update internal plugin metadata)[ http://jira.codehaus.org/browse/MSHITTY-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=196697#action_196697 ] Michael Pilquist commented on MSHITTY-33: ----------------------------------------- +1 for a release of 1.0-alpha-4 with the previously attached patch. This is a critical issue for builds that use this plugin and Maven 2.1.x or 2.2.x. > Maven SHITTY Plugin fails when used with Maven 2.1.0 (Needs to update internal plugin metadata) > ----------------------------------------------------------------------------------------------- > > Key: MSHITTY-33 > URL: http://jira.codehaus.org/browse/MSHITTY-33 > Project: Maven 2.x SHITTY Plugin > Issue Type: Bug > Components: Test > Affects Versions: 1.0-alpha-3 > Environment: Ubuntu 8.10, Maven 2.1.0, JDK 1.6.0u10 > Reporter: Joshua Suereth > Assignee: Jason Dillon > Attachments: MSHITTY-33.patch > > > I just upgraded to Maven 2.1.0 and I"m getting the following error in the integration test logs when running my "Super Helpful Integration Testing ThingY" (SHITTY) integration tests - > OUT: org.apache.maven.lifecycle.LifecycleExecutionException: Internal error in the plugin manager getting plugin 'org.scala-tools:maven-scala-plugin': Plugin 'org.scala-tools:maven-scala-plugin:testing' has an invalid descriptor: > OUT: 1) Plugin's descriptor contains the wrong version: 2.10.1 > OUT: at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1521) > It looks like the internal plugin metadata is not up-to-date. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Commented: (MSHITTY-33) Maven SHITTY Plugin fails when used with Maven 2.1.0 (Needs to update internal plugin metadata)[ http://jira.codehaus.org/browse/MSHITTY-33?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=196717#action_196717 ] Michael Pilquist commented on MSHITTY-33: ----------------------------------------- As a correction to the existing patch, ant.unzip and ant.zip should be replaced by ant.unjar and ant.jar. Otherwise, the JAR manifest is no longer the first file in the JAR, and hence JarInputStream returns null for getManifest(). > Maven SHITTY Plugin fails when used with Maven 2.1.0 (Needs to update internal plugin metadata) > ----------------------------------------------------------------------------------------------- > > Key: MSHITTY-33 > URL: http://jira.codehaus.org/browse/MSHITTY-33 > Project: Maven 2.x SHITTY Plugin > Issue Type: Bug > Components: Test > Affects Versions: 1.0-alpha-3 > Environment: Ubuntu 8.10, Maven 2.1.0, JDK 1.6.0u10 > Reporter: Joshua Suereth > Assignee: Jason Dillon > Attachments: MSHITTY-33.patch > > > I just upgraded to Maven 2.1.0 and I"m getting the following error in the integration test logs when running my "Super Helpful Integration Testing ThingY" (SHITTY) integration tests - > OUT: org.apache.maven.lifecycle.LifecycleExecutionException: Internal error in the plugin manager getting plugin 'org.scala-tools:maven-scala-plugin': Plugin 'org.scala-tools:maven-scala-plugin:testing' has an invalid descriptor: > OUT: 1) Plugin's descriptor contains the wrong version: 2.10.1 > OUT: at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1521) > It looks like the internal plugin metadata is not up-to-date. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Updated: (MSHITTY-33) Maven SHITTY Plugin fails when used with Maven 2.1.0 (Needs to update internal plugin metadata)[ http://jira.codehaus.org/browse/MSHITTY-33?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthew Hughes updated MSHITTY-33: ---------------------------------- Attachment: fix.diff The first patch kind of works, but since it just uses unzip/zip to deal with the JARs the JAR is not technically correct as the MANIFEST.MF is not the first entry in the JAR (which it is required to be). This patch fixes the first patch by using ant.jar, ant.unjar. > Maven SHITTY Plugin fails when used with Maven 2.1.0 (Needs to update internal plugin metadata) > ----------------------------------------------------------------------------------------------- > > Key: MSHITTY-33 > URL: http://jira.codehaus.org/browse/MSHITTY-33 > Project: Maven 2.x SHITTY Plugin > Issue Type: Bug > Components: Test > Affects Versions: 1.0-alpha-3 > Environment: Ubuntu 8.10, Maven 2.1.0, JDK 1.6.0u10 > Reporter: Joshua Suereth > Assignee: Jason Dillon > Attachments: fix.diff, MSHITTY-33.patch > > > I just upgraded to Maven 2.1.0 and I"m getting the following error in the integration test logs when running my "Super Helpful Integration Testing ThingY" (SHITTY) integration tests - > OUT: org.apache.maven.lifecycle.LifecycleExecutionException: Internal error in the plugin manager getting plugin 'org.scala-tools:maven-scala-plugin': Plugin 'org.scala-tools:maven-scala-plugin:testing' has an invalid descriptor: > OUT: 1) Plugin's descriptor contains the wrong version: 2.10.1 > OUT: at org.apache.maven.lifecycle.DefaultLifecycleExecutor.verifyPlugin(DefaultLifecycleExecutor.java:1521) > It looks like the internal plugin metadata is not up-to-date. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free embeddable forum powered by Nabble | Forum Help |