Yes, it works by granting writing permissions.
Thanks.

On Sun, Jan 23, 2011 at 1:54 PM, James Kosin <[email protected]> wrote:

> Works for me...
> Some things to check:
> (1)  Make sure you have permissions for creating directories under where
> you checked out the sources.
> (2)  If you didn't checkout the trunk directly, then please do so even
> if you don't need all 3 projects.  Right now the main POM is expecting 3
> projects to be built from the sources.
> (3)  You need a network connection for maven to be able to resolve
> dependencies.
>
> Let us know if any of these don't fix the problem.
> James
>
> On 1/23/2011 1:25 PM, Congmin min wrote:
> > hi, William:
> >
> > It seems there is a problem with the maven installation by executing 'mvn
> > install':
> >
> > ......
> >
> >  --- maven-remote-resources-plugin:1.1:process (default) @
> opennlp-reactor
> > ---
> > [INFO] Setting property: classpath.resource.loader.class =>
> > 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
> > [INFO] Setting property: velocimacro.messages.on => 'false'.
> > [INFO] Setting property: resource.loader => 'classpath'.
> > [INFO] Setting property: resource.manager.logwhenfound => 'false'.
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary:
> > [INFO]
> > [INFO] OpenNLP Reactor ................................... FAILURE
> [2.738s]
> > [INFO] OpenNLP Maxent .................................... SKIPPED
> > [INFO] OpenNLP Tools ..................................... SKIPPED
> > [INFO] OpenNLP UIMA Annotators ........................... SKIPPED
> > [INFO] OpenNLP Documentation ............................. SKIPPED
> > [INFO] OpenNLP Distribution .............................. SKIPPED
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 3.367s
> > [INFO] Finished at: Sun Jan 23 21:20:31 EST 2011
> > [INFO] Final Memory: 7M/54M
> > [INFO]
> > ------------------------------------------------------------------------
> > *[ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-remote-resources-plugin:1.1:process
> (default)
> > on project opennlp-reactor: Error finding remote resources manifests:
> >
> /home/min/Downloads/nlp/trunk/opennlp/target/maven-shared-archive-resources/META-INF/NOTICE
> > (No such file or directory) -> [Help 1]
> > *[ERROR]
> >
> > it failed at some point after it downloaded some stuff from the maven
> > repository, as you can see from the highlight.
> >
> > Do you have the same problem?
> > Thanks.
> >
> >
> > On Fri, Jan 14, 2011 at 5:49 PM, [email protected] <
> > [email protected]> wrote:
> >
> >> Hi,
> >>
> >> I have this informal guide:
> >>
> >> - Get the code from SVN trunk, as described here:
> >> http://incubator.apache.org/opennlp/source-code.html
> >> - You will need Maven 3.0.1 to compile the project, if you don't have it
> >> yet, please get it from http://maven.apache.org/download.html, the
> >> installation instructions are at the same page.
> >> - Compile the project. To do that go to the folder
> <project-root>/opennlp/
> >> from command line and run the command "mvn install". It can take longer
> to
> >> execute the first build.
> >> - Now go to the folder <project-root>/opennlp-tools
> >> - Execute the command:
> >>   mvn dependency:copy-dependencies -DoutputDirectory="lib"
> >> to copy the libraries to lib folder
> >> - Copy the file <project-root>/opennlp-tools/
> >> target/opennlp-tools-1.5.1-incubating-SNAPSHOT.jar to
> >> <project-root>/opennlp-tools
> >> - Now we are ready to execute:
> >> bin/opennlp
> >>
> >> Regards
> >> William
> >>
> >>
> >> On Fri, Jan 14, 2011 at 6:01 PM, Chaitanya Sharma <
> [email protected]
> >>> wrote:
> >>> Hi All!
> >>>
> >>> I am Chaitanya, newbie to the openNLP
> >>> I like natural language processing, and hope to make some code
> >>> contributions
> >>> to the openNLP project.
> >>>
> >>> I tried asking on the opennlp-users mailing-list, but didn't really get
> a
> >>> response; and I believe this is a better place to ask, So here's my
> >>> question;
> >>> To start with, it'll be great if anyone could guide me on how to go
> about
> >>> building the project; or maybe direct me to some document or an archive
> >>> mail
> >>> that explains it.
> >>>
> >>> Also, It'll be great if I could be suggested with a small jira-issue I
> >>> could
> >>> take up to begin getting familiar with opennlp project.
> >>>
> >>>
> >>> Thanks!
> >>> Chaitanya
> >>>
>
>

Reply via email to