Thank you for your explanation.
Eric
----- Original Message -----
From: "Jacopo Cappellato" <
[hidden email]>
To: <
[hidden email]>
Sent: Friday, April 10, 2009 1:20 PM
Subject: Re: ./ant run : doesn't compile new changes (Linux)
> I'd suggest:
>
> ant build
> or
> ant
> (they are the same)
> or in one shot:
> ant build run
>
> Jacopo
>
> On Apr 10, 2009, at 4:45 PM, aswath narayana wrote:
>
>> see run target in build.xml file
>> ./ant run - It just starts OFBiz
>>
>> whereas ./ant run-install-seed target depends on the target build.
>> so it
>> builds new files.
>> Then do ./ant run to start OFBiz.
>>
>> -Aswath
>>
>> On Fri, Apr 10, 2009 at 4:35 PM, Eric DE MAULDE <
[hidden email]>
>> wrote:
>>
>>> Hi,
>>>
>>> If I execute (Linux) :
>>> "./ant run"
>>> It doesn't compile new files changes. I don't have any error.
>>>
>>> I have to execute, by example :
>>> "./ant run-install-seed"
>>>
>>> And my new changes are compiled
>>>
>>> Have you an idea ?
>>>
>>> Thanks
>>>
>>> Eric
>
>