Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-11 Thread Roberto Cosenza
Thanx, I do like using command line but still i like to use an editor with refactoring support/formatting help when needed. On Mar 11, 2008, at 5:22 PM, Raj Saini wrote: BTW, you can run the ant scripts right from Eclipse if you don't like the command line. Open the top level build.xml and

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-11 Thread Raj Saini
BTW, you can run the ant scripts right from Eclipse if you don't like the command line. Open the top level build.xml and select the ant target in ourline view. Right click on target and choose "Run as ant build." You can also configure the Ofbiz to run from Eclipse (Without Ant script). It is

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-11 Thread Roberto Cosenza
Thank you. The eclipse files do work. I had tried them already and it did not compile. I'm sure i had messed up with them during the import. Now I feel more comfortable /roberto On Mar 11, 2008, at 4:26 PM, Raj Saini wrote: I am not sure about IntelliJ but Eclipse .project and .classpath fil

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-11 Thread Jacques Le Roux
From: "Roberto Cosenza" <[EMAIL PROTECTED]> Altough this is helping me a lot I cant't believe that there is no developer of the core ofbiz using an ide "properly" configured, with a maintained project file. Is everybody using command line to compile? /roberto You can use Ant from Eclipse

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-11 Thread Raj Saini
I am not sure about IntelliJ but Eclipse .project and .classpath files are in SVN. I generally checkout the OFbiz from SVN as Java project and it works without any problem. Advantage of Eclipse could be code completion, nice editor, and compile time errors in the editor itself as Eclipse uses

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-11 Thread Roberto Cosenza
On Mar 10, 2008, at 11:56 PM, Ryan Sweet wrote: I'm not sure that would make sense, as they will have lots of internal (to my system) modules and dependencies (I depend on other systems than ofbiz). Here's what you can do: 1) Create new project (java project) - point this at your module

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-10 Thread Ryan Sweet
I'm not sure that would make sense, as they will have lots of internal (to my system) modules and dependencies (I depend on other systems than ofbiz). Here's what you can do: 1) Create new project (java project) - point this at your module under ${OFBIZ_HOME}/hot-deploy (I use maven 2, so to

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-10 Thread Roberto Cosenza
That is an interesting approach. Would you mind sending me the intellij project files?/RobertoOn Mar 10, 2008, at 10:54 PM, Ryan Sweet wrote:Roberto Cosenza wrote:Hi.Is anybody using a IDE to compile ofbiz?  I mean not compiling through ant but though the built in compiler.I tried using the .classp

Re: Ofbiz and Eclipse (or IntelliJ)

2008-03-10 Thread Ryan Sweet
Roberto Cosenza wrote: Hi. Is anybody using a IDE to compile ofbiz? I mean not compiling through ant but though the built in compiler. I tried using the .classpath/.project files provided in svn but with no good results. /Roberto I use the plugin for intellij to use the ant build. Since I'm

Ofbiz and Eclipse (or IntelliJ)

2008-03-10 Thread Roberto Cosenza
Hi. Is anybody using a IDE to compile ofbiz? I mean not compiling through ant but though the built in compiler. I tried using the .classpath/.project files provided in svn but with no good results. /Roberto