./ant run : doesn't compile new changes (Linux)

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

./ant run : doesn't compile new changes (Linux)

Eric DE MAULDE
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
Reply | Threaded
Open this post in threaded view
|

Re: ./ant run : doesn't compile new changes (Linux)

aswath narayana
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
Reply | Threaded
Open this post in threaded view
|

Re: ./ant run : doesn't compile new changes (Linux)

Jacopo Cappellato-4
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


smime.p7s (3K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: ./ant run : doesn't compile new changes (Linux)

Eric DE MAULDE
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
>
>
Reply | Threaded
Open this post in threaded view
|

Re: ./ant run : doesn't compile new changes (Linux)

Jacques Le Roux
Administrator
In reply to this post by Eric DE MAULDE
ant -projecthelp helps a lot (BTW ant -help tells it)

Jacques

From: "Eric DE MAULDE" <[hidden email]>
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