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