saveVersion.sh could write a package-info.java that cannot be compiled when 
used with git
-----------------------------------------------------------------------------------------

                 Key: HADOOP-4738
                 URL: https://issues.apache.org/jira/browse/HADOOP-4738
             Project: Hadoop Core
          Issue Type: Bug
          Components: build
            Reporter: Hemanth Yamijala


When git is being used, the saveVersion.sh script generates a revision based on 
git log as follows:
{{revision=`git log -1 --pretty=oneline`}}
This revision is used to generate the HadoopVersionAnnotation in the 
package-info file. If the revision string contains quotes this will result in a 
compile time error.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to