programmatically creating and marshalling antfiles

2005-08-06 Thread jonathan gold
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

programmatically creating and marshalling antfiles

2005-08-07 Thread jonathan gold
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

Re: programmatically creating and marshalling antfiles

2005-08-09 Thread jonathan gold
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

Re: programmatically creating and marshalling antfiles

2005-09-01 Thread jonathan gold
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