Hi,
I noticed in .classpath I saw some entries with CLASSPATH variable:
<classpathentry kind="var" path="EXAMPLES/ashwood-2.0.jar"/>
<classpathentry kind="var"
path="EXAMPLES/commons-logging-1.1.1.jar"/>
<classpathentry kind="var" path="EXAMPLES/hsqldb-1.8.0.1.jar"/>
<classpathentry kind="var" path="EXAMPLES/jstl-1.1.2.jar"/>
<classpathentry kind="var" path="EXAMPLES/log4j-1.2.14.jar"/>
However when I tried to do grep in the src tree I could not find where
EXAMPLES being set.
I believe it should point to "click/examples/webapp/WEB-INF/lib/".
Should these entries be changed to "lib" kind of entries and change EXAMPLES
with "click/examples/webapp/WEB-INF/lib/" like some other entries in the
.classpath file.
I could log Jira for this and attach the patch.
Thanks,
- Henry