Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » startup.jar in org.eclipse.releng.eclipsebuilder
startup.jar in org.eclipse.releng.eclipsebuilder [message #327532] Wed, 23 April 2008 17:14 Go to next message
Derek Lac is currently offline Derek LacFriend
Messages: 19
Registered: July 2009
Junior Member
Hello,
I am reading the article called "Build and Test Automation for
plug-ins and features" and following the examples there.
There's a section that asks me to check out the eclipse sources using
r3_0_2 branch:


c:\build>cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse
export -r R3_0_2 org.eclipse.releng.eclipsebuilder



However, after the command I don't see the startup.jar file. Does anyone
know how to get that file?

java -cp %ECLIPSE_HOME%\startup.jar org.eclipse.core.launcher.Main




Thanks for any advise.



-Derek Lac
dlac23@yahoo.com
Link of the article:
http://www.eclipse.org/articles/Article-PDE-Automation/autom ation.html
Re: startup.jar in org.eclipse.releng.eclipsebuilder [message #327534 is a reply to message #327532] Wed, 23 April 2008 18:22 Go to previous message
Andrew Niefer is currently offline Andrew NieferFriend
Messages: 990
Registered: July 2009
Senior Member
The article is old, starting in 3.3, startup.jar is replaced with a bundle
org.eclipse.equinox.launcer

The new command would look something like:
java -jar plugins/org.eclipse.equinox.launcher_1.0.0.v20070606.jar

-Andrew

Derek wrote:
> Hello,
> I am reading the article called "Build and Test Automation for plug-ins
> and features" and following the examples there.
> There's a section that asks me to check out the eclipse sources using
> r3_0_2 branch:
>
>
> c:\build>cvs -d :pserver:anonymous@dev.eclipse.org:/cvsroot/eclipse
> export -r R3_0_2 org.eclipse.releng.eclipsebuilder
>
>
>
> However, after the command I don't see the startup.jar file. Does anyone
> know how to get that file?
>
> java -cp %ECLIPSE_HOME%\startup.jar org.eclipse.core.launcher.Main
>
>
>
>
> Thanks for any advise.
>
>
>
> -Derek Lac
> dlac23@yahoo.com
> Link of the article:
> http://www.eclipse.org/articles/Article-PDE-Automation/autom ation.html
Previous Topic:Hiding MenuContriubtions for a given Command
Next Topic:Need help connecting Command Handler to my View
Goto Forum:
  


Current Time: Sun Jun 30 13:43:21 GMT 2024

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

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

Back to the top