Bill Farner created AURORA-1169:
-----------------------------------
Summary: Version ID in gradle may expand to invalid value
Key: AURORA-1169
URL: https://issues.apache.org/jira/browse/AURORA-1169
Project: Aurora
Issue Type: Bug
Components: Build
Reporter: Bill Farner
Priority: Minor
Reported in IRC. Apparently it's possible for this line in the build.gradle:
{noformat}
version = file("${rootDir}/.auroraversion").text.trim().toUpperCase()
{noformat}
To expand to:
{noformat}
SRC/MAIN/RESOURCES/APACHE/AURORA/CLIENT/CLI/.AURORAVERSION.jar
{noformat}
The result is a failure to install jars to the correct locations, and a
non-functioning scheduler.
Transcript:
{noformat}
<wfarner> how about in /home/vagrant/aurora/dist/libs
<JakeXKS> well there is
/home/vagrant/aurora/dist/libs/aurora-SRC/MAIN/RESOURCES/APACHE/AURORA/CLIENT/CLI/.AURORAVERSION.jar
JakeXKS> Vagrant 1.7.2 Virtualbox 4.3.24
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)