]
Nick Boldt reassigned JBIDE-19377:
----------------------------------
Assignee: Nick Boldt
Fix Version/s: 4.2.3.Beta1
4.3.0.Alpha2
Resolution: Done
Builds are blue, giggity-goo.
JBDS update site build sometimes fails with a dirty Jenkins
workspace
---------------------------------------------------------------------
Key: JBIDE-19377
URL:
https://issues.jboss.org/browse/JBIDE-19377
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: build, updatesite
Affects Versions: 4.2.3.Beta1, 4.3.0.Alpha1
Reporter: Nick Boldt
Assignee: Nick Boldt
Fix For: 4.2.3.Beta1, 4.3.0.Alpha2
{code}
[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.
{code} --
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevS...
Caused by this:
https://github.com/jbdevstudio/jbdevstudio-product/blob/master/site/build...
So... working on a fix in 4.2.x and master now which defines a better default path.
{code} <property name="output.dir" value="${basedir}"/>
{code}
Building locally to verify.