You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by Jeff Turner <je...@socialchange.net.au> on 2001/09/30 08:51:33 UTC

[PATCH] Latka building

Hi,

Yesterday I was trying to build and run the Latka taglib in
jakarta-commons-sandbox, and noticed that the .war is built without any of the
requisite jars.

The attached patch fixes this. This required defining some new commented-out
properties in build.properties.sample. In addition, the latka-taglib/build.xml
also checks if the jars are present, and builds and dists go to
jakarta-taglibs-sandbox instead of jakarta-taglibs, which I thought more
logical.


--Jeff