Re: [jira] Created: (UIMA-1552) Lucas: does not compile with Java 1.5

2009-09-05 Thread Marshall Schor


Thilo Goetz wrote:
> Thilo Goetz (JIRA) wrote:
>   
>> Lucas: does not compile with Java 1.5
>> -
>>
>>  Key: UIMA-1552
>>  URL: https://issues.apache.org/jira/browse/UIMA-1552
>>  Project: UIMA
>>   Issue Type: Bug
>>   Components: Sandbox-Lucas
>> Reporter: Thilo Goetz
>> Assignee: Thilo Goetz
>>  Fix For: 2.3S
>>
>>
>> Lucas uses IOException constructors that are not in Java 1.5.
>>
>> 
>
> This reminds me: Marshall, please remember to build our
> release with Java 1.5.  Otherwise people may not be able
> to run our binaries with 1.5.  Thanks.
>   
hmmm, I think this is supposed to be automatic.  IIRC, the way it is
supposed to work is the top level parent, uimaj/pom.xml, has java 1.5
specified:


  


org.apache.maven.plugins
maven-compiler-plugin

  1.5
  1.5
  UTF-8

  

The eclipse:eclipse maven plugin which generates the Eclipse stuff from
the POMs, takes this and sets 1.5 in the ".settings". file for the
Eclipse project.

Any idea what is going wrong?  -Marshall


> --Thilo
>
>
>
>   


Re: CPM test case hang

2009-09-05 Thread Marshall Schor
Thilo Goetz wrote:
> Jaroslaw Cwiklik wrote:
>   
>> Ran on the command line multiple times with IBM 1.5 and Sun's 1.5 and no
>> hang.
>> 
>
> Yes, I can't reproduce it either on my laptop.  Same code level,
> same jvm, both dual core processors, same maven version even.  Still
> hangs reliably on my workstation, though.  Some subtle synchronization
> issue, undoubtedly.  Let me know if you want me to go back to an
> earlier code level and try there, or if there's anything else I can
> do to help.
>   
Some things that can help to find the problem that I've used in the past
are "findbugs", or this tool which stresses synchronization points:
http://www.alphaworks.ibm.com/tech/contest

-Marshall



[jira] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-09-05 Thread Tommaso Teofili (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751760#action_12751760
 ] 

Tommaso Teofili commented on UIMA-1462:
---

Thilo, could you please explain which errors do you experience with the current 
revision?
I suppose there is something wrong in ConfigTest test class because those tests 
fail though there is no difference between expected and actual results (tests 
generate xmls that appear identical also using the diff command).

> SimpleUimaAsService has checked in SimpleServer libraries as binaries
> -
>
> Key: UIMA-1462
> URL: https://issues.apache.org/jira/browse/UIMA-1462
> Project: UIMA
>  Issue Type: Bug
>  Components: Sandbox-SimpleUimaAsService
>Affects Versions: 2.2.2S, 2.3S
>Reporter: Thilo Goetz
>Assignee: Tommaso Teofili
> Fix For: 2.3S
>
> Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.txt, 
> patch1462c1.txt, patch1462c2.txt, simpleServerDistributionPatch.txt, 
> simpleUimaAsServicePatch.txt
>
>
> For the upcoming release, this should be changed so it depends on the 
> SimpleServer project directly.

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



[jira] Issue Comment Edited: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-09-05 Thread Tommaso Teofili (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12751760#action_12751760
 ] 

Tommaso Teofili edited comment on UIMA-1462 at 9/5/09 8:47 AM:
---

Thilo, could you please explain which errors do you experience with the current 
revision?
I suppose there is something wrong in ConfigTest test class because those tests 
fail though there is no apparent difference between expected and actual results 
(tests generate xmls that appear identical also using the diff command).
>From the tests I've done so fare the problem is in the carriage returns that 
>are not equals in the standoff expected and in the actua onel at index 38 
>during tests (that is the first carriage return).

  was (Author: teofili):
Thilo, could you please explain which errors do you experience with the 
current revision?
I suppose there is something wrong in ConfigTest test class because those tests 
fail though there is no difference between expected and actual results (tests 
generate xmls that appear identical also using the diff command).
  
> SimpleUimaAsService has checked in SimpleServer libraries as binaries
> -
>
> Key: UIMA-1462
> URL: https://issues.apache.org/jira/browse/UIMA-1462
> Project: UIMA
>  Issue Type: Bug
>  Components: Sandbox-SimpleUimaAsService
>Affects Versions: 2.2.2S, 2.3S
>Reporter: Thilo Goetz
>Assignee: Tommaso Teofili
> Fix For: 2.3S
>
> Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.txt, 
> patch1462c1.txt, patch1462c2.txt, simpleServerDistributionPatch.txt, 
> simpleUimaAsServicePatch.txt
>
>
> For the upcoming release, this should be changed so it depends on the 
> SimpleServer project directly.

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