[jira] Created: (UIMA-1383) Add UIMA workshop/conference announcements to web site

2009-06-16 Thread Thilo Goetz (JIRA)
Add UIMA workshop/conference announcements to web site -- Key: UIMA-1383 URL: https://issues.apache.org/jira/browse/UIMA-1383 Project: UIMA Issue Type: Improvement Components:

Re: LSM 2009, a mention in the section Events and Conferences

2009-06-16 Thread Thilo Goetz
Done. Please allow an hour or so for the change to go live. --Thilo Nicolas Hernandez wrote: Dear web master(s), As you may know, the LINA Lab organize in July a UIMA workshop (u...@lsm'09). See the call for paper below. Would it be possible to add a direct link in your section Events

[jira] Closed: (UIMA-1383) Add UIMA workshop/conference announcements to web site

2009-06-16 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thilo Goetz closed UIMA-1383. - Resolution: Fixed Add UIMA workshop/conference announcements to web site

[jira] Created: (UIMA-1384) WhitespaceTokenizer pom still references UIMA 2.2.2

2009-06-16 Thread Thilo Goetz (JIRA)
WhitespaceTokenizer pom still references UIMA 2.2.2 --- Key: UIMA-1384 URL: https://issues.apache.org/jira/browse/UIMA-1384 Project: UIMA Issue Type: Bug Components: Build, Packaging

[jira] Commented: (UIMA-1384) WhitespaceTokenizer pom still references UIMA 2.2.2

2009-06-16 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12720105#action_12720105 ] Tommaso Teofili commented on UIMA-1384: --- the BSFAnnotator , DictionaryAnnotator,

2.3.0-incubating-SNAPSHOT

2009-06-16 Thread Thilo Goetz
Somebody please remind me: what's the purpose of the -SNAPSHOT version name? Doesn't this just mean that every POM needs to updated twice for a new version, once with the snapshot tag, and once without? Why aren't we going to the next version directly? It's not like we're publishing snapshot

Re: 2.3.0-incubating-SNAPSHOT

2009-06-16 Thread Tommaso Teofili
SNAPSHOT is a special version in maven that indicates the latest code; typically TRUNK or HEAD in a source control. With this version, maven will automatically grab the latest SNAPSHOT every time you build. On the other hand, when you are using 2.0, once maven has downloaded this artifact, it

Re: 2.3.0-incubating-SNAPSHOT

2009-06-16 Thread Michael Baessler
From my point of view, -SNAPSHOT versions are for example nightly builds. For real releases with create a tag in SVN and building on this tag is no SNAPSHOT. -- Michael Thilo Goetz wrote: Somebody please remind me: what's the purpose of the -SNAPSHOT version name? Doesn't this just mean that

[jira] Commented: (UIMA-1384) WhitespaceTokenizer pom still references UIMA 2.2.2

2009-06-16 Thread Michael Baessler (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12720120#action_12720120 ] Michael Baessler commented on UIMA-1384: I think it was by design to add the latest

[jira] Commented: (UIMA-1384) WhitespaceTokenizer pom still references UIMA 2.2.2

2009-06-16 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12720125#action_12720125 ] Thilo Goetz commented on UIMA-1384: --- That seems like a strange decision in retrospect. It

[jira] Commented: (UIMA-1384) WhitespaceTokenizer pom still references UIMA 2.2.2

2009-06-16 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12720126#action_12720126 ] Tommaso Teofili commented on UIMA-1384: --- Ok, sounds right. So this task has to be

[jira] Commented: (UIMA-1384) WhitespaceTokenizer pom still references UIMA 2.2.2

2009-06-16 Thread Tommaso Teofili (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12720127#action_12720127 ] Tommaso Teofili commented on UIMA-1384: --- I agree with Thilo for 2.2.1 versions

Re: 2.3.0-incubating-SNAPSHOT

2009-06-16 Thread Thilo Goetz
Tommaso Teofili wrote: SNAPSHOT is a special version in maven that indicates the latest code; typically TRUNK or HEAD in a source control. With this version, maven will automatically grab the latest SNAPSHOT every time you build. On the other hand, when you are using 2.0, once maven has

Re: 2.3.0-incubating-SNAPSHOT

2009-06-16 Thread Thilo Goetz
Michael Baessler wrote: From my point of view, -SNAPSHOT versions are for example nightly builds. For real releases with create a tag in SVN and building on this tag is no SNAPSHOT. Yes but we don't *do* any nightly builds. Why do we go to all this trouble if we don't use it for anything?

Re: 2.3.0-incubating-SNAPSHOT

2009-06-16 Thread Jukka Zitting
Hi, On Tue, Jun 16, 2009 at 3:40 PM, Thilo Goetztwgo...@gmx.de wrote: I guess I'm just displaying my maven ignorance here.  Since we're not uploading any snapshot artifacts to any maven repos, does it still buy us anything? It does. If I build UIMA today, I get a SNAPSHOT version in my local

Re: 2.3.0-incubating-SNAPSHOT

2009-06-16 Thread Thilo Goetz
Jukka Zitting wrote: Hi, On Tue, Jun 16, 2009 at 3:40 PM, Thilo Goetztwgo...@gmx.de wrote: I guess I'm just displaying my maven ignorance here. Since we're not uploading any snapshot artifacts to any maven repos, does it still buy us anything? It does. If I build UIMA today, I get a

RE: 2.3.0-incubating-SNAPSHOT

2009-06-16 Thread LeHouillier, Frank D.
No, but you should look at the maven release plugin for handling the change from 2.n-SNAPSHOT in (trunk) to 2.n (in tags) to 2.n+1-SNAPSHOT (back in trunk). It should handle all of the SNAPSHOT dependencies automatically rather than doing this by hand. As it stands now, are you planning to

Re: 2.3.0-incubating-SNAPSHOT

2009-06-16 Thread Tommaso Teofili
2009/6/16 LeHouillier, Frank D. frank.lehouill...@gd-ais.com No, but you should look at the maven release plugin for handling the change from 2.n-SNAPSHOT in (trunk) to 2.n (in tags) to 2.n+1-SNAPSHOT (back in trunk). It should handle all of the SNAPSHOT dependencies automatically rather

Re: 2.3.0-incubating-SNAPSHOT

2009-06-16 Thread Thilo Goetz
LeHouillier, Frank D. wrote: No, but you should look at the maven release plugin for handling the change from 2.n-SNAPSHOT in (trunk) to 2.n (in tags) to 2.n+1-SNAPSHOT (back in trunk). It should handle all of the SNAPSHOT dependencies automatically rather than doing this by hand. As it

[jira] Created: (UIMA-1385) Regex annotator does not close concept file input stream after reading

2009-06-16 Thread Thilo Goetz (JIRA)
Regex annotator does not close concept file input stream after reading -- Key: UIMA-1385 URL: https://issues.apache.org/jira/browse/UIMA-1385 Project: UIMA Issue Type: Bug

[jira] Closed: (UIMA-1385) Regex annotator does not close concept file input stream after reading

2009-06-16 Thread Thilo Goetz (JIRA)
[ https://issues.apache.org/jira/browse/UIMA-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thilo Goetz closed UIMA-1385. - Resolution: Fixed Fixed, and test case added. Regex annotator does not close concept file input stream

[jira] Created: (UIMA-1386) Cas Editor: BackgroundDrawingStrategy throws IllegalArgumentException

2009-06-16 Thread JIRA
Cas Editor: BackgroundDrawingStrategy throws IllegalArgumentException - Key: UIMA-1386 URL: https://issues.apache.org/jira/browse/UIMA-1386 Project: UIMA Issue Type: Bug