[jira] [Work logged] (UIMA-6186) Factory methods for resource instances

2020-02-07 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/UIMA-6186?focusedWorklogId=383579&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-383579
 ]

ASF GitHub Bot logged work on UIMA-6186:


Author: ASF GitHub Bot
Created on: 07/Feb/20 13:50
Start Date: 07/Feb/20 13:50
Worklog Time Spent: 10m 
  Work Description: reckart commented on pull request #80: [UIMA-6186] 
Factory methods for resource instances
URL: https://github.com/apache/uima-uimafit/pull/80
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 383579)
Time Spent: 40m  (was: 0.5h)

> Factory methods for resource instances
> --
>
> Key: UIMA-6186
> URL: https://issues.apache.org/jira/browse/UIMA-6186
> Project: UIMA
>  Issue Type: Improvement
>  Components: uimaFIT
>Reporter: Richard Eckart de Castilho
>Assignee: Richard Eckart de Castilho
>Priority: Major
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Add factory methods for creating resource instances - particularly useful for 
> testing.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


need help determining why Pull Req builds are stuck in "pending"

2020-02-07 Thread Marshall Schor
Hi,

For the UIMAj (master and master-v2) there are 2 pull requests associated with
the fix for end-of-lines

https://issues.apache.org/jira/browse/UIMA-6187

https://github.com/apache/uima-uimaj/pull/34
https://github.com/apache/uima-uimaj/pull/35

Both of these are in the state where github thinks they've been submitted.

But on builds.apache.org,

https://builds.apache.org/view/S-Z/view/UIMA/

the configuration for running pull requests for uimaj says the last one was 5
days ago -
before these 2 new ones were created (yesterday).

Any idea what's gone wrong?

-Marshall



[jira] [Resolved] (UIMA-6186) Factory methods for resource instances

2020-02-07 Thread Richard Eckart de Castilho (Jira)


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

Richard Eckart de Castilho resolved UIMA-6186.
--
Resolution: Fixed

> Factory methods for resource instances
> --
>
> Key: UIMA-6186
> URL: https://issues.apache.org/jira/browse/UIMA-6186
> Project: UIMA
>  Issue Type: Improvement
>  Components: uimaFIT
>Reporter: Richard Eckart de Castilho
>Assignee: Richard Eckart de Castilho
>Priority: Major
> Fix For: 2.5.0uimaFIT, 3.1.0uimaFIT
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Add factory methods for creating resource instances - particularly useful for 
> testing.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (UIMA-6169) Support Charset-typed parameters in components

2020-02-07 Thread Richard Eckart de Castilho (Jira)


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

Richard Eckart de Castilho resolved UIMA-6169.
--
Resolution: Fixed

> Support Charset-typed parameters in components
> --
>
> Key: UIMA-6169
> URL: https://issues.apache.org/jira/browse/UIMA-6169
> Project: UIMA
>  Issue Type: Improvement
>  Components: uimaFIT
>Reporter: Richard Eckart de Castilho
>Assignee: Richard Eckart de Castilho
>Priority: Minor
> Fix For: 2.5.0uimaFIT, 3.1.0uimaFIT
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> Allow auto-conversion of parameters to the Java `Charset` type, e.g. to 
> configure encoding-related parameters on components - quite common.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (UIMA-6186) Factory methods for resource instances

2020-02-07 Thread Richard Eckart de Castilho (Jira)


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

Richard Eckart de Castilho updated UIMA-6186:
-
Fix Version/s: 3.1.0uimaFIT
   2.5.0uimaFIT

> Factory methods for resource instances
> --
>
> Key: UIMA-6186
> URL: https://issues.apache.org/jira/browse/UIMA-6186
> Project: UIMA
>  Issue Type: Improvement
>  Components: uimaFIT
>Reporter: Richard Eckart de Castilho
>Assignee: Richard Eckart de Castilho
>Priority: Major
> Fix For: 2.5.0uimaFIT, 3.1.0uimaFIT
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> Add factory methods for creating resource instances - particularly useful for 
> testing.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


Re: need help determining why Pull Req builds are stuck in "pending"

2020-02-07 Thread Marshall Schor
This may have been due to 2 pull requests asking for builds at (nearly) the same
time ,

or may have been due to a previous execution of the Jenkins build for PR (uimaj)
having failed.

I got one of the PR's going, by adding a comment: Jenkins, please retest this.  
(asking for a "test" didn't seem to work).

-Marshall

On 2/7/2020 10:04 AM, Marshall Schor wrote:
> Hi,
>
> For the UIMAj (master and master-v2) there are 2 pull requests associated with
> the fix for end-of-lines
>
> https://issues.apache.org/jira/browse/UIMA-6187
>
> https://github.com/apache/uima-uimaj/pull/34
> https://github.com/apache/uima-uimaj/pull/35
>
> Both of these are in the state where github thinks they've been submitted.
>
> But on builds.apache.org,
>
> https://builds.apache.org/view/S-Z/view/UIMA/
>
> the configuration for running pull requests for uimaj says the last one was 5
> days ago -
> before these 2 new ones were created (yesterday).
>
> Any idea what's gone wrong?
>
> -Marshall
>


Re: need help determining why Pull Req builds are stuck in "pending"

2020-02-07 Thread Richard Eckart de Castilho
No idea. Last time we had trouble, INFRA said there was something flakey with 
the GitHub <-> ASF communication. I don't think we have sufficient access to 
relevant logs to make any sensible
statements about why this kind of stuff works/does not work.

Maybe Slack is the best place to ask.

-- Richard



Re: working on some eclipse plugin build issues

2020-02-07 Thread Richard Eckart de Castilho
Hi,

> One of these was for a url http://repo1.maven.org/eclipse/, which has 
> disappeared.

it seems like the repo is still there but it cannot be browsed anymore.
I.e. the following URL works for me:

https://repo1.maven.org/eclipse/org/eclipse/jface/3.3.0-I20070606-0010/jface-3.3.0-I20070606-0010.pom

(stuff is downloaded from there when building Ruta)

Cheers,

-- Richard

[jira] [Work logged] (UIMA-6187) Bad line endings for all files UIMA_HOME/bin/*.sh

2020-02-07 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/UIMA-6187?focusedWorklogId=383818&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-383818
 ]

ASF GitHub Bot logged work on UIMA-6187:


Author: ASF GitHub Bot
Created on: 07/Feb/20 20:16
Start Date: 07/Feb/20 20:16
Worklog Time Spent: 10m 
  Work Description: mischor commented on pull request #35: [UIMA-6187] 
gitattributes: .sh files checked out with just LF
URL: https://github.com/apache/uima-uimaj/pull/35
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 383818)
Time Spent: 0.5h  (was: 20m)

> Bad line endings for all files UIMA_HOME/bin/*.sh 
> --
>
> Key: UIMA-6187
> URL: https://issues.apache.org/jira/browse/UIMA-6187
> Project: UIMA
>  Issue Type: Bug
>  Components: Core Java Framework
>Affects Versions: 3.1.1SDK
>Reporter: Edward Epstein
>Priority: Major
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> All text files in this SDK have CRLF line endings. Linux executable scripts 
> (bin/*.sh) should not have them.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Work logged] (UIMA-6187) Bad line endings for all files UIMA_HOME/bin/*.sh

2020-02-07 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/UIMA-6187?focusedWorklogId=383820&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-383820
 ]

ASF GitHub Bot logged work on UIMA-6187:


Author: ASF GitHub Bot
Created on: 07/Feb/20 20:17
Start Date: 07/Feb/20 20:17
Worklog Time Spent: 10m 
  Work Description: mischor commented on pull request #34: [UIMA-6187] add 
eol=lf for .sh files
URL: https://github.com/apache/uima-uimaj/pull/34
 
 
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
---

Worklog Id: (was: 383820)
Time Spent: 40m  (was: 0.5h)

> Bad line endings for all files UIMA_HOME/bin/*.sh 
> --
>
> Key: UIMA-6187
> URL: https://issues.apache.org/jira/browse/UIMA-6187
> Project: UIMA
>  Issue Type: Bug
>  Components: Core Java Framework
>Affects Versions: 3.1.1SDK
>Reporter: Edward Epstein
>Priority: Major
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> All text files in this SDK have CRLF line endings. Linux executable scripts 
> (bin/*.sh) should not have them.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Resolved] (UIMA-6187) Bad line endings for all files UIMA_HOME/bin/*.sh

2020-02-07 Thread Marshall Schor (Jira)


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

Marshall Schor resolved UIMA-6187.
--
Fix Version/s: 3.2.0SDK
   2.10.5SDK
 Assignee: Marshall Schor
   Resolution: Fixed

> Bad line endings for all files UIMA_HOME/bin/*.sh 
> --
>
> Key: UIMA-6187
> URL: https://issues.apache.org/jira/browse/UIMA-6187
> Project: UIMA
>  Issue Type: Bug
>  Components: Core Java Framework
>Affects Versions: 3.1.1SDK
>Reporter: Edward Epstein
>Assignee: Marshall Schor
>Priority: Major
> Fix For: 2.10.5SDK, 3.2.0SDK
>
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> All text files in this SDK have CRLF line endings. Linux executable scripts 
> (bin/*.sh) should not have them.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)