Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » The Problems/Questions about compiling eclipse from source(build problem)
The Problems/Questions about compiling eclipse from source [message #1719671] Mon, 11 January 2016 09:56 Go to next message
cee1 Jie is currently offline cee1 JieFriend
Messages: 1
Registered: January 2016
Junior Member
Hi all,

I'm trying to utilize the build system embedded in android(aka. output an ADT-integrated eclipse). But met some errors (see attachment 'workspace.metadata.log' ):

Q:
1. Are these the root cause: "Missing required capability Require-Capability: osgi.ee; filter="(|(&(osgi.ee=CDC/Foundation)(version=1.0))(&(osgi.ee=JavaSE)(version=1.3)))"" ??

2. I notice three places provide similar .jar(s):
a) eclipse.platform.releng.basebuilder
b) The deltapack
c) The org.eclipse.platform tarball - part of SDK source

Are they involved in different building stages? (How?) For my problem, only a) is related?

Following is the snippet of build.xml (used by the Makefile as "java -jar /path/to/org.eclipse.equinox.launcher_xxx.jar ")
"""
<target name="product-build" depends="feature-build">
<java classname="org.eclipse.equinox.launcher.Main" fork="true" failonerror="true">
<arg value="-application" />
<arg value="org.eclipse.ant.core.antRunner" />
<arg value="-buildfile" />
<arg value="${pde.build.dir}/scripts/productBuild/productBuild.xml" />
<arg value="-data" />
<arg value="${productBuildDir}/workspace" />
<arg value="-configuration" />
<arg value="${productBuildDir}/configuration" />
<arg value="-Dtimestamp=${timestamp}" />
<arg value="-DeclipseLocation=${baseBuilder}" />
<arg value="-DbuildDirectory=${productBuildDir}" />
<arg value="-DbaseLocation=${targetDir}/deltapack/eclipse" />
<arg value="-DrepoBaseLocation=${targetDir}/repos/" />
<arg value="-DtransformedRepoLocation=${targetDir}/transformedRepos/" />
<arg value="-Dconfigs=${buildconfigs}" />
<arg value="-DforceContextQualifier=${QUALIFIER}" />
<classpath>
<pathelement location="${equinox.launcher}" />
</classpath>
</java>
</target>
"""

Any idea?

Thanks.
Re: The Problems/Questions about compiling eclipse from source [message #1720503 is a reply to message #1719671] Tue, 19 January 2016 05:26 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

This log file is for an ancient version of Eclipse being run with an already end-of-lifed version of Java.

What build system are you talking about? Which similar jars are you talking about?


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Previous Topic:Eclipse sees Angularjs plugin but not Tern
Next Topic:Problem Opening Wizard - Plug-in Development
Goto Forum:
  


Current Time: Fri Apr 26 23:32:49 GMT 2024

Powered by FUDForum. Page generated in 0.08421 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top