Author: jmitchell
> URL: http://svn.apache.org/viewcvs?rev=279713&view=rev
Log:
fix issue where resources were not being copied during the apps
distribution
shared.war.dir           = ../shared/target/struts-mailreader
core.dist.lib.dir        = ../../core/dist/lib
-core.conf.share.dir      = ../../core/conf/share
+core.conf.share.dir      = ../../core/conf/java

I get the following for each app:

   [echo] WARNING: ../../core/dist/lib not available; TLDs and DTDs will
not be copied.
   [echo] WARNING: ../../core/conf/java not available; some XML config
files will not be copied.

(And so does the nightly build.)  The core/dist/lib directory doesn't exist,
everything is in core/conf/java.

It looks like the .xml files are getting copied in for struts-examples, even though the warning is printing. However, the resulting .war file doesn't work (NPE in TagUtils). The struts-examples-20050910.war webapp has the same problem.

More info here:
http://wiki.wendysmoak.com/cgi-bin/wiki.pl?StrutsExampleApps

--
Wendy



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to