You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@click.apache.org by "Henry Saputra (JIRA)" <ji...@apache.org> on 2010/02/26 21:14:27 UTC

[jira] Created: (CLK-634) Modify the .classpath file to set the right path for jars in the examples directory for some entries that rely on EXAMPLES variable.

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.


[jira] Closed: (CLK-634) Modify the .classpath file to set the right path for jars in the examples directory for some entries that rely on EXAMPLES variable.

Posted by "Bob Schellink (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CLK-634?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bob Schellink closed CLK-634.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.0
         Assignee: Bob Schellink

Thanks Henry, fix checked in.

> 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
>            Assignee: Bob Schellink
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> 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.