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

2009-10-06 Thread Tommaso Teofili

Hi,
I set the SandboxDistr parent to SimpleUimaAsService POM too and set  
uimaj-as-activemq dependency scope to provided to avoid importing  
unnecessary transitive dependencies.


Tommaso



Il giorno 03/ott/2009, alle ore 00.08, Tommaso Teofili ha scritto:



Il giorno 02/ott/2009, alle ore 19.21, Marshall Schor ha scritto:


hmmm.  I had left out the SimpleUimaAsService from the modules  
section

originally in the mistaken belief that I needed to do that to avoid
including it in the sandbox release.  (That's not required, because  
the

sandbox release content is set just by the assembly descriptors).

But, in any case, you can set the parent of this to be the  
SandboxDistr,

independently of whether or not the SimpleUimaAsService is in the
module aggregation.


Ok, it's right. I was in doubt so I did not add the parent.



Then, you can delete all of the plugins in the build  
section :-) , and

it will still build, nicely.  There's some issue we'll need to dig
through, though, because it pulls in a large number of jars related  
to

activemq (I think), not all of which would need to be distributed.


Yes, the large amount of jars is related to activemq; to avoid this  
we could set activemq scope to 'provided' or use the exclusion tag  
to import only wanted transitive dependencies.




Note: this is not being released with our 2.3.0 release per previous
discussions which indicated it needed to be documented first.

-Marshall


Tommaso




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

2009-10-02 Thread Tommaso Teofili
Hi Marshall,
Lookin in the SandboxDistr POM I see SimpleUimaAsService is commented
because SimpleUimaAsService needs uima-as for building and uima-as is not in
the lifecycle of Sandbox, so finally SimpleUimaAsService was left out to
avoid the Sandbox building failure.
For this reason I did not put the parent SandboxDistr POM inside
SimpleUimaAsService.

Tommaso

2009/10/2 Marshall Schor m...@schor.com



 Tommaso Teofili (JIRA) wrote:
   [
 https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
 
  Tommaso Teofili reopened UIMA-1462:
  ---
 
 
  some plugins useful for licensing purposes were wrongly removed from pom
 
 Hi Tommaso -

 This POM appears to be missing the parent link.  The POM parents add a
 lot of common build / dependency behavior; can you add that link, and
 then the much simpler POM will maybe work :-)

 -Marshall
 
  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.
 
 
 



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

2009-10-02 Thread Marshall Schor


Tommaso Teofili wrote:
 Hi Marshall,
 Lookin in the SandboxDistr POM I see SimpleUimaAsService is commented
 because SimpleUimaAsService needs uima-as for building and uima-as is not in
 the lifecycle of Sandbox, so finally SimpleUimaAsService was left out to
 avoid the Sandbox building failure.
 For this reason I did not put the parent SandboxDistr POM inside
 SimpleUimaAsService.
   
hmmm.  I had left out the SimpleUimaAsService from the modules section
originally in the mistaken belief that I needed to do that to avoid
including it in the sandbox release.  (That's not required, because the
sandbox release content is set just by the assembly descriptors).

But, in any case, you can set the parent of this to be the SandboxDistr,
independently of whether or not the SimpleUimaAsService is in the
module aggregation.

Then, you can delete all of the plugins in the build section :-) , and
it will still build, nicely.  There's some issue we'll need to dig
through, though, because it pulls in a large number of jars related to
activemq (I think), not all of which would need to be distributed. 

Note: this is not being released with our 2.3.0 release per previous
discussions which indicated it needed to be documented first.

-Marshall

 Tommaso

 2009/10/2 Marshall Schor m...@schor.com

   
 Tommaso Teofili (JIRA) wrote:
 
  [
   
 https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
 
 Tommaso Teofili reopened UIMA-1462:
 ---


 some plugins useful for licensing purposes were wrongly removed from pom

   
 Hi Tommaso -

 This POM appears to be missing the parent link.  The POM parents add a
 lot of common build / dependency behavior; can you add that link, and
 then the much simpler POM will maybe work :-)

 -Marshall
 
 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.
 
   

   


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

2009-10-02 Thread Tommaso Teofili


Il giorno 02/ott/2009, alle ore 19.21, Marshall Schor ha scritto:


hmmm.  I had left out the SimpleUimaAsService from the modules  
section

originally in the mistaken belief that I needed to do that to avoid
including it in the sandbox release.  (That's not required, because  
the

sandbox release content is set just by the assembly descriptors).

But, in any case, you can set the parent of this to be the  
SandboxDistr,

independently of whether or not the SimpleUimaAsService is in the
module aggregation.


Ok, it's right. I was in doubt so I did not add the parent.



Then, you can delete all of the plugins in the build section :-) ,  
and

it will still build, nicely.  There's some issue we'll need to dig
through, though, because it pulls in a large number of jars related to
activemq (I think), not all of which would need to be distributed.


Yes, the large amount of jars is related to activemq; to avoid this we  
could set activemq scope to 'provided' or use the exclusion tag to  
import only wanted transitive dependencies.




Note: this is not being released with our 2.3.0 release per previous
discussions which indicated it needed to be documented first.

-Marshall


Tommaso

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

2009-10-01 Thread Tommaso Teofili (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tommaso Teofili resolved UIMA-1462.
---

Resolution: Fixed

tests pass, pom is simpler

 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] Reopened: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-10-01 Thread Tommaso Teofili (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tommaso Teofili reopened UIMA-1462:
---


some plugins useful for licensing purposes were wrongly removed from pom

 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] Resolved: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-10-01 Thread Tommaso Teofili (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tommaso Teofili resolved UIMA-1462.
---

Resolution: Fixed

Plugins section in POM is now correct.
Can we now delete the /lib directory (with its binary jars) in the project root?

 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] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-09-07 Thread Tommaso Teofili (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12752028#action_12752028
 ] 

Tommaso Teofili commented on UIMA-1462:
---

Fixing xmlbeans dependency version to 2.3.0 needed as pointed in previous 
xbean.jar MANIFEST.MF.
In my environment testResultGenerationXX tests still fail due to carriage 
returns differences in expected and actual standoff. 

 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] 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-tabpanelfocusedCommentId=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-tabpanelfocusedCommentId=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.



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

2009-09-04 Thread Thilo Goetz (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thilo Goetz reopened UIMA-1462:
---


Tommaso,

could you check that again?  With the current version, the simple server has 
test case failures (strange error messages that must have to do with classpath 
issues).  I need to go back to revision 807268 to make it work for me.  Does 
mvn install go through for you?

 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] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-09-04 Thread Tommaso Teofili (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12751405#action_12751405
 ] 

Tommaso Teofili commented on UIMA-1462:
---

Tests did not go for me with revision 807268...it seems something environment 
dependent.
I'm checking it out.

 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] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-09-04 Thread Thilo Goetz (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12751407#action_12751407
 ] 

Thilo Goetz commented on UIMA-1462:
---

The simple server tests currently do not work with a Sun 1.5 java.  Should work 
with any 1.6 though.

 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] Resolved: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-09-03 Thread Tommaso Teofili (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tommaso Teofili resolved UIMA-1462.
---

   Resolution: Fixed
Fix Version/s: 2.3S
 Assignee: Tommaso Teofili

patches applied

 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.



Re: svn commit: r810863 - in /incubator/uima/sandbox/trunk: SimpleServer/ SimpleServer/src/main/assembly/ SimpleUimaAsService/ SimpleUimaAsService/src/main/java/org/apache/uima/simpleserver/as/

2009-09-03 Thread Tommaso Teofili
Marhsall, I am afraid, you are right, some lines have not been merged
properly.
Do you know how can I fix it without changing revision?
Tommaso

2009/9/3 Marshall Schor m...@schor.com

 Tommaso, I see some issues with this commit.

 Looking at the SimpleServer/pom.xml changes, it looks like your changes
 undid the previous-to-yours changes, done in revision 807268.  Did you
 do that on purpose?

 -Marshall

 tomm...@apache.org wrote:
  Author: tommaso
  Date: Thu Sep  3 10:16:17 2009
  New Revision: 810863
 
  URL: http://svn.apache.org/viewvc?rev=810863view=rev
  Log:
  [UIMA-1462] SimpleUimaAsService has checked in SimpleServer libraries as
 binaries
 
  Added:
  incubator/uima/sandbox/trunk/SimpleServer/src/main/assembly/
 
 incubator/uima/sandbox/trunk/SimpleServer/src/main/assembly/distribution.xml
  Modified:
  incubator/uima/sandbox/trunk/SimpleServer/pom.xml
  incubator/uima/sandbox/trunk/SimpleUimaAsService/pom.xml
 
 incubator/uima/sandbox/trunk/SimpleUimaAsService/src/main/java/org/apache/uima/simpleserver/as/UimaAsSerive.java
 
  Modified: incubator/uima/sandbox/trunk/SimpleServer/pom.xml
  URL:
 http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/SimpleServer/pom.xml?rev=810863r1=810862r2=810863view=diff
 
 ==
  --- incubator/uima/sandbox/trunk/SimpleServer/pom.xml (original)
  +++ incubator/uima/sandbox/trunk/SimpleServer/pom.xml Thu Sep  3 10:16:17
 2009
  @@ -1,103 +1,244 @@
  -!--
  - Licensed to the Apache Software Foundation (ASF) under one
  - or more contributor license agreements.  See the NOTICE file
  - distributed with this work for additional information
  - regarding copyright ownership.  The ASF licenses this file
  - to you under the Apache License, Version 2.0 (the
  - License); you may not use this file except in compliance
  - with the License.  You may obtain a copy of the License at
  -
  - http://www.apache.org/licenses/LICENSE-2.0
  -
  - Unless required by applicable law or agreed to in writing,
  - software distributed under the License is distributed on an
  - AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  - KIND, either express or implied.  See the License for the
  - specific language governing permissions and limitations
  - under the License.
  ---
 
  -project xmlns=http://maven.apache.org/POM/4.0.0;
  - xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
  + !--
  + Licensed to the Apache Software Foundation (ASF) under one
 or more
  + contributor license agreements. See the NOTICE file
 distributed with
  + this work for additional information regarding copyright
 ownership.
  + The ASF licenses this file to you under the Apache License,
 Version
  + 2.0 (the License); you may not use this file except in
 compliance
  + with the License. You may obtain a copy of the License at
  +
  + http://www.apache.org/licenses/LICENSE-2.0 Unless required
 by
  + applicable law or agreed to in writing, software
 distributed under the
  + License is distributed on an AS IS BASIS, WITHOUT
 WARRANTIES OR
  + CONDITIONS OF ANY KIND, either express or implied. See the
 License for
  + the specific language governing permissions and limitations
 under the
  + License.
  + --
  +
  +project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
xsi:schemaLocation=http://maven.apache.org/POM/4.0.0
 http://maven.apache.org/maven-v4_0_0.xsd;
modelVersion4.0.0/modelVersion
groupIdorg.apache.uima/groupId
artifactIdSimpleServer/artifactId
packagingjar/packaging
  - version2.3.0-incubating-SNAPSHOT/version !-- this comment is a
 flag for changeVersion --
  + version2.3.0-incubating-SNAPSHOT/version
nameApache UIMA Simple Server/name
  -
  -  parent
  -groupIdorg.apache.uima/groupId
  -artifactIdSandboxDistr/artifactId
  -version2.3.0-incubating-SNAPSHOT/version !-- this comment is a
 flag for changeVersion --
  -relativePath../SandboxDistr/relativePath
  -  /parent
  -
  -  dependencies
  -!-- versions from parent --
  -dependency
  -  groupIdorg.apache.uima/groupId
  -  artifactIduimaj-core/artifactId
  -/dependency
  -dependency
  -  groupIdorg.apache.uima/groupId
  -  artifactIduimaj-test-util/artifactId
  -/dependency
  -dependency
  -  groupIdorg.apache.uima/groupId
  -  artifactIduimaj-component-test-util/artifactId
  -/dependency
  -
  -dependency
  -  groupIdjavax.servlet/groupId
  -  artifactIdservlet-api/artifactId
  -  version2.4/version
  -/dependency
  -dependency
  -  groupIdorg.apache.uima.xmlbeans/groupId
  -  artifactIdxbean/artifactId
  -  version1.0/version

Re: svn commit: r810863 - in /incubator/uima/sandbox/trunk: SimpleServer/ SimpleServer/src/main/assembly/ SimpleUimaAsService/ SimpleUimaAsService/src/main/java/org/apache/uima/simpleserver/as/

2009-09-03 Thread Thilo Goetz
Tommaso Teofili wrote:
 Marhsall, I am afraid, you are right, some lines have not been merged
 properly.
 Do you know how can I fix it without changing revision?

I don't think you can (not sure though).

There's no problem with creating another revision.  Just
fix the problem, and commit with the same jira issue in
the comment.  The transactional scope is the Jira issue,
so to speak.

--Thilo

 Tommaso
 
 2009/9/3 Marshall Schor m...@schor.com
 
 Tommaso, I see some issues with this commit.

 Looking at the SimpleServer/pom.xml changes, it looks like your changes
 undid the previous-to-yours changes, done in revision 807268.  Did you
 do that on purpose?

 -Marshall

 tomm...@apache.org wrote:
 Author: tommaso
 Date: Thu Sep  3 10:16:17 2009
 New Revision: 810863

 URL: http://svn.apache.org/viewvc?rev=810863view=rev
 Log:
 [UIMA-1462] SimpleUimaAsService has checked in SimpleServer libraries as
 binaries
 Added:
 incubator/uima/sandbox/trunk/SimpleServer/src/main/assembly/

 incubator/uima/sandbox/trunk/SimpleServer/src/main/assembly/distribution.xml
 Modified:
 incubator/uima/sandbox/trunk/SimpleServer/pom.xml
 incubator/uima/sandbox/trunk/SimpleUimaAsService/pom.xml

 incubator/uima/sandbox/trunk/SimpleUimaAsService/src/main/java/org/apache/uima/simpleserver/as/UimaAsSerive.java
 Modified: incubator/uima/sandbox/trunk/SimpleServer/pom.xml
 URL:
 http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/SimpleServer/pom.xml?rev=810863r1=810862r2=810863view=diff
 ==
 --- incubator/uima/sandbox/trunk/SimpleServer/pom.xml (original)
 +++ incubator/uima/sandbox/trunk/SimpleServer/pom.xml Thu Sep  3 10:16:17
 2009
 @@ -1,103 +1,244 @@
 -!--
 - Licensed to the Apache Software Foundation (ASF) under one
 - or more contributor license agreements.  See the NOTICE file
 - distributed with this work for additional information
 - regarding copyright ownership.  The ASF licenses this file
 - to you under the Apache License, Version 2.0 (the
 - License); you may not use this file except in compliance
 - with the License.  You may obtain a copy of the License at
 -
 - http://www.apache.org/licenses/LICENSE-2.0
 -
 - Unless required by applicable law or agreed to in writing,
 - software distributed under the License is distributed on an
 - AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 - KIND, either express or implied.  See the License for the
 - specific language governing permissions and limitations
 - under the License.
 ---

 -project xmlns=http://maven.apache.org/POM/4.0.0;
 - xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 + !--
 + Licensed to the Apache Software Foundation (ASF) under one
 or more
 + contributor license agreements. See the NOTICE file
 distributed with
 + this work for additional information regarding copyright
 ownership.
 + The ASF licenses this file to you under the Apache License,
 Version
 + 2.0 (the License); you may not use this file except in
 compliance
 + with the License. You may obtain a copy of the License at
 +
 + http://www.apache.org/licenses/LICENSE-2.0 Unless required
 by
 + applicable law or agreed to in writing, software
 distributed under the
 + License is distributed on an AS IS BASIS, WITHOUT
 WARRANTIES OR
 + CONDITIONS OF ANY KIND, either express or implied. See the
 License for
 + the specific language governing permissions and limitations
 under the
 + License.
 + --
 +
 +project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=
 http://www.w3.org/2001/XMLSchema-instance;
   xsi:schemaLocation=http://maven.apache.org/POM/4.0.0
 http://maven.apache.org/maven-v4_0_0.xsd;
   modelVersion4.0.0/modelVersion
   groupIdorg.apache.uima/groupId
   artifactIdSimpleServer/artifactId
   packagingjar/packaging
 - version2.3.0-incubating-SNAPSHOT/version !-- this comment is a
 flag for changeVersion --
 + version2.3.0-incubating-SNAPSHOT/version
   nameApache UIMA Simple Server/name
 -
 -  parent
 -groupIdorg.apache.uima/groupId
 -artifactIdSandboxDistr/artifactId
 -version2.3.0-incubating-SNAPSHOT/version !-- this comment is a
 flag for changeVersion --
 -relativePath../SandboxDistr/relativePath
 -  /parent
 -
 -  dependencies
 -!-- versions from parent --
 -dependency
 -  groupIdorg.apache.uima/groupId
 -  artifactIduimaj-core/artifactId
 -/dependency
 -dependency
 -  groupIdorg.apache.uima/groupId
 -  artifactIduimaj-test-util/artifactId
 -/dependency
 -dependency
 -  groupIdorg.apache.uima/groupId
 -  artifactIduimaj-component-test-util/artifactId
 -/dependency
 -
 -dependency
 -  groupIdjavax.servlet/groupId
 -  artifactIdservlet-api/artifactId

Re: svn commit: r810863 - in /incubator/uima/sandbox/trunk: SimpleServer/ SimpleServer/src/main/assembly/ SimpleUimaAsService/ SimpleUimaAsService/src/main/java/org/apache/uima/simpleserver/as/

2009-09-03 Thread Marshall Schor


Thilo Goetz wrote:
 Tommaso Teofili wrote:
   
 Marhsall, I am afraid, you are right, some lines have not been merged
 properly.
 Do you know how can I fix it without changing revision?
 

 I don't think you can (not sure though).

 There's no problem with creating another revision.  Just
 fix the problem, and commit with the same jira issue in
 the comment.  The transactional scope is the Jira issue,
 so to speak.
   
+1.  The purpose of SVN is to track all the changes...  so it doesn't
let you make something disappear.  Maybe the best approach is to revert
this last change (as an SVN update) and then do your change as another
update - that way it will be clearer exactly what you're changing with
your update.

-Marshall
 --Thilo

   
 Tommaso

 2009/9/3 Marshall Schor m...@schor.com

 
 Tommaso, I see some issues with this commit.

 Looking at the SimpleServer/pom.xml changes, it looks like your changes
 undid the previous-to-yours changes, done in revision 807268.  Did you
 do that on purpose?

 -Marshall

 tomm...@apache.org wrote:
   
 Author: tommaso
 Date: Thu Sep  3 10:16:17 2009
 New Revision: 810863

 URL: http://svn.apache.org/viewvc?rev=810863view=rev
 Log:
 [UIMA-1462] SimpleUimaAsService has checked in SimpleServer libraries as
 
 binaries
   
 Added:
 incubator/uima/sandbox/trunk/SimpleServer/src/main/assembly/

 
 incubator/uima/sandbox/trunk/SimpleServer/src/main/assembly/distribution.xml
   
 Modified:
 incubator/uima/sandbox/trunk/SimpleServer/pom.xml
 incubator/uima/sandbox/trunk/SimpleUimaAsService/pom.xml

 
 incubator/uima/sandbox/trunk/SimpleUimaAsService/src/main/java/org/apache/uima/simpleserver/as/UimaAsSerive.java
   
 Modified: incubator/uima/sandbox/trunk/SimpleServer/pom.xml
 URL:
 
 http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/SimpleServer/pom.xml?rev=810863r1=810862r2=810863view=diff
 ==
   
 --- incubator/uima/sandbox/trunk/SimpleServer/pom.xml (original)
 +++ incubator/uima/sandbox/trunk/SimpleServer/pom.xml Thu Sep  3 10:16:17
 
 2009
   
 @@ -1,103 +1,244 @@
 -!--
 - Licensed to the Apache Software Foundation (ASF) under one
 - or more contributor license agreements.  See the NOTICE file
 - distributed with this work for additional information
 - regarding copyright ownership.  The ASF licenses this file
 - to you under the Apache License, Version 2.0 (the
 - License); you may not use this file except in compliance
 - with the License.  You may obtain a copy of the License at
 -
 - http://www.apache.org/licenses/LICENSE-2.0
 -
 - Unless required by applicable law or agreed to in writing,
 - software distributed under the License is distributed on an
 - AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 - KIND, either express or implied.  See the License for the
 - specific language governing permissions and limitations
 - under the License.
 ---

 -project xmlns=http://maven.apache.org/POM/4.0.0;
 - xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 + !--
 + Licensed to the Apache Software Foundation (ASF) under one
 
 or more
   
 + contributor license agreements. See the NOTICE file
 
 distributed with
   
 + this work for additional information regarding copyright
 
 ownership.
   
 + The ASF licenses this file to you under the Apache License,
 
 Version
   
 + 2.0 (the License); you may not use this file except in
 
 compliance
   
 + with the License. You may obtain a copy of the License at
 +
 + http://www.apache.org/licenses/LICENSE-2.0 Unless required
 
 by
   
 + applicable law or agreed to in writing, software
 
 distributed under the
   
 + License is distributed on an AS IS BASIS, WITHOUT
 
 WARRANTIES OR
   
 + CONDITIONS OF ANY KIND, either express or implied. See the
 
 License for
   
 + the specific language governing permissions and limitations
 
 under the
   
 + License.
 + --
 +
 +project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=
 
 http://www.w3.org/2001/XMLSchema-instance;
   
   xsi:schemaLocation=http://maven.apache.org/POM/4.0.0
 
 http://maven.apache.org/maven-v4_0_0.xsd;
   
   modelVersion4.0.0/modelVersion
   groupIdorg.apache.uima/groupId
   artifactIdSimpleServer/artifactId
   packagingjar/packaging
 - version2.3.0-incubating-SNAPSHOT/version !-- this comment is a
 
 flag for changeVersion --
   
 + version2.3.0-incubating-SNAPSHOT/version
   nameApache UIMA Simple Server/name
 -
 -  parent
 -groupIdorg.apache.uima/groupId
 -artifactIdSandboxDistr

Re: svn commit: r810863 - in /incubator/uima/sandbox/trunk: SimpleServer/ SimpleServer/src/main/assembly/ SimpleUimaAsService/ SimpleUimaAsService/src/main/java/org/apache/uima/simpleserver/as/

2009-09-03 Thread Marshall Schor
Tommaso - I'm curious to know a bit more how this could have happened. 
The tools that I use for SVN commits (mainly the SVN plugin for Eclipse)
prevent me from committing a change if I haven't done an update to the
latest level, and resolved any conflicts.

What tooling are you using to do SVN commits?

-Marshall

Tommaso Teofili wrote:
 Marhsall, I am afraid, you are right, some lines have not been merged
 properly.
 Do you know how can I fix it without changing revision?
 Tommaso

 2009/9/3 Marshall Schor m...@schor.com

   
 Tommaso, I see some issues with this commit.

 Looking at the SimpleServer/pom.xml changes, it looks like your changes
 undid the previous-to-yours changes, done in revision 807268.  Did you
 do that on purpose?

 -Marshall

 tomm...@apache.org wrote:
 
 Author: tommaso
 Date: Thu Sep  3 10:16:17 2009
 New Revision: 810863

 URL: http://svn.apache.org/viewvc?rev=810863view=rev
 Log:
 [UIMA-1462] SimpleUimaAsService has checked in SimpleServer libraries as
   
 binaries
 
 Added:
 incubator/uima/sandbox/trunk/SimpleServer/src/main/assembly/

   
 incubator/uima/sandbox/trunk/SimpleServer/src/main/assembly/distribution.xml
 
 Modified:
 incubator/uima/sandbox/trunk/SimpleServer/pom.xml
 incubator/uima/sandbox/trunk/SimpleUimaAsService/pom.xml

   
 incubator/uima/sandbox/trunk/SimpleUimaAsService/src/main/java/org/apache/uima/simpleserver/as/UimaAsSerive.java
 
 Modified: incubator/uima/sandbox/trunk/SimpleServer/pom.xml
 URL:
   
 http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/SimpleServer/pom.xml?rev=810863r1=810862r2=810863view=diff
 
 ==
 
 --- incubator/uima/sandbox/trunk/SimpleServer/pom.xml (original)
 +++ incubator/uima/sandbox/trunk/SimpleServer/pom.xml Thu Sep  3 10:16:17
   
 2009
 
 @@ -1,103 +1,244 @@
 -!--
 - Licensed to the Apache Software Foundation (ASF) under one
 - or more contributor license agreements.  See the NOTICE file
 - distributed with this work for additional information
 - regarding copyright ownership.  The ASF licenses this file
 - to you under the Apache License, Version 2.0 (the
 - License); you may not use this file except in compliance
 - with the License.  You may obtain a copy of the License at
 -
 - http://www.apache.org/licenses/LICENSE-2.0
 -
 - Unless required by applicable law or agreed to in writing,
 - software distributed under the License is distributed on an
 - AS IS BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 - KIND, either express or implied.  See the License for the
 - specific language governing permissions and limitations
 - under the License.
 ---

 -project xmlns=http://maven.apache.org/POM/4.0.0;
 - xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
 + !--
 + Licensed to the Apache Software Foundation (ASF) under one
   
 or more
 
 + contributor license agreements. See the NOTICE file
   
 distributed with
 
 + this work for additional information regarding copyright
   
 ownership.
 
 + The ASF licenses this file to you under the Apache License,
   
 Version
 
 + 2.0 (the License); you may not use this file except in
   
 compliance
 
 + with the License. You may obtain a copy of the License at
 +
 + http://www.apache.org/licenses/LICENSE-2.0 Unless required
   
 by
 
 + applicable law or agreed to in writing, software
   
 distributed under the
 
 + License is distributed on an AS IS BASIS, WITHOUT
   
 WARRANTIES OR
 
 + CONDITIONS OF ANY KIND, either express or implied. See the
   
 License for
 
 + the specific language governing permissions and limitations
   
 under the
 
 + License.
 + --
 +
 +project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=
   
 http://www.w3.org/2001/XMLSchema-instance;
 
   xsi:schemaLocation=http://maven.apache.org/POM/4.0.0
   
 http://maven.apache.org/maven-v4_0_0.xsd;
 
   modelVersion4.0.0/modelVersion
   groupIdorg.apache.uima/groupId
   artifactIdSimpleServer/artifactId
   packagingjar/packaging
 - version2.3.0-incubating-SNAPSHOT/version !-- this comment is a
   
 flag for changeVersion --
 
 + version2.3.0-incubating-SNAPSHOT/version
   nameApache UIMA Simple Server/name
 -
 -  parent
 -groupIdorg.apache.uima/groupId
 -artifactIdSandboxDistr/artifactId
 -version2.3.0-incubating-SNAPSHOT/version !-- this comment is a
   
 flag for changeVersion --
 
 -relativePath../SandboxDistr/relativePath
 -  /parent
 -
 -  dependencies
 -!-- versions from parent --
 -dependency
 -  groupIdorg.apache.uima/groupId
 -  artifactIduimaj-core/artifactId

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

2009-08-31 Thread Marshall Schor (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marshall Schor updated UIMA-1462:
-

Affects Version/s: 2.3S
Fix Version/s: (was: 2.3S)

defer past 2.3.0.  

 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
 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] Updated: (UIMA-1463) SimpleUimaAsService has no documentation

2009-08-31 Thread Marshall Schor (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marshall Schor updated UIMA-1463:
-

Affects Version/s: 2.3S
Fix Version/s: (was: 2.3S)

defer past 2.3.0

 SimpleUimaAsService has no documentation
 

 Key: UIMA-1463
 URL: https://issues.apache.org/jira/browse/UIMA-1463
 Project: UIMA
  Issue Type: Bug
  Components: Sandbox-SimpleUimaAsService
Affects Versions: 2.3S
Reporter: Thilo Goetz

 If we are to release the SimpleUimaAsService, it needs some minimal 
 documentation: what is it, and how do I use it?

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



[jira] Updated: (UIMA-1261) [SimpleUimaAsService] Document in Wiki on how to use SimpleServer for UIMA-AS by using some examples

2009-08-31 Thread Marshall Schor (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Marshall Schor updated UIMA-1261:
-

Affects Version/s: 2.3S

defer past 2.3.0.  Also, I think that documentation should be part of project; 
wiki is optional.

 [SimpleUimaAsService] Document in Wiki on how to use SimpleServer for UIMA-AS 
 by using some examples
 

 Key: UIMA-1261
 URL: https://issues.apache.org/jira/browse/UIMA-1261
 Project: UIMA
  Issue Type: Improvement
  Components: Sandbox-SimpleUimaAsService
Affects Versions: 2.3S
Reporter: Tong Fin
Assignee: Tong Fin
Priority: Minor

 Document in Wiki on how to use SimpleServer for UIMA-AS by using some 
 examples.
 Will include the same example as SimpleServer which is already documented in 
 Wiki by Thilo, but will extend it to UIMA-AS.

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



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

2009-08-31 Thread Thilo Goetz (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12749770#action_12749770
 ] 

Thilo Goetz commented on UIMA-1462:
---

Tommaso, do you think this is something you could get integrated in time for 
the release?  I never got around to checking your latest patch, I'm afraid.

 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
 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-08-31 Thread Thilo Goetz (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12749770#action_12749770
 ] 

Thilo Goetz edited comment on UIMA-1462 at 8/31/09 10:36 PM:
-

Sorry, I misspoke.  There's no need to rush this for the release.

  was (Author: twgoetz):
Tommaso, do you think this is something you could get integrated in time 
for the release?  I never got around to checking your latest patch, I'm afraid.
  
 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
 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] Updated: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-08-04 Thread Tommaso Teofili (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tommaso Teofili updated UIMA-1462:
--

Attachment: simpleUimaAsServicePatch.txt
simpleServerDistributionPatch.txt

Point 1:
The Maven Assembly plugin can help us make the distribution.
I've attached a patch for SimpleServer to automatically use Maven Assembly 
plugin on packaging phase.
In this way, running 'mvn package' will cause the normal uima-simple-server.jar 
plus uima-simple-server-distribution.jar to be created into target directory.
The uima-simple-server-distribution.jar package will contain the mentioned jar 
dependencies inside /lib subdirectory.
Running 'mvn assembly:descriptor' you will also find a 
uima-simple-server-distribution subdirectory inside target folder mirroring the 
distribution-jar structure exploded.

P.S.:
patch contains modifies to POM and a new file distribution.xml under 
src/main/assembly for the distribution management 

Point 2:
SimpleUimaAsService POM contains SimpleServer dependency instead of binaries 
but Maven does not permit to import transitive dependencies from a POM that has 
system scoped dependencies (SimpleServer has uima-simple-serve-xbean.jar as a 
system scoped dependency), so xbean dependency (via Maven instead of binary) 
has to stay (optional) on SimpleUimaAsService POM by now.
To solve this my idea is that uima-simple-server-xbean could be converted to a 
nested SimpleServer Maven module and then pointed as a compile/runtime/test 
scoped dependency in SimpleServer itself.

 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
Reporter: Thilo Goetz
 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] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-08-03 Thread Thilo Goetz (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12738341#action_12738341
 ] 

Thilo Goetz commented on UIMA-1462:
---

Hi Tommaso, sorry for the delay.  I tested your patch for the simple server, 
and it works fine as far as compiling is concerned.  On the other hand, we also 
want to include xbean.jar and jsr173_api.jar in the distribution, so they 
should be copied to the lib directory.  Otherwise, users have to download those 
jars before they can use the simple server.  Do you have any suggestions on how 
we could manage that?


 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
Reporter: Thilo Goetz
 Fix For: 2.3S

 Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.txt, 
 patch1462c1.txt, patch1462c2.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] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-07-30 Thread Tommaso Teofili (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12737090#action_12737090
 ] 

Tommaso Teofili commented on UIMA-1462:
---

I changed the SimpleServer POM to include jsr173_api and xbean (unfortunately 
at the moment the only available version of xbean in central that is suitable 
for our case  is 1.0.3, not jar's 1.0) from maven central; as you stated 
uima-simple-server-xbean.jar cannot be taken from a maven repo and has to be 
taken from /lib.
In SimpleUimaAsService POM I added the only SimpleServer dependency, in this 
way every systemPath dependency can be removed from SimpleUimaAsService.
So two patches needed.
I have already made them, should I post both of them here or should I attach 
SimpleServer POM patch to another issue?

 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
Reporter: Thilo Goetz
 Fix For: 2.3S

 Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.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] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-07-30 Thread Thilo Goetz (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12737101#action_12737101
 ] 

Thilo Goetz commented on UIMA-1462:
---

Hi Tommaso, just attach both patches here, I don't think we need to open a 
separate issue for the SimpleServer changes.


 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
Reporter: Thilo Goetz
 Fix For: 2.3S

 Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.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] Updated: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-07-30 Thread Tommaso Teofili (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tommaso Teofili updated UIMA-1462:
--

Attachment: patch1462c2.txt
patch1462c1.txt

Here are the patches, first one for SimpleServer, second one for 
SimpleUimaAsService.


 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
Reporter: Thilo Goetz
 Fix For: 2.3S

 Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.txt, 
 patch1462c1.txt, patch1462c2.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] Created: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-07-29 Thread Thilo Goetz (JIRA)
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
Affects Versions: 2.2.2S
Reporter: Thilo Goetz
 Fix For: 2.3S


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] Updated: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-07-29 Thread Tommaso Teofili (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tommaso Teofili updated UIMA-1462:
--

Attachment: patch1462.txt

removed dependency from jars inside project and added dependency to 
SimpleServer 2.3.0-incubating-SNAPSHOT

 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
Affects Versions: 2.2.2S
Reporter: Thilo Goetz
 Fix For: 2.3S

 Attachments: patch1462.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] Updated: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-07-29 Thread Thilo Goetz (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thilo Goetz updated UIMA-1462:
--

Component/s: Sandbox-SimpleUimaAsService

 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
Reporter: Thilo Goetz
 Fix For: 2.3S

 Attachments: patch1462.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] Updated: (UIMA-1463) SimpleUimaAsService has no documentation

2009-07-29 Thread Thilo Goetz (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thilo Goetz updated UIMA-1463:
--

  Component/s: Sandbox-SimpleUimaAsService
Fix Version/s: 2.3S

 SimpleUimaAsService has no documentation
 

 Key: UIMA-1463
 URL: https://issues.apache.org/jira/browse/UIMA-1463
 Project: UIMA
  Issue Type: Bug
  Components: Sandbox-SimpleUimaAsService
Reporter: Thilo Goetz
 Fix For: 2.3S


 If we are to release the SimpleUimaAsService, it needs some minimal 
 documentation: what is it, and how do I use it?

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



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

2009-07-29 Thread Thilo Goetz (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12736647#action_12736647
 ] 

Thilo Goetz commented on UIMA-1462:
---

Tommaso, the POM still has those:

dependency
groupIdorg.apache.uima.xmlbeans/groupId
artifactIdjsr-173-api/artifactId
version1.0/version
scopesystem/scope
systemPath${basedir}/lib/jsr173_1.0_api.jar/systemPath
/dependency
dependency
groupIdlocal.xmlbeans.dependency/groupId
artifactIdxsdbeans/artifactId
version2.2/version
scopesystem/scope
systemPath${basedir}/lib/xbean.jar/systemPath
/dependency

They should be gotten from SimpleServer too.

 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
Reporter: Thilo Goetz
 Fix For: 2.3S

 Attachments: patch1462.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] Updated: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-07-29 Thread Tommaso Teofili (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tommaso Teofili updated UIMA-1462:
--

Attachment: patch1462b2.txt
patch1462b1.txt

Thilo, you are right for JSR-173 API, but xbean dependency cannot only be 
deleted because SimpleServer's 
configure(resultSpecXMLFile)
called in UIMAService throws XmlException.
We could get a version from central maven repo (1.0.3 is there, I can't find 
1.0) or maintain the current undesirable local lib/xbean.jar dependency.
I'm attaching both the solutions.
What do you think?

P.S.:
I also removed unused dependencies from UimaAsSerive.java

 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
Reporter: Thilo Goetz
 Fix For: 2.3S

 Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.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] Commented: (UIMA-1462) SimpleUimaAsService has checked in SimpleServer libraries as binaries

2009-07-29 Thread Thilo Goetz (JIRA)

[ 
https://issues.apache.org/jira/browse/UIMA-1462?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12736665#action_12736665
 ] 

Thilo Goetz commented on UIMA-1462:
---

Please bear with me as I display my maven ignorance

The 3 extra jars are checked in in the SimpleServer lib directory.  The JSR 173 
jar and the xbean.jar are generic and could be gotten from maven.  However, we 
need to distribute them or the SimpleServer will not work.  The 
uima-simple-server-xbean.jar is automatically generated from the SimpleServer 
config xsd, so it needs to be checked in and included.  So those seem to be 
SimpleServer build issues, rather than SimpleUimaAsService issues.  Maybe all 
we need to do is fix the SimpleServer build and the SimpleUimaAsService build 
will come as a byproduct?  What do we need to do in SimpleServer so that it 
exports those jars?


 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
Reporter: Thilo Goetz
 Fix For: 2.3S

 Attachments: patch1462.txt, patch1462b1.txt, patch1462b2.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.



Re: SimpleUimaAsService

2009-06-09 Thread Tommaso Teofili
Hi,I opened a Jira (1373) issue and attached the patch file, should I mark
it as resolved by myself or wait someone else to do that (i.e.: for testing
purposes)?
Thanks,
Tommaso

2009/6/7 Jörn Kottmann kottm...@gmail.com


 On Jun 6, 2009, at 2:49 PM, Tommaso Teofili wrote:

  Ok, done.
 how can I submit it?


 Just open a jira issue and attach your patch or pom.xml file.

 Jörn


Re: SimpleUimaAsService

2009-06-09 Thread Jörn Kottmann

Tommaso Teofili wrote:

Hi,I opened a Jira (1373) issue and attached the patch file, should I mark
it as resolved by myself or wait someone else to do that (i.e.: for testing
purposes)?
  

The committer who checks in your patch will mark the issue as
resolved and then you verify it and mark the issue as fixed.

Jörn


Re: SimpleUimaAsService

2009-06-09 Thread Tommaso Teofili
ok, thanks

2009/6/9 Jörn Kottmann kottm...@gmail.com

 Tommaso Teofili wrote:

 Hi,I opened a Jira (1373) issue and attached the patch file, should I mark
 it as resolved by myself or wait someone else to do that (i.e.: for
 testing
 purposes)?


 The committer who checks in your patch will mark the issue as
 resolved and then you verify it and mark the issue as fixed.

 Jörn



[jira] Resolved: (UIMA-1373) SimpleUimaAsService needs a POM

2009-06-09 Thread Tong Fin (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tong Fin resolved UIMA-1373.


Resolution: Fixed

Hi Tommaso,
Thank for the helps.
I checked in your patch into UIMA svn. Please verify.
If it works properly, please close this issue.

-- Tong

 SimpleUimaAsService needs a POM
 ---

 Key: UIMA-1373
 URL: https://issues.apache.org/jira/browse/UIMA-1373
 Project: UIMA
  Issue Type: Bug
  Components: Sandbox-SimpleUimaAsService
Affects Versions: 2.3
Reporter: Tommaso Teofili
 Fix For: 2.3

 Attachments: 1373patch.txt


 The Simple UIMA As Service does not have a Project Object Model (POM) file

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



[jira] Closed: (UIMA-1373) SimpleUimaAsService needs a POM

2009-06-09 Thread Tommaso Teofili (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tommaso Teofili closed UIMA-1373.
-


Everything works fine, so I close the issue.
Thanks Tong!

 SimpleUimaAsService needs a POM
 ---

 Key: UIMA-1373
 URL: https://issues.apache.org/jira/browse/UIMA-1373
 Project: UIMA
  Issue Type: Bug
  Components: Sandbox-SimpleUimaAsService
Affects Versions: 2.3
Reporter: Tommaso Teofili
 Fix For: 2.3

 Attachments: 1373patch.txt


 The Simple UIMA As Service does not have a Project Object Model (POM) file

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



Re: [jira] Resolved: (UIMA-1373) SimpleUimaAsService needs a POM

2009-06-09 Thread Jörn Kottmann

Hi Tong,

please mention the jira issue in the commit comment. I think now you
can still add it by modifying svn properties.

Jörn

On Jun 9, 2009, at 5:04 PM, Tong Fin (JIRA) wrote:



[ https://issues.apache.org/jira/browse/UIMA-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel 
 ]


Tong Fin resolved UIMA-1373.


   Resolution: Fixed

Hi Tommaso,
Thank for the helps.
I checked in your patch into UIMA svn. Please verify.
If it works properly, please close this issue.

-- Tong


SimpleUimaAsService needs a POM
---

   Key: UIMA-1373
   URL: https://issues.apache.org/jira/browse/UIMA-1373
   Project: UIMA
Issue Type: Bug
Components: Sandbox-SimpleUimaAsService
  Affects Versions: 2.3
  Reporter: Tommaso Teofili
   Fix For: 2.3

   Attachments: 1373patch.txt


The Simple UIMA As Service does not have a Project Object Model  
(POM) file


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





Re: [jira] Resolved: (UIMA-1373) SimpleUimaAsService needs a POM

2009-06-09 Thread Tong Fin
Yes, good suggestion.
I just completely forgot it !

-- Tong

On Tue, Jun 9, 2009 at 11:12 AM, Jörn Kottmann kottm...@gmail.com wrote:

 Hi Tong,

 please mention the jira issue in the commit comment. I think now you
 can still add it by modifying svn properties.

 Jörn


 On Jun 9, 2009, at 5:04 PM, Tong Fin (JIRA) wrote:


[
 https://issues.apache.org/jira/browse/UIMA-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
  ]

 Tong Fin resolved UIMA-1373.
 

   Resolution: Fixed

 Hi Tommaso,
 Thank for the helps.
 I checked in your patch into UIMA svn. Please verify.
 If it works properly, please close this issue.

 -- Tong

  SimpleUimaAsService needs a POM
 ---

   Key: UIMA-1373
   URL: https://issues.apache.org/jira/browse/UIMA-1373
   Project: UIMA
Issue Type: Bug
Components: Sandbox-SimpleUimaAsService
  Affects Versions: 2.3
  Reporter: Tommaso Teofili
   Fix For: 2.3

   Attachments: 1373patch.txt


 The Simple UIMA As Service does not have a Project Object Model (POM)
 file


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





[jira] Updated: (UIMA-1373) SimpleUimaAsService needs a POM

2009-06-08 Thread Tommaso Teofili (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tommaso Teofili updated UIMA-1373:
--

  Component/s: (was: Async Scaleout)
   Sandbox-SimpleUimaAsService
Fix Version/s: 2.3
Affects Version/s: 2.3

 SimpleUimaAsService needs a POM
 ---

 Key: UIMA-1373
 URL: https://issues.apache.org/jira/browse/UIMA-1373
 Project: UIMA
  Issue Type: Bug
  Components: Sandbox-SimpleUimaAsService
Affects Versions: 2.3
Reporter: Tommaso Teofili
 Fix For: 2.3

 Attachments: 1373patch.txt


 The Simple UIMA As Service does not have a Project Object Model (POM) file

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



Re: SimpleUimaAsService

2009-06-07 Thread Jörn Kottmann


On Jun 6, 2009, at 2:49 PM, Tommaso Teofili wrote:


Ok, done.
how can I submit it?


Just open a jira issue and attach your patch or pom.xml file.

Jörn

[jira] Created: (UIMA-1373) SimpleUimaAsService needs a POM

2009-06-07 Thread Tommaso Teofili (JIRA)
SimpleUimaAsService needs a POM
---

 Key: UIMA-1373
 URL: https://issues.apache.org/jira/browse/UIMA-1373
 Project: UIMA
  Issue Type: Bug
  Components: Async Scaleout
Reporter: Tommaso Teofili


The Simple UIMA As Service does not have a Project Object Model (POM) file

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



[jira] Updated: (UIMA-1373) SimpleUimaAsService needs a POM

2009-06-07 Thread Tommaso Teofili (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tommaso Teofili updated UIMA-1373:
--

Attachment: 1373patch.txt

POM patch supplied 

 SimpleUimaAsService needs a POM
 ---

 Key: UIMA-1373
 URL: https://issues.apache.org/jira/browse/UIMA-1373
 Project: UIMA
  Issue Type: Bug
  Components: Async Scaleout
Reporter: Tommaso Teofili
 Attachments: 1373patch.txt


 The Simple UIMA As Service does not have a Project Object Model (POM) file

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



Re: SimpleUimaAsService

2009-06-06 Thread Tommaso Teofili
Hi, I made the POM for SimpleUIMAAsService which compiles and installs
correctly.
I only point that using the command:

mvn dependency:analyze

I got that the local dependencies (under the lib directory) seem to be
unused by the code.
My question is: should the UIMA version referenced in the POM be
2.3.0-incubating-SNAPSHOT (or 2.2.2-incubating)?
Regards,
Tommaso

2009/6/5 Tong Fin tong.f...@gmail.com

 Yes, it is missing a pom.xml since I am still learning maven.

 Thank Tommaso for the helps.
 If you have any problem/issue with the code, please let me know.

 Thanks,
 Tong

 On Fri, Jun 5, 2009 at 6:04 AM, Tommaso Teofili
 tommaso.teof...@gmail.comwrote:

  I can do it.Regards,
  Tommaso Teofili
 
  2009/6/5 Thilo Goetz twgo...@gmx.de
 
   Anyone planning on working on SimpleUimaAsService?  It's
   missing a pom.xml.
  
   --Thilo
  
 



Re: SimpleUimaAsService

2009-06-06 Thread Thilo Goetz
Tommaso Teofili wrote:
 Hi, I made the POM for SimpleUIMAAsService which compiles and installs
 correctly.
 I only point that using the command:
 
 mvn dependency:analyze
 
 I got that the local dependencies (under the lib directory) seem to be
 unused by the code.
 My question is: should the UIMA version referenced in the POM be
 2.3.0-incubating-SNAPSHOT (or 2.2.2-incubating)?

It should be 2.3.0-incubating-SNAPSHOT.

--Thilo

 Regards,
 Tommaso
 
 2009/6/5 Tong Fin tong.f...@gmail.com
 
 Yes, it is missing a pom.xml since I am still learning maven.

 Thank Tommaso for the helps.
 If you have any problem/issue with the code, please let me know.

 Thanks,
 Tong

 On Fri, Jun 5, 2009 at 6:04 AM, Tommaso Teofili
 tommaso.teof...@gmail.comwrote:

 I can do it.Regards,
 Tommaso Teofili

 2009/6/5 Thilo Goetz twgo...@gmx.de

 Anyone planning on working on SimpleUimaAsService?  It's
 missing a pom.xml.

 --Thilo

 



Re: SimpleUimaAsService

2009-06-06 Thread Tommaso Teofili
Ok, done.
how can I submit it?

2009/6/6 Thilo Goetz twgo...@gmx.de

 Tommaso Teofili wrote:
  Hi, I made the POM for SimpleUIMAAsService which compiles and installs
  correctly.
  I only point that using the command:
 
  mvn dependency:analyze
 
  I got that the local dependencies (under the lib directory) seem to be
  unused by the code.
  My question is: should the UIMA version referenced in the POM be
  2.3.0-incubating-SNAPSHOT (or 2.2.2-incubating)?

 It should be 2.3.0-incubating-SNAPSHOT.

 --Thilo

  Regards,
  Tommaso
 
  2009/6/5 Tong Fin tong.f...@gmail.com
 
  Yes, it is missing a pom.xml since I am still learning maven.
 
  Thank Tommaso for the helps.
  If you have any problem/issue with the code, please let me know.
 
  Thanks,
  Tong
 
  On Fri, Jun 5, 2009 at 6:04 AM, Tommaso Teofili
  tommaso.teof...@gmail.comwrote:
 
  I can do it.Regards,
  Tommaso Teofili
 
  2009/6/5 Thilo Goetz twgo...@gmx.de
 
  Anyone planning on working on SimpleUimaAsService?  It's
  missing a pom.xml.
 
  --Thilo
 
 




Re: SimpleUimaAsService

2009-06-05 Thread Tommaso Teofili
I can do it.Regards,
Tommaso Teofili

2009/6/5 Thilo Goetz twgo...@gmx.de

 Anyone planning on working on SimpleUimaAsService?  It's
 missing a pom.xml.

 --Thilo



Re: SimpleUimaAsService

2009-06-05 Thread Tong Fin
Yes, it is missing a pom.xml since I am still learning maven.

Thank Tommaso for the helps.
If you have any problem/issue with the code, please let me know.

Thanks,
Tong

On Fri, Jun 5, 2009 at 6:04 AM, Tommaso Teofili
tommaso.teof...@gmail.comwrote:

 I can do it.Regards,
 Tommaso Teofili

 2009/6/5 Thilo Goetz twgo...@gmx.de

  Anyone planning on working on SimpleUimaAsService?  It's
  missing a pom.xml.
 
  --Thilo
 



[jira] Created: (UIMA-1261) [SimpleUimaAsService] Document on Wiki on how to use SimpleServer for UIMA-AS by using some examples

2009-01-04 Thread Tong Fin (JIRA)
[SimpleUimaAsService] Document on Wiki on how to use SimpleServer for UIMA-AS 
by using some examples


 Key: UIMA-1261
 URL: https://issues.apache.org/jira/browse/UIMA-1261
 Project: UIMA
  Issue Type: Improvement
  Components: Sandbox-SimpleUimaAsService
Reporter: Tong Fin
Assignee: Tong Fin
Priority: Minor
 Fix For: 2.3


Document on Wiki on how to use SimpleServer for UIMA-AS by using some examples.
Will include the same example as SimpleServer which is already documented in 
Wiki by Thilo, but will extend it to UIMA-AS.

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



[jira] Updated: (UIMA-1261) [SimpleUimaAsService] Document in Wiki on how to use SimpleServer for UIMA-AS by using some examples

2009-01-04 Thread Tong Fin (JIRA)

 [ 
https://issues.apache.org/jira/browse/UIMA-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tong Fin updated UIMA-1261:
---

Description: 
Document in Wiki on how to use SimpleServer for UIMA-AS by using some examples.
Will include the same example as SimpleServer which is already documented in 
Wiki by Thilo, but will extend it to UIMA-AS.

  was:
Document on Wiki on how to use SimpleServer for UIMA-AS by using some examples.
Will include the same example as SimpleServer which is already documented in 
Wiki by Thilo, but will extend it to UIMA-AS.

Summary: [SimpleUimaAsService] Document in Wiki on how to use 
SimpleServer for UIMA-AS by using some examples  (was: [SimpleUimaAsService] 
Document on Wiki on how to use SimpleServer for UIMA-AS by using some examples)

 [SimpleUimaAsService] Document in Wiki on how to use SimpleServer for UIMA-AS 
 by using some examples
 

 Key: UIMA-1261
 URL: https://issues.apache.org/jira/browse/UIMA-1261
 Project: UIMA
  Issue Type: Improvement
  Components: Sandbox-SimpleUimaAsService
Reporter: Tong Fin
Assignee: Tong Fin
Priority: Minor
 Fix For: 2.3


 Document in Wiki on how to use SimpleServer for UIMA-AS by using some 
 examples.
 Will include the same example as SimpleServer which is already documented in 
 Wiki by Thilo, but will extend it to UIMA-AS.

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