[ http://issues.apache.org/jira/browse/GUMP-46?page=all ]
Leo Simons closed GUMP-46:
--------------------------
Resolution: Fixed
While Gumpy now handles this correctly (search mailing list archives), we may
actually stop support for this at some point as it introduces a certain level
of complexity and ambiguity in the object model that's a little more trouble
than its worth.
> 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
> Reporter: Vincent Massol
> Fix For: Gump2
>
> 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]