Jason van Zyl wrote:
>
> I have gump setup on my machine but I'm having a problem building xerces
as
> it says the 'classic compiler is not available'. The index.html reports
> success but most projects won't go because it says there's a failed
> prerequisite of xerces. Sound familiar at all?

What JDK?  What's your classpath?  My classpath on Linux is:

   .:/usr/java/jdk1.3.1/lib/tools.jar:/usr/java/jdk1.3.1/jre/lib/rt.jar

Personally, I've been asking people to remove hardcoding the compiler from
their build.xml's.  You might try temporarily adding the following to the
xerces project definition:

   <property name="build.compiler" value="modern"/>

- Sam Ruby


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to