I am starting to build my projects on a continuous integration server (with Hudson) and I need to be able to declare the name of my project. All project files are checked out into workspace, so gradle assumes the project name is workspace. I can fix this, but then it doesn't find any of the source files because the path is apparently built with the project name, but hudson/jobs/myJob/projectName doesnt exist because everything is in hudson/jobs/myJob/workspace.
I use the property project.name a lot in my builds and I'd rather not change all of them to another property, so how can I separate the project name to be used appropriately when creating and locating files? Thanks, Jerod -- View this message in context: http://www.nabble.com/changing-the-project-name-tp18859161p18859161.html Sent from the gradle-user mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
