You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Michael Baessler (JIRA)" <ui...@incubator.apache.org> on 2007/11/07 18:13:50 UTC

[jira] Created: (UIMA-621) change the way to add the compiled sources to the PEAR package

change the way to add the compiled sources to the PEAR package
--------------------------------------------------------------

                 Key: UIMA-621
                 URL: https://issues.apache.org/jira/browse/UIMA-621
             Project: UIMA
          Issue Type: Bug
          Components: Sandbox-PearPackagingMavenPlugin
            Reporter: Michael Baessler
            Assignee: Michael Baessler


change the way to add the compiled sources to the PEAR package. Currently the compiled classes are copied to the bin directory which is additionally added to the PEAR classpath. In the new version, the Maven generated jar file is copied to the lib directory of the PEAR packaged and the classpath is updated accordingly.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Created: (UIMA-621) change the way to add the compiled sources to the PEAR package

Posted by Michael Baessler <mb...@michael-baessler.de>.
No, this only affects the PearPackagingMavenPlugin - no changes in UIMA 
core necessary. Before the PEAR package can be build, I have to assemble 
the data for the package to create a "UIMA nature" that also contains 
the compiled sources.

-- Michael

Marshall Schor wrote:
> Is this a change which affect the Eclipse Pear Packager?  How do things
> work for users who are not using Maven?
>
> Or did I misunderstand things? 
>
> -Marshall
>
> Michael Baessler (JIRA) wrote:
>   
>> change the way to add the compiled sources to the PEAR package
>> --------------------------------------------------------------
>>
>>                  Key: UIMA-621
>>                  URL: https://issues.apache.org/jira/browse/UIMA-621
>>              Project: UIMA
>>           Issue Type: Bug
>>           Components: Sandbox-PearPackagingMavenPlugin
>>             Reporter: Michael Baessler
>>             Assignee: Michael Baessler
>>
>>
>> change the way to add the compiled sources to the PEAR package. Currently the compiled classes are copied to the bin directory which is additionally added to the PEAR classpath. In the new version, the Maven generated jar file is copied to the lib directory of the PEAR packaged and the classpath is updated accordingly.
>>
>>
>>   
>>     
>
>   


Re: [jira] Created: (UIMA-621) change the way to add the compiled sources to the PEAR package

Posted by Marshall Schor <ms...@schor.com>.
Is this a change which affect the Eclipse Pear Packager?  How do things
work for users who are not using Maven?

Or did I misunderstand things? 

-Marshall

Michael Baessler (JIRA) wrote:
> change the way to add the compiled sources to the PEAR package
> --------------------------------------------------------------
>
>                  Key: UIMA-621
>                  URL: https://issues.apache.org/jira/browse/UIMA-621
>              Project: UIMA
>           Issue Type: Bug
>           Components: Sandbox-PearPackagingMavenPlugin
>             Reporter: Michael Baessler
>             Assignee: Michael Baessler
>
>
> change the way to add the compiled sources to the PEAR package. Currently the compiled classes are copied to the bin directory which is additionally added to the PEAR classpath. In the new version, the Maven generated jar file is copied to the lib directory of the PEAR packaged and the classpath is updated accordingly.
>
>
>   


Re: [jira] Closed: (UIMA-621) change the way to add the compiled sources to the PEAR package

Posted by Michael Baessler <mb...@michael-baessler.de>.
So far I hadn't the time to work on the documentation. I just added to 
plugin to the RegularExpressionAnnotator pom to play with and check if 
all works fine.
I will work an the documentation hopefully next week. But before I do 
that I will check that the current setup works fine to build PEARs 
automatically within a release build.

Maybe when the plugin is ready we have to discuss if the Sandbox is 
still the right place...

-- Michael

Marshall Schor wrote:
> Hi -
>
> Can you point me to the docs for this maven plugin?  I saw just the one
> paragraph description in the sandbox, plus a ref to the svn.  I didn't
> see them (but may have missed them) in the svn.
>
> I'm thinking there should be something which says what the maven command
> would be to use this, and how to set up its configuration in a pom. 
> And, perhaps a temporary way to "install" this plugin into maven, since
> I'm guessing it's not automatically accessed as needed by maven?
>
> -Marshall
>
> Michael Baessler (JIRA) wrote:
>   
>>      [ https://issues.apache.org/jira/browse/UIMA-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>>
>> Michael Baessler closed UIMA-621.
>> ---------------------------------
>>
>>     Resolution: Fixed
>>
>>   
>>     
>>> change the way to add the compiled sources to the PEAR package
>>> --------------------------------------------------------------
>>>
>>>                 Key: UIMA-621
>>>                 URL: https://issues.apache.org/jira/browse/UIMA-621
>>>             Project: UIMA
>>>          Issue Type: Bug
>>>          Components: Sandbox-PearPackagingMavenPlugin
>>>            Reporter: Michael Baessler
>>>            Assignee: Michael Baessler
>>>
>>> change the way to add the compiled sources to the PEAR package. Currently the compiled classes are copied to the bin directory which is additionally added to the PEAR classpath. In the new version, the Maven generated jar file is copied to the lib directory of the PEAR packaged and the classpath is updated accordingly.
>>>     
>>>       
>>   
>>     
>
>   


Re: [jira] Closed: (UIMA-621) change the way to add the compiled sources to the PEAR package

Posted by Marshall Schor <ms...@schor.com>.
Hi -

Can you point me to the docs for this maven plugin?  I saw just the one
paragraph description in the sandbox, plus a ref to the svn.  I didn't
see them (but may have missed them) in the svn.

I'm thinking there should be something which says what the maven command
would be to use this, and how to set up its configuration in a pom. 
And, perhaps a temporary way to "install" this plugin into maven, since
I'm guessing it's not automatically accessed as needed by maven?

-Marshall

Michael Baessler (JIRA) wrote:
>      [ https://issues.apache.org/jira/browse/UIMA-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
>
> Michael Baessler closed UIMA-621.
> ---------------------------------
>
>     Resolution: Fixed
>
>   
>> change the way to add the compiled sources to the PEAR package
>> --------------------------------------------------------------
>>
>>                 Key: UIMA-621
>>                 URL: https://issues.apache.org/jira/browse/UIMA-621
>>             Project: UIMA
>>          Issue Type: Bug
>>          Components: Sandbox-PearPackagingMavenPlugin
>>            Reporter: Michael Baessler
>>            Assignee: Michael Baessler
>>
>> change the way to add the compiled sources to the PEAR package. Currently the compiled classes are copied to the bin directory which is additionally added to the PEAR classpath. In the new version, the Maven generated jar file is copied to the lib directory of the PEAR packaged and the classpath is updated accordingly.
>>     
>
>   


[jira] Closed: (UIMA-621) change the way to add the compiled sources to the PEAR package

Posted by "Michael Baessler (JIRA)" <ui...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/UIMA-621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Baessler closed UIMA-621.
---------------------------------

    Resolution: Fixed

> change the way to add the compiled sources to the PEAR package
> --------------------------------------------------------------
>
>                 Key: UIMA-621
>                 URL: https://issues.apache.org/jira/browse/UIMA-621
>             Project: UIMA
>          Issue Type: Bug
>          Components: Sandbox-PearPackagingMavenPlugin
>            Reporter: Michael Baessler
>            Assignee: Michael Baessler
>
> change the way to add the compiled sources to the PEAR package. Currently the compiled classes are copied to the bin directory which is additionally added to the PEAR classpath. In the new version, the Maven generated jar file is copied to the lib directory of the PEAR packaged and the classpath is updated accordingly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.