[ 
https://issues.jenkins-ci.org/browse/JENKINS-9869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=159309#comment-159309
 ] 

domi commented on JENKINS-9869:
-------------------------------

does this issue still exist or can we close it?
                
> Jenkins Maven Release Plug-in fails because workspace directory does not exist
> ------------------------------------------------------------------------------
>
>                 Key: JENKINS-9869
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-9869
>             Project: Jenkins
>          Issue Type: Bug
>          Components: m2release
>    Affects Versions: current
>         Environment: Mac OS X 10.6.7
>            Reporter: Derek Allwardt
>            Assignee: teilo
>             Fix For: current
>
>         Attachments: consoleText.tar.gz, 
> SampleProjectsForMavenReleaseIssue.zip
>
>
> I have a multi-module maven project. It successfully builds, and the 
> release:prepare successfully competes. However, after all of the steps 
> (looking at console output) have completed, the whole thing fails when it 
> tries to do something with an extra workspace directory that doesn't exist.
> Here's the last part of the exception.
> Caused by: org.codehaus.plexus.util.cli.CommandLineException: Working 
> directory 
> "/Users/dallwardt/.jenkins/jobs/Vault-test6/workspace/target/checkout/workspace"
>  does not exist!
>       at 
> org.codehaus.plexus.util.cli.Commandline.execute(Commandline.java:644)
>       at 
> org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:118)
>       at 
> org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:93)
>       at 
> org.apache.maven.shared.invoker.DefaultInvoker.executeCommandLine(DefaultInvoker.java:149)
>       at 
> org.apache.maven.shared.invoker.DefaultInvoker.execute(DefaultInvoker.java:102)
>       at 
> org.apache.maven.shared.release.exec.InvokerMavenExecutor.executeGoals(InvokerMavenExecutor.java:387)
>       ... 36 more
> channel stopped
> Finished: FAILURE
> Here's what the file system looks like:
> dallwardt$ pwd
> /Users/dallwardt/.jenkins/jobs/Vault-test6/workspace
> dallwardt$ ls
> Common                WzlDocs               pom.xml               
> pom.xml.releaseBackup release.properties    target
> dallwardt$ pwd
> /Users/dallwardt/.jenkins/jobs/Vault-test6/workspace/target/checkout
> dallwardt$ ls
> dev   tags  trunk
> ----
> Notice there is no workspace directory under target/checkout. Who is supposed 
> to create an extra workspace folder under target/checkout ?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to