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 3 projects,
 and has been outstanding for 10 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
    - lucene-java :  Java Based Search Engine


Full details are available at:
    http://brutus.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-12052005.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
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://brutus.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: 21 secs
Command Line: 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/java/build/xercesImpl.jar
 org.apache.tools.ant.Main 
-Dgump.merge=/home/gump/workspaces2/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dversion=12052005 
-Djavacc.home=/usr/local/gump/packages/javacc-3.1 package 
[Working Directory: /usr/local/gump/public/workspace/lucene-java]
CLASSPATH: 
/opt/jdk1.4/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/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/dist/junit/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/packages/javacc-3.1/bin/lib/javacc.jar:/usr/local/gump/public/workspace/jtidy/target/jtidy-12052005.jar
---------------------------------------------
    [javac]                 ^
    [javac] 
/home/gump/workspaces2/public/workspace/lucene-java/contrib/db/src/java/org/apache/lucene/store/db/DbDirectory.java:169:
 cannot resolve symbol
    [javac] symbol  : class DatabaseEntry 
    [javac] location: class org.apache.lucene.store.db.DbDirectory
    [javac]                 DatabaseEntry key = new DatabaseEntry(new byte[0]);
    [javac]                                         ^
    [javac] 
/home/gump/workspaces2/public/workspace/lucene-java/contrib/db/src/java/org/apache/lucene/store/db/DbDirectory.java:170:
 cannot resolve symbol
    [javac] symbol  : class DatabaseEntry 
    [javac] location: class org.apache.lucene.store.db.DbDirectory
    [javac]                 DatabaseEntry data = new DatabaseEntry(null);
    [javac]                 ^
    [javac] 
/home/gump/workspaces2/public/workspace/lucene-java/contrib/db/src/java/org/apache/lucene/store/db/DbDirectory.java:170:
 cannot resolve symbol
    [javac] symbol  : class DatabaseEntry 
    [javac] location: class org.apache.lucene.store.db.DbDirectory
    [javac]                 DatabaseEntry data = new DatabaseEntry(null);
    [javac]                                          ^
    [javac] 
/home/gump/workspaces2/public/workspace/lucene-java/contrib/db/src/java/org/apache/lucene/store/db/DbDirectory.java:177:
 cannot resolve 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] 
/home/gump/workspaces2/public/workspace/lucene-java/contrib/db/src/java/org/apache/lucene/store/db/DbDirectory.java:177:
 cannot resolve 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] 
/home/gump/workspaces2/public/workspace/lucene-java/contrib/db/src/java/org/apache/lucene/store/db/DbDirectory.java:188:
 cannot resolve symbol
    [javac] symbol  : variable DbConstants 
    [javac] location: class org.apache.lucene.store.db.DbDirectory
    [javac]                                       DbConstants.DB_NEXT | flags) 
!= DbConstants.DB_NOTFOUND) {
    [javac]                                       ^
    [javac] 
/home/gump/workspaces2/public/workspace/lucene-java/contrib/db/src/java/org/apache/lucene/store/db/DbDirectory.java:188:
 cannot resolve symbol
    [javac] symbol  : variable DbConstants 
    [javac] location: class org.apache.lucene.store.db.DbDirectory
    [javac]                                       DbConstants.DB_NEXT | flags) 
!= DbConstants.DB_NOTFOUND) {
    [javac]                                                                     
  ^
    [javac] 
/home/gump/workspaces2/public/workspace/lucene-java/contrib/db/src/java/org/apache/lucene/store/db/DbDirectory.java:201:
 cannot resolve symbol
    [javac] symbol  : class DatabaseException 
    [javac] location: class org.apache.lucene.store.db.DbDirectory
    [javac]         } catch (DatabaseException e) {
    [javac]                  ^
    [javac] 87 errors

BUILD FAILED
/home/gump/workspaces2/public/workspace/lucene-java/build.xml:393: The 
following error occurred while executing this line:
/home/gump/workspaces2/public/workspace/lucene-java/build.xml:384: The 
following error occurred while executing this line:
/home/gump/workspaces2/public/workspace/lucene-java/common-build.xml:117: The 
following error occurred while executing this line:
/home/gump/workspaces2/public/workspace/lucene-java/common-build.xml:231: 
Compile failed; see the compiler error output for details.

Total time: 21 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://brutus.apache.org/gump/public/lucene-java/lucene-java/rss.xml
- Atom: http://brutus.apache.org/gump/public/lucene-java/lucene-java/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 31000012052005, brutus:brutus-public:31000012052005
Gump E-mail Identifier (unique within run) #17.

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

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

Reply via email to