You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by BJ Freeman <bj...@free-man.net> on 2007/10/25 17:25:44 UTC

Re:using Eclipse was After running build.xml

open the project in eclipe.
right click on build.xml and do a run as Ant Build.
this will rebuild any jars that have been changes.
if you have the plugin for svn in eclipse you can use that to update you
files.

I have two check outs
1) for the trunk
2) for the ver 4.0



Brendan Vogt sent the following on 10/25/2007 7:55 AM:
> 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:skip@thedevers.org] 
> Sent: Tuesday, October 23, 2007 9:45 PM
> To: user@ofbiz.apache.org
> 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:brendan.vogt@gmail.com]
> Sent: Tuesday, October 23, 2007 10:38 AM
> To: user@ofbiz.apache.org
> 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
> 
> 
> 
> 
>