-
Bug
-
Resolution: Done
-
Major
-
4.2.3.Beta1, 4.3.0.Alpha1
-
None
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.3:run (install) on project com.jboss.devstudio.core.site: An Ant BuildException has occured: The following error occurred while executing this line: [ERROR] /mnt/hudson_workspace/workspace/devstudio.product_8.0.luna/sources/product/site/build.xml:113: /mnt/hudson_workspace/workspace/devstudio.product_8.0.luna/results/target not found. [ERROR] -> [Help 1] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.3:run (install) on project com.jboss.devstudio.core.site: An Ant BuildException has occured: The following error occurred while executing this line: /mnt/hudson_workspace/workspace/devstudio.product_8.0.luna/sources/product/site/build.xml:113: /mnt/hudson_workspace/workspace/devstudio.product_8.0.luna/results/target not found.
Caused by this:
https://github.com/jbdevstudio/jbdevstudio-product/blob/master/site/build.xml#L7-L10
So... working on a fix in 4.2.x and master now which defines a better default path.
<property name="output.dir" value="${basedir}"/>
Building locally to verify.