Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cbi-dev] mvn install with out clean continues to fail

I can run several times a "mvn clean install" build without issues but
without clean the build fails with the following error message:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-antrun-plugin:1.7:run (normal) on
project org.eclipse.swt.gtk.linux.x86: An Ant BuildException has
occured: /home/vogella/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86/temp.folder/@dot.src/org
does not exist.
[ERROR] around Ant part ...<copy toDir="src/org/">... @ 11:26 in
/home/vogella/eclipse.platform.releng.aggregator/eclipse.platform.swt.binaries/bundles/org.eclipse.swt.gtk.linux.x86/target/antrun/build-main.xml

Here is my full clean install command

mvn -o clean install  -Pno-bree-libs -Dmaven.test.skip=true

Here is my install without clean

mvn -o install  -Pno-bree-libs -Dmaven.test.skip=true

For building the Eclipse IDE with  contributed patches it would be
nice to have the option to do delta builds with CBI.


Back to the top