[Codenarc-developer] tons of exceptions in build
Brought to you by:
chrismair
From: Hamlet D. <ham...@ca...> - 2011-05-31 09:32:11
|
Hi Chris, When running the maven build, I get a ton of exceptions. I never know if it works correctly or is a new error. I see this exception quite often when I run "mvn test": java.util.regex.PatternSyntaxException: Dangling meta character '*' near index 0 *Test,*Tests,*TestCase ^ at java.util.regex.Pattern.error(Pattern.java:1713) at java.util.regex.Pattern.sequence(Pattern.java:1878) at java.util.regex.Pattern.expr(Pattern.java:1752) Is it normal that these exceptions are thrown? -- Hamlet D'Arcy ham...@ca... |