You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Abhijeet Pandey <ab...@gmail.com> on 2009/08/06 15:11:09 UTC

difference between run task

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

Re: difference between run task

Posted by Ján Valkovič <ya...@samsonzv.sk>.
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
> 



Re: difference between run task

Posted by Abhijeet Pandey <ab...@gmail.com>.
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 <an...@hotwaxmedia.com>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

Re: difference between run task

Posted by BJ Freeman <bj...@free-man.net>.
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 <an...@hotwaxmedia.com>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.


Re: difference between run task

Posted by BJ Freeman <bj...@free-man.net>.
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 <an...@hotwaxmedia.com>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.


Re: difference between run task

Posted by Anil Patel <an...@hotwaxmedia.com>.
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