You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Magic Integration <de...@avalon.apache.org> on 2004/12/07 02:24:34 UTC

[GUMP@brutus]: Project avalon-framework-impl (in module avalon-trunk) success

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 general@gump.apache.org.

Project avalon-framework-impl *no longer* has an issue.
The current state of this project is 'Success'.

Full details are available at:
    http://brutus.apache.org/gump/public/avalon-trunk/avalon-framework-impl/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [avalon-framework-impl-06122004.jar] identifier set to project name
 -DEBUG- Dependency on magic exists, no need to add for property magic.home.



The following work was performed:
http://brutus.apache.org/gump/public/avalon-trunk/avalon-framework-impl/gump_work/build_avalon-trunk_avalon-framework-impl.html
Work Name: build_avalon-trunk_avalon-framework-impl (Type: Build)
Work ended in a state of : Success
Elapsed: 4 secs
Command Line: java -Djava.awt.headless=true org.apache.tools.ant.Main -Dgump.merge=/home/gump/workspaces2/public/gump/work/merge.xml -Dgump.signature=06122004 -Dmagic.home=/usr/local/gump/public/workspace/avalon-tools/tools/magic/target/06122004 -Dgump.resource.mailapi=/usr/local/gump/packages/javamail-1.3.2/mail.jar -Dgump.resource.servletapi=/usr/local/gump/public/workspace/jakarta-servletapi-4/lib/servlet.jar -Dbuild.sysclasspath=last -Dgump.resource.log4j=/usr/local/gump/public/workspace/logging-log4j-12/dist/lib/log4j-06122004.jar -Dgump.resource.geronimo-spec-jms=/usr/local/gump/packages/jms1.1/lib/jms.jar 
[Working Directory: /usr/local/gump/public/workspace/avalon-trunk/runtime/framework/impl]
CLASSPATH: /opt/jdk1.4/lib/tools.jar:/usr/local/gump/public/workspace/avalon-tools/tools/magic/target/deliverables/jars/avalon-tools-magic-06122004.jar:/usr/local/gump/public/workspace/dist/junit/junit.jar:/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
---------------------------------------------
[x:prepare] Created dir: /home/gump/workspaces2/public/workspace/avalon-trunk/runtime/framework/impl/target/build/test
[x:prepare] Copying 14 files to /home/gump/workspaces2/public/workspace/avalon-trunk/runtime/framework/impl/target/build/test

build:
  [x:javac] Created dir: /home/gump/workspaces2/public/workspace/avalon-trunk/runtime/framework/impl/target/classes
  [x:javac] Compiling 28 source files to /home/gump/workspaces2/public/workspace/avalon-trunk/runtime/framework/impl/target/classes
  [x:javac] /home/gump/workspaces2/public/workspace/avalon-trunk/runtime/framework/impl/target/build/main/org/apache/avalon/framework/logger/AbstractLoggable.java:94: warning: org.apache.avalon.framework.logger.Loggable in org.apache.avalon.framework.logger has been deprecated
  [x:javac]         if( component instanceof Loggable )
  [x:javac]                                  ^
  [x:javac] /home/gump/workspaces2/public/workspace/avalon-trunk/runtime/framework/impl/target/build/main/org/apache/avalon/framework/logger/AbstractLoggable.java:96: warning: org.apache.avalon.framework.logger.Loggable in org.apache.avalon.framework.logger has been deprecated
  [x:javac]             ( (Loggable)component ).setLogger( logger );
  [x:javac]                ^
  [x:javac] 2 warnings

package:
    [x:jar] Created dir: /home/gump/workspaces2/public/workspace/avalon-trunk/runtime/framework/impl/target/deliverables/jars
    [x:jar] Building jar: /home/gump/workspaces2/public/workspace/avalon-trunk/runtime/framework/impl/target/deliverables/jars/avalon-framework-impl-06122004.jar
    [x:jar] Creating md5 checksum

test:
  [x:junit] Created dir: /home/gump/workspaces2/public/workspace/avalon-trunk/runtime/framework/impl/target/test-classes
  [x:junit] Compiling 14 source files to /home/gump/workspaces2/public/workspace/avalon-trunk/runtime/framework/impl/target/test-classes
  [x:junit] Created dir: /home/gump/workspaces2/public/workspace/avalon-trunk/runtime/framework/impl/target/test-reports
  [x:junit] executing in local jvm
  [x:junit] Running org.apache.avalon.framework.component.test.DefaultComponentManagerTestCase
  [x:junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.092 sec
  [x:junit] Running org.apache.avalon.framework.component.test.DefaultComponentSelectorTestCase
  [x:junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.008 sec
  [x:junit] Running org.apache.avalon.framework.configuration.test.DefaultConfigurationBuilderTestCase
  [x:junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.063 sec
  [x:junit] Running org.apache.avalon.framework.configuration.test.DefaultConfigurationSerializerTestCase
  [x:junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.038 sec
  [x:junit] Running org.apache.avalon.framework.configuration.test.DefaultConfigurationTestCase
  [x:junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.017 sec
  [x:junit] Running org.apache.avalon.framework.configuration.test.SAXConfigurationHandlerTestCase
  [x:junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.02 sec
  [x:junit] Running org.apache.avalon.framework.context.test.ContextTestCase
  [x:junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.01 sec
  [x:junit] Running org.apache.avalon.framework.parameters.test.ParameterTestCase
  [x:junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 0.046 sec
  [x:junit] Running org.apache.avalon.framework.service.test.DefaultServiceManagerTestCase
  [x:junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.01 sec
  [x:junit] Running org.apache.avalon.framework.service.test.DefaultServiceSelectorTestCase
  [x:junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.007 sec

install:
[x:install] Copying 2 files to /home/gump/workspaces2/public/workspace/avalon-tools/tools/magic/target/06122004/main/avalon/framework

BUILD SUCCESSFUL
Total time: 4 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://brutus.apache.org/gump/public/avalon-trunk/avalon-framework-impl/rss.xml
- Atom: http://brutus.apache.org/gump/public/avalon-trunk/avalon-framework-impl/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) #172.

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@avalon.apache.org
For additional commands, e-mail: dev-help@avalon.apache.org