Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4.0-incubating
-
None
Description
Checkout of current trunk or 1.4.0 branch can't be compiled with maven because of following error message:
[ERROR] /home/jarcec/projects/apache/sqoop/trunk/src/java/org/apache/sqoop/tool/VersionTool.java:[36,41] cannot find symbol
symbol : class SqoopVersion
location: package org.apache.sqoop
This class is generated by script write-version-info.sh that is executed by ant, but not by maven.