3 Dec 2004 22:32
[groovy-dev] groovy compile issue and fix
Hi, I noticed that under my installation ( Fedora Core 3 / Blackdown/Sun JDK 1.4.2 / Eclipse 3.0.1 ) I noticed whenever I referenced classes from my classpath that included my own jars, I would not be able to compile the classes, nor would I see what was wrong. I took a look at the source code and noticed that the logic for the classpath builder in GroovyProject was misaligned, causing it to not work ( i.e. the resource was always not null , and would not be added to the classpath ) Additionally, it was appending window file separators that will not work on unix environments. I have included a patch that resolves both these issues. I'm not sure what jira issues they map to, so I apologize in advance for that. Thanks, -a
RSS Feed