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

2009-04-10 Thread Jacques Le Roux
ant -projecthelp helps a lot (BTW ant -help tells it) Jacques From: "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

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

2009-04-10 Thread Eric DE MAULDE
Thank you for your explanation. Eric - Original Message - From: "Jacopo Cappellato" To: 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 b

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

2009-04-10 Thread Jacopo Cappellato
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

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

2009-04-10 Thread 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 wrote: > Hi, > > If I execute (Linux) : > "./a

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

2009-04-10 Thread 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