You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@depot.apache.org by Nick Chalko <ni...@chalko.com> on 2004/05/03 07:27:19 UTC

Cached set export

The cached set export task is now working
The junit build.xml test  called testExport1  exports this xml.

<chachedresourceset id="test1">
    <resource name="helloworld"
              version="1.1"
              
href="file://C:/workspace/depot-update/src/resources/test/repo/helloworld/jars/helloworld-1.1.jar"/>
</chachedresourceset >

Tomorrow I will work on the xslt that generates a 
use-cached-resources-build.xml.

As always improvements are always welcome.  Especially for task/type names.

R,
Nick