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 3 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-02062007.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: 24 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=02062007 
-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/workspace/jakarta-regexp/build/jakarta-regexp-02062007.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-02062007.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: 23 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 15000002062007, vmgump.apache.org:vmgump-public:15000002062007
Gump E-mail Identifier (unique within run) #17.

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

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

Reply via email to