ITs fail when bootstrapping M2 SVN trunk with java.lang.StringIndexOutOfBoundsException: String index out of range: 1 ---------------------------------------------------------------------------------------------------------------------
Key: MNG-2214 URL: http://jira.codehaus.org/browse/MNG-2214 Project: Maven 2 Type: Bug Components: Bootstrap & Build Environment: Windows XP, M2 SVN trunk Reporter: Rahul Thakur Attachments: StringReplacementTest.java Here is an exception stacktrace for one of the failed tests... it0002... FAILED >>>>>> Error Stacktrace: org.apache.maven.it.VerificationException: java.lang.StringIndexOutOfBoundsException: String index out of range: 1 at org.apache.maven.it.Verifier.executeHook(Verifier.java:366) at org.apache.maven.it.Verifier.main(Verifier.java:862) Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 1 at java.lang.String.charAt(String.java:566) at java.util.regex.Matcher.appendReplacement(Matcher.java:696) at java.util.regex.Matcher.replaceAll(Matcher.java:806) at java.lang.String.replaceAll(String.java:2028) at org.apache.maven.it.Verifier.resolveCommandLineArg(Verifier.java:698) at org.apache.maven.it.Verifier.executeHook(Verifier.java:355) ... 1 more <<<<<< Error Stacktrace -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira