Hi,
On Sun, Jun 3, 2012 at 7:19 AM, Jim - FooBar(); <jimpil1...@gmail.com>wrote: > On 03/06/12 07:31, Eranga Mapa wrote: > >> When I try to run command: mvn3 install inside openNLP-trunk directory, it >> fires an error >> saying "The goal you specified requires a project to execute but there is >> no POM in this directory" >> > > You need to go into 'trunl/opennlp' folder and there you will find the pom > you need... > > > Also I want to know is there a specific way to create the development >> environment for openNLP with eclips. >> > > > I am not sure what you mean exactly but all you need to do is load the > project source into eclipse, manage dependencies and then you can start > working... > You should consider managing dependencies in Eclipse using the m2e plugin. It makes things easier: http://eclipse.org/m2e Also to write patches you should follow our code conventions. Please refer to http://opennlp.apache.org/code-conventions.html, where you can find the code formatter file for Eclipse. Regards, William