Run| Workspace| Log| Issues| Fixes| Pre-reqs| Stats| XRef| Maven Repository Proxy Log Gump Logo

Details

Parameters

Prefix Name Value
-D java.awt.headless true
-X bootclasspath/p :/export/home/gump/test/workspace/xml-commons/java/external/build/xml-apis.jar /export/home/gump/test/workspace/xml-xerces2/build/xercesImpl.jar
org.apache.tools.ant.Main
-D gump.merge /zonestorage/gump/export/home/gump/test/gump/work/merge.xml
-D build.sysclasspath only
-D maven.final.name torque-gen-14052008
-D maven.build.dir target
-D maven.build.dest target/classes
-f build-gump.xml
jar

Environment Overrides

Name Value
CLASSPATH :/opt/jdk1.6.0/lib/tools.jar /export/home/gump/test/workspace/apache-commons/collections/build/commons-collections-14052008.jar /export/home/gump/test/workspace/apache-commons/lang/commons-lang-14052008.jar /export/home/gump/test/workspace/apache-commons/logging/target/commons-logging-14052008.jar /export/home/gump/test/workspace/apache-commons/logging/target/commons-logging-api-14052008.jar /export/home/gump/test/workspace/ant/dist/lib/ant-jmf.jar /export/home/gump/test/workspace/ant/dist/lib/ant-swing.jar /export/home/gump/test/workspace/ant/dist/lib/ant-apache-resolver.jar /export/home/gump/test/workspace/ant/dist/lib/ant-trax.jar /export/home/gump/test/workspace/ant/dist/lib/ant-junit.jar /export/home/gump/test/workspace/ant/dist/lib/ant-launcher.jar /export/home/gump/test/workspace/ant/dist/lib/ant-nodeps.jar /export/home/gump/test/workspace/ant/dist/lib/ant.jar /export/home/gump/test/workspace/logging-log4j-12/dist/lib/log4j-14052008.jar /export/home/gump/test/workspace/velocity-engine/bin/velocity-14052008.jar /export/home/gump/test/workspace/velocity-texen/bin/texen-14052008.jar /export/home/gump/test/workspace/village/target/village-14052008.jar /export/home/gump/test/workspace/xml-commons/java/external/build/xml-apis-ext.jar

Command Line

/opt/jdk1.6.0/bin/java -Djava.awt.headless=true
        -Xbootclasspath/p:/export/home/gump/test/workspace/xml-commons/java/external/build/xml-apis.jar:/export/home/gump/test/workspace/xml-xerces2/build/xercesImpl.jar
        org.apache.tools.ant.Main
        -Dgump.merge=/zonestorage/gump/export/home/gump/test/gump/work/merge.xml
        -Dbuild.sysclasspath=only -Dmaven.final.name=torque-gen-14052008
        -Dmaven.build.dir=target -Dmaven.build.dest=target/classes -f build-gump.xml jar 

Output

Buildfile: /zonestorage/gump/export/home/gump/test/workspace/db-torque-gen/build-gump.xml

jar:
     [copy] Copying 1 file to /zonestorage/gump/export/home/gump/test/workspace/db-torque-gen
    [mkdir] Created dir: /zonestorage/gump/export/home/gump/test/workspace/db-torque-gen/target/classes
    [javac] Compiling 51 source files to /zonestorage/gump/export/home/gump/test/workspace/db-torque-gen/target/classes
    [javac] /zonestorage/gump/export/home/gump/test/workspace/db-torque-gen/src/java/org/apache/torque/task/TorqueDataModelTask.java:316: cannot find symbol
    [javac] symbol  : method populateInitialContext(org.apache.velocity.context.Context)
    [javac] location: class org.apache.texen.ant.TexenTask
    [javac]         super.populateInitialContext(context);
    [javac]              ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/db-torque-gen/src/java/org/apache/torque/task/TorqueDataModelTask.java:414: cannot find symbol
    [javac] symbol  : variable templatePath
    [javac] location: class org.apache.torque.task.TorqueDataModelTask
    [javac]         if (templatePath == null && useClasspath == false)
    [javac]             ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/db-torque-gen/src/java/org/apache/torque/task/TorqueDataModelTask.java:446: cannot find symbol
    [javac] symbol  : variable templatePath
    [javac] location: class org.apache.torque.task.TorqueDataModelTask
    [javac]             if (templatePath != null)
    [javac]                 ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/db-torque-gen/src/java/org/apache/torque/task/TorqueDataModelTask.java:448: cannot find symbol
    [javac] symbol  : variable templatePath
    [javac] location: class org.apache.torque.task.TorqueDataModelTask
    [javac]                 log("Using templatePath: " + templatePath, project.MSG_VERBOSE);
    [javac]                                              ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/db-torque-gen/src/java/org/apache/torque/task/TorqueDataModelTask.java:450: cannot find symbol
    [javac] symbol  : variable templatePath
    [javac] location: class org.apache.torque.task.TorqueDataModelTask
    [javac]                         templatePath);
    [javac]                         ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/db-torque-gen/src/java/org/apache/torque/task/TorqueDataModelTask.java:478: cannot find symbol
    [javac] symbol  : method getInstance()
    [javac] location: class org.apache.texen.Generator
    [javac]             Generator generator = Generator.getInstance();
    [javac]                                            ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/db-torque-gen/src/java/org/apache/torque/task/TorqueDataModelTask.java:484: cannot find symbol
    [javac] symbol  : variable templatePath
    [javac] location: class org.apache.torque.task.TorqueDataModelTask
    [javac]             if (templatePath != null)
    [javac]                 ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/db-torque-gen/src/java/org/apache/torque/task/TorqueDataModelTask.java:486: cannot find symbol
    [javac] symbol  : variable templatePath
    [javac] location: class org.apache.torque.task.TorqueDataModelTask
    [javac]                 generator.setTemplatePath(templatePath);
    [javac]                                           ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/db-torque-gen/src/java/org/apache/torque/task/TorqueDataModelTask.java:491: cannot find symbol
    [javac] symbol  : constructor File(java.io.File)
    [javac] location: class java.io.File
    [javac]             File file = new File(outputDirectory);
    [javac]                         ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/db-torque-gen/src/java/org/apache/torque/task/TorqueDataModelTask.java:499: getWriter(java.io.File,java.lang.String) in org.apache.texen.Generator cannot be applied to (java.lang.String,java.lang.String)
    [javac]             Writer writer = generator.getWriter(path, outputEncoding);
    [javac]                                      ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/db-torque-gen/src/java/org/apache/torque/task/TorqueDataDumpTask.java:219: cleanup() in org.apache.torque.task.TorqueDataDumpTask cannot implement cleanup() in org.apache.texen.TexenContributor; attempting to assign weaker access privileges; was public
    [javac]     protected void cleanup() throws Exception
    [javac]                    ^
    [javac] /zonestorage/gump/export/home/gump/test/workspace/db-torque-gen/src/java/org/apache/torque/task/TorqueDataSQLTask.java:193: cannot find symbol
    [javac] symbol  : method getOutputFile()
    [javac] location: class org.apache.torque.task.TorqueDataSQLTask
    [javac]             p.setProperty(getOutputFile(), db.getName());
    [javac]                           ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 12 errors

BUILD FAILED
/zonestorage/gump/export/home/gump/test/workspace/db-torque-gen/build-gump.xml:37: Compile failed; see the compiler error output for details.

Total time: 2 seconds

Last Updated: Wed, 14 May 2008 18:00:04 ().Python Logo