Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.1 (Alpha)
-
Fix Version/s: 1.3.2 (Beta)
-
Component/s: Data Management
-
Labels:None
-
Environment:Ubuntu 8.10
Firefox 3
Java 1.6
-
Complexity:Intermediate
-
Number of attachments :
Description
When you move a project to other project group, do not move the smcUrl, so if you build it gives an error. The scmUrl of project would also move that group.
java.lang.NullPointerException
Show/hide Stack Trace
java.lang.NullPointerException
at org.apache.maven.continuum.DefaultContinuum.buildProject(DefaultContinuum.java:1038)
at org.apache.maven.continuum.DefaultContinuum.buildProject(DefaultContinuum.java:995)
This patch affects the continuum core. It add 'moveProject' method to continuum api.