Hi,
although this is absolutely right, the currently preferred and
maintained build tool is buildr. The maven build is not as stable and
feature complete as the buildr build (which is also twice as fast as
maven...)
To let buildr create the eclipse metadata for you, run "buildr eclipse".
When ins
Hi,
*mvn eclipse:eclipe *from the root level will generate all eclipse resources
needed to import the project into eclipse IDE and afterwards
File-->Import-->General-->Existing Project into Workspace and navigate to
the project folder location. Then set the m2 repo location as a Classpath
variable
Hello ,I am a master student.Recenrly I am trying to do some
development on the ODE ,since my graduation thesis is relate to it. I follow
the note(Developing Ode with the Eclipse IDE) on ODE's homepage .But
finally I found that there's a fair amount of code and projects after
compiled.And