Hi,
What is the difference between following tasks run run-install run-install-extseed run-install-extest run-install-seed How i can build without recreating database? let us suppose i have done some modification in code and want to build it but what command i should run if i want to create db again and what i should do if i doesn't want to recreate db and just want to add files. Plz guide, -- Abhijeet Pandey |
Abhijeet
All the targets are defined in build.xml file. Refer it for details. In case you need help learn Ant build scripts then please visit http://ant.apache.org . Regards Anil Patel On Aug 6, 2009, at 6:41 PM, Abhijeet Pandey wrote: > Hi, > > What is the difference between following tasks > > run > > run-install > > run-install-extseed > > run-install-extest > > run-install-seed > > > > How i can build without recreating database? > let us suppose i have done some modification in code and want to > build it > but what command i should run if i want to create db again and what > i should > do if i doesn't want to recreate db and just want to add files. > > Plz guide, > > -- > Abhijeet Pandey |
i mean run-install should load demo data , which is not happening in my
case. i am not able see the promo products and all . what could be the reason? Thanks, Abhijeet Pandey On Thu, Aug 6, 2009 at 7:24 PM, Anil Patel <[hidden email]>wrote: > Abhijeet > All the targets are defined in build.xml file. Refer it for details. In > case you need help learn Ant build scripts then please visit > http://ant.apache.org. > > Regards > Anil Patel > > > > On Aug 6, 2009, at 6:41 PM, Abhijeet Pandey wrote: > > Hi, >> >> What is the difference between following tasks >> >> run >> >> run-install >> >> run-install-extseed >> >> run-install-extest >> >> run-install-seed >> >> >> >> How i can build without recreating database? >> let us suppose i have done some modification in code and want to build it >> but what command i should run if i want to create db again and what i >> should >> do if i doesn't want to recreate db and just want to add files. >> >> Plz guide, >> >> -- >> Abhijeet Pandey >> > > -- Abhijeet Pandey |
In reply to this post by Anil Patel-3
In directory, where is installed ofbiz (OFBIZ_HOME) run:
ant -p in linux, if ant is not installed: ./ant -p ya Dňa Št, 2009-08-06 o 19:24 +0530, Anil Patel napísal: > Abhijeet > All the targets are defined in build.xml file. Refer it for details. > In case you need help learn Ant build scripts then please visit http://ant.apache.org > . > > Regards > Anil Patel > > > On Aug 6, 2009, at 6:41 PM, Abhijeet Pandey wrote: > > > Hi, > > > > What is the difference between following tasks > > > > run > > > > run-install > > > > run-install-extseed > > > > run-install-extest > > > > run-install-seed > > > > > > > > How i can build without recreating database? > > let us suppose i have done some modification in code and want to > > build it > > but what command i should run if i want to create db again and what > > i should > > do if i doesn't want to recreate db and just want to add files. > > > > Plz guide, > > > > -- > > Abhijeet Pandey > |
In reply to this post by Anil Patel-3
did you see any build errors?
Abhijeet Pandey sent the following on 8/6/2009 7:26 AM: > i mean run-install should load demo data , which is not happening in my > case. > > i am not able see the promo products and all . > > what could be the reason? > > Thanks, > > Abhijeet Pandey > > On Thu, Aug 6, 2009 at 7:24 PM, Anil Patel <[hidden email]>wrote: > >> Abhijeet >> All the targets are defined in build.xml file. Refer it for details. In >> case you need help learn Ant build scripts then please visit >> http://ant.apache.org. >> >> Regards >> Anil Patel >> >> >> >> On Aug 6, 2009, at 6:41 PM, Abhijeet Pandey wrote: >> >> Hi, >>> What is the difference between following tasks >>> >>> run >>> >>> run-install >>> >>> run-install-extseed >>> >>> run-install-extest >>> >>> run-install-seed >>> >>> >>> >>> How i can build without recreating database? >>> let us suppose i have done some modification in code and want to build it >>> but what command i should run if i want to create db again and what i >>> should >>> do if i doesn't want to recreate db and just want to add files. >>> >>> Plz guide, >>> >>> -- >>> Abhijeet Pandey >>> >> > > -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems Integrator. |
In reply to this post by Anil Patel-3
also what revision are you using?
Abhijeet Pandey sent the following on 8/6/2009 7:26 AM: > i mean run-install should load demo data , which is not happening in my > case. > > i am not able see the promo products and all . > > what could be the reason? > > Thanks, > > Abhijeet Pandey > > On Thu, Aug 6, 2009 at 7:24 PM, Anil Patel <[hidden email]>wrote: > >> Abhijeet >> All the targets are defined in build.xml file. Refer it for details. In >> case you need help learn Ant build scripts then please visit >> http://ant.apache.org. >> >> Regards >> Anil Patel >> >> >> >> On Aug 6, 2009, at 6:41 PM, Abhijeet Pandey wrote: >> >> Hi, >>> What is the difference between following tasks >>> >>> run >>> >>> run-install >>> >>> run-install-extseed >>> >>> run-install-extest >>> >>> run-install-seed >>> >>> >>> >>> How i can build without recreating database? >>> let us suppose i have done some modification in code and want to build it >>> but what command i should run if i want to create db again and what i >>> should >>> do if i doesn't want to recreate db and just want to add files. >>> >>> Plz guide, >>> >>> -- >>> Abhijeet Pandey >>> >> > > -- BJ Freeman http://www.businessesnetwork.com/automation http://bjfreeman.elance.com http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro Systems Integrator. |
Free forum by Nabble | Edit this page |