--- Erik Hatcher <[EMAIL PROTECTED]> wrote: > +1 on removing the magic property and making it a > <jspc> attribute. > > The main reason the javac magic property exists is > so that you don't have to > specify the compiler for every <javac>, right? Its > unlikely that someone > would have a whole lot of <jspc> tasks in their > build file so it shouldn't > be too big of an issue, and besides, they can always > do > compiler="${jspc.compiler}". >
So, how do I write a buildfile that can deploy JSPs in weblogic or websphere or jboss etc etc without needing to change the buildfile? Magic-properties are the equivalent in ANT to environment variables. They are usefull when the you want different users to execute the same buildfile in different execution environements. Just with OS environemnet variables, what we need is a more consistent naming convension and to spell them out clearly in the documentation (xdoclet hint hint). Jose Alberto > Erik > > ----- Original Message ----- > From: "Steve Loughran" <[EMAIL PROTECTED]> > To: "ant-dev" <[EMAIL PROTECTED]> > Sent: Thursday, March 07, 2002 3:21 AM > Subject: jspc and magic compiler attribute > > > > <jspc> has a magic compiler property, > jsp.compiler, though with only one > > implementation it is unimportant right now > > > > > > 1. Should this task have a magic compiler > property, or should it be with a > > compiler attribute as well/instead > > (me: +1) > > > > 2. if there is a compiler attribute, can we pull > the magic property > > completely > > (me: +1) > > > > 3. If we do retain the magic property, can I > rename it ant.jspc.compiler > > (me: +1 but only if we keep the property) > > > > Probablility of anyone using this property is in > the nearly zero category; > > it was in there as the tasks were based on > javac... > > > > > > . > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>