Included in the WW1.3 distribution is a
skelecton-project.zip file.
There are two lib directories containing different jar
files.
skeleton
+--lib
+--src
+--lib
Yet in the build.xml, both libs are included in the
classpath.
<path id="core.class.path">
<fileset dir="${basedir}/lib">
<include name="**/*.jar" />
</fileset>
<fileset dir="${basedir}/src/lib">
<include name="**/*.jar" />
</fileset>
<!-- append the external classpath lastly -->
<pathelement path="${java.class.path}" />
</path>
Is there a reason for this separation or can they
simply be merged into one directory?
-Wayland Chan
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork