- From: Craig L. Ching <cching@mqsoftware.com>
- Date: Thu, 5 Jun 2003 14:40:52 -0500
- To: <www-jigsaw@w3.org>
- Message-ID: <A14F6A96A4696D468FBF4256637CBAA8412D73@mailservermn.mqsoftware.com>
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
Attachments
- text/xml attachment: build.xml
Received on Thursday, 5 June 2003 15:40:55 UTC