> But this jar-file is not at ibiblio nor anywhere else. So I guess we
> have to ask that this file is published also.
> What do you think?

We need to ensure it shows up in this classpath:

http://lsd.student.utwente.nl/gump/depot/depot-version-test_details.html#Cla
sspath

which is controlled by stuff in here:

http://cvs.apache.org/viewcvs.cgi/jakarta-gump/project/ant.xml?rev=1.12&view
=markup

ah, we need to depend upon ant-testutil to get to the jar in here:

 <project name="ant-testutil">
    <ant target="test-jar"/>

    <depend project="dist-ant" inherit="all"/>
    <option project="jakarta-tomcat-4.0" ids="jasper-compiler
jasper-runtime"/>

    <home nested="build/lib"/>
    <jar name="ant-testutil.jar" id="ant-testutil"/>

    <nag from="Gump Integration Build &lt;dev@ant.apache.org&gt;"
         to="dev@ant.apache.org"/>
  </project>


I will update this:

http://cvs.apache.org/viewcvs.cgi/jakarta-gump/project/depot.xml?rev=1.8&vie
w=markup

regards

Adam

Reply via email to