More ruminations
So - calling ant from within my program worked beautifully to handle any compilation errors that the bat files were running into. It also relieved one of the issues in that it needed to be cross-platform compatible, and let's face it - ant made *that* process easier :)
So now I'm pondering how best to tackle the issue that ant handles errors and then reports them to a screen. I think I need to build a custom task to handle errors differently - in that if an error is returned I need it to change another flag so that the overall program does something differently.
Did that make sense?
I'm kind of looking for advice, but I'm kind of just talking it out, since that seems to help when running into road blocks.
Does anyone have good ant customization websites or books I could go look up? I'm willing to do the reading myself - just am having problems figuring out which terms to google on to narrow down the search.
So now I'm pondering how best to tackle the issue that ant handles errors and then reports them to a screen. I think I need to build a custom task to handle errors differently - in that if an error is returned I need it to change another flag so that the overall program does something differently.
Did that make sense?
I'm kind of looking for advice, but I'm kind of just talking it out, since that seems to help when running into road blocks.
Does anyone have good ant customization websites or books I could go look up? I'm willing to do the reading myself - just am having problems figuring out which terms to google on to narrow down the search.
