You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Tim Ellison <t....@gmail.com> on 2006/03/30 13:12:39 UTC

which java compiler (was: Re: svn commit: r390069 - /incubator/harmony/enhanced/classlib/trunk/modules/security/make/build.xml)

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
>>
>> tellison@apache.org 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 (t.p.ellison@gmail.com)
>> IBM Java technology centre, UK.
>>
> 
> 
> 
> --
> Thanks,
> Stepan Mishura
> Intel Middleware Products Division
> 

-- 

Tim Ellison (t.p.ellison@gmail.com)
IBM Java technology centre, UK.

Re: which java compiler

Posted by Geir Magnusson Jr <ge...@pobox.com>.
+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
>>>
>>> tellison@apache.org 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 (t.p.ellison@gmail.com)
>>> IBM Java technology centre, UK.
>>>
>>
>>
>> --
>> Thanks,
>> Stepan Mishura
>> Intel Middleware Products Division
>>
> 


Re: which java compiler (was: Re: svn commit: r390069 - /incubator/harmony/enhanced/classlib/trunk/modules/security/make/build.xml)

Posted by Stepan Mishura <st...@gmail.com>.
On 3/30/06, 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).


Agreed with all above.

Thanks,
Stepan.

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
> >>
> >> tellison@apache.org 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 (t.p.ellison@gmail.com)
> >> IBM Java technology centre, UK.
> >>
> >
> >
> >
> > --
> > Thanks,
> > Stepan Mishura
> > Intel Middleware Products Division
> >
>
> --
>
> Tim Ellison (t.p.ellison@gmail.com)
> IBM Java technology centre, UK.
>



--
Thanks,
Stepan Mishura
Intel Middleware Products Division