[jira] Commented: (MNG-1136) clover breaks when encountering assert statements.

2005-10-24 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MNG-1136?page=comments#action_49139 ] Vincent Massol commented on MNG-1136: - Hi Dave, I'm still trying to understand your use case... In your last post you say that if you uncomment the clover plugin report you're

[jira] Commented: (MNG-1136) clover breaks when encountering assert statements.

2005-10-24 Thread Dave Sag (JIRA)
[ http://jira.codehaus.org/browse/MNG-1136?page=comments#action_49128 ] Dave Sag commented on MNG-1136: --- see attached pom if i uncomment the clover plugin report this is the result: (disco-davesag) [09:55:16] ~/checkouts/private/davesag/AddressBook$ mvn -e

[jira] Commented: (MNG-1136) clover breaks when encountering assert statements.

2005-10-24 Thread Dave Sag (JIRA)
[ http://jira.codehaus.org/browse/MNG-1136?page=comments#action_49129 ] Dave Sag commented on MNG-1136: --- oops - sorry for the double post then. clover breaks when encountering assert statements. --

[jira] Commented: (MNG-1136) clover breaks when encountering assert statements.

2005-10-24 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MNG-1136?page=comments#action_49144 ] Vincent Massol commented on MNG-1136: - Thanks Dave. That did it. I've fixed this. You'll now need to specify the jdk in the plugin's configuraiton. For example: [...] plugin

[jira] Commented: (MNG-1136) clover breaks when encountering assert statements.

2005-10-22 Thread Vincent Massol (JIRA)
[ http://jira.codehaus.org/browse/MNG-1136?page=comments#action_49040 ] Vincent Massol commented on MNG-1136: - Hi Matthew, Could you please tell me exactly your configuration and what goal your're running? Could you please also send us the stack trace

[jira] Commented: (MNG-1136) clover breaks when encountering assert statements.

2005-10-21 Thread Matthew Beermann (JIRA)
[ http://jira.codehaus.org/browse/MNG-1136?page=comments#action_49027 ] Matthew Beermann commented on MNG-1136: --- I have exactly the plugin configuration mentioned above, and I'm trying to instrument a code that contains an assertion. Nothing wierd

[jira] Commented: (MNG-1136) clover breaks when encountering assert statements.

2005-10-13 Thread Matthew Beermann (JIRA)
[ http://jira.codehaus.org/browse/MNG-1136?page=comments#action_48581 ] Matthew Beermann commented on MNG-1136: --- ...but I can try to make it easy if someone's got a build environment and knows how the POM works: it's at line 156 of

[jira] Commented: (MNG-1136) clover breaks when encountering assert statements.

2005-10-12 Thread Matthew Beermann (JIRA)
[ http://jira.codehaus.org/browse/MNG-1136?page=comments#action_48436 ] Matthew Beermann commented on MNG-1136: --- I don't think it's a problem with Clover; rather, the source/ attribute from the compiler:compile goal isn't getting propagated to Clover.

[jira] Commented: (MNG-1136) clover breaks when encountering assert statements.

2005-10-12 Thread Dave Sag (JIRA)
[ http://jira.codehaus.org/browse/MNG-1136?page=comments#action_48438 ] Dave Sag commented on MNG-1136: --- that is quite possibly the case. are you in a position to fix that? clover breaks when encountering assert statements.

[jira] Commented: (MNG-1136) clover breaks when encountering assert statements.

2005-10-12 Thread Matthew Beermann (JIRA)
[ http://jira.codehaus.org/browse/MNG-1136?page=comments#action_48449 ] Matthew Beermann commented on MNG-1136: --- I'm afraid not, no. clover breaks when encountering assert statements. --