Index: shims/build.xml =================================================================== --- shims/build.xml (revision 900998) +++ shims/build.xml (working copy) @@ -34,7 +34,8 @@ - + - - - - - - - @@ -69,19 +62,116 @@ - + + + + + + + + + + + + + + + + + + + - - + + + + + + + + - - + + + + - + + + - + + + + + + + + + + + + + + You need Apache Ivy 2.0 or later from http://ant.apache.org/ + It could not be loaded from ${ivy_repo_url} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: build.properties =================================================================== --- build.properties (revision 900998) +++ build.properties (working copy) @@ -3,6 +3,13 @@ version=0.6.0 year=2009 +javac.debug=on +javac.version=1.6 +javac.optimize=on +javac.deprecation=off +javac.args= +javac.args.warnings= + hadoop.version=0.20.0 hadoop.mirror=http://archive.apache.org/dist Index: build.xml =================================================================== --- build.xml (revision 900998) +++ build.xml (working copy) @@ -25,11 +25,6 @@ - - - @@ -48,7 +43,10 @@ + + + @@ -474,4 +472,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: checkstyle/checkstyle-noframes-sorted.xsl =================================================================== --- checkstyle/checkstyle-noframes-sorted.xsl (revision 0) +++ checkstyle/checkstyle-noframes-sorted.xsl (revision 0) @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

CheckStyle Audit

Designed for use with CheckStyle and Ant.
+
+ + + +
+ + + +
+ + + + +
+ + + + +
+ + + + +

Files

+ + + + + + + + + + + + + + +
NameErrors
+
+ + + + +

File

+ + + + + + + + + + + + + + +
Error DescriptionLine
+ Back to top +
+ + + +

Summary

+ + + + + + + + + + + + +
FilesErrors
+
+ + + + a + b + + +
+ + Index: checkstyle/checkstyle.xml =================================================================== --- checkstyle/checkstyle.xml (revision 0) +++ checkstyle/checkstyle.xml (revision 0) @@ -0,0 +1,190 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: ivy.xml =================================================================== --- ivy.xml (revision 0) +++ ivy.xml (revision 0) @@ -0,0 +1,42 @@ + + + + + + + Apache Hive + + + + + + + + + + + + + + + + + + + Index: ivy/ivysettings.xml =================================================================== --- ivy/ivysettings.xml (revision 900998) +++ ivy/ivysettings.xml (working copy) @@ -1,28 +1,76 @@ - - - + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Index: ivy/libraries.properties =================================================================== --- ivy/libraries.properties (revision 0) +++ ivy/libraries.properties (revision 0) @@ -0,0 +1,29 @@ +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +#This properties file lists the versions of the various artifacts used by hadoop and components. +#It drives ivy and the generation of a maven POM + +#These are the versions of our dependencies (in alphabetical order) +apacheant.version=1.7.1 +ant-task.version=2.0.10 +checkstyle.version=4.2 +commons-cli.version=2.0 +commons-codec.version=1.3 +commons-collections.version=3.2.1 +commons-lang.version=2.4 +commons-logging.version=1.0.4 +commons-logging-api.version=1.0.4 +ivy.version=2.0.0-rc2 +log4j.version=1.2.15 + +