[jira] Updated: (UIMA-355) Eclipse PDE nature for org.apache.uima.runtime project

2007-03-22 Thread JIRA
[ https://issues.apache.org/jira/browse/UIMA-355?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörn Kottmann updated UIMA-355: --- Attachment: pde2-patch.txt Patch for the assemble-plugin.xml file. It adds the version to the included

Re: Changing jar file names in uimaj-ep-runtime plugin

2007-03-22 Thread Tong Fin
There are 2 ways that Eclipse uers may use UIMA Runtime plugin: 1. Use the UIMA plugin jars from the Java project (which is NOT a plugin project) as external Jars or Library 2. Use the UIMA plugin as "a plugin" from a Plugin project For the #1, users need to modified their setting everytime a new

Re: Changing jar file names in uimaj-ep-runtime plugin

2007-03-22 Thread Michael Baessler
Jörn Kottmann wrote: I strongly dislike jar file names with version numbers in them. Every time you get a new version you have to update classpath settings in script files, eclipse run configurations, or whever else jar files are referred to by name. I just think it's very impractical and would

Re: UIMA pear runtime

2007-03-22 Thread Adam Lally
Michael, I was looking over PearAnalysisEngineWrapper.java and I think there's something missing. When you create your CAS you aren't telling it the ClassLoader for the PEAR. So if JCAS were used and the JCas classes were in the PEAR, I think you would get class not found exceptions. Have you t

Re: Changing jar file names in uimaj-ep-runtime plugin

2007-03-22 Thread Jörn Kottmann
I strongly dislike jar file names with version numbers in them. Every time you get a new version you have to update classpath settings in script files, eclipse run configurations, or whever else jar files are referred to by name. I just think it's very impractical and would be annoying to our us

Re: Changing jar file names in uimaj-ep-runtime plugin

2007-03-22 Thread Adam Lally
On 3/22/07, Michael Baessler <[EMAIL PROTECTED]> wrote: I don't like the idea to have different names for the same version of the jar. I think it will be better to have the same name for all jars. As I understand the uimaj-core-2.2-incubating-SNAPSHOT.jar naming schema is the default that maven g

Re: Changing jar file names in uimaj-ep-runtime plugin

2007-03-22 Thread Michael Baessler
Adam Lally wrote: I want to get the other committers' opinion on this. It has to do with Joern's proposed patch to the uimaj-ep-runtime plugin so that mvn eclipse:eclipse will create a PDE project instead of a regular Java project. Because of mvn eclipse:eclipse has limited configuration option

[jira] Closed: (UIMA-354) UIMA datapath support for pear files

2007-03-22 Thread Michael Baessler (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Baessler closed UIMA-354. - Resolution: Fixed I updated the PackageBrowser API as well as the UIMA documentation. > UIMA datap

[jira] Created: (UIMA-357) Write documentation for the Cas Editor

2007-03-22 Thread JIRA
Write documentation for the Cas Editor -- Key: UIMA-357 URL: https://issues.apache.org/jira/browse/UIMA-357 Project: UIMA Issue Type: Task Components: Sandbox Reporter: Jörn Kottmann

[jira] Updated: (UIMA-155) add cas editor (tae) project

2007-03-22 Thread JIRA
[ https://issues.apache.org/jira/browse/UIMA-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jörn Kottmann updated UIMA-155: --- Attachment: update.txt Contains a few bugfixes and makes the code less dependent on org.eclipse.ui.ide.

Changing jar file names in uimaj-ep-runtime plugin

2007-03-22 Thread Adam Lally
I want to get the other committers' opinion on this. It has to do with Joern's proposed patch to the uimaj-ep-runtime plugin so that mvn eclipse:eclipse will create a PDE project instead of a regular Java project. Because of mvn eclipse:eclipse has limited configuration options, it appears we'd

[jira] Commented: (UIMA-355) Eclipse PDE nature for org.apache.uima.runtime project

2007-03-22 Thread Adam Lally (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483151 ] Adam Lally commented on UIMA-355: - I see that you'e updated the names of the jar files in the manifest. They used be

[jira] Closed: (UIMA-356) fix IBM dependency in CVD log properties file

2007-03-22 Thread Michael Baessler (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Baessler closed UIMA-356. - Resolution: Fixed > fix IBM dependency in CVD log properties file > ---

[jira] Updated: (UIMA-356) fix IBM dependency in CVD log properties file

2007-03-22 Thread Michael Baessler (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-356?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Baessler updated UIMA-356: -- Component/s: Tools > fix IBM dependency in CVD log properties file >

[jira] Created: (UIMA-356) fix IBM dependency in CVD log properties file

2007-03-22 Thread Michael Baessler (JIRA)
fix IBM dependency in CVD log properties file - Key: UIMA-356 URL: https://issues.apache.org/jira/browse/UIMA-356 Project: UIMA Issue Type: Bug Affects Versions: 2.1 Reporter: Micha