>From the document at "How to Contribute to Apache Hive" <http://How to Contribute to Apache Hive>, I'm having trouble locating any ant specific build.xml files.
After pulling from hive truck via: svn checkout http://svn.apache.org/repos/asf/hive/trunk hive-trunk I then attempted to execute the first line from GettingStarted+EclipseSetup<https://cwiki.apache.org/confluence/display/Hive/GettingStarted+EclipseSetup> : --> ant clean package eclipse-files --> Buildfile: build.xml does not exist! --> Build failed However, the build.xml file isn't located at the top-level directory. There are build files located in test directories: ./hcatalog/src/test/e2e/harness/build.xml ./hcatalog/src/test/e2e/hcatalog/build.xml ./hcatalog/src/test/e2e/hcatalog/tools/generate/java/build.xml ./hcatalog/src/test/e2e/hcatalog/udfs/java/build.xml ./hcatalog/src/test/e2e/templeton/build.xml Is ant used to build Hive? What's the current procedure for building Hive? Any help would be appreciated. Thanks, Paul
