Hi Ofbizian's,
Today i checkout the new ofbiz from Apache site.When i executed the command
"ant run-install" with fresh database it didn't load demo and seed
data.Although the build completed successfully.
When i executed the command "ant run-install-seed" then it loads the seed
data.And when i increased one reader's parameter "demo" in ant-run-seed target
in build.xml file and again executed command "ant run-install-seed" then
everything loads properly....(seed data as well as demo data).
You can see the code shown below for further clarification about what i am
saying:
<target name="run-install-seed" depends="build">
<java jar="ofbiz.jar" fork="true">
<jvmarg value="${memory.max.param}"/>
<arg value="install"/>
<arg value="readers=seed,demo"/>
</java>
</target>
Any specific reason for not loading of demo and seed data with default command
"ant run-install" ???????????
Thanks for your Precious Time.
Regards
Ashish Vijaywargiya
---------------------------------
Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail Beta.