Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-build-dev] New Environment Setup


I don't believe there is any script that will get you everything.  Although some groups within the platform use project sets that you can import (See for example dev.eclipse.org/cvsroot/eclipse/org.eclipse.equinox/p2/org.eclipse.equinox.p2.releng/projectSet.psf).

You could also download the source build:
http://download.eclipse.org/eclipse/downloads/drops/R-3.4-200806172000/sourceBuilds.php

Or, you could just concentrate on particular areas. Alt-Shift-F1 is the shortcut to the plugin spy which will tell you the classes for the part of eclipse your mouse is hovering over.
See http://wiki.eclipse.org/FAQ_How_do_I_find_a_particular_class_from_an_Eclipse_plug-in%3F


-Andrew



"Rob Bercik" <rob.bercik@xxxxxxxxx>
Sent by: pde-build-dev-bounces@xxxxxxxxxxx

06/25/2008 05:29 PM

Please respond to
rob.bercik@xxxxxxxxx; Please respond to
"Eclipse PDE Build developers list." <pde-build-dev@xxxxxxxxxxx>

To
pde-build-dev@xxxxxxxxxxx
cc
Subject
[pde-build-dev] New Environment Setup





Hi,

I'm a new Eclipse developer although pretty well seasoned in Java and
have even done some RCP development. I am just looking to pull down
the nightly code from eclipse so I can do some tinkering, but I am not
sure where to start. Is there a build script(maven possibly) to pull
down all the plugins/projects i need from the eclipse CVS repository?
I've looked just about everywhere but haven't found anything regarding
this...

Thanks in advance,
-Rob
_______________________________________________
pde-build-dev mailing list
pde-build-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/pde-build-dev


Back to the top