Re: project of ODE

2011-09-25 Thread Tammo van Lessen
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

Re: project of ODE

2011-09-25 Thread Thilini Ishaka
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

project of ODE

2011-09-24 Thread 赖永浜
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