<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel about="http://blog.gmane.org/gmane.comp.jakarta.commons.devel">
    <title>gmane.comp.jakarta.commons.devel</title>
    <link>http://blog.gmane.org/gmane.comp.jakarta.commons.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106014"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106013"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106012"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106011"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106010"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106009"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106008"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106007"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106006"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106005"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106004"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106003"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106002"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106001"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106000"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/105999"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/105998"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/105997"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/105996"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/105995"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106014">
    <title>Re: [math] moving 2.0 branch to trunk WAS: Re: Fwd: [MATH] commons math 2.0 snapshot jars</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106014</link>
    <description>Done
</description>
    <dc:creator>Phil Steitz</dc:creator>
    <dc:date>2008-12-02T02:22:34</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106013">
    <title>[ANNOUNCE] Commons SCXML 0.9 Released</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106013</link>
    <description>The Apache Commons project would like to announce the immediate
availability of Commons SCXML 0.9.

Commons SCXML provides a Java State Chart XML (W3C Working Draft)
engine. Anything that can be represented as a UML state chart --
business process flows, view navigation bits, interaction or dialog
management, and many more -- can leverage the Commons SCXML library.

Commons SCXML 0.9 contains a number of improvements and bug fixes.
Details can be found in the release notes:

  http://www.apache.org/dist/commons/scxml/RELEASE-NOTES.txt

Commons SCXML is available in either binary or source form from the
following downloads page:

  http://commons.apache.org/scxml/download_scxml.cgi

In the initial 48 hours, the release may not be available on all
mirrors. When downloading from a mirror site, please remember to
verify the downloads using signatures found on the Apache site:

  http://www.apache.org/dist/commons/KEYS

For more information on Commons SCXML, visit the project home page:

  http://commons.apache.org/scxml/

-Rahul Akolkar
 on behalf of the Apache Commons community
</description>
    <dc:creator>Rahul Akolkar</dc:creator>
    <dc:date>2008-12-02T00:51:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106012">
    <title>Re: [math] patch submitted for commons-math sparse matrix support</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106012</link>
    <description>Is performance in LUD normally achieved by fast element access?  Or is it
done by using higher order operators on a view of a row (or column)?

I know the the Colt package made the argument that the latter it far
preferable.  I also know that Jama didn't do this, but was very hard to
extend as a result.

The colt approach was to require the matrices provide row, column and
submatrix view operations and that vectors and matrices support functionally
oriented destructive updates.  This can be hard for users to understand so
you generally have to provide more algebraic interfaces as well, but it can
work wonders for performance.

On Mon, Dec 1, 2008 at 2:52 PM, Luc Maisonobe &lt;Luc.Maisonobe&lt; at &gt;free.fr&gt; wrote:




</description>
    <dc:creator>Ted Dunning</dc:creator>
    <dc:date>2008-12-01T23:01:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106011">
    <title>Re: [math] patch submitted for commons-math sparse matrix support</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106011</link>
    <description>Hi Luc,

Thanks for the feedback. I did not realize that the check for the
ClassCastException was performance related. Let me know your thoughts
once you get a chance to look at the patch, and I can put this back in
and resubmit, ie if it is a RealMatrixImpl, then do what the methods
with RealMatrixImpl did, else use the getEntry() calls.

Also, I think the JVM can detect that the incoming arg is a
RealMatrixImpl and go to the correct method without the code having to
catch a ClassCastException. I have used this pattern in some other code
I've written, where there are multiple overloaded methods, each taking a
particular impl.

-sujit

On Mon, 2008-12-01 at 23:52 +0100, Luc Maisonobe wrote:
</description>
    <dc:creator>Sujit Pal</dc:creator>
    <dc:date>2008-12-01T23:01:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106010">
    <title>Re: [math] patch submitted for commons-math sparse matrix support</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106010</link>
    <description>Sujit Pal a écrit :

I'll have a look at it tomorrow evening.
For now, one thing  that bother me is the removal of the dedicated code
that explicitely avoided getEntry(). This was added a few months ago for
performance reason, since the previous generic code was painfully slow.
The trick with the ClassCastException allows really fast check since the
virtual machine can completely optimize it out in some cases, it is an
enhancement of what was discussed here:
http://markmail.org/message/36fgg7vx6gzd3ziu. Our discussion at that
time was that the more common case (RealMatrixImpl) should be as
efficient as possible (and Ted wants now it to be even faster by
changing the underlying storage which is a good thing). This trick is
not beautiful perfectly generic code, it is a pragmatic way to be fast
in a common case and removing it will most probably induce poorer
performances.

Luc

</description>
    <dc:creator>Luc Maisonobe</dc:creator>
    <dc:date>2008-12-01T22:52:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106009">
    <title>Re: [math] patch submitted for commons-math sparse matrix support</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106009</link>
    <description>This is often handled by using an offset sparse matrix or vector that is
sparse in that only elements different from the offset are stored.  You can
often do this at the algorithmic level by carrying around the requisite
constant matrix in your derivation.  Obviously, a normal sparse matrix is a
special case.

Offset sparse vectors provide simple ways to express row and column sums as
well.

On Mon, Dec 1, 2008 at 2:31 PM, Sujit Pal &lt;sujit.pal&lt; at &gt;comcast.net&gt; wrote:




</description>
    <dc:creator>Ted Dunning</dc:creator>
    <dc:date>2008-12-01T22:49:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106008">
    <title>Re: [math] patch submitted for commons-math sparse matrix support</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106008</link>
    <description>Hi Ted,

I considered that possibility too, peeked at one of the posts where this
representation was suggested :-).

Pros:
1) the representation is more elegant.

Cons:
1) it would have required me to implement SparseVector, which we should
do anyway, imo. But I wanted to keep the code changes to a minimum.
2) possibly greater memory usage, since we have reference to a bunch of
maps hanging off the int key. The Point class is a private inner class
so it is invisible outside the class and unlike the java.awt.Point,
contains almost no baggage, its simply a struct with equals() and
hashCode() implemented.

Speed wise, I don't think there is going to be much difference between
either approach. The current approach has some overhead in building up
the Point object for each getEntry() and setEntry() call, and the one
you suggest has an overhead to do the double lookup. Either one is
instantaneous for all practical purposes.

However, if Map&lt;Integer,SparseVector&gt; data structure is preferred, the
only methods that need to change are the getEntry() and setEntry()
methods of SparseRealMatrixImpl, which I can do if needed.

On a slightly different note, I've been thinking about some other ways
to reduce the memory footprint (of my application), and I think there
may be some justification for having things like ConstantVector, ie a
large non-sparse Vector which contains the same data for all its
elements. The idea is similar, the getEntry() method would return a
value that is set into the constructor.

-sujit

On Mon, 2008-12-01 at 14:13 -0800, Ted Dunning wrote:
</description>
    <dc:creator>Sujit Pal</dc:creator>
    <dc:date>2008-12-01T22:31:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106007">
    <title>Re: [math] patch submitted for commons-math sparse matrix support</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106007</link>
    <description>Sujit,

What do you think the trade-offs are between the representation that you
used and another one where you have a Map&lt;int, SparseVector&gt; that contains
rows or columns?

On Mon, Dec 1, 2008 at 1:40 PM, Sujit Pal &lt;sujit.pal&lt; at &gt;comcast.net&gt; wrote:



</description>
    <dc:creator>Ted Dunning</dc:creator>
    <dc:date>2008-12-01T22:13:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106006">
    <title>[RESULT][VOTE] Release Commons SCXML 0.9</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106006</link>
    <description>This vote passes with 4 +1s (and no other votes) from:

Niall Pemberton
Oliver Heger
Phil Steitz
Rahul Akolkar

Thanks for all input and I'll complete the related tasks in a couple of days.

-Rahul


On Wed, Nov 26, 2008 at 3:22 PM, Rahul Akolkar &lt;rahul.akolkar&lt; at &gt;gmail.com&gt; wrote:
</description>
    <dc:creator>Rahul Akolkar</dc:creator>
    <dc:date>2008-12-01T21:57:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106005">
    <title>[math] patch submitted for commons-math sparse matrix support</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106005</link>
    <description>Hello,

I am a new, but fairly happy user of commons-math 1.2 and I have begun
to use it in my code. I needed a sparse matrix implementation for some
data analysis work I was doing, and unfortunately the code with
RealMatrixImpl was coming back with an OOME. So I built a
SparseRealMatrixImpl as a subclass of RealMatrixImpl, which uses a
Map&lt;Point,Double&gt; as its backing store, storing only the non-zero
entries. I would like to contribute this implementation back to the
commons-math project.

I have opened a JIRA enhancement request MATH-230 with a patch against
the 2.0 branch. Patch and detailed description of the changes are
available here.
http://issues.apache.org/jira/browse/MATH-230

I have also had to make some changes to RealMatrixImpl and
LUDecompositionImpl, mainly replacing the data[][] references with
RealMatrix.getEntry(i,j) calls to insulate the backing store from being
accessed directly by calling code, and thus making it possible for
subclasses to provide their own internal backing stores.

Would appreciate if you folks can take a look and let me know if it is
feasible to add this into the 2.0 release. That way I can continue using
commons-math future versions without having to patch it after every
upgrade.

I noticed that there has been some previous discussion about sparse
matrix support here:
http://markmail.org/message/2k5dk4fbewdtn5rz
so I sent a personal email to John Iacona asking him about about the
code he speaks of here. But he is working on other things, and doesn't
know when he will be able to check in his sparse matrix support changes.
His approach is a little  different from mine (he has a SparseMatrix
interface, which is implemented by a SparseMatrixImpl). I considered
that approach initially, but came to the conclusion that it would mean
quite a bit of code duplication, which I wanted to avoid as far as
possible.

Thanks
-sujit
</description>
    <dc:creator>Sujit Pal</dc:creator>
    <dc:date>2008-12-01T21:40:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106004">
    <title>[GUMP&lt; at &gt;vmgump]: Project commons-jelly-tags-define (in module commons-jelly) failed</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106004</link>
    <description>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 general&lt; at &gt;gump.apache.org.

Project commons-jelly-tags-define has an issue affecting its community integration.
This issue affects 5 projects,
 and has been outstanding for 2 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-jelly-tags-define :  Commons Jelly
    - commons-jelly-tags-http :  Commons Jelly
    - commons-jelly-tags-jetty :  Commons Jelly
    - commons-jelly-tags-jface :  Commons Jelly
    - commons-jelly-tags-swing :  Commons Jelly


Full details are available at:
    http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [commons-jelly-tags-define-01122008.jar] identifier set to project name
 -DEBUG- Dependency on xml-xerces exists, no need to add for property maven.jar.xerces.
 -WARNING- Overriding Maven properties: [/srv/gump/public/workspace/commons-jelly/jelly-tags/define/build.properties]
 -DEBUG- (Gump generated) Maven Properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/project.xml
 -DEBUG- Maven project properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/project.properties
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define/gump_work/build_commons-jelly_commons-jelly-tags-define.html
Work Name: build_commons-jelly_commons-jelly-tags-define (Type: Build)
Work ended in a state of : Failed
Elapsed: 6 secs
Command Line: maven --offline jar 
[Working Directory: /srv/gump/public/workspace/commons-jelly/jelly-tags/define]
CLASSPATH: /usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-01122008.jar:/srv/gump/public/workspace/commons-cli-1.x/target/commons-cli-01122008.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-01122008.jar:/srv/gump/public/workspace/commons-jelly/target/commons-jelly-01122008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/dynabean/target/commons-jelly-tags-dynabean-01122008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/junit/target/commons-jelly-tags-junit-01122008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/log/target/commons-jelly-tags-log-01122008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/xml/target/commons-jelly-tags-xml-01122008.jar:/srv/g
 ump/public/workspace/apache-commons/jexl/dist/commons-jexl-01122008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-01122008.jar:/srv/gump/public/workspace/apach
 e-commons/logging/target/commons-logging-api-01122008.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/public/workspace/jaxen/target/jaxen-01122008.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
---------------------------------------------
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

java:prepare-filesystem:

java:compile:
    [echo] Compiling to /srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/classes
    [javac] Compiling 11 source files to /srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/classes
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/define/src/java/org/apache/commons/jelly/tags/define/DefineTagSupport.java:39: getTagLibrary() in org.apache.commons.jelly.tags.define.DefineTagSupport cannot implement getTagLibrary() in org.apache.commons.jelly.Tag; attempting to use incompatible return type
    [javac] found   : org.apache.commons.jelly.impl.DynamicTagLibrary
    [javac] required: org.apache.commons.jelly.TagLibrary
    [javac]     public DynamicTagLibrary getTagLibrary() {
    [javac]                              ^
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/define/src/java/org/apache/commons/jelly/tags/define/TaglibTag.java:83: getTagLibrary() in org.apache.commons.jelly.tags.define.TaglibTag cannot implement getTagLibrary() in org.apache.commons.jelly.Tag; attempting to use incompatible return type
    [javac] found   : org.apache.commons.jelly.impl.DynamicTagLibrary
    [javac] required: org.apache.commons.jelly.TagLibrary
    [javac]     public DynamicTagLibrary getTagLibrary() {
    [javac]                              ^
    [javac] 2 errors

BUILD FAILED
File...... /home/gump/.maven/cache/maven-java-plugin-1.5/plugin.jelly
Element... ant:javac
Line...... 63
Column.... 48
Compile failed; see the compiler error output for details.
Total time: 5 seconds
Finished at: Mon Dec 01 09:39:45 GMT-08:00 2008

---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define/rss.xml
- Atom: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 11000001122008, vmgump:vmgump-public:11000001122008
Gump E-mail Identifier (unique within run) #56.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
</description>
    <dc:creator>commons-jelly-tags-define development</dc:creator>
    <dc:date>2008-12-01T17:39:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106003">
    <title>[GUMP&lt; at &gt;vmgump]: Project commons-jelly-tags-define-test (in module commons-jelly) failed</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106003</link>
    <description>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 general&lt; at &gt;gump.apache.org.

Project commons-jelly-tags-define-test has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 2 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-jelly-tags-define-test :  Commons Jelly


Full details are available at:
    http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Dependency on xml-xerces exists, no need to add for property maven.jar.xerces.
 -DEBUG- (Gump generated) Maven Properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/project.xml
 -DEBUG- Maven project properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/project.properties
 -INFO- Project Reports in: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/test-reports
 -WARNING- No directory [/srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/test-reports]



The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define-test/gump_work/build_commons-jelly_commons-jelly-tags-define-test.html
Work Name: build_commons-jelly_commons-jelly-tags-define-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 5 secs
Command Line: maven --offline jar 
[Working Directory: /srv/gump/public/workspace/commons-jelly/jelly-tags/define]
CLASSPATH: /usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-01122008.jar:/srv/gump/public/workspace/commons-cli-1.x/target/commons-cli-01122008.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-01122008.jar:/srv/gump/public/workspace/commons-jelly/target/commons-jelly-01122008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/dynabean/target/commons-jelly-tags-dynabean-01122008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/junit/target/commons-jelly-tags-junit-01122008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/log/target/commons-jelly-tags-log-01122008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/xml/target/commons-jelly-tags-xml-01122008.jar:/srv/g
 ump/public/workspace/apache-commons/jexl/dist/commons-jexl-01122008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-01122008.jar:/srv/gump/public/workspace/apach
 e-commons/logging/target/commons-logging-api-01122008.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/public/workspace/jaxen/target/jaxen-01122008.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
---------------------------------------------
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

java:prepare-filesystem:
    [mkdir] Created dir: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/classes

java:compile:
    [echo] Compiling to /srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/classes
    [javac] Compiling 14 source files to /srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/classes
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/define/src/java/org/apache/commons/jelly/tags/define/DefineTagSupport.java:39: getTagLibrary() in org.apache.commons.jelly.tags.define.DefineTagSupport cannot implement getTagLibrary() in org.apache.commons.jelly.Tag; attempting to use incompatible return type
    [javac] found   : org.apache.commons.jelly.impl.DynamicTagLibrary
    [javac] required: org.apache.commons.jelly.TagLibrary
    [javac]     public DynamicTagLibrary getTagLibrary() {
    [javac]                              ^
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/define/src/java/org/apache/commons/jelly/tags/define/TaglibTag.java:83: getTagLibrary() in org.apache.commons.jelly.tags.define.TaglibTag cannot implement getTagLibrary() in org.apache.commons.jelly.Tag; attempting to use incompatible return type
    [javac] found   : org.apache.commons.jelly.impl.DynamicTagLibrary
    [javac] required: org.apache.commons.jelly.TagLibrary
    [javac]     public DynamicTagLibrary getTagLibrary() {
    [javac]                              ^
    [javac] 2 errors

BUILD FAILED
File...... /home/gump/.maven/cache/maven-java-plugin-1.5/plugin.jelly
Element... ant:javac
Line...... 63
Column.... 48
Compile failed; see the compiler error output for details.
Total time: 5 seconds
Finished at: Mon Dec 01 06:21:44 GMT-08:00 2008

---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define-test/rss.xml
- Atom: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define-test/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 11000001122008, vmgump:vmgump-public:11000001122008
Gump E-mail Identifier (unique within run) #42.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
</description>
    <dc:creator>commons-jelly-tags-define development</dc:creator>
    <dc:date>2008-12-01T14:21:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106002">
    <title>[GUMP&lt; at &gt;vmgump]: Project commons-jelly-tags-ant (in module commons-jelly) failed</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106002</link>
    <description>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 general&lt; at &gt;gump.apache.org.

Project commons-jelly-tags-ant has an issue affecting its community integration.
This issue affects 6 projects,
 and has been outstanding for 2 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-jelly-tags-ant :  Commons Jelly
    - commons-jelly-tags-html :  Commons Jelly
    - commons-jelly-tags-jsl :  Commons Jelly
    - commons-jelly-tags-jsl-test :  Commons Jelly
    - maven :  Project Management Tools
    - maven-bootstrap :  Project Management Tools


Full details are available at:
    http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-ant/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [commons-jelly-tags-ant-01122008.jar] identifier set to project name
 -DEBUG- Dependency on ant exists, no need to add for property maven.jar.ant-optional.
 -DEBUG- Dependency on xml-xerces exists, no need to add for property maven.jar.xerces.
 -DEBUG- (Gump generated) Maven Properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/project.xml
 -DEBUG- Maven project properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/project.properties
 -INFO- Project Reports in: /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/target/test-reports
 -WARNING- No directory [/srv/gump/public/workspace/commons-jelly/jelly-tags/ant/target/test-reports]
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-ant/gump_work/build_commons-jelly_commons-jelly-tags-ant.html
Work Name: build_commons-jelly_commons-jelly-tags-ant (Type: Build)
Work ended in a state of : Failed
Elapsed: 7 secs
Command Line: maven --offline jar 
[Working Directory: /srv/gump/public/workspace/commons-jelly/jelly-tags/ant]
CLASSPATH: /usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-01122008.jar:/srv/gump/public/workspace/commons-cli-1.x/target/commons-cli-01122008.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-01122008.jar:/srv/gump/public/workspace/commons-jelly/target/common
 s-jelly-01122008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/junit/target/commons-jelly-tags-junit-01122008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/util/target/co
 mmons-jelly-tags-util-01122008.jar:/srv/gump/public/workspace/apache-commons/jexl/dist/commons-jexl-01122008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-01122008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-01122008.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/public/workspace/jaxen/target/jaxen-01122008.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
---------------------------------------------
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

java:prepare-filesystem:
    [mkdir] Created dir: /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/target/classes

java:compile:
    [echo] Compiling to /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/target/classes
    [javac] Compiling 13 source files to /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/target/classes
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/JellyPropsHandler.java:71: unreported exception org.apache.commons.jelly.JellyTagException; must be caught or declared to be thrown
    [javac]                 return ( ( Expression ) value ).evaluateAsString( context );
    [javac]                                                                 ^
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/GrantProject.java:103: warning: [deprecation] replaceProperties(org.apache.tools.ant.Project,java.lang.String,java.util.Hashtable) in org.apache.tools.ant.ProjectHelper has been deprecated
    [javac]         return ProjectHelper.replaceProperties(this, value, getProperties());
    [javac]                             ^
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/AntTag.java:400: warning: [deprecation] createElement(org.apache.tools.ant.Project,java.lang.Object,java.lang.String) in org.apache.tools.ant.IntrospectionHelper has been deprecated
    [javac]                     dataType = ih.createElement( getAntProject(), object, name.toLowerCase() );
    [javac]                                  ^
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/ant/src/java/org/apache/commons/jelly/tags/ant/AntTagLibrary.java:59: warning: [deprecation] Reference(java.lang.String) in org.apache.tools.ant.types.Reference has been deprecated
    [javac]                         return new Reference( text );
    [javac]                                ^
    [javac] 1 error
    [javac] 3 warnings

BUILD FAILED
File...... /home/gump/.maven/cache/maven-java-plugin-1.5/plugin.jelly
Element... ant:javac
Line...... 63
Column.... 48
Compile failed; see the compiler error output for details.
Total time: 6 seconds
Finished at: Mon Dec 01 06:21:25 GMT-08:00 2008

---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-ant/rss.xml
- Atom: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-ant/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 11000001122008, vmgump:vmgump-public:11000001122008
Gump E-mail Identifier (unique within run) #41.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
</description>
    <dc:creator>commons-jelly-tags-ant development</dc:creator>
    <dc:date>2008-12-01T14:21:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106001">
    <title>[GUMP&lt; at &gt;vmgump]: Project commons-jelly-tags-bsf (in module commons-jelly) failed</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106001</link>
    <description>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 general&lt; at &gt;gump.apache.org.

Project commons-jelly-tags-bsf has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 2 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-jelly-tags-bsf :  Commons Jelly


Full details are available at:
    http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-bsf/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [commons-jelly-tags-bsf-01122008.jar] identifier set to project name
 -DEBUG- Dependency on jakarta-bsf exists, no need to add for property maven.jar.bsf.
 -DEBUG- Dependency on xml-xerces exists, no need to add for property maven.jar.xerces.
 -DEBUG- (Gump generated) Maven Properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/bsf/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-jelly/jelly-tags/bsf/project.xml
 -DEBUG- Maven project properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/bsf/project.properties
 -INFO- Project Reports in: /srv/gump/public/workspace/commons-jelly/jelly-tags/bsf/target/test-reports
 -WARNING- No directory [/srv/gump/public/workspace/commons-jelly/jelly-tags/bsf/target/test-reports]
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-bsf/gump_work/build_commons-jelly_commons-jelly-tags-bsf.html
Work Name: build_commons-jelly_commons-jelly-tags-bsf (Type: Build)
Work ended in a state of : Failed
Elapsed: 6 secs
Command Line: maven --offline jar 
[Working Directory: /srv/gump/public/workspace/commons-jelly/jelly-tags/bsf]
CLASSPATH: /usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-01122008.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-01122008.jar:/srv/gump/public/workspace/commons-jelly/target/commons-jelly-01122008.jar:/srv/gump/public/workspace/apache-commons/jexl/dist/commons-jexl-01122008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-01122008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-01122008.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/public/workspace/jakarta-bsf/build/lib/bsf.jar:/srv/gump/public/workspace/jaxen/target/jaxen-01122008.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.
 jar
---------------------------------------------
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

java:prepare-filesystem:
    [mkdir] Created dir: /srv/gump/public/workspace/commons-jelly/jelly-tags/bsf/target/classes

java:compile:
    [echo] Compiling to /srv/gump/public/workspace/commons-jelly/jelly-tags/bsf/target/classes
    [javac] Compiling 9 source files to /srv/gump/public/workspace/commons-jelly/jelly-tags/bsf/target/classes
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/bsf/src/java/org/apache/commons/jelly/tags/bsf/BSFTagLibrary.java:61: getExpressionFactory() in org.apache.commons.jelly.tags.bsf.BSFTagLibrary cannot override getExpressionFactory() in org.apache.commons.jelly.TagLibrary; attempting to assign weaker access privileges; was public
    [javac]     protected ExpressionFactory getExpressionFactory() {
    [javac]                                 ^
    [javac] 1 error

BUILD FAILED
File...... /home/gump/.maven/cache/maven-java-plugin-1.5/plugin.jelly
Element... ant:javac
Line...... 63
Column.... 48
Compile failed; see the compiler error output for details.
Total time: 5 seconds
Finished at: Mon Dec 01 06:07:59 GMT-08:00 2008

---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-bsf/rss.xml
- Atom: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-bsf/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 11000001122008, vmgump:vmgump-public:11000001122008
Gump E-mail Identifier (unique within run) #35.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
</description>
    <dc:creator>commons-jelly-tags-bsf development</dc:creator>
    <dc:date>2008-12-01T14:07:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106000">
    <title>[GUMP&lt; at &gt;vmgump]: Project commons-jelly-tags-beanshell (in module commons-jelly) failed</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/106000</link>
    <description>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 general&lt; at &gt;gump.apache.org.

Project commons-jelly-tags-beanshell has an issue affecting its community integration.
This issue affects 3 projects,
 and has been outstanding for 2 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-jelly-tags-beanshell :  Commons Jelly
    - commons-jelly-tags-fmt :  Commons Jelly
    - commons-jelly-tags-fmt-test :  Commons Jelly


Full details are available at:
    http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-beanshell/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [commons-jelly-tags-beanshell-01122008.jar] identifier set to project name
 -DEBUG- Dependency on xml-xerces exists, no need to add for property maven.jar.xerces.
 -DEBUG- (Gump generated) Maven Properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/beanshell/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-jelly/jelly-tags/beanshell/project.xml
 -DEBUG- Maven project properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/beanshell/project.properties
 -INFO- Project Reports in: /srv/gump/public/workspace/commons-jelly/jelly-tags/beanshell/target/test-reports
 -WARNING- No directory [/srv/gump/public/workspace/commons-jelly/jelly-tags/beanshell/target/test-reports]
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-beanshell/gump_work/build_commons-jelly_commons-jelly-tags-beanshell.html
Work Name: build_commons-jelly_commons-jelly-tags-beanshell (Type: Build)
Work ended in a state of : Failed
Elapsed: 5 secs
Command Line: maven --offline jar 
[Working Directory: /srv/gump/public/workspace/commons-jelly/jelly-tags/beanshell]
CLASSPATH: /usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/packages/bsh-2.0b4/bsh-commands-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-classpath-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-core-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-bsf-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-reflect-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-util-2.0b4.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-01122008.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-01122008.jar:/srv/gump/public/workspace/commons-jelly/target/commons-jelly-01122008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/junit/target/commons-jelly-tags-junit-01122008.jar:/srv/gump/public/workspace/apache-commons/jexl
 /dist/commons-jexl-01122008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-01122008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging
 -api-01122008.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/public/workspace/jaxen/target/jaxen-01122008.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
---------------------------------------------
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

java:prepare-filesystem:
    [mkdir] Created dir: /srv/gump/public/workspace/commons-jelly/jelly-tags/beanshell/target/classes

java:compile:
    [echo] Compiling to /srv/gump/public/workspace/commons-jelly/jelly-tags/beanshell/target/classes
    [javac] Compiling 5 source files to /srv/gump/public/workspace/commons-jelly/jelly-tags/beanshell/target/classes
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/beanshell/src/java/org/apache/commons/jelly/tags/beanshell/BeanShellTagLibrary.java:37: getExpressionFactory() in org.apache.commons.jelly.tags.beanshell.BeanShellTagLibrary cannot override getExpressionFactory() in org.apache.commons.jelly.TagLibrary; attempting to assign weaker access privileges; was public
    [javac]     protected ExpressionFactory getExpressionFactory() {
    [javac]                                 ^
    [javac] 1 error

BUILD FAILED
File...... /home/gump/.maven/cache/maven-java-plugin-1.5/plugin.jelly
Element... ant:javac
Line...... 63
Column.... 48
Compile failed; see the compiler error output for details.
Total time: 5 seconds
Finished at: Mon Dec 01 06:07:41 GMT-08:00 2008

---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-beanshell/rss.xml
- Atom: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-beanshell/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 11000001122008, vmgump:vmgump-public:11000001122008
Gump E-mail Identifier (unique within run) #34.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
</description>
    <dc:creator>commons-jelly-tags-beanshell development</dc:creator>
    <dc:date>2008-12-01T14:07:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/105999">
    <title>[GUMP&lt; at &gt;vmgump]: Project commons-jelly-test (in module commons-jelly) failed</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/105999</link>
    <description>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 general&lt; at &gt;gump.apache.org.

Project commons-jelly-test has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 2 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-jelly-test :  Commons Jelly


Full details are available at:
    http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Dependency on jakarta-servletapi-5-servlet exists, no need to add for property maven.jar.servletapi.
 -DEBUG- Dependency on jakarta-taglibs-standard exists, no need to add for property maven.jar.jstl.
 -DEBUG- Dependency on xml-xerces exists, no need to add for property maven.jar.xerces.
 -DEBUG- (Gump generated) Maven Properties in: /srv/gump/public/workspace/commons-jelly/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-jelly/project.xml
 -DEBUG- Maven project properties in: /srv/gump/public/workspace/commons-jelly/project.properties
 -INFO- Project Reports in: /srv/gump/public/workspace/commons-jelly/target/test-reports



The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-test/gump_work/build_commons-jelly_commons-jelly-test.html
Work Name: build_commons-jelly_commons-jelly-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 11 secs
Command Line: maven --offline jar 
[Working Directory: /srv/gump/public/workspace/commons-jelly]
CLASSPATH: /usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-01122008.jar:/srv/gump/public/workspace/commons-cli-1.x/target/commons-cli-01122008.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-01122008.jar:/srv/gump/public/workspace/apache-commons/discovery/dist/commons-discovery.jar:/srv/gump/public/workspace/apache-commons/jexl/dist/commons-jexl-01122008.jar:/srv/gump/public/workspace/apache-commons/lang/commons-lang-01122008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-01122008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-01122008.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/packages/forehead/forehead
 -1.0-beta-5.jar:/srv/gump/public/workspace/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar:/srv/gump/public/workspace/jakarta-taglibs/dist/standard/lib/jstl.jar:/srv/gump/public/workspa
 ce/jaxen/target/jaxen-01122008.jar:/srv/gump/public/workspace/junit/dist/junit-01122008.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
---------------------------------------------
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

java:prepare-filesystem:
    [mkdir] Created dir: /srv/gump/public/workspace/commons-jelly/target/classes

java:compile:
    [echo] Compiling to /srv/gump/public/workspace/commons-jelly/target/classes
    [javac] Compiling 93 source files to /srv/gump/public/workspace/commons-jelly/target/classes
    [javac] /srv/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/impl/DynamicBeanTag.java:27: warning: [deprecation] org.apache.commons.collections.BeanMap in org.apache.commons.collections has been deprecated
    [javac] import org.apache.commons.collections.BeanMap;
    [javac]                                       ^
    [javac] /srv/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/impl/DynamicBeanTag.java:211: warning: [deprecation] org.apache.commons.collections.BeanMap in org.apache.commons.collections has been deprecated
    [javac]         BeanMap beanMap = new BeanMap(bean);
    [javac]         ^
    [javac] /srv/gump/public/workspace/commons-jelly/src/java/org/apache/commons/jelly/impl/DynamicBeanTag.java:211: warning: [deprecation] org.apache.commons.collections.BeanMap in org.apache.commons.collections has been deprecated
    [javac]         BeanMap beanMap = new BeanMap(bean);
    [javac]                               ^
    [javac] 3 warnings

java:jar-resources:
Copying 1 file to /srv/gump/public/workspace/commons-jelly/target/classes/META-INF
Copying 2 files to /srv/gump/public/workspace/commons-jelly/target/classes

test:prepare-filesystem:
    [mkdir] Created dir: /srv/gump/public/workspace/commons-jelly/target/test-classes
    [mkdir] Created dir: /srv/gump/public/workspace/commons-jelly/target/test-reports

test:test-resources:
Copying 47 files to /srv/gump/public/workspace/commons-jelly/target/test-classes

test:compile:
    [javac] Compiling 60 source files to /srv/gump/public/workspace/commons-jelly/target/test-classes
    [javac] /srv/gump/public/workspace/commons-jelly/src/test/org/apache/commons/jelly/core/TestModularExceptionBean.java:39: package junit.swingui does not exist
    [javac]         junit.swingui.TestRunner.run(TestModularExceptionBean.class);
    [javac]                      ^
    [javac] 1 error

BUILD FAILED
File...... /home/gump/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly
Element... javac
Line...... 52
Column.... 46
Compile failed; see the compiler error output for details.
Total time: 11 seconds
Finished at: Mon Dec 01 05:50:39 GMT-08:00 2008

---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-test/rss.xml
- Atom: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-test/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 11000001122008, vmgump:vmgump-public:11000001122008
Gump E-mail Identifier (unique within run) #31.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
</description>
    <dc:creator>commons-jelly development</dc:creator>
    <dc:date>2008-12-01T13:50:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/105998">
    <title>[GUMP&lt; at &gt;vmgump]: Project commons-configuration-test (in module apache-commons) failed</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/105998</link>
    <description>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 general&lt; at &gt;gump.apache.org.

Project commons-configuration-test has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 20 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-configuration-test :  Apache Commons


Full details are available at:
    http://vmgump.apache.org/gump/public/apache-commons/commons-configuration-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -WARNING- Overriding Maven2 settings: [/srv/gump/public/workspace/apache-commons/configuration/gump_mvn_settings.xml]
 -DEBUG- (Gump generated) Maven2 Settings in: /srv/gump/public/workspace/apache-commons/configuration/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/apache-commons/configuration/pom.xml



The following work was performed:
http://vmgump.apache.org/gump/public/apache-commons/commons-configuration-test/gump_work/build_apache-commons_commons-configuration-test.html
Work Name: build_apache-commons_commons-configuration-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 11 mins 21 secs
Command Line: mvn --batch-mode --settings /srv/gump/public/workspace/apache-commons/configuration/gump_mvn_settings.xml test 
[Working Directory: /srv/gump/public/workspace/apache-commons/configuration]
CLASSPATH: /usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/apache-commons/configuration/target/commons-configuration-1.6-SNAPSHOT.jar
---------------------------------------------
  testSaveAttributes(org.apache.commons.configuration.TestXMLConfiguration)
  testCloneWithSave(org.apache.commons.configuration.TestXMLConfiguration)
  testEmptyElements(org.apache.commons.configuration.TestXMLConfiguration)
  testSaveWithEncoding(org.apache.commons.configuration.TestXMLConfiguration)
  testSaveWithNullEncoding(org.apache.commons.configuration.TestXMLConfiguration)
  testSaveWithDoctype(org.apache.commons.configuration.TestXMLConfiguration)
  testSaveWithDoctypeIDs(org.apache.commons.configuration.TestXMLConfiguration)
  testSubsetWithReload(org.apache.commons.configuration.TestXMLConfiguration)
  testConfigurationAtWithReload(org.apache.commons.configuration.TestXMLConfiguration)
  testConfigurationsAtWithReload(org.apache.commons.configuration.TestXMLConfiguration)
  testGetKeysWithReload(org.apache.commons.configuration.TestXMLConfiguration)
  testSetTextRootElement(org.apache.commons.configuration.TestXMLConfiguration)
  testClearTextRootElement(org.apache.commons.configuration.TestXMLConfiguration)
  testAutoSaveWithSubnodeConfig(org.apache.commons.configuration.TestXMLConfiguration)
  testAutoSaveWithSubSubnodeConfig(org.apache.commons.configuration.TestXMLConfiguration)
  testSaveDelimiterParsingDisabled(org.apache.commons.configuration.TestXMLConfiguration)
  testSaveDelimiterParsingDisabledAttrs(org.apache.commons.configuration.TestXMLConfiguration)
  testMultipleAttrValuesEscaped(org.apache.commons.configuration.TestXMLConfiguration)
  testAutoSaveWithReloadingStrategy(org.apache.commons.configuration.TestXMLConfiguration)
  testAutoSaveAddNodes(org.apache.commons.configuration.TestXMLConfiguration)
  testAddNodesAndSave(org.apache.commons.configuration.TestXMLConfiguration)
  testRegisterEntityId(org.apache.commons.configuration.TestXMLConfiguration)
  testSaveAfterCreateWithCopyConstructor(org.apache.commons.configuration.TestXMLConfiguration)
  testCopyRootName(org.apache.commons.configuration.TestXMLConfiguration)
  testCopyRootNameNoDocument(org.apache.commons.configuration.TestXMLConfiguration)
  testParse(org.apache.commons.configuration.TestBaseConfigurationXMLReader)
  testSetRootName(org.apache.commons.configuration.TestBaseConfigurationXMLReader)
  testParentReloadNotSupported(org.apache.commons.configuration.TestSubnodeConfiguration)
  testParentReloadSupported(org.apache.commons.configuration.TestSubnodeConfiguration)
  testParentReloadSupportAccessParent(org.apache.commons.configuration.TestSubnodeConfiguration)
  testParentReloadSubSubnode(org.apache.commons.configuration.TestSubnodeConfiguration)
  testParentReloadSubSubnodeNoChangeSupport(org.apache.commons.configuration.TestSubnodeConfiguration)
  testParse(org.apache.commons.configuration.TestHierarchicalConfigurationXMLReader)
  testLoadXMLWithSettings(org.apache.commons.configuration.TestDefaultConfigurationBuilder)

Tests run: 1313, Failures: 0, Errors: 47, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to /srv/gump/public/workspace/apache-commons/configuration/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11 minutes 19 seconds
[INFO] Finished at: Mon Dec 01 04:40:39 GMT-08:00 2008
[INFO] Final Memory: 13M/29M
[INFO] ------------------------------------------------------------------------
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/apache-commons/commons-configuration-test/rss.xml
- Atom: http://vmgump.apache.org/gump/public/apache-commons/commons-configuration-test/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 11000001122008, vmgump:vmgump-public:11000001122008
Gump E-mail Identifier (unique within run) #21.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
</description>
    <dc:creator>Gump</dc:creator>
    <dc:date>2008-12-01T12:40:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/105997">
    <title>Re: [math] moving 2.0 branch to trunk WAS: Re: Fwd: [MATH] commons math 2.0 snapshot jars</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/105997</link>
    <description>Go ahead, thanks.

Luc

----- "Phil Steitz" &lt;phil.steitz&lt; at &gt;gmail.com&gt; a écrit :

</description>
    <dc:creator>luc.maisonobe&lt; at &gt;free.fr</dc:creator>
    <dc:date>2008-12-01T09:38:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/105996">
    <title>Re: svn commit: r721203 [1/2] - in /commons/proper/math/branches/MATH_2_0: ./ src/java/org/apache/commons/math/linear/ src/site/xdoc/ src/site/xdoc/userguide/ src/test/org/apache/commons/math/linear/</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/105996</link>
    <description>
----- "Ted Dunning" &lt;ted.dunning&lt; at &gt;gmail.com&gt; a écrit :


Yes and no. The core algorithms use a dedicated representation for tridiagonals or bidiagonal matrices. Dqd/dqds even improved caching more by merging several single arrays into one. For example the ping-pong implementation of the algorithms theoretically needs four arrays: one for the qi elements, one for ei elements, one for qqi elements and one for eei elements. All arrays are merged together in an array containing (q1, e1, qq1, ee1, q2, e2, qq2, ee2, ...). This organisation is very efficient because all loops use only neighboring elements which is cache friendly.

However, the preprocessing part which transform the initial matrix into tridiagonal or bidiagonal form can be improved by better layout. The good news here is that this part is a simple one and could be done easily for several different representations. The postprocessing could also be improved, but this is useful only when the full orthogonal matrices are required. Sometimes these matrices are not desired at all because only the eigenvalues or singular values are needed (and even sometimes only the smallest or largest ones). It is also possible to provide a way to compute U.v where U is one of the orthogonal matrices and v a vector without explicitely creating matrix U by using only the set of Householder vectors that defines U.

Don't get me wrong, I do agree with you that there is room for improvement. The current status is however usable even for large matrices. For dimensions above 300 it is three times faster than Jama when both eigenvalues and eigenvectors are used and about ten times faster when only eigenvalues are needed. I know a large international scientific project that do use Jama and will probably switch to commons-math with the current status of active maintainance and performances.

Do you think we should already add an implementation using block decomposition with a fixed block size around 10-20 ?

Luc

</description>
    <dc:creator>luc.maisonobe&lt; at &gt;free.fr</dc:creator>
    <dc:date>2008-12-01T09:20:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/105995">
    <title>[GUMP&lt; at &gt;vmgump]: Project commons-jelly-tags-define (in module commons-jelly) failed</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/105995</link>
    <description>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 general&lt; at &gt;gump.apache.org.

Project commons-jelly-tags-define has an issue affecting its community integration.
This issue affects 5 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-jelly-tags-define :  Commons Jelly
    - commons-jelly-tags-http :  Commons Jelly
    - commons-jelly-tags-jetty :  Commons Jelly
    - commons-jelly-tags-jface :  Commons Jelly
    - commons-jelly-tags-swing :  Commons Jelly


Full details are available at:
    http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole output [commons-jelly-tags-define-30112008.jar] identifier set to project name
 -DEBUG- Dependency on xml-xerces exists, no need to add for property maven.jar.xerces.
 -WARNING- Overriding Maven properties: [/srv/gump/public/workspace/commons-jelly/jelly-tags/define/build.properties]
 -DEBUG- (Gump generated) Maven Properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/project.xml
 -DEBUG- Maven project properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/project.properties
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define/gump_work/build_commons-jelly_commons-jelly-tags-define.html
Work Name: build_commons-jelly_commons-jelly-tags-define (Type: Build)
Work ended in a state of : Failed
Elapsed: 6 secs
Command Line: maven --offline jar 
[Working Directory: /srv/gump/public/workspace/commons-jelly/jelly-tags/define]
CLASSPATH: /usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-30112008.jar:/srv/gump/public/workspace/commons-cli-1.x/target/commons-cli-30112008.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-30112008.jar:/srv/gump/public/workspace/commons-jelly/target/commons-jelly-30112008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/dynabean/target/commons-jelly-tags-dynabean-30112008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/junit/target/commons-jelly-tags-junit-30112008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/log/target/commons-jelly-tags-log-30112008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/xml/target/commons-jelly-tags-xml-30112008.jar:/srv/g
 ump/public/workspace/apache-commons/jexl/dist/commons-jexl-30112008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-30112008.jar:/srv/gump/public/workspace/apach
 e-commons/logging/target/commons-logging-api-30112008.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/public/workspace/jaxen/target/jaxen-30112008.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
---------------------------------------------
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

java:prepare-filesystem:

java:compile:
    [echo] Compiling to /srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/classes
    [javac] Compiling 11 source files to /srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/classes
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/define/src/java/org/apache/commons/jelly/tags/define/DefineTagSupport.java:39: getTagLibrary() in org.apache.commons.jelly.tags.define.DefineTagSupport cannot implement getTagLibrary() in org.apache.commons.jelly.Tag; attempting to use incompatible return type
    [javac] found   : org.apache.commons.jelly.impl.DynamicTagLibrary
    [javac] required: org.apache.commons.jelly.TagLibrary
    [javac]     public DynamicTagLibrary getTagLibrary() {
    [javac]                              ^
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/define/src/java/org/apache/commons/jelly/tags/define/TaglibTag.java:83: getTagLibrary() in org.apache.commons.jelly.tags.define.TaglibTag cannot implement getTagLibrary() in org.apache.commons.jelly.Tag; attempting to use incompatible return type
    [javac] found   : org.apache.commons.jelly.impl.DynamicTagLibrary
    [javac] required: org.apache.commons.jelly.TagLibrary
    [javac]     public DynamicTagLibrary getTagLibrary() {
    [javac]                              ^
    [javac] 2 errors

BUILD FAILED
File...... /home/gump/.maven/cache/maven-java-plugin-1.5/plugin.jelly
Element... ant:javac
Line...... 63
Column.... 48
Compile failed; see the compiler error output for details.
Total time: 5 seconds
Finished at: Sun Nov 30 22:12:44 GMT-08:00 2008

---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define/rss.xml
- Atom: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 10001630112008, vmgump:vmgump-public:10001630112008
Gump E-mail Identifier (unique within run) #7.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
</description>
    <dc:creator>commons-jelly-tags-define development</dc:creator>
    <dc:date>2008-12-01T06:12:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/105994">
    <title>[GUMP&lt; at &gt;vmgump]: Project commons-jelly-tags-define-test (in module commons-jelly) failed</title>
    <link>http://permalink.gmane.org/gmane.comp.jakarta.commons.devel/105994</link>
    <description>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 general&lt; at &gt;gump.apache.org.

Project commons-jelly-tags-define-test has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - commons-jelly-tags-define-test :  Commons Jelly


Full details are available at:
    http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Dependency on xml-xerces exists, no need to add for property maven.jar.xerces.
 -DEBUG- (Gump generated) Maven Properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/build.properties
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/project.xml
 -DEBUG- Maven project properties in: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/project.properties
 -INFO- Project Reports in: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/test-reports
 -WARNING- No directory [/srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/test-reports]



The following work was performed:
http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define-test/gump_work/build_commons-jelly_commons-jelly-tags-define-test.html
Work Name: build_commons-jelly_commons-jelly-tags-define-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 5 secs
Command Line: maven --offline jar 
[Working Directory: /srv/gump/public/workspace/commons-jelly/jelly-tags/define]
CLASSPATH: /usr/lib/jvm/java-1.5.0-sun/lib/tools.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-30112008.jar:/srv/gump/public/workspace/commons-cli-1.x/target/commons-cli-30112008.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-30112008.jar:/srv/gump/public/workspace/commons-jelly/target/commons-jelly-30112008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/dynabean/target/commons-jelly-tags-dynabean-30112008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/junit/target/commons-jelly-tags-junit-30112008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/log/target/commons-jelly-tags-log-30112008.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/xml/target/commons-jelly-tags-xml-30112008.jar:/srv/g
 ump/public/workspace/apache-commons/jexl/dist/commons-jexl-30112008.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-30112008.jar:/srv/gump/public/workspace/apach
 e-commons/logging/target/commons-logging-api-30112008.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/public/workspace/jaxen/target/jaxen-30112008.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
---------------------------------------------
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

java:prepare-filesystem:
    [mkdir] Created dir: /srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/classes

java:compile:
    [echo] Compiling to /srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/classes
    [javac] Compiling 14 source files to /srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/classes
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/define/src/java/org/apache/commons/jelly/tags/define/DefineTagSupport.java:39: getTagLibrary() in org.apache.commons.jelly.tags.define.DefineTagSupport cannot implement getTagLibrary() in org.apache.commons.jelly.Tag; attempting to use incompatible return type
    [javac] found   : org.apache.commons.jelly.impl.DynamicTagLibrary
    [javac] required: org.apache.commons.jelly.TagLibrary
    [javac]     public DynamicTagLibrary getTagLibrary() {
    [javac]                              ^
    [javac] /srv/gump/public/workspace/commons-jelly/jelly-tags/define/src/java/org/apache/commons/jelly/tags/define/TaglibTag.java:83: getTagLibrary() in org.apache.commons.jelly.tags.define.TaglibTag cannot implement getTagLibrary() in org.apache.commons.jelly.Tag; attempting to use incompatible return type
    [javac] found   : org.apache.commons.jelly.impl.DynamicTagLibrary
    [javac] required: org.apache.commons.jelly.TagLibrary
    [javac]     public DynamicTagLibrary getTagLibrary() {
    [javac]                              ^
    [javac] 2 errors

BUILD FAILED
File...... /home/gump/.maven/cache/maven-java-plugin-1.5/plugin.jelly
Element... ant:javac
Line...... 63
Column.... 48
Compile failed; see the compiler error output for details.
Total time: 4 seconds
Finished at: Sun Nov 30 20:33:08 GMT-08:00 2008

---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define-test/rss.xml
- Atom: http://vmgump.apache.org/gump/public/commons-jelly/commons-jelly-tags-define-test/atom.xml

============================== Gump Tracking Only ===
Produced by Gump version 2.3.
Gump Run 10001630112008, vmgump:vmgump-public:10001630112008
Gump E-mail Identifier (unique within run) #6.

--
Apache Gump
http://gump.apache.org/ [Instance: vmgump]
</description>
    <dc:creator>commons-jelly-tags-define development</dc:creator>
    <dc:date>2008-12-01T04:33:13</dc:date>
  </item>
  <textinput about="http://search.gmane.org/?group=$group=gmane.comp.jakarta.commons.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.jakarta.commons.devel</link>
  </textinput>
</rdf:RDF>
