--- DONNIE HALE <[EMAIL PROTECTED]> wrote: > We've only got one target - the .ear file. What we have is four > different WebLogic "domains" - unit, int, qa, and "arch" (for > architecture testing, etc.). Each of those imply different directories, > admin server ports, etc. The shell script has a case statement that sets > up all this very nicely, and with Ant's current facilities, it's much > more convoluted. Now if Ant had a <case> task ... :)
I take it you don't think <condition> would do it for you? (I think I could see it being used, but then, I haven't seen your shell-script.) But if you don't think it would, you might want to consider asking Matt Inger for his <switch> task -- see: http://marc.theaimsgroup.com/?l=ant-dev&m=99409422803319&w=2 Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
