Re: [Discuss] Apache UIMA top level project charter - scope

2010-02-09 Thread Jukka Zitting
Hi, On Mon, Feb 1, 2010 at 6:50 PM, Marshall Schor m...@schor.com wrote: Here's a first try at the project-scope part of Charter, please discuss: ... RESOLVED, that the Apache UIMA Project be and hereby is responsible for the creation and maintenance of software related to components and

Re: going to Maven central

2010-02-09 Thread Tommaso Teofili
For the common practices to upload an artifact to Maven Central: http://maven.apache.org/guides/mini/guide-central-repository-upload.html I read that our Apache repo gets synchronized with Central so we hopefully only need to deploy it on our repo and it will automatically will get to Central.

Re: [Discuss] graduation

2010-02-09 Thread Jukka Zitting
Hi, On Fri, Jan 29, 2010 at 11:00 PM, Marshall Schor m...@schor.com wrote: After reading the parts of the ASF website related to graduation from the incubator to a top-level project (for instance I think this is the main link: http://incubator.apache.org/guides/graduation.htm), do you think

Creating PEAR Files

2010-02-09 Thread Jay Jarman
I have a component I have created and need to create a PEAR in order to deploy it to some other people. This component basically wraps a Java component. I want to deploy the Java component's JAR file with the PEAR so I put the JAR in the lib directory of my UIMA component. I have added the UIMA

Re: going to Maven central

2010-02-09 Thread Jukka Zitting
Hi, On Tue, Feb 9, 2010 at 3:25 PM, Tommaso Teofili tommaso.teof...@gmail.com wrote: I read that our Apache repo gets synchronized with Central so we hopefully only need to deploy it on our repo and it will automatically will get to Central. Yep, you can either use

Re: [Discuss] graduation

2010-02-09 Thread Marshall Schor
Jukka Zitting wrote: Hi, On Fri, Jan 29, 2010 at 11:00 PM, Marshall Schor m...@schor.com wrote: After reading the parts of the ASF website related to graduation from the incubator to a top-level project (for instance I think this is the main link:

Re: Creating PEAR Files

2010-02-09 Thread Marshall Schor
Jay Jarman wrote: I have a component I have created and need to create a PEAR in order to deploy it to some other people. This component basically wraps a Java component. I want to deploy the Java component's JAR file with the PEAR so I put the JAR in the lib directory of my UIMA component.

Re: Creating PEAR Files

2010-02-09 Thread Jay Jarman
Do you mean, the generated PEAR file, after you install it (which unzips it), does not have the Jar in the install-directory/lib/ ? That's exactly what I mean. The lib directory isn't created by the PEAR process. I can see the JAR file in the directory using Windows Explorer Which

Re: Creating PEAR Files

2010-02-09 Thread Pablo Duboue
Have you tried refreshing the folder from within eclipse? (F5 keybinding)