Eclipse Build

J

Jason Cavett

Is it possible to have Eclipse build/distribute a project, but also
build and distribute those projects that the original one depends on?
Basically, I'm looking for a way for the build path "stuff" to be
included when I'm distributing my Java projects. (It seems like this
should be possible because Eclipse somehow does this on its own when
you run projects from within Eclipse.)

I know I could use Ant, but I'm hoping the tool will just do it for me
automagically.

Thanks
 
T

tomaszewski.p

Is it possible to have Eclipse build/distribute a project, but also
build and distribute those projects that the original one depends on?
Basically, I'm looking for a way for the build path "stuff" to be
included when I'm distributing my Java projects.  (It seems like this
should be possible because Eclipse somehow does this on its own when
you run projects from within Eclipse.)

I know I could use Ant, but I'm hoping the tool will just do it for me
automagically.

Thanks

I am not sure you are familiar with this:
http://www.eclipse.org/articles/Article-Plug-in-architecture/plugin_architecture.html

If you are searching how to build your plugin you may use 'Export
Wizard' link in Overview tab, or group your plugins into
'feature' (New wizard->Plug-in Development->Feature Project) and than
build it using 'update site build' (New wizard->Plug-in Development-
Update Site Project).

Przemek
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top