[ http://jira.codehaus.org/browse/CONTINUUM-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=129626#action_129626
]
Joakim Erdfelt commented on CONTINUUM-1695:
-------------------------------------------
This error is possibly due to an error with the pom.xml validity.
Regardless of bad xml (unclosed tag, etc...), or bad pom (elements that don't exist in schema
or model, etc...), the error should be more clear in continuum of the reason for the failure.
> Adding cimanagement to existing continuum project causes exception.
> -------------------------------------------------------------------
>
> Key: CONTINUUM-1695
> URL: http://jira.codehaus.org/browse/CONTINUUM-1695
> Project: Continuum
> Issue Type: Bug
> Affects Versions: 1.1
> Reporter: Joakim Erdfelt
> Fix For: 1.2
>
>
> Had an existing project with a single successful build.
> Added the <ciManagement> section to the pom, checked it in, executed a manual build,
and got this exception.
> ---(snip)---
> org.codehaus.plexus.taskqueue.execution.TaskExecutionException: Error executing action
'update-project-from-working-directory'
> at org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:434)
> at org.apache.maven.continuum.buildcontroller.DefaultBuildController.build(DefaultBuildController.java:139)
> at org.apache.maven.continuum.buildcontroller.BuildProjectTaskExecutor.executeTask(BuildProjectTaskExecutor.java:50)
> at org.codehaus.plexus.taskqueue.execution.ThreadedTaskQueueExecutor$ExecutorRunnable$1.run(ThreadedTaskQueueExecutor.java:116)
> at edu.emory.mathcs.backport.java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:442)
> at edu.emory.mathcs.backport.java.util.concurrent.FutureTask.run(FutureTask.java:176)
> at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
> at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
> at java.lang.Thread.run(Thread.java:619)
> Caused by: org.apache.maven.continuum.execution.ContinuumBuildExecutorException: Error
while mapping metadata:add.project.project.building.error
> add.project.unknown.error
> at org.apache.maven.continuum.execution.maven.m2.MavenTwoBuildExecutor.updateProjectFromCheckOut(MavenTwoBuildExecutor.java:157)
> at org.apache.maven.continuum.core.action.UpdateProjectFromWorkingDirectoryContinuumAction.execute(UpdateProjectFromWorkingDirectoryContinuumAction.java:75)
> at org.apache.maven.continuum.buildcontroller.DefaultBuildController.performAction(DefaultBuildController.java:408)
> ... 8 more
--
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
|