Bhupendra Bhardwaj wrote:

The maven repository doesn't have the eclipse swt plugins for all
platforms.  I have few questions, can those be answered please if possible-
- Can I download the eclipse runtime binary or any zip/tar from
http://download.eclipse.org/eclipse/downloads/drops/R-3.2.1-200609210945/.
If yes, then how?

I am currently in the process of trying to solve this problem.

Although the latest eclipse jars are not (yet) available in a maven repository, the 2.3-SNAPSHOT maven-eclipse-plugin has a goal eclipse:make-artifacts that, given a directory containing an eclipse installation, will import all the eclipse jars into your local repository, complete with dependency information. It works very well.

You can point the maven-eclipse-plugin at the deltapack, and those jars can be imported as well.

- how can I assemble the RCP for different platform using maven? Is it
profiles I need to use in assembling or there is some other or better way.

That is my next task - the maven-pde-plugin seems the most likely solution, however I have not yet found a way to produce an eclipse RCP app for multiple platforms using this method, yet.

Regards,
Graham
--

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to