[
http://jira.codehaus.org/browse/MNG-4352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
John Casey reopened MNG-4352:
-----------------------------
Something isn't right after this fix. I'm seeing the following in the output
from Hudson's Windows VM:
{noformat}
BUILD FAILED
C:\home\hudson\workspace\Maven-2.2.x-bootstrap\jdk\1.5\label\windows\maven-2.2.x\build.xml:92:
Expected M2_HOME to end in apache-maven-2.2.2-RC1-SNAPSHOT but was
C:\tmp\apache-maven-2.2.2-RC1-SNAPSHOT
{noformat}
The full output is here:
https://grid.sonatype.org/ci/job/Maven-2.2.x-bootstrap/86/jdk=1.5,label=windows/console
> Misleading error when bootstrapping Maven build with unexpected installation
> directory
> --------------------------------------------------------------------------------------
>
> Key: MNG-4352
> URL: http://jira.codehaus.org/browse/MNG-4352
> Project: Maven 2
> Issue Type: Bug
> Components: General
> Affects Versions: 2.2.1
> Environment: OpenSUSE x86-64
> Reporter: Jose Garcia
> Assignee: Brett Porter
> Fix For: 2.2.2
>
>
> the execution of the command "ant" to build from source fails with this
> message
> extract-assembly:
> [echo] Extracting assembly to /opt ...
> [delete] Deleting directory /opt/maven
> [mkdir] Created dir: /opt/maven
> [unzip] Expanding:
> /root/maven/apache-maven-2.2.1/apache-maven/target/apache-maven-2.2.1-bin.zip
> into /opt
> BUILD FAILED
> /root/maven/apache-maven-2.2.1/build.xml:224: /opt/maven/bin not found.
> after the line "<mkdir dir="${maven.home}/bin"/>" at row 224 was added, it
> compiles:
> extract-assembly:
> [echo] Extracting assembly to /opt ...
> [delete] Deleting directory /opt/maven
> [mkdir] Created dir: /opt/maven
> [mkdir] Created dir: /opt/maven/bin
> [unzip] Expanding:
> /root/maven/apache-maven-2.2.1/apache-maven/target/apache-maven-2.2.1-bin.zip
> into /opt
> [chmod] Skipping fileset for directory /opt/maven/bin. It is empty.
> all:
> BUILD SUCCESSFUL
> Total time: 2 minutes 51 seconds
--
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