You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by "Leo Simons (JIRA)" <ge...@gump.apache.org> on 2005/03/27 22:42:31 UTC

[jira] Updated: (GUMP-46) Gumpy not creating valid classpath

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

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

    Version: unspecified

> 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: unspecified
>     Reporter: Vincent Massol

>
> 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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org