eclipse and java 8 support
Jimmy Kelley
ljboiler at gmail.com
Thu Apr 17 12:45:06 UTC 2014
On Thu, Apr 17, 2014 at 05:31:08PM +0800, Huang Wen Hui wrote:
> Hi,
> The eclipse builder often stopped at "org.eclipse.e4.rcp", I think my
> internet access is good. It stop very quickly, seem not download any thing.
>
> [INFO] org.eclipse.e4.rcp ................................ FAILURE [0.189s]
>
> Any ideas?
>
> Cheer,
>
> Huang Wenhui
>
>
> [INFO]
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building org.eclipse.e4.rcp 1.2.2-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @
> org.eclipse.e4.rcp ---
> [INFO] Deleting
> /usr/ports/java/eclipse4/work/eclipse.platform.releng.aggregator/eclipse.platform.ui/features/org.eclipse.e4.rcp/target
> .....
> .....
> .....
> .....
> [INFO] org.eclipse.rcp.id ................................ SKIPPED
> [INFO] org.eclipse.rcp.sdk.id ............................ SKIPPED
> [INFO] org.eclipse.sdk.ide ............................... SKIPPED
> [INFO] org.eclipse.osgi.configuration .................... SKIPPED
> [INFO] org.eclipse.rt.osgistarterkit.product ............. SKIPPED
> [INFO] eclipse-junit-tests ............................... SKIPPED
> [INFO] eclipse.platform.repository ....................... SKIPPED
> [INFO] platform-aggregator ............................... SKIPPED
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 40:04.112s
> [INFO] Finished at: Thu Apr 17 17:21:21 CST 2014
> [INFO] Final Memory: 232M/1442M
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal
> org.eclipse.tycho:tycho-packaging-plugin:0.19.0:package-feature
> (default-package-feature) on project org.eclipse.e4.rcp: Execution
> default-package-feature of goal
> org.eclipse.tycho:tycho-packaging-plugin:0.19.0:package-feature failed:
> Could not determine installation size: zip file is empty -> [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/PluginExecutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR] mvn <goals> -rf :org.eclipse.e4.rcp
> *** Error code 1
>
> Stop.
> make[1]: stopped in /usr/ports/java/eclipse4
> *** Error code 1
>
> Stop.
> make: stopped in /usr/ports/java/eclipse4
>
>
I have seen the same "Could not determine installation size: zip file is empty"
error from time to time, and I think this happens because the eclipse builder
is trying to download something and the download site is not responding for
some reason.
I usually just "make build" to restart and it eventually will work.
One issue I discovered when I switched from building this as user "root" to
building as another user was problems with permissions on a /tmp/p2 directory
that is created and used. The fix was to delete that entire directory before
running "make build" again.
regards,
Jimmy
More information about the freebsd-eclipse
mailing list