Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Eclipse SDK Build fails with org.eclipse.jdt.compiler.apt.tests: Working tree is dirty.

On Tue, Oct 22, 2013 at 2:58 PM, Lars Vogel <lars.vogel@xxxxxxxxx> wrote:
Hello,

our Eclipse SDK build is currently failing with the error message from below.

We are using the following commands for the build:

git submodule foreach git clean -f -d -x
git submodule foreach git reset --hard HEAD
git clean -f -d -x
git reset --hard HEAD
git checkout master
git pull --recurse-submodules
git submodule update
mvn clean install

Any advice how to fix that? Are is this a setup issue with org.eclipse.jdt.compiler.apt.tests?

Best regards, Lars



[ERROR] Failed to execute goal org.eclipse.tycho:tycho-packaging-plugin:0.19.0-SNAPSHOT:build-qualifier (default-build-qualifier) on project org.eclipse.jdt.compiler.apt.tests: Working tree is dirty.
[ERROR] git status org.eclipse.jdt.compiler.apt.tests:
[ERROR] 
[ERROR] Changes not staged for commit:
[ERROR] deleted:     org.eclipse.jdt.compiler.apt.tests/lib/apttestprocessors.jar
[ERROR] deleted:     org.eclipse.jdt.compiler.apt.tests/lib/.cvsignore
[ERROR] 
[ERROR] You are trying to use tycho-buildtimestamp-jgit on a directory that has uncommitted changes (see details above).
[ERROR] Either commit all changes/add files to .gitignore, or enable fallback to default timestamp provider by configuring
[ERROR] jgit.dirtyWorkingTree=warning for tycho-packaging-plugin
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :org.eclipse.jdt.compiler.apt.tests


could be related to

--
Matthias 

Back to the top