Re: [jira] Commented: (COCOON-1765) Logging

2006-04-14 Thread Niclas Hedhman
On Thursday 13 April 2006 22:58, Reinhard Poetz (JIRA) wrote:
> [
> http://issues.apache.org/jira/browse/COCOON-1765?page=comments#action_12374
>349 ]
>
> Reinhard Poetz commented on COCOON-1765:
> 
>
> Fortunatly one of our latest committers is working on an OSGi logging
> framework: http://wiki.ops4j.org/dokuwiki/doku.php?id=pax:logging

Pax Logging is about letting each thing use their preferred logging system, 
but having it routed into a Log4J driven backend.

So far, it supports a native one, Log4J and Jakarta Commons Logging, and I am 
trying to figure out how to support JDK logging as well.

Of course, I can add support for Avalon Logging API if there is interest. It 
should not be too hard. Please advice.


Cheers
Niclas


ForrestBot build for cocoon-docs FAILED

2006-04-14 Thread Forrestbot
Automated build for cocoon-docs FAILED
Log attached.

--
Forrestbot run ended at 15 April 12:02 AM
Using Forrest 0.8-dev
Forrestbot administrator: ForrestBot
--

 [echo] 
  ... Forrest render START 2006-04-15 12:02:16
  ... Rendering docs in 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs


check-java-version:
 [echo] This is apache-forrest-0.8-dev
 [echo] Using Java 1.4 from /usr/j2se/jre

init-props:
[mkdir] Created dir: 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp

echo-settings:

check-skin:

init-proxy:

fetch-skins-descriptors:

fetch-skin:

unpack-skins:

init-skins:

init-plugins:
[mkdir] Created dir: 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/webapp/conf
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [copy] Copying 1 file to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [echo] 
  --
  Installing plugin: org.apache.forrest.plugin.output.pdf
  --
   

check-plugin:
 [echo] org.apache.forrest.plugin.output.pdf is available in the build dir

init-props:

echo-settings:

init-proxy:

fetch-plugins-descriptors:

fetch-plugin:

unpack-plugin:

install-plugin:

configure-plugin:

configure-output-plugin:
 [echo] Mounting output plugin: org.apache.forrest.plugin.output.pdf
 [xslt] Processing 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/output.xmap to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/output.xmap.new
 [xslt] Loading stylesheet 
/export/opt/forrest-trunk/main/var/pluginMountSnippet.xsl
 [move] Moving 1 files to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp

configure-plugin-locationmap:
 [echo] Mounting plugin locationmap for org.apache.forrest.plugin.output.pdf
 [xslt] Processing 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/locationmap.xml 
to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/locationmap.xml.new
 [xslt] Loading stylesheet 
/export/opt/forrest-trunk/main/var/pluginLmMountSnippet.xsl
 [move] Moving 1 files to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp
 [echo] 
  --
  Installing plugin: org.apache.forrest.plugin.input.projectInfo
  --
   

check-plugin:
 [echo] org.apache.forrest.plugin.input.projectInfo is not available in the 
build dir

init-props:

echo-settings:

init-proxy:

fetch-plugins-descriptors:
 [echo] Fetching plugins descriptor: 
http://forrest.apache.org/plugins/plugins.xml
  [get] Getting: http://forrest.apache.org/plugins/plugins.xml
  [get] .
  [get] last modified = Fri Feb 24 09:07:16 GMT+00:00 2006
 [echo] Fetching plugins descriptor: 
http://forrest.apache.org/plugins/whiteboard-plugins.xml
  [get] Getting: http://forrest.apache.org/plugins/whiteboard-plugins.xml
  [get] .
  [get] last modified = Thu Apr 06 07:54:56 GMT+00:00 2006
 [echo] Plugin list loaded from 
http://forrest.apache.org/plugins/plugins.xml.
 [echo] Plugin list loaded from 
http://forrest.apache.org/plugins/whiteboard-plugins.xml.

fetch-plugin:
 [xslt] Processing 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/plugins-1.xml to 
/export/home/config/forrestbot-trunk/conf/work/cocoon-docs/tmp/pluginlist2fetchbuild.xml
 [xslt] Loading stylesheet 
/export/opt/forrest-trunk/main/var/pluginlist2fetch.xsl

fetch-local-unversioned-plugin:

get-local:
 [echo] Trying to locally get org.apache.forrest.plugin.input.projectInfo
 [echo] Looking in local /export/opt/forrest-trunk/plugins

init:
 [echo] 
  --

  Using Apache Ant version 1.6.2 compiled on July 16 2004
  Build file 
/export/opt/forrest-trunk/plugins/org.apache.forrest.plugin.input.projectInfo/build.xml
  Use 'build.[sh|bat] -projecthelp' to see other options.
  Build system home /export/opt/forrest-trunk/tools/ant
  Build number 67
  Project Name Forrest plugin build file
  Java Version 1.4  
  Timestamp 200604150002
  
  --


clean:

compile:

jar:

local-deploy:
 [echo] Locally deploying org.apache.forrest.plugin.input.projectInfo
 [copy] Copying 32 files to 
/export/opt/forrest-trunk/build/plugins/org.apache.forr

[RT] Mini-Cocoon

2006-04-14 Thread Don Brown
For the next generation of Struts Action Framework, we have merged with WebWork to build the new version on its solid foundation. One of its powerful features are its Interceptors, which act like Servlet filters allowing you to define the framework workflow for the Action on either a per-action or per-package basis.  This lets you fully separate the concerns of your framework logic.
I've been toying with the idea of bringing the Interceptor concept to the view layer, and with XHTML becoming more and more prevalent, I think it is ripe to bring the power of the Cocoon pipline to post-page processing.  I'd like a user to be able to specify an interceptor stack (pipeline) on a per-action or per-package basis.  This would be similar to the popular Sitemesh project, but more powerful has any page minipulation is possible.
Anyways, I bring this up here because it would require a SAX-based XML pipeline implementation and I immedately think of Cocoon.  However, the requirements for such a feature would be: - We only need transformers and serializers, the framework would handle the generation (implicitly a SAX parser generator would be used to process the response's outputstream)
 - Ideally no additional dependencies - The pipeline impl should be small, and focused - Very little to no additional configuration for the user.  A set of transformers and serializers would be defined somewhere, and stacks, or statically defined pipelines.  No selectors, matchers, or other sitemap capabilies would be needed.
We could write our own, but part of the vision of Struts Action 2 is to bring some level of unification to the Java web development space, and I'd like to include Cocoon in the discussion.  I have a Cocoon pipeline extract project, Simple XML Pipelines[1], we could use, but I'd rather use an "official" Cocoon artifact to strengthen the ties of the two projects and leverage the years of experience and knowledge of the Cocoon community.  My pipelines project could be donated, if necessary, to seed the work.
This new Struts Action 2 feature hasn't been discussed, much less accepted by the project, still in its infancy, but I wanted to first float the idea to see if the Cocoon community would be interested in developing such a "mini-Cocoon".  I've found several uses of my stripped down Pipeline project in areas like multi-versioned SOAP services support and portal URL-rewriting, so I think it would be of interest outside Struts.
Look forward to the feedback,Don[1] https://www.twdata.org/projects/pipeline


[jira] Commented: (COCOON-1836) Cocoon blocks development support

2006-04-14 Thread Reinhard Poetz (JIRA)
[ 
http://issues.apache.org/jira/browse/COCOON-1836?page=comments#action_12374553 
] 

Reinhard Poetz commented on COCOON-1836:


AFAIU not. Eclipse PDE knows the concept of  "platform targets". A target 
contains contains all bundles that are needed to run the bundles that are 
available within a workspace. The idea is that a Maven plugin can create this 
platform target for you.

> Cocoon blocks development support
> -
>
>  Key: COCOON-1836
>  URL: http://issues.apache.org/jira/browse/COCOON-1836
>  Project: Cocoon
> Type: Task

>   Components: - Blocks Framework
> Reporter: Reinhard Poetz
> Assignee: Reinhard Poetz

>
> some ideas (DF/RP)
> - go through the tutorial of PDE development in "Eclipse Rich Client Platform"
> - Talk to Equinox and Felix how they manage the development process
> - Talk to the Eclipse PDE community as all resources need to be in the root 
> directory
> - Create a Mojo that creates the target platform containing all bundles out 
> of a pom.xml or 
>   a deployment descriptor. Make it configureable so that you can easily 
> switch between bundled
>   versions and exploded bundles mounted as projects in Eclipse
> - Create a Mojo that copies all needed external libraries into 
> ./target/osgi/lib so that they
>   can be seen by the PDE (a bit of a hack but well ...)
> - extend the Felix OSGi plugin so that you can change the path for integrated 
> plugins

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Commented: (COCOON-1836) Cocoon blocks development support

2006-04-14 Thread Andreas Hochsteger (JIRA)
[ 
http://issues.apache.org/jira/browse/COCOON-1836?page=comments#action_12374552 
] 

Andreas Hochsteger commented on COCOON-1836:


Isn't the task "Create a Mojo that copies all needed external libraries into 
./target/osgi/lib so that they can be seen by the PDE (a bit of a hack but well 
...)" already done by the M2 Eclipse Plug-in 
(http://maven.apache.org/eclipse-plugin.html) - in a non-hacky way?


> Cocoon blocks development support
> -
>
>  Key: COCOON-1836
>  URL: http://issues.apache.org/jira/browse/COCOON-1836
>  Project: Cocoon
> Type: Task

>   Components: - Blocks Framework
> Reporter: Reinhard Poetz
> Assignee: Reinhard Poetz

>
> some ideas (DF/RP)
> - go through the tutorial of PDE development in "Eclipse Rich Client Platform"
> - Talk to Equinox and Felix how they manage the development process
> - Talk to the Eclipse PDE community as all resources need to be in the root 
> directory
> - Create a Mojo that creates the target platform containing all bundles out 
> of a pom.xml or 
>   a deployment descriptor. Make it configureable so that you can easily 
> switch between bundled
>   versions and exploded bundles mounted as projects in Eclipse
> - Create a Mojo that copies all needed external libraries into 
> ./target/osgi/lib so that they
>   can be seen by the PDE (a bit of a hack but well ...)
> - extend the Felix OSGi plugin so that you can change the path for integrated 
> plugins

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Closed: (COCOON-1220) [PATCH] PaginatedRepeater widget for CForms

2006-04-14 Thread Jean-Baptiste Quenot (JIRA)
 [ http://issues.apache.org/jira/browse/COCOON-1220?page=all ]
 
Jean-Baptiste Quenot closed COCOON-1220:


Resolution: Incomplete

Seems interesting, but there are some issues with validation.  Please feel free 
to reopen if you can provide an updated patch.

> [PATCH] PaginatedRepeater widget for CForms
> ---
>
>  Key: COCOON-1220
>  URL: http://issues.apache.org/jira/browse/COCOON-1220
>  Project: Cocoon
> Type: Bug

>   Components: Blocks: Forms
> Versions: 2.1.8
>  Environment: Operating System: All
> Platform: All
> Reporter: Vilya Harvey
> Assignee: Cocoon Developers Team
>  Attachments: paginated-repeater-patch.zip
>
> This patch adds a new widget to CForms which extends the existing Repeater
> widget with support for pagination.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[LIVESITE] Dutch Ministery of Finance: www.minfin.nl

2006-04-14 Thread Arje Cahn
Hi all,

I'm proud to announce the go-live of the new website of the Dutch Ministery of 
Finance, which is using Hippo CMS, which is, as you hopefully all know, running 
Apache Cocoon :).
Please see my (non-official) translation of the official Dutch press release 
below.

- 8< -

The Dutch Ministery of Finance has launched it's new website at www.minfin.nl 
[1].

The new website is using the open source content management system Hippo CMS 
[2]. This is in line with the desire of the Dutch government to migrate as much 
as possible to open source software and open standards by the end of 2006. The 
usage of open source and open standards raises the freedom of choice, 
cooperation and effectiveness of information systems.

The new website contains about 25.000 pages, and has around 10.000 visitors 
each day. A popular part of the site is the weblog of the Minister of Finance, 
mr Gerrit Zalm, which receives around 5.000 visitors each day.

- >8 -

This major achievement would not have been possible without the great work of 
the Cocoon community [3], for which I'd like to thank you all!

Also, I need to thank the awesome team of Cocoon developers that has been 
working so hard to get this job done on time: Ard Schrijvers, Bart van der 
Schans, Max Pfingsthorn, Dennis Dam, Jeroen Reijn, Niels van Kampenhout, Andrew 
Savory, Ugo Cei, Maurizio Pillitu and Gabriele Columbro... And of course all of 
the Hippo CMS and Ordina people behind the scenes.

Next up is the Ministery of Foreign Affairs; and we could definitely use some 
extra help on this one... In case you're looking for a really cool Cocoon job, 
please let me know!

Thanks, everyone!

---

Kind regards,

Arjé Cahn

Hippo  

Oosteinde 11
1017WT Amsterdam
The Netherlands
Tel  +31 (0)20 5224466
-
[EMAIL PROTECTED] / www.hippo.nl / [EMAIL PROTECTED]
--

[1] http://www.minfin.nl
[2] http://www.hippocms.org
[3] http://cocoon.apache.org


[jira] Created: (COCOON-1836) Cocoon blocks development support

2006-04-14 Thread Reinhard Poetz (JIRA)
Cocoon blocks development support
-

 Key: COCOON-1836
 URL: http://issues.apache.org/jira/browse/COCOON-1836
 Project: Cocoon
Type: Task

  Components: - Blocks Framework  
Reporter: Reinhard Poetz
 Assigned to: Reinhard Poetz 


some ideas (DF/RP)

- go through the tutorial of PDE development in "Eclipse Rich Client Platform"
- Talk to Equinox and Felix how they manage the development process
- Talk to the Eclipse PDE community as all resources need to be in the root 
directory
- Create a Mojo that creates the target platform containing all bundles out of 
a pom.xml or 
  a deployment descriptor. Make it configureable so that you can easily switch 
between bundled
  versions and exploded bundles mounted as projects in Eclipse
- Create a Mojo that copies all needed external libraries into 
./target/osgi/lib so that they
  can be seen by the PDE (a bit of a hack but well ...)
- extend the Felix OSGi plugin so that you can change the path for integrated 
plugins

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Created: (COCOON-1835) Deployment bundle

2006-04-14 Thread Reinhard Poetz (JIRA)
Deployment bundle
-

 Key: COCOON-1835
 URL: http://issues.apache.org/jira/browse/COCOON-1835
 Project: Cocoon
Type: New Feature

  Components: - Blocks Framework  
Reporter: Reinhard Poetz
 Assigned to: Reinhard Poetz 


Write a bundle that can install, start, update and stop Cocoon blocks. It is 
configured by a deployment descriptor.

Internally it works based on the OSGi configuration service.

Some notes:
- go through the tutorial of PDE development in "Eclipse Rich Client Platform"
- read Jeff McAffer on [EMAIL PROTECTED]: Installing bundles by reference (Feb 
2006)
- make it configureable which bundles you want to install
  a) create an OSGi application
  b) create a WAR file that internally uses OSGi
- make the deployer check if all contracts are fullfilled (mail on [EMAIL 
PROTECTED] by Jeff McAffer, 30th of August)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Closed: (COCOON-1832) Finish blocks-fw implementation

2006-04-14 Thread Reinhard Poetz (JIRA)
 [ http://issues.apache.org/jira/browse/COCOON-1832?page=all ]
 
Reinhard Poetz closed COCOON-1832:
--

Resolution: Duplicate

duplicate of COCOON-1831

> Finish blocks-fw implementation
> ---
>
>  Key: COCOON-1832
>  URL: http://issues.apache.org/jira/browse/COCOON-1832
>  Project: Cocoon
> Type: New Feature

>   Components: - Blocks Framework
> Reporter: Reinhard Poetz

>
> - the BlockContext should become an interface
> - Make sure that all methods are implemented in the BlockContext that extends 
> the servlet context
>   (e.g. use the include() method in the dispatcher)
> - provide some basic excalibur protcols (e.g. the context: protocol) as URL 
> protocols

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Closed: (COCOON-1763) [cocoon-deployer-core] Versioning

2006-04-14 Thread Reinhard Poetz (JIRA)
 [ http://issues.apache.org/jira/browse/COCOON-1763?page=all ]
 
Reinhard Poetz closed COCOON-1763:
--

Resolution: Won't Fix

the deployer will get redesigned so that it works together with an OSGi-based 
Cocoon

> [cocoon-deployer-core] Versioning
> -
>
>  Key: COCOON-1763
>  URL: http://issues.apache.org/jira/browse/COCOON-1763
>  Project: Cocoon
> Type: Sub-task

>   Components: - Build System: Maven
> Reporter: Reinhard Poetz
> Assignee: Reinhard Poetz

>
> What happens if somebody wants to deploy different versions of a block 
> implementation? e.g. org.apache.cocoon:cocoon-forms:1.0 and 
> org.apache.cocoon:cocoon-forms:1.1
> Best idea (without OSGi) is making the deployment process fail.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Closed: (COCOON-1635) [M10N] - deployment plugin

2006-04-14 Thread Reinhard Poetz (JIRA)
 [ http://issues.apache.org/jira/browse/COCOON-1635?page=all ]
 
Reinhard Poetz closed COCOON-1635:
--

Resolution: Won't Fix

the deployer will get redesigned so that it works together with an OSGi-based 
Cocoon

> [M10N] - deployment plugin
> --
>
>  Key: COCOON-1635
>  URL: http://issues.apache.org/jira/browse/COCOON-1635
>  Project: Cocoon
> Type: Bug

>   Components: - Build System: Maven
> Versions: 2.2-dev (Current SVN)
>  Environment: Operating System: other
> Platform: Other
> Reporter: Jorg Heymans
> Assignee: Reinhard Poetz
>  Fix For: 2.2-dev (Current SVN)

>
> we need an m2 plugin that can take of the dynamic part of the build for us ie 
> a
> mechanism that allows us to select blocks, parameterize them, and provide 
> information how to wire them

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Closed: (COCOON-1761) [cocoon-deployer-core] pom.xml/block.xml validation

2006-04-14 Thread Reinhard Poetz (JIRA)
 [ http://issues.apache.org/jira/browse/COCOON-1761?page=all ]
 
Reinhard Poetz closed COCOON-1761:
--

Resolution: Won't Fix

the deployer will get redesigned so that it works together with an OSGi-based 
Cocoon

> [cocoon-deployer-core] pom.xml/block.xml validation
> ---
>
>  Key: COCOON-1761
>  URL: http://issues.apache.org/jira/browse/COCOON-1761
>  Project: Cocoon
> Type: Sub-task

>   Components: - Build System: Maven
> Reporter: Reinhard Poetz
> Assignee: Reinhard Poetz

>
> make sure that pom.xml and block.xml don't contain contrary information
>  - each dependency that points to a block needs to be a requirement in 
> block.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Closed: (COCOON-1757) [cocoon-deployer-core] Support

2006-04-14 Thread Reinhard Poetz (JIRA)
 [ http://issues.apache.org/jira/browse/COCOON-1757?page=all ]
 
Reinhard Poetz closed COCOON-1757:
--

Resolution: Won't Fix

the deployer will get redesigned so that it works together with an OSGi-based 
Cocoon

> [cocoon-deployer-core] Support 
> -
>
>  Key: COCOON-1757
>  URL: http://issues.apache.org/jira/browse/COCOON-1757
>  Project: Cocoon
> Type: Sub-task

>   Components: - Build System: Maven
> Reporter: Reinhard Poetz
> Assignee: Reinhard Poetz

>
>  isn't valued at dependency resolution

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Closed: (COCOON-1756) [cocoon-deployer-core] More validations

2006-04-14 Thread Reinhard Poetz (JIRA)
 [ http://issues.apache.org/jira/browse/COCOON-1756?page=all ]
 
Reinhard Poetz closed COCOON-1756:
--

Resolution: Won't Fix

the deployer will get redesigned so that it works together with an OSGi-based 
Cocoon

> [cocoon-deployer-core] More validations
> ---
>
>  Key: COCOON-1756
>  URL: http://issues.apache.org/jira/browse/COCOON-1756
>  Project: Cocoon
> Type: Sub-task

>   Components: - Build System: Maven
> Reporter: Reinhard Poetz
> Assignee: Reinhard Poetz

>
> more validations are possible:
>  - turn on schema validation of Castor
>  - make sure that a block really implements an interface
>  - make sure that only properties are used in block-deploy.xml  that are set 
> in block.xml
>  - make sure that only connections are used in block-deploy.xml that are 
> required in block.xml
>  - make sure that a connection points to an existing block

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Closed: (COCOON-1755) [cocoon-deployer-core] Add more restrictions to schema files (block, deploy)

2006-04-14 Thread Reinhard Poetz (JIRA)
 [ http://issues.apache.org/jira/browse/COCOON-1755?page=all ]
 
Reinhard Poetz closed COCOON-1755:
--

Resolution: Won't Fix

the deployer will get redesigned so that it works together with an OSGi-based 
Cocoon

> [cocoon-deployer-core] Add more restrictions to schema files (block, deploy)
> 
>
>  Key: COCOON-1755
>  URL: http://issues.apache.org/jira/browse/COCOON-1755
>  Project: Cocoon
> Type: Sub-task

>   Components: - Build System: Maven
> Reporter: Reinhard Poetz
> Assignee: Reinhard Poetz

>
> add some regular expressions to blocks (deploy.xml) and review types

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Closed: (COCOON-1752) Make tutorial II (webapp application block wiring) work

2006-04-14 Thread Reinhard Poetz (JIRA)
 [ http://issues.apache.org/jira/browse/COCOON-1752?page=all ]
 
Reinhard Poetz closed COCOON-1752:
--

Resolution: Won't Fix

the deployer will get redesigned so that it works together with an OSGi-based 
Cocoon

> Make tutorial II (webapp application block wiring) work
> ---
>
>  Key: COCOON-1752
>  URL: http://issues.apache.org/jira/browse/COCOON-1752
>  Project: Cocoon
> Type: Sub-task

>   Components: - Build System: Maven
> Reporter: Reinhard Poetz
> Assignee: Reinhard Poetz

>
> see http://cocoon.zones.apache.org/daisy/documentation/g2/797.html

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Closed: (COCOON-1754) [cocoon-deployer-core] Enable referencing of other blocks connections

2006-04-14 Thread Reinhard Poetz (JIRA)
 [ http://issues.apache.org/jira/browse/COCOON-1754?page=all ]
 
Reinhard Poetz closed COCOON-1754:
--

Resolution: Won't Fix

the deployer will get redesigned so that it works together with an OSGi-based 
Cocoon

> [cocoon-deployer-core] Enable referencing of other blocks connections
> -
>
>  Key: COCOON-1754
>  URL: http://issues.apache.org/jira/browse/COCOON-1754
>  Project: Cocoon
> Type: Sub-task

>   Components: - Build System: Maven
> Versions: 2.2-dev (Current SVN)
> Reporter: Reinhard Poetz
> Assignee: Reinhard Poetz

>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Closed: (COCOON-1751) Make tutorial I (simple block deployment) work - Part II

2006-04-14 Thread Reinhard Poetz (JIRA)
 [ http://issues.apache.org/jira/browse/COCOON-1751?page=all ]
 
Reinhard Poetz closed COCOON-1751:
--

Resolution: Won't Fix

the deployer will get redesigned so that it works together with an OSGi-based 
Cocoon

> Make tutorial I (simple block deployment) work - Part II
> 
>
>  Key: COCOON-1751
>  URL: http://issues.apache.org/jira/browse/COCOON-1751
>  Project: Cocoon
> Type: Sub-task

>   Components: - Build System: Maven
> Reporter: Reinhard Poetz
> Assignee: Reinhard Poetz

>
> Make http://cocoon.zones.apache.org/daisy/documentation/g2/796.html work 
> completly - also cover topics that were excluded in COCOON-1750
>  - Use a component of another block
>  - Write your own component that can be used from another block

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Closed: (COCOON-1747) [cocoon-deployer-core] Enable property resolving in deployment descriptors

2006-04-14 Thread Reinhard Poetz (JIRA)
 [ http://issues.apache.org/jira/browse/COCOON-1747?page=all ]
 
Reinhard Poetz closed COCOON-1747:
--

Resolution: Won't Fix

the deployer will get redesigned so that it works together with an OSGi-based 
Cocoon

> [cocoon-deployer-core] Enable property resolving in deployment descriptors
> --
>
>  Key: COCOON-1747
>  URL: http://issues.apache.org/jira/browse/COCOON-1747
>  Project: Cocoon
> Type: Sub-task

>   Components: - Build System: Maven
> Reporter: Reinhard Poetz
> Assignee: Reinhard Poetz

>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[jira] Closed: (COCOON-1750) Make tutorial I (simple block deployment) work - Part I

2006-04-14 Thread Reinhard Poetz (JIRA)
 [ http://issues.apache.org/jira/browse/COCOON-1750?page=all ]
 
Reinhard Poetz closed COCOON-1750:
--

Resolution: Won't Fix

the deployer will get redesigned so that it works together with an OSGi-based 
Cocoon

> Make tutorial I (simple block deployment) work - Part I
> ---
>
>  Key: COCOON-1750
>  URL: http://issues.apache.org/jira/browse/COCOON-1750
>  Project: Cocoon
> Type: Sub-task

>   Components: - Build System: Maven
> Reporter: Reinhard Poetz
> Assignee: Reinhard Poetz

>
> Make http://cocoon.zones.apache.org/daisy/documentation/g2/796.html work: 
> except:
>  - Use a component of another block
>  - Write your own component that can be used from another block

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



[EMAIL PROTECTED]: Project daisy-htmlcleaner (in module cocoon) failed

2006-04-14 Thread Gump
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 daisy-htmlcleaner has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- daisy-htmlcleaner :  Java XML Framework


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/daisy-htmlcleaner/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [daisy-htmlcleaner-1.4.1.jar] identifier set to project 
name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/daisy-htmlcleaner-1.4.1.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/cocoon/daisy-htmlcleaner/rss.xml
- Atom: http://vmgump.apache.org/gump/public/cocoon/daisy-htmlcleaner/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #26.

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


[EMAIL PROTECTED]: Project daisy-htmlcleaner (in module cocoon) failed

2006-04-14 Thread Gump
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 daisy-htmlcleaner has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- daisy-htmlcleaner :  Java XML Framework


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/daisy-htmlcleaner/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [daisy-htmlcleaner-1.4.1.jar] identifier set to project 
name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/daisy-htmlcleaner-1.4.1.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/cocoon/daisy-htmlcleaner/rss.xml
- Atom: http://vmgump.apache.org/gump/public/cocoon/daisy-htmlcleaner/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #26.

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


[EMAIL PROTECTED]: Project jackrabbit-commons (in module cocoon) failed

2006-04-14 Thread Gump
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 jackrabbit-commons has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- jackrabbit-commons :  Java XML Framework


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [jackrabbit-commons-1.0-dev-r292737.jar] identifier set to 
project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/jackrabbit-commons-1.0-dev-r292737.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #22.

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


[EMAIL PROTECTED]: Project jackrabbit-commons (in module cocoon) failed

2006-04-14 Thread Gump
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 jackrabbit-commons has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- jackrabbit-commons :  Java XML Framework


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

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [jackrabbit-commons-1.0-dev-r292737.jar] identifier set to 
project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/jackrabbit-commons-1.0-dev-r292737.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #22.

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


[EMAIL PROTECTED]: Project jdbi (in module cocoon) failed

2006-04-14 Thread Gump
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 jdbi has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- jdbi :  Provides convenient access to relational databases using Lis...


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/jdbi/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [jdbi-1.3.1.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/jdbi-1.3.1.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

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

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


[EMAIL PROTECTED]: Project jdbi (in module cocoon) failed

2006-04-14 Thread Gump
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 jdbi has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- jdbi :  Provides convenient access to relational databases using Lis...


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/jdbi/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [jdbi-1.3.1.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/jdbi-1.3.1.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

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

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


[EMAIL PROTECTED]: Project nekodtd (in module cocoon) failed

2006-04-14 Thread Gump
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 nekodtd has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- nekodtd :  Java XML Framework


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/nekodtd/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [nekodtd-0.1.11.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/nekodtd-0.1.11.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #20.

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


[EMAIL PROTECTED]: Project nekodtd (in module cocoon) failed

2006-04-14 Thread Gump
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 nekodtd has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- nekodtd :  Java XML Framework


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/nekodtd/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [nekodtd-0.1.11.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/nekodtd-0.1.11.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #20.

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


[EMAIL PROTECTED]: Project knopflerfish-framework (in module cocoon) failed

2006-04-14 Thread Gump
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 knopflerfish-framework has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- knopflerfish-framework :  Knopflerfish Framework


Full details are available at:

http://vmgump.apache.org/gump/public/cocoon/knopflerfish-framework/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [knopflerfish-framework-1.3.3.jar] identifier set to 
project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/core/knopflerfish-framework-1.3.3.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/core
 -INFO- Failed to extract fallback artifacts from Gump Repository

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/cocoon/knopflerfish-framework/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/cocoon/knopflerfish-framework/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #19.

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


[EMAIL PROTECTED]: Project knopflerfish-framework (in module cocoon) failed

2006-04-14 Thread Gump
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 knopflerfish-framework has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- knopflerfish-framework :  Knopflerfish Framework


Full details are available at:

http://vmgump.apache.org/gump/public/cocoon/knopflerfish-framework/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [knopflerfish-framework-1.3.3.jar] identifier set to 
project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/core/knopflerfish-framework-1.3.3.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/core
 -INFO- Failed to extract fallback artifacts from Gump Repository

To subscribe to this information via syndicated feeds:
- RSS: 
http://vmgump.apache.org/gump/public/cocoon/knopflerfish-framework/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/cocoon/knopflerfish-framework/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #19.

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


[EMAIL PROTECTED]: Project jing (in module cocoon) failed

2006-04-14 Thread Gump
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 jing has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- jing :  Jing performs XML Validation using RelaxNG schemas


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/jing/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [jing-20030619.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/jing-20030619.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #15.

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


[EMAIL PROTECTED]: Project jing (in module cocoon) failed

2006-04-14 Thread Gump
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 jing has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- jing :  Jing performs XML Validation using RelaxNG schemas


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/jing/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [jing-20030619.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/jing-20030619.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #15.

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


[EMAIL PROTECTED]: Project joost (in module cocoon) failed

2006-04-14 Thread Gump
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 joost has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- joost :  Streaming Transformation for XML (STX) library


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/joost/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [joost-20040330.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/joost-20040330.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #14.

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


[EMAIL PROTECTED]: Project joost (in module cocoon) failed

2006-04-14 Thread Gump
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 joost has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- joost :  Streaming Transformation for XML (STX) library


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/joost/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [joost-20040330.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/joost-20040330.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #14.

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


[EMAIL PROTECTED]: Project garbage (in module cocoon) failed

2006-04-14 Thread Gump
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 garbage has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- garbage :  Java XML Framework


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/garbage/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [apache-garbage-0.0.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/apache-garbage-0.0.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #13.

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


[EMAIL PROTECTED]: Project garbage (in module cocoon) failed

2006-04-14 Thread Gump
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 garbage has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- garbage :  Java XML Framework


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/garbage/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [apache-garbage-0.0.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/apache-garbage-0.0.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #13.

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


[EMAIL PROTECTED]: Project jcr (in module cocoon) failed

2006-04-14 Thread Gump
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 jcr has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- jcr :  Java XML Framework


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/jcr/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [jcr-1.0.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/jcr-1.0.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #12.

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


[EMAIL PROTECTED]: Project jcr (in module cocoon) failed

2006-04-14 Thread Gump
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 jcr has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- jcr :  Java XML Framework


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/jcr/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [jcr-1.0.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/jcr-1.0.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #12.

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


[EMAIL PROTECTED]: Project jackrabbit (in module cocoon) failed

2006-04-14 Thread Gump
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 jackrabbit has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- jackrabbit :  Java XML Framework


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/jackrabbit/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [jackrabbit-1.0-dev-r292737.jar] identifier set to project 
name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/jackrabbit-1.0-dev-r292737.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #11.

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


[EMAIL PROTECTED]: Project jackrabbit (in module cocoon) failed

2006-04-14 Thread Gump
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 jackrabbit has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- jackrabbit :  Java XML Framework


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/jackrabbit/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [jackrabbit-1.0-dev-r292737.jar] identifier set to project 
name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/jackrabbit-1.0-dev-r292737.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #11.

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


[EMAIL PROTECTED]: Project itext (in module cocoon) failed

2006-04-14 Thread Gump
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 itext has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- itext :  iText is a library that allows you to generate PDF files on ...


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/itext/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [itext-1.1.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/itext-1.1.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #10.

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


[EMAIL PROTECTED]: Project itext (in module cocoon) failed

2006-04-14 Thread Gump
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 itext has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- itext :  iText is a library that allows you to generate PDF files on ...


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/itext/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [itext-1.1.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/itext-1.1.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #10.

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


[EMAIL PROTECTED]: Project cowarp (in module cocoon) failed

2006-04-14 Thread Gump
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 cowarp has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- cowarp :  Java XML Framework


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/cowarp/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [cowarp-0.5-dev-20051002.jar] identifier set to project 
name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/cowarp-0.5-dev-20051002.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #9.

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


[EMAIL PROTECTED]: Project cowarp (in module cocoon) failed

2006-04-14 Thread Gump
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 cowarp has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- cowarp :  Java XML Framework


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/cowarp/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [cowarp-0.5-dev-20051002.jar] identifier set to project 
name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/cowarp-0.5-dev-20051002.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #9.

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


[EMAIL PROTECTED]: Project deli (in module cocoon) failed

2006-04-14 Thread Gump
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 deli has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- deli :  Delivery context library


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/deli/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [deli-x050330.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/deli-x050330.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #8.

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


[EMAIL PROTECTED]: Project deli (in module cocoon) failed

2006-04-14 Thread Gump
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 deli has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- deli :  Delivery context library


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/deli/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [deli-x050330.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/deli-x050330.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #8.

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


[EMAIL PROTECTED]: Project jdtcore (in module cocoon) failed

2006-04-14 Thread Gump
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 jdtcore has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- jdtcore :  Java Development Tools from the Eclipse IDE Project


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/jdtcore/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [jdtcore-3.1.0.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/jdtcore-3.1.0.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

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

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


[EMAIL PROTECTED]: Project jdtcore (in module cocoon) failed

2006-04-14 Thread Gump
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 jdtcore has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- jdtcore :  Java Development Tools from the Eclipse IDE Project


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/jdtcore/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [jdtcore-3.1.0.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/jdtcore-3.1.0.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

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

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


[EMAIL PROTECTED]: Project daisy-util (in module cocoon) failed

2006-04-14 Thread Gump
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 daisy-util has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- daisy-util :  Java XML Framework


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/daisy-util/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [daisy-util-1.4.1.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/daisy-util-1.4.1.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/cocoon/daisy-util/rss.xml
- Atom: http://vmgump.apache.org/gump/public/cocoon/daisy-util/atom.xml

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

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


[EMAIL PROTECTED]: Project daisy-util (in module cocoon) failed

2006-04-14 Thread Gump
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 daisy-util has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- daisy-util :  Java XML Framework


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/daisy-util/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [daisy-util-1.4.1.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/daisy-util-1.4.1.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/cocoon/daisy-util/rss.xml
- Atom: http://vmgump.apache.org/gump/public/cocoon/daisy-util/atom.xml

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

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


[EMAIL PROTECTED]: Project xreporter-expression (in module cocoon) failed

2006-04-14 Thread Gump
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 xreporter-expression has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- xreporter-expression :  An expression language interpreter.


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/xreporter-expression/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [xreporter-expression-20040701.jar] identifier set to 
project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/xreporter-expression-20040701.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/cocoon/xreporter-expression/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/cocoon/xreporter-expression/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #5.

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


[EMAIL PROTECTED]: Project xreporter-expression (in module cocoon) failed

2006-04-14 Thread Gump
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 xreporter-expression has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- xreporter-expression :  An expression language interpreter.


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/xreporter-expression/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [xreporter-expression-20040701.jar] identifier set to 
project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/xreporter-expression-20040701.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/cocoon/xreporter-expression/rss.xml
- Atom: 
http://vmgump.apache.org/gump/public/cocoon/xreporter-expression/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #5.

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


[EMAIL PROTECTED]: Project knopflerfish-log (in module cocoon) failed

2006-04-14 Thread Gump
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 knopflerfish-log has an issue affecting its community integration.
This issue affects 62 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- cocoon :  Java XML Framework
- cocoon-block-ajax :  Ajax - Utilities and resources for Ajax applications.
- cocoon-block-apples :  Java XML Framework
- cocoon-block-asciiart :  Java XML Framework
- cocoon-block-authentication-fw :  Java XML Framework
- cocoon-block-axis :  Java XML Framework
- cocoon-block-batik :  Java XML Framework
- cocoon-block-bsf :  Java XML Framework
- cocoon-block-captcha :  Utilites to generate simple CAPTCHAs
- cocoon-block-core-samples-additional :  Additional core samples.
- cocoon-block-core-samples-main :  Main core samples.
- cocoon-block-cron :  Java XML Framework
- cocoon-block-databases :  Java XML Framework
- cocoon-block-deli :  Java XML Framework
- cocoon-block-eventcache :  Java XML Framework
- cocoon-block-faces :  Java XML Framework
- cocoon-block-fop :  Java XML Framework
- cocoon-block-forms :  Java XML Framework
- cocoon-block-hsqldb :  Java XML Framework
- cocoon-block-html :  Java XML Framework
- cocoon-block-itext :  Java XML Framework
- cocoon-block-javaflow :  Java XML Framework
- cocoon-block-jcr :  A "jcr:" protocol for Cocoon
- cocoon-block-jfor :  Java XML Framework
- cocoon-block-jms :  Java XML Framework
- cocoon-block-jsp :  Java XML Framework
- cocoon-block-linkrewriter :  Java XML Framework
- cocoon-block-lucene :  Java XML Framework
- cocoon-block-mail :  Java XML Framework
- cocoon-block-midi :  Java XML Framework
- cocoon-block-naming :  Java XML Framework
- cocoon-block-ojb :  Java XML Framework
- cocoon-block-paranoid :  Java XML Framework
- cocoon-block-petstore :  Java XML Framework
- cocoon-block-poi :  Java XML Framework
- cocoon-block-portal :  Java XML Framework
- cocoon-block-portal-sample :  Java XML Framework
- cocoon-block-profiler :  Java XML Framework
- cocoon-block-proxy :  Java XML Framework
- cocoon-block-python :  Java XML Framework
- cocoon-block-qdox :  Java XML Framework
- cocoon-block-querybean :  Java XML Framework
- cocoon-block-repository :  Java XML Framework
- cocoon-block-scratchpad :  Java XML Framework
- cocoon-block-serializers :  Java XML Framework
- cocoon-block-session-fw :  Java XML Framework
- cocoon-block-slide :  Java XML Framework
- cocoon-block-slop :  Java XML Framework
- cocoon-block-spring-app :  A demo for Spring and Cocoon
- cocoon-block-stx :  Java XML Framework
- cocoon-block-taglib :  Java XML Framework
- cocoon-block-template :  Java XML Framework
- cocoon-block-tour :  Java XML Framework
- cocoon-block-validation :  In-pipeline validation of documents
- cocoon-block-velocity :  Java XML Framework
- cocoon-block-web3 :  Java XML Framework
- cocoon-block-webdav :  Java XML Framework
- cocoon-block-xmldb :  Java XML Framework
- cocoon-block-xsp :  Java XML Framework
- forrest :  Apache Forrest is an XML standards-oriented documentation fr...
- knopflerfish-log :  Knopflerfish Log
- lenya :  Content Management System


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/knopflerfish-log/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [knopflerfish-log_all-1.0.0.jar] identifier set to project 
name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/core/knopflerfish-log_all-1.0.0.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/core
 -INFO- Failed to extract fallback artifacts from Gump Repository

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/cocoon/knopflerfish-log/rss.xml
- Atom: http://vmgump.apache.org/gump/public/cocoon/knopflerfish-log/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #4.

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


[EMAIL PROTECTED]: Project knopflerfish-log (in module cocoon) failed

2006-04-14 Thread Gump
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 knopflerfish-log has an issue affecting its community integration.
This issue affects 62 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- cocoon :  Java XML Framework
- cocoon-block-ajax :  Ajax - Utilities and resources for Ajax applications.
- cocoon-block-apples :  Java XML Framework
- cocoon-block-asciiart :  Java XML Framework
- cocoon-block-authentication-fw :  Java XML Framework
- cocoon-block-axis :  Java XML Framework
- cocoon-block-batik :  Java XML Framework
- cocoon-block-bsf :  Java XML Framework
- cocoon-block-captcha :  Utilites to generate simple CAPTCHAs
- cocoon-block-core-samples-additional :  Additional core samples.
- cocoon-block-core-samples-main :  Main core samples.
- cocoon-block-cron :  Java XML Framework
- cocoon-block-databases :  Java XML Framework
- cocoon-block-deli :  Java XML Framework
- cocoon-block-eventcache :  Java XML Framework
- cocoon-block-faces :  Java XML Framework
- cocoon-block-fop :  Java XML Framework
- cocoon-block-forms :  Java XML Framework
- cocoon-block-hsqldb :  Java XML Framework
- cocoon-block-html :  Java XML Framework
- cocoon-block-itext :  Java XML Framework
- cocoon-block-javaflow :  Java XML Framework
- cocoon-block-jcr :  A "jcr:" protocol for Cocoon
- cocoon-block-jfor :  Java XML Framework
- cocoon-block-jms :  Java XML Framework
- cocoon-block-jsp :  Java XML Framework
- cocoon-block-linkrewriter :  Java XML Framework
- cocoon-block-lucene :  Java XML Framework
- cocoon-block-mail :  Java XML Framework
- cocoon-block-midi :  Java XML Framework
- cocoon-block-naming :  Java XML Framework
- cocoon-block-ojb :  Java XML Framework
- cocoon-block-paranoid :  Java XML Framework
- cocoon-block-petstore :  Java XML Framework
- cocoon-block-poi :  Java XML Framework
- cocoon-block-portal :  Java XML Framework
- cocoon-block-portal-sample :  Java XML Framework
- cocoon-block-profiler :  Java XML Framework
- cocoon-block-proxy :  Java XML Framework
- cocoon-block-python :  Java XML Framework
- cocoon-block-qdox :  Java XML Framework
- cocoon-block-querybean :  Java XML Framework
- cocoon-block-repository :  Java XML Framework
- cocoon-block-scratchpad :  Java XML Framework
- cocoon-block-serializers :  Java XML Framework
- cocoon-block-session-fw :  Java XML Framework
- cocoon-block-slide :  Java XML Framework
- cocoon-block-slop :  Java XML Framework
- cocoon-block-spring-app :  A demo for Spring and Cocoon
- cocoon-block-stx :  Java XML Framework
- cocoon-block-taglib :  Java XML Framework
- cocoon-block-template :  Java XML Framework
- cocoon-block-tour :  Java XML Framework
- cocoon-block-validation :  In-pipeline validation of documents
- cocoon-block-velocity :  Java XML Framework
- cocoon-block-web3 :  Java XML Framework
- cocoon-block-webdav :  Java XML Framework
- cocoon-block-xmldb :  Java XML Framework
- cocoon-block-xsp :  Java XML Framework
- forrest :  Apache Forrest is an XML standards-oriented documentation fr...
- knopflerfish-log :  Knopflerfish Log
- lenya :  Content Management System


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/knopflerfish-log/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [knopflerfish-log_all-1.0.0.jar] identifier set to project 
name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/core/knopflerfish-log_all-1.0.0.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/core
 -INFO- Failed to extract fallback artifacts from Gump Repository

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/cocoon/knopflerfish-log/rss.xml
- Atom: http://vmgump.apache.org/gump/public/cocoon/knopflerfish-log/atom.xml

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #4.

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


[EMAIL PROTECTED]: Project chaperon (in module cocoon) failed

2006-04-14 Thread Gump
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 chaperon has an issue affecting its community integration.
This issue affects 3 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- chaperon :  Chaperon is a project that helps to convert structured text 
...
- cocoon-block-chaperon :  Java XML Framework
- forrest-test :  Apache Forrest is an XML standards-oriented documentation 
fr...


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/chaperon/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [chaperon-20040205.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/chaperon-20040205.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #3.

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


[EMAIL PROTECTED]: Project chaperon (in module cocoon) failed

2006-04-14 Thread Gump
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 chaperon has an issue affecting its community integration.
This issue affects 3 projects,
 and has been outstanding for 44 runs.
The current state of this project is 'Failed', with reason 'Missing Build 
Outputs'.
For reference only, the following projects are affected by this:
- chaperon :  Chaperon is a project that helps to convert structured text 
...
- cocoon-block-chaperon :  Java XML Framework
- forrest-test :  Apache Forrest is an XML standards-oriented documentation 
fr...


Full details are available at:
http://vmgump.apache.org/gump/public/cocoon/chaperon/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Sole output [chaperon-20040205.jar] identifier set to project name
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: 
/usr/local/gump/public/workspace/cocoon/lib/optional/chaperon-20040205.jar
 -ERROR- No such directory (where output is expected) : 
/usr/local/gump/public/workspace/cocoon/lib/optional
 -INFO- Failed to extract fallback artifacts from Gump Repository

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

== Gump Tracking Only ===
Produced by Gump version 2.2.
Gump Run 2814042006, vmgump.apache.org:vmgump-public:2814042006
Gump E-mail Identifier (unique within run) #3.

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