Greetings Gumpers,

The Lucene-Java gump build seems to been failing consistently for the past
few days.  The problem seems to relate to some cleanup we did recently to
our build files to help ensure that the various "contrib" sub projects
could be cleanly built/tested on their own, or as part of hte master
build.

currently gump is reporting some javac errors when compiling the
"contrib/db/bdb" subproject relating to packages and symbols which can't
be found -- these are defined in the db-4.3.29.jar
 which is automaticly downloaded in the "get-db-jar" task executed just
prior to compilation.

This seems to work fine for develoeprs locally, as well as for our own
nightly build system running on Hudson...

...If someone could take a look at the GUMP setup for Lucene-Java and
either:
   a) fix whatever problem it is currently having
or b) let us know if there is something wrong with out build process that
      we're not noticing becuase we are too close to the problem.

...we would greatly appreciate it.


-Hoss

: Date: Sun, 03 Jun 2007 03:20:44 PDT
: Subject: [EMAIL PROTECTED]: Project lucene-java (in module lucene-java) failed
:
: 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 lucene-java has an issue affecting its community integration.
: This issue affects 4 projects,
:  and has been outstanding for 6 runs.
: The current state of this project is 'Failed', with reason 'Build Failed'.
: For reference only, the following projects are affected by this:
:     - eyebrowse :  Web-based mail archive browsing
:     - jakarta-lucene :  Java Based Search Engine
:     - jakarta-slide :  Content Management System based on WebDAV technology
:     - lucene-java :  Java Based Search Engine
:
:
: Full details are available at:
:     http://vmgump.apache.org/gump/public/lucene-java/lucene-java/index.html
:
: That said, some information snippets are provided here.
:
: The following annotations (debug/informational/warning/error messages) were 
provided:
:  -DEBUG- Sole output [lucene-core-03062007.jar] identifier set to project name
:  -DEBUG- Dependency on javacc exists, no need to add for property javacc.home.
:  -INFO- Failed with reason build failed
:  -INFO- Failed to extract fallback artifacts from Gump Repository
:
:
:
: The following work was performed:
: 
http://vmgump.apache.org/gump/public/lucene-java/lucene-java/gump_work/build_lucene-java_lucene-java.html
: Work Name: build_lucene-java_lucene-java (Type: Build)
: Work ended in a state of : Failed
: Elapsed: 20 secs
: Command Line: /opt/jdk1.5/bin/java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/usr/local/gump/public/workspace/xml-xerces2/build/xercesImpl.jar
 org.apache.tools.ant.Main -Dgump.merge=/x1/gump/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dversion=03062007 
-Djavacc.home=/usr/local/gump/packages/javacc-3.1 package
: [Working Directory: /usr/local/gump/public/workspace/lucene-java]
: CLASSPATH: 
/opt/jdk1.5/lib/tools.jar:/usr/local/gump/public/workspace/lucene-java/build/classes/java:/usr/local/gump/public/workspace/lucene-java/build/classes/demo:/usr/local/gump/public/workspace/lucene-java/build/classes/test:/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/packages/junit3.8.1/junit.jar:/usr/local/gump/public/workspace/xml-commons/java/build/resolver.jar:/usr/local/gump/packages/je-1.7.1/lib/je.jar:/usr/local/gump/public/workspace/jakarta-commons/digester/dist/commons-digester.jar:/usr/local/gump/public/workspa
 ce
:  
/jakarta-regexp/build/jakarta-regexp-03062007.jar:/usr/local/gump/packages/javacc-3.1/bin/lib/javacc.jar:/usr/local/gump/public/workspace/jline/target/jline-0.9.92-SNAPSHOT.jar:/usr/local/gump/packages/jtidy-04aug2000r7-dev/build/Tidy.jar:/usr/local/gump/public/workspace/junit/dist/junit-03062007.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
: ---------------------------------------------
:     [javac] location: class org.apache.lucene.store.db.DbDirectory
:     [javac]                 DatabaseEntry key = new DatabaseEntry(new 
byte[0]);
:     [javac]                                         ^
:     [javac] 
/x1/gump/public/workspace/lucene-java/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbDirectory.java:171:
 cannot find symbol
:     [javac] symbol  : class DatabaseEntry
:     [javac] location: class org.apache.lucene.store.db.DbDirectory
:     [javac]                 DatabaseEntry data = new DatabaseEntry((byte[]) 
null);
:     [javac]                 ^
:     [javac] 
/x1/gump/public/workspace/lucene-java/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbDirectory.java:171:
 cannot find symbol
:     [javac] symbol  : class DatabaseEntry
:     [javac] location: class org.apache.lucene.store.db.DbDirectory
:     [javac]                 DatabaseEntry data = new DatabaseEntry((byte[]) 
null);
:     [javac]                                          ^
:     [javac] 
/x1/gump/public/workspace/lucene-java/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbDirectory.java:178:
 cannot find symbol
:     [javac] symbol  : variable DbConstants
:     [javac] location: class org.apache.lucene.store.db.DbDirectory
:     [javac]                                DbConstants.DB_SET_RANGE | flags) 
!= DbConstants.DB_NOTFOUND)
:     [javac]                                ^
:     [javac] 
/x1/gump/public/workspace/lucene-java/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbDirectory.java:178:
 cannot find symbol
:     [javac] symbol  : variable DbConstants
:     [javac] location: class org.apache.lucene.store.db.DbDirectory
:     [javac]                                DbConstants.DB_SET_RANGE | flags) 
!= DbConstants.DB_NOTFOUND)
:     [javac]                                                                   
  ^
:     [javac] 
/x1/gump/public/workspace/lucene-java/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbDirectory.java:189:
 cannot find symbol
:     [javac] symbol  : variable DbConstants
:     [javac] location: class org.apache.lucene.store.db.DbDirectory
:     [javac]                                       DbConstants.DB_NEXT | 
flags) != DbConstants.DB_NOTFOUND) {
:     [javac]                                       ^
:     [javac] 
/x1/gump/public/workspace/lucene-java/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbDirectory.java:189:
 cannot find symbol
:     [javac] symbol  : variable DbConstants
:     [javac] location: class org.apache.lucene.store.db.DbDirectory
:     [javac]                                       DbConstants.DB_NEXT | 
flags) != DbConstants.DB_NOTFOUND) {
:     [javac]                                                                   
    ^
:     [javac] 
/x1/gump/public/workspace/lucene-java/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbDirectory.java:202:
 cannot find symbol
:     [javac] symbol  : class DatabaseException
:     [javac] location: class org.apache.lucene.store.db.DbDirectory
:     [javac]         } catch (DatabaseException e) {
:     [javac]                  ^
:     [javac] Note: 
/x1/gump/public/workspace/lucene-java/contrib/db/bdb/src/java/org/apache/lucene/store/db/DbDirectory.java
 uses or overrides a deprecated API.
:     [javac] Note: Recompile with -Xlint:deprecation for details.
:     [javac] 87 errors
:
: BUILD FAILED
: /x1/gump/public/workspace/lucene-java/build.xml:363: The following error 
occurred while executing this line:
: /x1/gump/public/workspace/lucene-java/build.xml:354: The following error 
occurred while executing this line:
: /x1/gump/public/workspace/lucene-java/contrib/db/build.xml:11: The following 
error occurred while executing this line:
: /x1/gump/public/workspace/lucene-java/common-build.xml:138: The following 
error occurred while executing this line:
: /x1/gump/public/workspace/lucene-java/common-build.xml:318: Compile failed; 
see the compiler error output for details.
:
: Total time: 19 seconds
: ---------------------------------------------
:
: To subscribe to this information via syndicated feeds:
: - RSS: http://vmgump.apache.org/gump/public/lucene-java/lucene-java/rss.xml
: - Atom: http://vmgump.apache.org/gump/public/lucene-java/lucene-java/atom.xml
:
: ============================== Gump Tracking Only ===
: Produced by Gump version 2.3.
: Gump Run 17000003062007, vmgump.apache.org:vmgump-public:17000003062007
: Gump E-mail Identifier (unique within run) #19.
:
: --
: Apache Gump
: http://gump.apache.org/ [Instance: vmgump]
:
: ---------------------------------------------------------------------
: To unsubscribe, e-mail: [EMAIL PROTECTED]
: For additional commands, e-mail: [EMAIL PROTECTED]
:



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to