Posted by
Brendan Vogt on
Oct 25, 2007; 3:55pm
URL: http://ofbiz.116.s1.nabble.com/After-running-build-xml-tp149350p149352.html
Hen do I actually open the whole project in Eclipse. After running the
build.xml for the first time, what's next?
-----Original Message-----
From: skip@theDevers [mailto:
[hidden email]]
Sent: Tuesday, October 23, 2007 9:45 PM
To:
[hidden email]
Subject: RE: After running build.xml
ant run-install is what you want for the time being. It populates the
database with demo data so you can play with it.
When you are done, and ready to load your own data, run
ant clean-all
ant run-install-seed
-----Original Message-----
From: Brendan Vogt [mailto:
[hidden email]]
Sent: Tuesday, October 23, 2007 10:38 AM
To:
[hidden email]
Subject: After running build.xml
Importance: High
Hi,
I managed to get build.xml to run, and it looks fine. Is there a way in
which I can see the log file to see if an exception was thrown any where?
I ran ant run-install. But when I go to the online documentation they say I
must run it with seed or demo. Am I too late for this? Should I still do
because I opened 1 of the user tables and it seems there is data already in
it.
What do I do after this? Is it time to open the project in Eclipse yet?
Brendan