Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 19787 invoked by uid 500); 2 Jul 2001 18:15:16 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 19757 invoked from network); 2 Jul 2001 18:15:12 -0000 Date: Mon, 2 Jul 2001 20:15:07 +0200 (CEST) From: Marcus Crafter To: Cocoon Developers Mailing List Subject: [C2 patch] include.webapp.libs not set Message-Id: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="1065501280-385905972-994097707=:14581" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N --1065501280-385905972-994097707=:14581 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi All, In the build.xml, the property "include.webapp.libs" is never set anywhere, causing the webapp to be created without the required jars being copied to WEB-INF/lib. :-( Is this intended behaviour ? If it's not intended, in the attached patch I've removed the 'if' clause from the 'prepare-webapp-libs' task altogether so that the libs are correctly copied across (makes testing things with the webapp easier). Cheers, Marcus PS. Initially I tried to make this conditional with 'available', but 'available' can only test for files, classes, and jvm resources. Anyone know of a better way ? -- ..... ,,$$$$$$$$$, Marcus Crafter ;$' '$$$$: Computer Systems Engineer $: $$$$: Open Software Associates GmbH $ o_)$$$: 82-84 Mainzer Landstrasse ;$, _/\ &&:' 60327 Frankfurt Germany ' /( &&& \_&&&&' Email : Marcus.Crafter@osa.de &&&&. Business Hours : +49 69 9757 200 &&&&&&&: After Hours : +49 69 49086750 --1065501280-385905972-994097707=:14581 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=diff Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename=diff SW5kZXg6IGJ1aWxkLnhtbA0KPT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQ0KUkNT IGZpbGU6IC9ob21lL2N2c3B1YmxpYy94bWwtY29jb29uMi9idWlsZC54bWws dg0KcmV0cmlldmluZyByZXZpc2lvbiAxLjIxDQpkaWZmIC11IC1yMS4yMSBi dWlsZC54bWwNCi0tLSBidWlsZC54bWwJMjAwMS8wNi8yOCAxMDowNzoxNgkx LjIxDQorKysgYnVpbGQueG1sCTIwMDEvMDcvMDIgMTg6MDY6NDANCkBAIC00 MTksNyArNDE5LDcgQEANCiAgIDwhLS0gPT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PSAtLT4NCiAgIDwhLS0gUHJlcGFyZXMgdGhlIGxpYnJhcmllcyBmb3IgdGhl IHdhciBwYWNrYWdlICAgICAgICAgICAgICAgICAgICAgICAgICAtLT4NCiAg IDwhLS0gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PSAtLT4NCi0gIDx0YXJnZXQg bmFtZT0icHJlcGFyZS13ZWJhcHAtbGlicyIgZGVwZW5kcz0icGFja2FnZSIg aWY9ImluY2x1ZGUud2ViYXBwLmxpYnMiPg0KKyAgPHRhcmdldCBuYW1lPSJw cmVwYXJlLXdlYmFwcC1saWJzIiBkZXBlbmRzPSJwYWNrYWdlIj4NCiAgICAg PGNvcHkgdG9kaXI9IiR7YnVpbGQud2FyfS9XRUItSU5GL2xpYiI+DQogICAg ICAgPGZpbGVzZXQgZGlyPSIke2xpYi5kaXJ9Ij4NCiAgICAgICAgIDxpbmNs dWRlIG5hbWU9IiouamFyIi8+DQo= --1065501280-385905972-994097707=:14581 Content-Type: text/plain; charset=us-ascii --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org --1065501280-385905972-994097707=:14581--