+1

Tim Ellison wrote:
Understood -- maybe it should be removed from there too and we should
set up the compiler adapter in a 'global' build-java properties file
(where we can also deal with the different targets required by eclipse
and sun compilers).

Regards,
Tim

Stepan Mishura wrote:
Tim,

I'm OK with removing the dependency. I did by analogy with x-net module
build files so this dependency exists there too.
Also I did the same when created patch for extracting crypto module.

Thanks,
Stepan.

On 3/30/06, Tim Ellison wrote:
Stepan,

I've taken out this dependency on the Eclipse compiler so that the build
continue to run on a regular jdk.  We can discuss what the hard
dependencies for the build should be.

Regards,
Tim

[EMAIL PROTECTED] wrote:
Author: tellison
Date: Thu Mar 30 02:40:36 2006
New Revision: 390069

URL: http://svn.apache.org/viewcvs?rev=390069&view=rev
Log:
Remove hard dependency on Eclipse compiler

Modified:

incubator/harmony/enhanced/classlib/trunk/modules/security/make/build.xml
Modified:
incubator/harmony/enhanced/classlib/trunk/modules/security/make/build.xml
URL:
http://svn.apache.org/viewcvs/incubator/harmony/enhanced/classlib/trunk/modules/security/make/build.xml?rev=390069&r1=390068&r2=390069&view=diff
==============================================================================
---
incubator/harmony/enhanced/classlib/trunk/modules/security/make/build.xml
(original)
+++
incubator/harmony/enhanced/classlib/trunk/modules/security/make/build.xml
Thu Mar 30 02:40:36 2006
@@ -73,7 +73,7 @@
      <property name="hy.platform" value="${hy.os_family}.${
hy.cpu_family}"/>
      <!-- Set the java compiler to be the Eclipse Java compiler -->
-     <property name="build.compiler" value="
org.eclipse.jdt.core.JDTCompilerAdapter" />
+     <!-- <property name="build.compiler" value="
org.eclipse.jdt.core.JDTCompilerAdapter" /> -->
      <target name="init">



--

Tim Ellison ([EMAIL PROTECTED])
IBM Java technology centre, UK.



--
Thanks,
Stepan Mishura
Intel Middleware Products Division



Reply via email to