[ http://issues.apache.org/jira/browse/GUMP-46?page=all ]

Leo Simons updated GUMP-46:
---------------------------

    Fix Version: Gump2-2.3
                     (was: Gump2-2.4)

> Gumpy not creating valid <ant> classpath
> ----------------------------------------
>
>          Key: GUMP-46
>          URL: http://issues.apache.org/jira/browse/GUMP-46
>      Project: Gump
>         Type: Bug
>   Components: Python-based Gump
>     Versions: Gump2-2.3
>     Reporter: Vincent Massol
>      Fix For: Gump2-2.3

>
> It seems the following configuration which was working fine with Gump is no 
> longer working with Gumpy:
> <ant buildfile="samples/servlet/build.xml" target="dist">
> [...]
>   <depend property="jstl.jar" project="jstl-jsp-12" id="jstl"/>
>   <depend property="standard.jar" project="jstl-jsp-12" id="standard"/>
> [...]
> </ant>
> It seems the properties are correctly created by the classpath does not 
> include correctly the 2 jar.
> A possible workaround is:
> <ant buildfile="samples/servlet/build.xml" target="dist">
> [...]
>   <property name="jstl.jar" reference="jar" project="jstl-jsp-12" id="jstl"/>
>   <property name="standard.jar" reference="jar" project="jstl-jsp-12" 
> id="standard"/>
> [...]
> </ant>
> <depend project="jstl-jsp-12" id="jstl"/>
> <depend project="jstl-jsp-12" id="standard"/>
> But it's not as nice as before...
> Thanks
> -Vincent

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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

Reply via email to