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
under ${OFBIZ_HOME}/hot-deploy (I use maven 2, so to start from
scratch I would go to the hot-deploy dir and do a new "mvn
archetype:create" in that dir).
2) for IntelliJ, go to File->New Module, create new Java Module,
import and existing src root, point it at ${OFBIZ_HOME}. 3) in the
ant module for intellij, add the top level build.xml as an ant build
file.
What would you then add in the classpath for your module?
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