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
 component frameworks for the analysis of unstructured data, guided by
 the UIMA Oasis Standard (http://www.oasis-open.org) ...

 Please suggest improvements :-)

I'd drop the components and component frameworks part, and just say:

RESOLVED, that the Apache UIMA Project be and hereby is responsible
for the creation and maintenance of software for the analysis of
unstructured data, guided by the UIMA Oasis Standard ...

BR,

Jukka Zitting


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.
However I don't know if the

http://people.apache.org/repo/m2-incubating-repository/

is considered external or not (it's said to be accepted as synced but if
everything outside Central is considered external the answer is yes) though
I wonder if that repo can stay inside the POM.

Cheers.
Tommaso



2010/2/7 Marshall Schor m...@schor.com



 Tommaso Teofili wrote:
  Hi all,
  since we are talking about graduation I think that another thing we need
 to
  leverage is the availability of UIMA packages on Maven central.
  As far as I know there some constraints we should respect to reach this,
 for
  example being independent from other external repos.
  What do you think?
 

 I am in favor of updating things to better follow Maven conventions and
 constraints.
 Can you say more specifically what needs changing?
 Do our POMs currently have dependencies to other external repos?

 -Marshall



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 we're ready for graduation?

Yes! :-)

 Is there more we need to do first?

The only thing missing is the draft TLP resolution for the board. See
[1] for the latest resolution template. To fill it, we need three
things:

1. Project scope - You already started that in another thread

2. PMC members - I propose we include all current UIMA committers as
members of the UIMA PMC. And if you'd have me, I'd be happy to stay on
board in an advisory role as a former mentor.

3. PMC chair - See [2] for the duties of the PMC chair. As a reward
you get a nice VP title to put in your CV. Anyone interested in the
post? The PMC chair should be someone who is actively involved with
the project work. I would nominate Marshall for the job, but feel free
to bring up also other names.

[1] 
https://svn.apache.org/repos/private/committers/board/templates/podling-tlp-resolution.txt
[2] http://www.apache.org/dev/pmc.html#chair

BR,

Jukka Zitting


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 nature (using
eclipse) like the directions say.  When I generate the PEAR file it doesn't
include the JAR file.  I can see the JAR file in the directory using Windows
Explorer but I can't see the JAR file in the directory in Eclipse.  How do I add
a JAR file to PEAR?  Do I need to use Eclipse somehow to add the JAR to the lib
directory rather than Windows Explorer?



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
http://people.apache.org/repo/m2-ibiblio-rsync-repository/ or the new
Nexus repository server at https://repository.apache.org/. The
repository server is quite handy for Maven-based projects, but
starting to use it requires some work.

 However I don't know if the

 http://people.apache.org/repo/m2-incubating-repository/

 is considered external or not (it's said to be accepted as synced but if
 everything outside Central is considered external the answer is yes) though
 I wonder if that repo can stay inside the POM.

It's an external repository, but nowadays also incubating projects can
deploy their releases to Maven central, so there shouldn't be much
need to keep using m2-incubating-repository.

BR,

Jukka Zitting


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: http://incubator.apache.org/guides/graduation.htm), do you
 think we're ready for graduation?
 

 Yes! :-)

   
  Is there more we need to do first?
 

 The only thing missing is the draft TLP resolution for the board. See
 [1] for the latest resolution template. To fill it, we need three
 things:

 1. Project scope - You already started that in another thread

 2. PMC members - I propose we include all current UIMA committers as
 members of the UIMA PMC. And if you'd have me, I'd be happy to stay on
 board in an advisory role as a former mentor.
   

I think this is fine, and will enable release votes :-).
 3. PMC chair - See [2] for the duties of the PMC chair. As a reward
 you get a nice VP title to put in your CV. Anyone interested in the
 post? The PMC chair should be someone who is actively involved with
 the project work. I would nominate Marshall for the job, but feel free
 to bring up also other names.
   

I would be happy to serve in this role (for a while :-) ). 

-Marshall
 [1] 
 https://svn.apache.org/repos/private/committers/board/templates/podling-tlp-resolution.txt
 [2] http://www.apache.org/dev/pmc.html#chair

 BR,

 Jukka Zitting


   


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.  I have added the UIMA nature (using
 eclipse) like the directions say.  When I generate the PEAR file it doesn't
 include the JAR file.  

Do you mean, the generated PEAR file, after you install it (which
unzips it), does not have the Jar in the install-directory/lib/ ?
 I can see the JAR file in the directory using Windows
 Explorer

Which directory do you see it in? 

-Marshall
  but I can't see the JAR file in the directory in Eclipse.  How do I add
 a JAR file to PEAR?  Do I need to use Eclipse somehow to add the JAR to the 
 lib
 directory rather than Windows Explorer?



   


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 directory do you see it in? 

When I use Windows Explorer, it is in the lib directory 


Jay





Re: Creating PEAR Files

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