gradle - Reference a path outside the project directory -


learning gradle, , running issue. i'd add jar files tomcatee directory compilation classpath, , tomcatee directory lives outside project hierarchy on file system. example, tomcatee directory "c:/servers/tomcatee/". want define property "tomcardir" , add tomcatdir + '/lib/' build path, gradle insists on appending project directory start. how specify absolute path this?

i found error. in gradle.properties file, had path tomcat directory enclosed in single quotes. removing them, gradle started treating absoolute file path.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -