You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This is when running from the regular IDE build (i.e., "clean project and start a build immediately"). The File is relative and then is interpreted in the IDE's working directory instead of using the project root.
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 relativetarget/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
The text was updated successfully, but these errors were encountered: