Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [higgins-dev] RE: IdAS automated build target

Hi Paul,

FYI...you can also run the PDE ant generator and builder from headless Eclipse.  We've found that in general this is a better path than exporting build.xml as then keeping things in synch becomes very hard to manage.

Scott

Paul Trevithick wrote:

 

Jim,

Once you have defined an Eclipse plug-in in the IDE’s GUI, it generates and consumes Ant scripts internally to do its building. With one click you can also export the otherwise hidden build.xml, but that starts to defeat the whole IDE/GUI thing.

-Paul


From: Jim Sermersheim [mailto:jimse@xxxxxxxxxx]
Sent: Tuesday, October 17, 2006 4:31 PM
To: 'Valery Kokhan'; Paul Trevithick
Cc: 'Higgins (Trust Framework) Project developer discussions'
Subject: Re: IdAS automated build target

 

Yes, I recall similar goals.

 

The ant script  has these targets:

clean

compile

jar

javadoc

 

I would prefer if we could work it out so we retain the functionality of the ant script while also providing the eclipse plugin target.  In my mind, it would be ideal if this could be just another ant target.  Does anyone know if there's an ant task for building eclipse plugins?

 

Jim


>>> "Paul Trevithick" <paul@xxxxxxxxxxxxxxxxx> 10/17/06 12:39 PM >>>
Valery and Jim,

My recollection of last Thursday's conversation is that we want to start off
building two different targets for IdAS (not including javadoc and testing):

- vanilla JAR (Jim already has the Ant script for this)
- Eclipse plug-in

Is that right?

-Paul


_______________________________________________ higgins-dev mailing list higgins-dev@xxxxxxxxxxx https://dev.eclipse.org/mailman/listinfo/higgins-dev


Back to the top