[jira] Created: (UIMA-1551) Lucas PearPackagingMavenPlugin PEAR classpath is incorrect

2009-09-04 Thread JIRA
Lucas PearPackagingMavenPlugin PEAR classpath is incorrect
--

 Key: UIMA-1551
 URL: https://issues.apache.org/jira/browse/UIMA-1551
 Project: UIMA
  Issue Type: Bug
  Components: Sandbox-Lucas
Reporter: Jörn Kottmann
Assignee: Rico Landefeld
 Fix For: 2.3S


The classpath entry says currently:
classpath
!-- PEAR file component classpath settings --
$main_root/lib/cglib-nodep-2.1_3.jar;$main_root/lib/google-collect-snapshot-20080530.jar;$main_root/lib/log4j-1.2.14.jar;$main_root/lib/lucene-core-2.4.0.jar;$main_root/lib/lucene-snowball-2.4.0.jar
/classpath

Which is incorrect because, Lucas does not depend anymore on the 
google-collections snapshot and lucene 2.4.0.

-- 
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-1551) Lucas PearPackagingMavenPlugin PEAR classpath is incorrect

2009-09-04 Thread Jörn Kottmann

Jörn Kottmann (JIRA) wrote:

Lucas PearPackagingMavenPlugin PEAR classpath is incorrect
--

 Key: UIMA-1551
 URL: https://issues.apache.org/jira/browse/UIMA-1551
 Project: UIMA
  Issue Type: Bug
  Components: Sandbox-Lucas
Reporter: Jörn Kottmann
Assignee: Rico Landefeld
 Fix For: 2.3S


The classpath entry says currently:
classpath
!-- PEAR file component classpath settings --
$main_root/lib/cglib-nodep-2.1_3.jar;$main_root/lib/google-collect-snapshot-20080530.jar;$main_root/lib/log4j-1.2.14.jar;$main_root/lib/lucene-core-2.4.0.jar;$main_root/lib/lucene-snowball-2.4.0.jar
/classpath

Which is incorrect because, Lucas does not depend anymore on the 
google-collections snapshot and lucene 2.4.0.

  
Maybe we should consider opening a jira issue to improve the 
PearPackagingMavenPlugin

to automatically create the classpath.

Jörn


Re: [jira] Created: (UIMA-1551) Lucas PearPackagingMavenPlugin PEAR classpath is incorrect

2009-09-04 Thread Thilo Goetz
Jörn Kottmann wrote:
 Jörn Kottmann (JIRA) wrote:
 Lucas PearPackagingMavenPlugin PEAR classpath is incorrect
 --

  Key: UIMA-1551
  URL: https://issues.apache.org/jira/browse/UIMA-1551
  Project: UIMA
   Issue Type: Bug
   Components: Sandbox-Lucas
 Reporter: Jörn Kottmann
 Assignee: Rico Landefeld
  Fix For: 2.3S


 The classpath entry says currently:
 classpath
 !-- PEAR file component classpath settings --
 $main_root/lib/cglib-nodep-2.1_3.jar;$main_root/lib/google-collect-snapshot-20080530.jar;$main_root/lib/log4j-1.2.14.jar;$main_root/lib/lucene-core-2.4.0.jar;$main_root/lib/lucene-snowball-2.4.0.jar

 /classpath

 Which is incorrect because, Lucas does not depend anymore on the
 google-collections snapshot and lucene 2.4.0.

   
 Maybe we should consider opening a jira issue to improve the
 PearPackagingMavenPlugin
 to automatically create the classpath.
 
 Jörn

+1, that would be great.  The dual maintenance of classpaths in
pear projects is a constant source of errors.

--Thilo