Monday, December 11, 2006

If you are using maven to generate your intellij project files, and you get a:

java.lang.StringIndexOutOfBoundsException: String index out of range: -1

make sure you add a slash to all of your basedir variables

${basedir}/

No comments: