Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [higgins-dev] builds

Ok,
 
There's a build.xml (ant script) at the root of the idas project. The default target now builds a jar file. There's also a javadoc target.
 
Right now, the jar file only contains class files. It's output into the bin directory. Also, there's no version in the jar name yet. I'll look into a solution for that.
 
Jim

>>> "Paul Trevithick" <paul@xxxxxxxxxxxxxxxxx> 7/19/06 4:22 PM >>>

Jim,

 

One of the Milestone 0.5 goals is an automated nightly build process. There are lots of tools to enable this that other projects use, and the foundation even offers build servers for this purpose, but the person who was going to work on this for us (for 0.4) moved to another project. So now it is on the 0.5 list. For now you have to make your own.

 

-Paul

 

-----Original Message-----
From: higgins-dev-bounces@xxxxxxxxxxx [mailto:higgins-dev-bounces@xxxxxxxxxxx] On Behalf Of Jim Sermersheim
Sent: Wednesday, July 19, 2006 6:16 PM
To: Higgins (Trust Framework) Project developer discussions
Subject: [higgins-dev] builds

 

Is there some kind of process that builds jar files for all the higgins projects? If not, is there a manual process? Just wondering how to tell people to get an IdAS jar file.

 

The obvious method is to check out the project and build one, but at some point people will want something they can D/L. I guess there's probably supposed to be an eclipse plugin target, but I think there will be cases where people want a standalone jar (for example, we're starting our proof of concept CP implementations and it'd be easiest to have access to an IdAS jar).

 

Jim


Back to the top