Christoph Wilhelms <[EMAIL PROTECTED]> wrote: > Can anybody tell me if the following to points imply to decouple the > Ant-model from the persistence of the projectdefinition (XML)?
Not going to the points directly, but speaking in general: Ant2 will stick on using XML files to describe the build by default, but its architecture is supposed to not be coupled to an XML description at all. The requested feature that fits better would probably be >>* allow facilities to build projects from multiple sources. ie CSS+xml >> or XSLT+ XML or Velocity+text or database or from inside jars or normal >> build.xmls etc. >> >> allow the project tree to be built dynamically. - which had 5 +1 votes and one +0 so far, i.e. it is likely to pass. Stefan
