views:

34

answers:

0

Hi All,

We have an Eclipse RCP product, for automation purpose, we'd like to export this product through the command line.

Actually, I found someone asked the similar questions before, such as http://stackoverflow.com/questions/133234/building-eclipse-plugins-and-features-on-the-command-line. I followed the Eclipse PDE help guides, and built the product successfully by command line. But there is no executale file in the builded zip file.

How can I, by command line, get the same exported the RCP product as we get with the help of PDE UI? Thanks!


Calvin