To whom it may satisfy...
        
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 xml-xindice *no longer* has an issue.
The current state of this project is 'Success'.

Full details are available at:
    http://brutus.apache.org/gump/public/xml-xindice/xml-xindice/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [xindice-06122004.jar] identifier set to project name
 -INFO- Made directory 
[/usr/local/gump/public/workspace/xml-xindice/build/classes]



The following work was performed:
http://brutus.apache.org/gump/public/xml-xindice/xml-xindice/gump_work/build_xml-xindice_xml-xindice.html
Work Name: build_xml-xindice_xml-xindice (Type: Build)
Work ended in a state of : Success
Elapsed: 8 secs
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/usr/local/gump/public/workspace/xml-xerces2/java/build/xercesImpl.jar:/usr/local/gump/public/workspace/xml-xalan/java/build/serializer.jar:/usr/local/gump/public/workspace/xml-xalan/java/build/xalan-unbundled.jar:/usr/local/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar
 org.apache.tools.ant.Main 
-Dgump.merge=/home/gump/workspaces2/public/gump/work/merge.xml 
-Dbuild.sysclasspath=only -Dproject.version=06122004 
[Working Directory: /usr/local/gump/public/workspace/xml-xindice]
CLASSPATH: 
/opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/xml-xindice/build/classes:/usr/local/gump/public/workspace/ant/dist/lib/ant-stylebook.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-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/xml-xindice/java/lib/xmldb-common-20030701.jar:/usr/local/gump/public/workspace/xml-xindice/java/lib/xmldb-xupdate-20040205.jar:/usr/local/gump/public/workspace/xml-xindice/java/lib/xmldb-api-sdk-20030701.jar:/usr/local/gump/public/workspace/xml-xindice/java/lib/xmldb-api-20030701.jar:/usr/local/gump/packages/junitperf-1.8/lib/junitperf.jar:/usr/local/gump/public/workspace/ws-xmlrpc/target/xmlrpc-06122004.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging.jar:/usr/local/gump/public/workspace/jakarta-commons/logging/dist/commons-logging-api.jar:/usr/local/gump/public/workspace/jakarta-servletapi/dist/lib/servlet.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/usr/local/gump/public/workspace/junit-addons/dist/junit-addons-06122004.jar:/usr/local/gump/public/workspace/xmlunit/lib/xmlunit-06122004.jar
---------------------------------------------
    [javac] 
/home/gump/workspaces2/public/workspace/xml-xindice/java/src/org/apache/xindice/core/data/Variant.java:387:
 warning: org.apache.xindice.core.data.Types in org.apache.xindice.core.data 
has been deprecated
    [javac]         if (type == Types.ELEMENT) {
    [javac]                     ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-xindice/java/src/org/apache/xindice/core/data/Variant.java:400:
 warning: org.apache.xindice.core.data.Types in org.apache.xindice.core.data 
has been deprecated
    [javac]         if (type == Types.DOCUMENT) {
    [javac]                     ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-xindice/java/src/org/apache/xindice/core/data/Variant.java:413:
 warning: org.apache.xindice.core.data.Types in org.apache.xindice.core.data 
has been deprecated
    [javac]         if (type == Types.DOCUMENTFRAGMENT) {
    [javac]                     ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-xindice/java/src/org/apache/xindice/core/data/Variant.java:437:
 warning: org.apache.xindice.core.data.Types in org.apache.xindice.core.data 
has been deprecated
    [javac]             case Types.ELEMENT:
    [javac]                  ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-xindice/java/src/org/apache/xindice/core/data/Variant.java:438:
 warning: org.apache.xindice.core.data.Types in org.apache.xindice.core.data 
has been deprecated
    [javac]             case Types.DOCUMENT:
    [javac]                  ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-xindice/java/src/org/apache/xindice/core/data/Variant.java:439:
 warning: org.apache.xindice.core.data.Types in org.apache.xindice.core.data 
has been deprecated
    [javac]             case Types.DOCUMENTFRAGMENT:
    [javac]                  ^
    [javac] 44 warnings

clover.off:

test-build:
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/xml-xindice/build/classes-tests
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/xml-xindice/build/test-results
    [javac] Compiling 38 source files to 
/home/gump/workspaces2/public/workspace/xml-xindice/build/classes-tests
    [javac] 
/home/gump/workspaces2/public/workspace/xml-xindice/java/tests/src/org/apache/xindice/StressTests.java:26:
 warning: org.apache.xindice.core.filer.HashFiler in 
org.apache.xindice.core.filer has been deprecated
    [javac] import org.apache.xindice.core.filer.HashFiler;
    [javac]                                      ^
    [javac] 
/home/gump/workspaces2/public/workspace/xml-xindice/java/tests/src/org/apache/xindice/core/filer/HashFilerTest.java:28:
 warning: org.apache.xindice.core.filer.HashFiler in 
org.apache.xindice.core.filer has been deprecated
    [javac]         super(name, new HashFiler());
    [javac]                         ^
    [javac] 2 warnings
     [copy] Copying 41 files to 
/home/gump/workspaces2/public/workspace/xml-xindice/build/classes-tests

jar-release:
      [jar] Building jar: 
/home/gump/workspaces2/public/workspace/xml-xindice/dist/xindice-06122004.jar

war-release:
    [mkdir] Created dir: 
/home/gump/workspaces2/public/workspace/xml-xindice/build/war-bin
     [copy] Copying 1 file to 
/home/gump/workspaces2/public/workspace/xml-xindice/dist
     [copy] Copying 1 file to 
/home/gump/workspaces2/public/workspace/xml-xindice/build/war-bin
     [copy] Copying 1 file to 
/home/gump/workspaces2/public/workspace/xml-xindice/build/war-bin
     [copy] Copying 1 file to 
/home/gump/workspaces2/public/workspace/xml-xindice/build/war-bin
      [war] Building war: 
/home/gump/workspaces2/public/workspace/xml-xindice/dist/xindice-06122004.war

release:

BUILD SUCCESSFUL
Total time: 8 seconds
---------------------------------------------

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

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

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

Reply via email to