are there libraries i've somehow missed in the ant api that allow me to
take a Project object i've built programmatically and write it as an
antfile to some OutputStream?
to give some context: as part of our buildsystem, i'm pulling packages
and setting up directories and workspaces (using ivy
are there libraries i've somehow missed in the ant api that allow me to
take a Project object i've built programmatically and write it as an
antfile to some OutputStream?
to give some context: as part of our buildsystem, i'm pulling packages
and setting up directories and workspaces (using ivy
Jack Woehr wrote:
Steve Loughran wrote:
Even if you could retro-fit every task out there with getters,
-what about overloaded set operatons? which one should the get return?
-what about property assignments. Tasks get their setters with
properties expanded.
Hmm. Ah, well. Writing out th
Jose Alberto Fernandez wrote:
From: Jack Woehr [mailto:[EMAIL PROTECTED]
Steve Loughran wrote:
Even if you could retro-fit every task out there with getters,
-what about overloaded set operatons? which one should
the get return?
-what about property assignments. Tasks get their setter