Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Build from source problem

The problem here is building org.eclipse.jdt.doc.isv plugin. Please check the log for that bundle.

Most often we see this problem if we have some dirt in the repository. Reset your repository using the following script and try again

 

git clean -f -d -x

git submodule foreach git clean -f -d -x

 git reset --hard HEAD

git submodule foreach git reset --hard HEAD

 git checkout <branch mane>

git submodule foreach git checkout <branch name>

 git pull --rebase

git submodule foreach git pull --rebase

 

Thanks

Sravan

 

From: zcatt <zcatt@xxxxxxx>
Sent: 23 June 2021 09:11
To: platform-dev@xxxxxxxxxxx
Subject: [EXTERNAL] Re: [platform-dev] Build from source problem

 

 

 

I branch R4_20_maintenance, and build with 'mvn clean verify -DskipTests=true', the error msg is the following, the same as the previous mail.

Any help, thanks.

 

[INFO] org.eclipse.sdk.tests.feature 4.20.0-SNAPSHOT ...... SUCCESS [  6.185 s]

[INFO] eclipse.platform.releng.tychoeclipsebuilder 4.20.0-SNAPSHOT SUCCESS [  0.048 s]

[INFO] org.eclipse.rcp.configuration 1.1.1300-SNAPSHOT .... SUCCESS [  0.713 s]

[INFO] org.eclipse.rt.osgistarterkit.product 4.20.0-SNAPSHOT SUCCESS [ 25.669 s]

[INFO] equinox-sdk 4.20.0-SNAPSHOT ........................ SUCCESS [ 25.696 s]

[INFO] eclipse-junit-tests 4.20.0-SNAPSHOT ................ FAILURE [ 46.022 s]

[INFO] eclipse.platform.repository 4.20.0-SNAPSHOT ........ SKIPPED

[INFO] platform-aggregator 4.20.0-SNAPSHOT ................ SKIPPED

[INFO] ------------------------------------------------------------------------

[INFO] BUILD FAILURE

[INFO] ------------------------------------------------------------------------

[INFO] Total time:  01:05 h

[INFO] Finished at: 2021-06-23T11:11:14+08:00

[INFO] ------------------------------------------------------------------------

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single (make-assembly) on project eclipse-junit-tests: Failed to create assembly: Error adding file to archive: F:\aggregator\eclipse.platform.releng.tychoeclipsebuilder\eclipse-junit-tests\..\..\eclipse.platform.common\bundles\org.eclipse.jdt.doc.isv\target\doc.bin.log -> [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]

[ERROR] After correcting the problems, you can resume the build with the command

[ERROR]   mvn <args> -rf :eclipse-junit-tests

 

签名由 网易邮箱大师 定制



Back to the top