--here's an excerpt from the build file (build.sh)
cd project svn update > $HOME/svnupdate.log cd build ant clean build
The problem I'm seeing is that the compile generates way too much verbose information and causes the build to generate errors and stop, any ideas?
.compile: [javac] Compiling 2331 source files to /project/trunk/common/.classes [javac] ---------- [javac] 1. WARNING in /project/trunk/common/path/filename.java [javac] (at line 13) [javac] import classpath; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import classpath is never used [javac] ---------- [javac] ---------- [javac] 2. WARNING in /project/trunk/common/path/filename.java [javac] (at line 15) [javac] import cclasspath; [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^ [javac] The import classpath is never used [javac] ---------- [javac] ---------- [javac] 3. WARNING in /project/trunk/common/path/filename.java [javac] (at line 22) [javac] private static Logger the_log = Logger [javac] ^^^^^^^ [javac] The field blah_blah.the_log is never read locally [javac] ---------- [javac] ----------