I'm trying to obtain the target directory to write a resource (see post on users@), and while running in GRECLIPSE, the config's targetDirectory is set to a relative target/test-classes. When canonicalized or used to open a file, this produces $ECLIPSE_HOME/target/test-classes instead of the actual output directory. groovyc under Maven works as expected.
Related: #575
I'm trying to obtain the target directory to write a resource (see post on users@), and while running in GRECLIPSE, the config's
targetDirectoryis set to a relativetarget/test-classes. When canonicalized or used to open a file, this produces$ECLIPSE_HOME/target/test-classesinstead of the actual output directory. groovyc under Maven works as expected.Related: #575