The new info on the download page is great, good job Ruth and others! My only comment is that in the right-side panel, it suggests running "ant run-install", which is ONLY right for Windows. I am pretty sure that on any Unix-derived system this command should always take the form "./ant run-install". We should try to get newbies (like me) into that habit right away.
We should also perhaps explain that "run-install" only installs, it doesn't run, so you still need to choose from "java -jar ofbiz.jar", "./ant run", or better yet "startofbiz.bat" or startofbiz.sh. Perhaps a better approach is to just say "Follow the instructions in the README file", which covers all of these topics and then some. -- Matt Warnock <[email protected]> RidgeCrest Herbals, Inc. On Thu, 2010-09-16 at 08:45 -0700, BJ Freeman wrote: > http://ofbiz.apache.org/download.html > and excellent job. > > pankaj savita sent the following on 9/16/2010 8:19 AM: > > Hi Umesh, > > > > I also faced the same condition, when I took checkout of ofbiz10.04. > > I run command ofbiz10.04>ant run-install > > if it Build Successfully, You will get the ofbiz.jar file in path "* > > ofbiz10.04/framework/start/lib/ofbiz.jar*" > > Copy the ofbiz.jar file from here to path "*Ofbiz10.04/*" > > Now run command ofbiz10.04>java -Xms128M -Xmx512M -jar ofbiz.jar > > It will deploy ofbiz& start server. > > > > I hope this could help you. > >
