How about using <available> for that classname before setting
build.compiler?

Or when running outside of Eclipse set build.compiler from the command-line
with -Dbuild.compiler=modern or something like that?  (Remember, properties
are immutable!)

    Erik


----- Original Message -----
From: "Jiang, Bianca" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 15, 2002 11:51 AM
Subject: How to tell if a Ant build script is running in Eclipse?


> I had this compiler problem when running Ant in Eclipse.  Then found
> the workaround of adding one property to the build file to make it work:
> <property name="build.compiler"
> value="org.eclipse.pde.internal.core.JDTCompilerAdapter"/>
>
> But it's only helps if the script is generic and can
> work the same both in and out Eclipse.  So anybody
> knows if there is a way to check if the build script
> is running inside Eclipse or not so that can set the
> property conditionally?
>
>
> Thanks,
>
> Bianca
>
> --
> 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]>

Reply via email to