Hello, is there a chance for me to succeed at building xeclipse? I tried following http://svn.xwiki.org/svnroot/xwiki/xeclipse/trunk/plugins/org.xwiki.eclipse.... but failed. - it is spoken there about three downloads but two configs in the profile... maybe I goofed there It ended up as:
generateFeature:
BUILD FAILED /Users/paul/tmp/xeclipse/eclise-SDK-3.4/plugins/ org.eclipse.pde.build_3.4.0.v20080604/scripts/productBuild/ productBuild.xml:21: The following error occurred while executing this line: /Users/paul/tmp/xeclipse/eclise-SDK-3.4/plugins/ org.eclipse.pde.build_3.4.0.v20080604/scripts/productBuild/ productBuild.xml:53: Unable to find element: /org.xwiki.eclipse.rcp/ org.xwiki.eclipse.product.
hints welcome paul
On Sep 22, 2008, at 3:49 PM, Paul Libbrecht wrote:
Hello,
is there a chance for me to succeed at building xeclipse?
I tried following http://svn.xwiki.org/svnroot/xwiki/xeclipse/trunk/plugins/org.xwiki.eclipse....
but failed.
- it is spoken there about three downloads but two configs in the profile... maybe I goofed there It ended up as:
Hi Paul, I have just tried the whole process by downloading the latest Eclipse releases, and both the plugin and the RCP application are built without any error. And for all the platforms. I am building on a mac, though. Maybe there are issues when compiling using another platform. What is your building (source) platform? -Fabio
Le 22-sept.-08 à 19:45, Fabio Mancinelli a écrit :
http://svn.xwiki.org/svnroot/xwiki/xeclipse/trunk/plugins/org.xwiki.eclipse.... I have just tried the whole process by downloading the latest Eclipse releases, and both the plugin and the RCP application are built without any error. And for all the platforms. I am building on a mac, though. Maybe there are issues when compiling using another platform. What is your building (source) platform?
Fabio, I am building on MacOSX 10.5.5 as well but my Java is 1.6 and I cannot come back (the java preferences application fails, I know it's bad). I have made ~/tmp/xeclipse with three directories: - eclipse-RCP-SDK-3.4 - eclipse-delta-pack-3.4 - eclise-SDK-3.4 and the svn (http://svn.xwiki.org/svnroot/xwiki/xeclipse/trunk/plugins/org.xwiki.eclipse.... ) checked out in there (th epom.xml is neighbour of eclise-SDK-3.4).. My profiles.xml is: <profilesXml> <profiles> <profile> <id>polx</id> <properties> <eclipseInstall>/Users/paul/tmp/xeclipse/eclise-SDK-3.4</ eclipseInstall> <eclipseRCPSDK>/Users/paul/tmp/xeclipse/eclipse-RCP-SDK-3.4</ eclipseRCPSDK> <pdeBuildVersion>3.4.0.v20080604</pdeBuildVersion> </properties> </profile> </profiles> <activeProfiles> <activeProfile>polx</activeProfile> </activeProfiles> </profilesXml> what is wrong there? Correcting the profiles.xml would be veeery meaningful, I insist the readme was nebulous for me. paul
On Sep 22, 2008, at 9:36 PM, Paul Libbrecht wrote:
I have made ~/tmp/xeclipse with three directories: - eclipse-RCP-SDK-3.4 - eclipse-delta-pack-3.4 - eclise-SDK-3.4
Maybe That's the problem. You should not have 3 directories but only two. The RCP-SDK and the delta pack should be expanded in the same directory! So basically: 1) You untar the SDK 2) You rename the 'eclipse' directory to something else, like'eclipse- SDK' 3) Then you untar the RCP-SDK 4) And finally you unzip the delta pack (answering Y to all the overwrite requests) At this point you will have the SDK in 'eclipse-SDK' and the RCP-SDK + the delta pack in the 'eclipse' directory. Use these parameters to configure your command line and everything should work. This convoluted setup is needed because by default all the eclipse tarballs/zips expand to the 'eclipse' directory, and we need not to mix things from different distributions otherwise we will get compiling errors. Let me know. -Fabio
participants (2)
-
Fabio Mancinelli -
Paul Libbrecht