Ant build file for Jigsaw

In case anyone is interested, I've put together an Ant build file (build.xml, attached) that can build jigsaw.  The only requirements that I recall off the top of my head are:

1. build.xml must go in the 'src' (Jigsaw/src) directory
2. in 'src' you must create a directory named 'jars' and put the following jar files in it (most are from the Jigsaw distribution in the 'classes' directory):

Tidy.jar
sax.jar
servlet.jar
xerces.jar
xp.jar

You also need a regexp package from Apache, named 'oro' (I think).  The jar file is called 'jakarta-oro-2.0.7.jar.'  I got mine from here:

http://jakarta.apache.org/oro/index.html

If you use Ant, then have fun!  BTW, this builds much faster than the Makefile system provided ;-)

Cheers,
Craig
--
Craig L. Ching
Chief Product Architect
IBM Certified Specialist, MQSeries
IBM Certified Developer, MQSeries
MQSoftware, Inc.
(952) 345-8720
www.mqsoftware.com 
 

Received on Thursday, 5 June 2003 15:40:55 UTC