[jira] Commented: (MDEPLOY-101) Deploying javadoc or sources file without generating POM causes NPE in VersionExpressionTransformation.transformVersions(VersionExpressionTransformation.java:203)

2009-07-27 Thread rt15 (JIRA)

[ 
http://jira.codehaus.org/browse/MDEPLOY-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=184984#action_184984
 ] 

rt15 commented on MDEPLOY-101:
--

Same as http://jira.codehaus.org/browse/MDEPLOY-84.

 Deploying javadoc or sources file without generating POM causes NPE in 
 VersionExpressionTransformation.transformVersions(VersionExpressionTransformation.java:203)
 --

 Key: MDEPLOY-101
 URL: http://jira.codehaus.org/browse/MDEPLOY-101
 Project: Maven 2.x Deploy Plugin
  Issue Type: Bug
  Components: deploy:deploy-file
 Environment: Apache Maven 2.1.0 (r755702; 2009-03-18 20:10:27+0100)
 Java version: 1.6.0_07
 Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
 Default locale: en_US, platform encoding: MacRoman
 OS name: mac os x version: 10.5.6 arch: x86_64 Family: mac
Reporter: Martin Burger

 If I deploy a sources or javadoc file (with proper classifier set) 
 without generating a POM (generatePom=false), Maven throws a 
 NullPointerException:
 $ mvn deploy:deploy-file \
  -Dfile=javassist-sources.jar \
  -Dclassifier=sources \
  -DgroupId=javassist \
  -DartifactId=javassist \
  -Dversion=3.10.0.GA \
  -Dpackaging=jar \
  -DgeneratePom=false \
  -DrepositoryId=thirdparty \
  -Durl=dav:https://***/nexus/content/repositories/thirdparty
 [INFO] Scanning for projects...
 [INFO] Searching repository for plugin with prefix: 'deploy'.
 [INFO] 
 
 [INFO] Building Javassist
 [INFO]task-segment: [deploy:deploy-file] (aggregator-style)
 [INFO] 
 
 [INFO] [deploy:deploy-file]
 [INFO] 
 
 [ERROR] FATAL ERROR
 [INFO] 
 
 [INFO] null
 [INFO] 
 
 [INFO] Trace
 java.lang.NullPointerException
 at 
 org.apache.maven.project.artifact.VersionExpressionTransformation.transformVersions(VersionExpressionTransformation.java:203)
 at 
 org.apache.maven.project.artifact.VersionExpressionTransformation.transformForDeployment(VersionExpressionTransformation.java:94)
 at 
 org.apache.maven.artifact.transform.DefaultArtifactTransformationManager.transformForDeployment(DefaultArtifactTransformationManager.java:78)
 at 
 org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:86)
 at 
 org.apache.maven.plugin.deploy.DeployFileMojo.execute(DeployFileMojo.java:240)
 at 
 org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:483)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:678)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:553)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:523)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:371)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:268)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:181)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356)
 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:356)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
 at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
 at 
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
 at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 If I set generatePom to true, it will work.

-- 
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




[jira] Commented: (MDEPLOY-101) Deploying javadoc or sources file without generating POM causes NPE in VersionExpressionTransformation.transformVersions(VersionExpressionTransformation.java:203)

2009-07-27 Thread rt15 (JIRA)

[ 
http://jira.codehaus.org/browse/MDEPLOY-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=184985#action_184985
 ] 

rt15 commented on MDEPLOY-101:
--

However I also would be very interested in a workaround, because I cannot 
update my maven version...

 Deploying javadoc or sources file without generating POM causes NPE in 
 VersionExpressionTransformation.transformVersions(VersionExpressionTransformation.java:203)
 --

 Key: MDEPLOY-101
 URL: http://jira.codehaus.org/browse/MDEPLOY-101
 Project: Maven 2.x Deploy Plugin
  Issue Type: Bug
  Components: deploy:deploy-file
 Environment: Apache Maven 2.1.0 (r755702; 2009-03-18 20:10:27+0100)
 Java version: 1.6.0_07
 Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
 Default locale: en_US, platform encoding: MacRoman
 OS name: mac os x version: 10.5.6 arch: x86_64 Family: mac
Reporter: Martin Burger

 If I deploy a sources or javadoc file (with proper classifier set) 
 without generating a POM (generatePom=false), Maven throws a 
 NullPointerException:
 $ mvn deploy:deploy-file \
  -Dfile=javassist-sources.jar \
  -Dclassifier=sources \
  -DgroupId=javassist \
  -DartifactId=javassist \
  -Dversion=3.10.0.GA \
  -Dpackaging=jar \
  -DgeneratePom=false \
  -DrepositoryId=thirdparty \
  -Durl=dav:https://***/nexus/content/repositories/thirdparty
 [INFO] Scanning for projects...
 [INFO] Searching repository for plugin with prefix: 'deploy'.
 [INFO] 
 
 [INFO] Building Javassist
 [INFO]task-segment: [deploy:deploy-file] (aggregator-style)
 [INFO] 
 
 [INFO] [deploy:deploy-file]
 [INFO] 
 
 [ERROR] FATAL ERROR
 [INFO] 
 
 [INFO] null
 [INFO] 
 
 [INFO] Trace
 java.lang.NullPointerException
 at 
 org.apache.maven.project.artifact.VersionExpressionTransformation.transformVersions(VersionExpressionTransformation.java:203)
 at 
 org.apache.maven.project.artifact.VersionExpressionTransformation.transformForDeployment(VersionExpressionTransformation.java:94)
 at 
 org.apache.maven.artifact.transform.DefaultArtifactTransformationManager.transformForDeployment(DefaultArtifactTransformationManager.java:78)
 at 
 org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:86)
 at 
 org.apache.maven.plugin.deploy.DeployFileMojo.execute(DeployFileMojo.java:240)
 at 
 org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:483)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:678)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:553)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:523)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:371)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:268)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:181)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356)
 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:356)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
 at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
 at 
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
 at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 If I set generatePom to true, it will work.

-- 
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: 

[jira] Commented: (MDEPLOY-101) Deploying javadoc or sources file without generating POM causes NPE in VersionExpressionTransformation.transformVersions(VersionExpressionTransformation.java:203)

2009-07-27 Thread rt15 (JIRA)

[ 
http://jira.codehaus.org/browse/MDEPLOY-101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=184994#action_184994
 ] 

rt15 commented on MDEPLOY-101:
--

Same as http://jira.codehaus.org/browse/MDEPLOY-84.

 Deploying javadoc or sources file without generating POM causes NPE in 
 VersionExpressionTransformation.transformVersions(VersionExpressionTransformation.java:203)
 --

 Key: MDEPLOY-101
 URL: http://jira.codehaus.org/browse/MDEPLOY-101
 Project: Maven 2.x Deploy Plugin
  Issue Type: Bug
  Components: deploy:deploy-file
 Environment: Apache Maven 2.1.0 (r755702; 2009-03-18 20:10:27+0100)
 Java version: 1.6.0_07
 Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home
 Default locale: en_US, platform encoding: MacRoman
 OS name: mac os x version: 10.5.6 arch: x86_64 Family: mac
Reporter: Martin Burger

 If I deploy a sources or javadoc file (with proper classifier set) 
 without generating a POM (generatePom=false), Maven throws a 
 NullPointerException:
 $ mvn deploy:deploy-file \
  -Dfile=javassist-sources.jar \
  -Dclassifier=sources \
  -DgroupId=javassist \
  -DartifactId=javassist \
  -Dversion=3.10.0.GA \
  -Dpackaging=jar \
  -DgeneratePom=false \
  -DrepositoryId=thirdparty \
  -Durl=dav:https://***/nexus/content/repositories/thirdparty
 [INFO] Scanning for projects...
 [INFO] Searching repository for plugin with prefix: 'deploy'.
 [INFO] 
 
 [INFO] Building Javassist
 [INFO]task-segment: [deploy:deploy-file] (aggregator-style)
 [INFO] 
 
 [INFO] [deploy:deploy-file]
 [INFO] 
 
 [ERROR] FATAL ERROR
 [INFO] 
 
 [INFO] null
 [INFO] 
 
 [INFO] Trace
 java.lang.NullPointerException
 at 
 org.apache.maven.project.artifact.VersionExpressionTransformation.transformVersions(VersionExpressionTransformation.java:203)
 at 
 org.apache.maven.project.artifact.VersionExpressionTransformation.transformForDeployment(VersionExpressionTransformation.java:94)
 at 
 org.apache.maven.artifact.transform.DefaultArtifactTransformationManager.transformForDeployment(DefaultArtifactTransformationManager.java:78)
 at 
 org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:86)
 at 
 org.apache.maven.plugin.deploy.DeployFileMojo.execute(DeployFileMojo.java:240)
 at 
 org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:483)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:678)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeStandaloneGoal(DefaultLifecycleExecutor.java:553)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:523)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:371)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:268)
 at 
 org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:181)
 at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:356)
 at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:137)
 at org.apache.maven.cli.MavenCli.main(MavenCli.java:356)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
 at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
 at 
 org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
 at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
 If I set generatePom to true, it will work.

-- 
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




[jira] Commented: (MJAVADOC-224) CLONE -If Javadoc is set to aggregate, the build fails inside a Maven plugin module

2009-05-13 Thread rt15 (JIRA)

[ 
http://jira.codehaus.org/browse/MJAVADOC-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=176266#action_176266
 ] 

rt15 commented on MJAVADOC-224:
---

Taking exactly the same issue...

(Project with multiple modules and a plugin, agregate with javadoc in version 
2.5 - goal already exists)

Maybe more info later.

 CLONE -If Javadoc is set to aggregate, the build fails inside a Maven plugin 
 module
 ---

 Key: MJAVADOC-224
 URL: http://jira.codehaus.org/browse/MJAVADOC-224
 Project: Maven 2.x Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.3
Reporter: Christian Schulte
Priority: Critical
 Fix For: 2.4


 If your project contains a Maven plugin, then it is impossible to build 
 aggregated Javadoc.
 As the output (attached) shows, Maven seems to recusively build (what's with 
 all those skipping messages?).  When it reaches the plugin:
 [INFO] Error during page generation
 Embedded error: Error rendering Maven report: Error extracting plugin 
 descriptor: 'Goal: component-report already exists in the plugin descriptor 
 for prefix: tapestry-component-report
 Existing implementation is: org.apache.tapestry.mojo.ComponentReport
 Conflicting implementation is: org.apache.tapestry.mojo.ComponentReport'
 I  can get by this with the -fn (fail never) option.

-- 
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




[jira] Commented: (MJAVADOC-224) CLONE -If Javadoc is set to aggregate, the build fails inside a Maven plugin module

2009-05-13 Thread rt15 (JIRA)

[ 
http://jira.codehaus.org/browse/MJAVADOC-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=176272#action_176272
 ] 

rt15 commented on MJAVADOC-224:
---

org.apache.maven.plugins:maven-javadoc-plugin:2.5:aggregate
- error

org.apache.maven.plugins:maven-javadoc-plugin:2.2:javadoc
- works fine

Other topics on the subject :
http://mail-archives.apache.org/mod_mbox/maven-doxia-dev/200709.mbox/%3c46e37cce.5080...@apache.org%3e
http://jira.codehaus.org/browse/MJAVADOC-145
http://www.nabble.com/%22Goal:-clean-already-exists-in-the-plugin-descriptor-for-prefix:-...%22-td23127658.html

 CLONE -If Javadoc is set to aggregate, the build fails inside a Maven plugin 
 module
 ---

 Key: MJAVADOC-224
 URL: http://jira.codehaus.org/browse/MJAVADOC-224
 Project: Maven 2.x Javadoc Plugin
  Issue Type: Bug
Affects Versions: 2.3
Reporter: Christian Schulte
Priority: Critical
 Fix For: 2.4


 If your project contains a Maven plugin, then it is impossible to build 
 aggregated Javadoc.
 As the output (attached) shows, Maven seems to recusively build (what's with 
 all those skipping messages?).  When it reaches the plugin:
 [INFO] Error during page generation
 Embedded error: Error rendering Maven report: Error extracting plugin 
 descriptor: 'Goal: component-report already exists in the plugin descriptor 
 for prefix: tapestry-component-report
 Existing implementation is: org.apache.tapestry.mojo.ComponentReport
 Conflicting implementation is: org.apache.tapestry.mojo.ComponentReport'
 I  can get by this with the -fn (fail never) option.

-- 
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