To whom it may engage...
        
This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at [EMAIL PROTECTED]

Project db-ddlutils has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - db-ddlutils :  Easy-to-use component for working with Database Definition 
(...


Full details are available at:
    http://vmgump.apache.org/gump/public/db-ddlutils/db-ddlutils/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [DdlUtils-1.0-dev.jar] identifier set to project name
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/db-ddlutils/db-ddlutils/gump_work/build_db-ddlutils_db-ddlutils.html
Work Name: build_db-ddlutils_db-ddlutils (Type: Build)
Work ended in a state of : Failed
Elapsed: 6 secs
Command Line: java -Djava.awt.headless=true org.apache.tools.ant.Main 
-Dgump.merge=/x1/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only jar 
[Working Directory: /usr/local/gump/public/workspace/db-ddlutils]
CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-swing.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-trax.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-junit.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/usr/local/gump/public/workspace/ant/dist/lib/ant.jar:/usr/local/gump/public/workspace/jakarta-commons/beanutils/dist/commons-beanutils-core.jar:/usr/local/gump/public/workspace/jakarta-commons/betwixt/target/commons-betwixt-12102006.jar:/usr/local/gump/public/workspace/jakarta-commons/codec/dist/commons-codec-12102006.jar:/usr/local/gump/public/workspace/jakarta-commons/collections/build/commons-collections-12102006.jar:/usr/local/gump/public/workspace/jakarta-commons/dbcp/dist/commons-dbcp.jar:/usr/local/gump/public/workspace/jakarta-commons/digester/dist/commons-digester.jar:/usr/local/gump/public/workspace/jakarta-commons/lang/dist/commons-lang-12102006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-12102006.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/target/commons-logging-api-12102006.jar:/usr/local/gump/public/workspace/jakarta-commons/pool/dist/commons-pool.jar:/usr/local/gump/public/workspace/jakarta-oro/jakarta-oro-12102006.jar:/usr/local/gump/public/workspace/dom4j/build/dom4j.jar:/usr/local/gump/public/workspace/hsqldb/lib/hsqldb.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/packages/stax/jsr173_1.0_api.jar:/usr/local/gump/packages/stax/jsr173_1.0_ri.jar
---------------------------------------------
    [javac]                ^
    [javac] 
/x1/gump/public/workspace/db-ddlutils/src/java/org/apache/ddlutils/io/SetColumnPropertyFromSubElementRule.java:57:
 warning: [deprecation] begin(org.xml.sax.Attributes) in 
org.apache.commons.digester.Rule has been deprecated
    [javac]     public void begin(Attributes attributes) throws Exception
    [javac]                 ^
    [javac] 
/x1/gump/public/workspace/db-ddlutils/src/java/org/apache/ddlutils/io/SetColumnPropertyFromSubElementRule.java:79:
 warning: [deprecation] end() in org.apache.commons.digester.Rule has been 
deprecated
    [javac]     public void end() throws Exception
    [javac]                 ^
    [javac] 
/x1/gump/public/workspace/db-ddlutils/src/java/org/apache/ddlutils/io/SetColumnPropertyFromSubElementRule.java:87:
 warning: [deprecation] body(java.lang.String) in 
org.apache.commons.digester.Rule has been deprecated
    [javac]     public void body(String text) throws Exception
    [javac]                 ^
    [javac] 
/x1/gump/public/workspace/db-ddlutils/src/java/org/apache/ddlutils/io/SetColumnPropertyRule.java:57:
 warning: [deprecation] begin(org.xml.sax.Attributes) in 
org.apache.commons.digester.Rule has been deprecated
    [javac]     public void begin(Attributes attributes) throws Exception
    [javac]                 ^
    [javac] 
/x1/gump/public/workspace/db-ddlutils/src/java/org/apache/ddlutils/util/JdbcSupport.java:149:
 cannot find symbol
    [javac] symbol  : class DynaSqlException
    [javac] location: class org.apache.ddlutils.util.JdbcSupport
    [javac]             throw new DynaSqlException("Could not get a connection 
from the datasource", ex);
    [javac]                       ^
    [javac] 
/x1/gump/public/workspace/db-ddlutils/src/java/org/apache/ddlutils/platform/axion/AxionPlatform.java:101:
 cannot find symbol
    [javac] symbol  : class DynaSqlException
    [javac] location: class org.apache.ddlutils.platform.axion.AxionPlatform
    [javac]                 throw new DynaSqlException("Error while trying to 
create a database", ex);
    [javac]                           ^
    [javac] 
/x1/gump/public/workspace/db-ddlutils/src/java/org/apache/ddlutils/platform/derby/DerbyPlatform.java:112:
 cannot find symbol
    [javac] symbol  : class DynaSqlException
    [javac] location: class org.apache.ddlutils.platform.derby.DerbyPlatform
    [javac]                 throw new DynaSqlException("Error while trying to 
create a database", ex);
    [javac]                           ^
    [javac] 
/x1/gump/public/workspace/db-ddlutils/src/java/org/apache/ddlutils/platform/mckoi/MckoiPlatform.java:134:
 cannot find symbol
    [javac] symbol  : class DynaSqlException
    [javac] location: class org.apache.ddlutils.platform.mckoi.MckoiPlatform
    [javac]                 throw new DynaSqlException("Error while trying to 
create a database", ex);
    [javac]                           ^
    [javac] 
/x1/gump/public/workspace/db-ddlutils/src/java/org/apache/ddlutils/platform/postgresql/PostgreSqlPlatform.java:123:
 cannot find symbol
    [javac] symbol  : class DynaSqlException
    [javac] location: class 
org.apache.ddlutils.platform.postgresql.PostgreSqlPlatform
    [javac]                 throw new DynaSqlException("Cannot parse the given 
connection url "+connectionUrl);
    [javac]                           ^
    [javac] 
/x1/gump/public/workspace/db-ddlutils/src/java/org/apache/ddlutils/platform/postgresql/PostgreSqlPlatform.java:166:
 cannot find symbol
    [javac] symbol  : class DynaSqlException
    [javac] location: class 
org.apache.ddlutils.platform.postgresql.PostgreSqlPlatform
    [javac]                 throw new DynaSqlException("Error while trying to " 
+ (createDb ? "create" : "drop") + " a database: "+ex.getLocalizedMessage(), 
ex);
    [javac]                           ^
    [javac] 29 errors
    [javac] 4 warnings

BUILD FAILED
/x1/gump/public/workspace/db-ddlutils/build.xml:57: Compile failed; see the 
compiler error output for details.

Total time: 6 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/db-ddlutils/db-ddlutils/rss.xml
- Atom: http://vmgump.apache.org/gump/public/db-ddlutils/db-ddlutils/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 15001612102006, vmgump.apache.org:vmgump-public:15001612102006
Gump E-mail Identifier (unique within run) #1.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]

Reply via email to