Remove all Ant ref. in .classpath

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Remove all Ant ref. in .classpath

Jacques Le Roux
Administrator
The .classpath file is only used by Eclipse for the project where it's defined

As we don't use Ant in OFBiz but only to build, as suggested by Adam recently I propose to remove all Ant ref. in .classpath, ie

 <classpathentry kind="lib" path="framework/base/lib/ant-junit-1.7.0.jar"/>
 <classpathentry kind="lib" path="framework/base/lib/ant-launcher-1.7.0.jar"/>
 <classpathentry kind="lib" path="framework/base/lib/ant-1.7.0.jar"/>
 <classpathentry kind="lib" path="framework/base/lib/ant/ant-nodeps-1.7.0.jar"/>
 <classpathentry kind="lib" path="framework/base/lib/ant/ant-apache-bsf-1.7.0.jar"/>

If nobody sees a problem with that I will do it in some days (of course I tested ;o)

Jacques
Reply | Threaded
Open this post in threaded view
|

Re: Remove all Ant ref. in .classpath

BJ Freeman
+1
BTW are you going to follow up on the Eclipse Ant group.
if not I will.

Jacques Le Roux sent the following on 11/1/2008 9:07 AM:

> The .classpath file is only used by Eclipse for the project where it's
> defined
>
> As we don't use Ant in OFBiz but only to build, as suggested by Adam
> recently I propose to remove all Ant ref. in .classpath, ie
>
> <classpathentry kind="lib" path="framework/base/lib/ant-junit-1.7.0.jar"/>
> <classpathentry kind="lib"
> path="framework/base/lib/ant-launcher-1.7.0.jar"/>
> <classpathentry kind="lib" path="framework/base/lib/ant-1.7.0.jar"/>
> <classpathentry kind="lib"
> path="framework/base/lib/ant/ant-nodeps-1.7.0.jar"/>
> <classpathentry kind="lib"
> path="framework/base/lib/ant/ant-apache-bsf-1.7.0.jar"/>
>
> If nobody sees a problem with that I will do it in some days (of course
> I tested ;o)
>
> Jacques
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Remove all Ant ref. in .classpath

Jacques Le Roux
Administrator
I don't think I will. But yes it would be interesting to know if/how they intend to deal with the problem we crossed
Has already somebody asked for something like that ?

Jacques

From: "BJ Freeman" <[hidden email]>

> +1
> BTW are you going to follow up on the Eclipse Ant group.
> if not I will.
>
> Jacques Le Roux sent the following on 11/1/2008 9:07 AM:
>> The .classpath file is only used by Eclipse for the project where it's
>> defined
>>
>> As we don't use Ant in OFBiz but only to build, as suggested by Adam
>> recently I propose to remove all Ant ref. in .classpath, ie
>>
>> <classpathentry kind="lib" path="framework/base/lib/ant-junit-1.7.0.jar"/>
>> <classpathentry kind="lib"
>> path="framework/base/lib/ant-launcher-1.7.0.jar"/>
>> <classpathentry kind="lib" path="framework/base/lib/ant-1.7.0.jar"/>
>> <classpathentry kind="lib"
>> path="framework/base/lib/ant/ant-nodeps-1.7.0.jar"/>
>> <classpathentry kind="lib"
>> path="framework/base/lib/ant/ant-apache-bsf-1.7.0.jar"/>
>>
>> If nobody sees a problem with that I will do it in some days (of course
>> I tested ;o)
>>
>> Jacques
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Remove all Ant ref. in .classpath

BJ Freeman
i was going to ask and also see if I could just put the files in the ant
folder in ofbiz.
will put something in FAQ's once i figure it out.

Jacques Le Roux sent the following on 11/1/2008 11:01 AM:

> I don't think I will. But yes it would be interesting to know if/how
> they intend to deal with the problem we crossed
> Has already somebody asked for something like that ?
>
> Jacques
>
> From: "BJ Freeman" <[hidden email]>
>> +1
>> BTW are you going to follow up on the Eclipse Ant group.
>> if not I will.
>>
>> Jacques Le Roux sent the following on 11/1/2008 9:07 AM:
>>> The .classpath file is only used by Eclipse for the project where it's
>>> defined
>>>
>>> As we don't use Ant in OFBiz but only to build, as suggested by Adam
>>> recently I propose to remove all Ant ref. in .classpath, ie
>>>
>>> <classpathentry kind="lib"
>>> path="framework/base/lib/ant-junit-1.7.0.jar"/>
>>> <classpathentry kind="lib"
>>> path="framework/base/lib/ant-launcher-1.7.0.jar"/>
>>> <classpathentry kind="lib" path="framework/base/lib/ant-1.7.0.jar"/>
>>> <classpathentry kind="lib"
>>> path="framework/base/lib/ant/ant-nodeps-1.7.0.jar"/>
>>> <classpathentry kind="lib"
>>> path="framework/base/lib/ant/ant-apache-bsf-1.7.0.jar"/>
>>>
>>> If nobody sees a problem with that I will do it in some days (of course
>>> I tested ;o)
>>>
>>> Jacques
>>>
>>>
>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: Remove all Ant ref. in .classpath

Scott Gray
In reply to this post by Jacques Le Roux
These 2 are imported in TestRunContainer.java:
<classpathentry kind="lib" path="framework/base/lib/ant-junit-1.7.0.jar"/>
<classpathentry kind="lib" path="framework/base/lib/ant-1.7.0.jar"/>

I see no reason not to remove the others though.

Regards
Scott

2008/11/2 Jacques Le Roux <[hidden email]>:

> The .classpath file is only used by Eclipse for the project where it's
> defined
>
> As we don't use Ant in OFBiz but only to build, as suggested by Adam
> recently I propose to remove all Ant ref. in .classpath, ie
>
> <classpathentry kind="lib" path="framework/base/lib/ant-junit-1.7.0.jar"/>
> <classpathentry kind="lib"
> path="framework/base/lib/ant-launcher-1.7.0.jar"/>
> <classpathentry kind="lib" path="framework/base/lib/ant-1.7.0.jar"/>
> <classpathentry kind="lib"
> path="framework/base/lib/ant/ant-nodeps-1.7.0.jar"/>
> <classpathentry kind="lib"
> path="framework/base/lib/ant/ant-apache-bsf-1.7.0.jar"/>
>
> If nobody sees a problem with that I will do it in some days (of course I
> tested ;o)
>
> Jacques
>
Reply | Threaded
Open this post in threaded view
|

Re: Remove all Ant ref. in .classpath

Jacques Le Roux
Administrator
Hi Scott,

Thank you for the check, I did a clean and a build, but did not run-tests
I will wait a bit but I think we are save with the others too

Jacques

From: "Scott Gray" <[hidden email]>

> These 2 are imported in TestRunContainer.java:
> <classpathentry kind="lib" path="framework/base/lib/ant-junit-1.7.0.jar"/>
> <classpathentry kind="lib" path="framework/base/lib/ant-1.7.0.jar"/>
>
> I see no reason not to remove the others though.
>
> Regards
> Scott
>
> 2008/11/2 Jacques Le Roux <[hidden email]>:
>> The .classpath file is only used by Eclipse for the project where it's
>> defined
>>
>> As we don't use Ant in OFBiz but only to build, as suggested by Adam
>> recently I propose to remove all Ant ref. in .classpath, ie
>>
>> <classpathentry kind="lib" path="framework/base/lib/ant-junit-1.7.0.jar"/>
>> <classpathentry kind="lib"
>> path="framework/base/lib/ant-launcher-1.7.0.jar"/>
>> <classpathentry kind="lib" path="framework/base/lib/ant-1.7.0.jar"/>
>> <classpathentry kind="lib"
>> path="framework/base/lib/ant/ant-nodeps-1.7.0.jar"/>
>> <classpathentry kind="lib"
>> path="framework/base/lib/ant/ant-apache-bsf-1.7.0.jar"/>
>>
>> If nobody sees a problem with that I will do it in some days (of course I
>> tested ;o)
>>
>> Jacques
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Remove all Ant ref. in .classpath

Jacques Le Roux
Administrator
Done in revision 709890.

Jacques

From: "Jacques Le Roux" <[hidden email]>

> Hi Scott,
>
> Thank you for the check, I did a clean and a build, but did not run-tests
> I will wait a bit but I think we are save with the others too
>
> Jacques
>
> From: "Scott Gray" <[hidden email]>
>> These 2 are imported in TestRunContainer.java:
>> <classpathentry kind="lib" path="framework/base/lib/ant-junit-1.7.0.jar"/>
>> <classpathentry kind="lib" path="framework/base/lib/ant-1.7.0.jar"/>
>>
>> I see no reason not to remove the others though.
>>
>> Regards
>> Scott
>>
>> 2008/11/2 Jacques Le Roux <[hidden email]>:
>>> The .classpath file is only used by Eclipse for the project where it's
>>> defined
>>>
>>> As we don't use Ant in OFBiz but only to build, as suggested by Adam
>>> recently I propose to remove all Ant ref. in .classpath, ie
>>>
>>> <classpathentry kind="lib" path="framework/base/lib/ant-junit-1.7.0.jar"/>
>>> <classpathentry kind="lib"
>>> path="framework/base/lib/ant-launcher-1.7.0.jar"/>
>>> <classpathentry kind="lib" path="framework/base/lib/ant-1.7.0.jar"/>
>>> <classpathentry kind="lib"
>>> path="framework/base/lib/ant/ant-nodeps-1.7.0.jar"/>
>>> <classpathentry kind="lib"
>>> path="framework/base/lib/ant/ant-apache-bsf-1.7.0.jar"/>
>>>
>>> If nobody sees a problem with that I will do it in some days (of course I
>>> tested ;o)
>>>
>>> Jacques
>>>
>>
>