Modify the .classpath file to set the right path for jars in the examples 
directory for some entries that rely on EXAMPLES variable.
------------------------------------------------------------------------------------------------------------------------------------

                 Key: CLK-634
                 URL: https://issues.apache.org/jira/browse/CLK-634
             Project: Click
          Issue Type: Bug
          Components: examples
    Affects Versions: 2.2.0
            Reporter: Henry Saputra
            Priority: Minor


The .classpath file under click directory has some entries that uses EXAMPLES 
as the path:

        <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 looks like the "EXAMPLES" variable is not set anywhere. When the 
project is opened with Eclipse (and IntelliJIdea) it complained about missing 
variable.

We could just change the entries to be kind="lib" and use 
"examples/webapp/WEB-INF/lib/" in the path rather than use EXAMPLES because the 
jars are specific to example application that src repository provides.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to