Markus M. May wrote:
Hello Nick,
great. I think it would be great to use the ruperset totally instead of the
fileset. So that you can do something likeS:
<project name="..." basedir="." default="test1">
<path id="project.class.path">
<ruperset>
<resource name="log4j" version="1.2" repository="maven"/>
<project name="xxx" version="4"
module="http://gump.apache.org/modules/xalan.xml"/>
</fileset> </path>
<target name="compile">
<javac srcdir="${src.java.dir}" destdir="${dest.dir}">
<classpath refid="project.class.path" />
</javac>
</target>
</project>
What do you think? Everything else is pretty cool stuff. I definitly like this idea.
yes once you have ruperset, many things become easy.
