[ 
https://issues.apache.org/jira/browse/JOSHUA-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15303216#comment-15303216
 ] 

ASF GitHub Bot commented on JOSHUA-252:
---------------------------------------

Github user thammegowda commented on the pull request:

    https://github.com/apache/incubator-joshua/pull/12#issuecomment-222027825
  
    My guess is that `ConcurrentModificationException` occurs when we try to 
loop (eg: for) on a collection and inside the loop the collection is being 
updated (by adding or removing items).
    However, based on the exception, I checked 
https://github.com/apache/incubator-joshua/blob/JOSHUA-252/src/main/java/org/apache/joshua/decoder/chart_parser/DotChart.java#L362
    there isnt any such code. I suspect Rule.toString().
    
    That line executes only if DEBUG level is enabled! try disabling DEBUG (by 
setting Log4j level to INFO or higher until we find a fix



> Make it possible to use Maven to build Joshua
> ---------------------------------------------
>
>                 Key: JOSHUA-252
>                 URL: https://issues.apache.org/jira/browse/JOSHUA-252
>             Project: Joshua
>          Issue Type: Improvement
>          Components: build
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>             Fix For: 6.1
>
>
> As per discussion on the dev@ list for now Ant is the official build tool for 
> Joshua however we would like to possibly switch to Maven if / when someone is 
> able to do so.
> Assigning to me for now as I could be able to look into this.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to