Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] RE: RCP deltapack

Hi,
 
We have built the eclipse(3.3.2) sdk with 64 bit gtk. Now we are in the process of creating the rcp delta pack, here comes the issue
 
We came to know that releng packages are used to build delta package, So we have downloaded org.eclipse.releng (Version - R3_3_2), org.eclipse.releng.basebuilder (Version - R3_3_2) and org.eclipse.releng.eclipsebuilder (Version - R3_3_2)
 
There is a document(very old docu.,) from org.eclipse.releng.eclipsebuilder saying that
"java -cp ../org.eclipse.releng.basebuilder/startup.jar org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner -buildfile build.xml -Dcomponent=<component name specified in table below> [Ant properties to override in a component's build.properties] "
can be used to generate package.
 
Since there is no mentioned path to download the these releng packages We have downloaded to plugins directory where we built the eclipse SDK.
1- I dont see any startup.jar in releng.eclipsebuilder package. In this place we used org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
2we used org.eclipse.equinox.launcher in the place of org.eclipse.core.launcher.
 
Following is the command we used:-
java -cp ../org.eclipse.releng.basebuilder/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar org.eclipse.equinox.launcher.Main -application org.eclipse.ant.core.AntRunner -buildfile build.xml -Dcomponent=sdk.rcp
 
There is no error after executing this command. Help us to generate this package.
 
Thank you,
Ganeshraj.S

 
 

Back to the top