[continuum] BUILD ERROR: Cocoon - Apache Cocoon [build root] - Build Def:

2008-08-20 Thread [EMAIL PROTECTED]
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=109397projectId=51 Build statistics: State: Error Previous State: Ok Started at: Wed 20 Aug 2008 02:50:17 -0700 Finished at: Wed 20 Aug 2008 02:51:30 -0700 Total time: 1m 12s Build Trigger: Schedule Build

[continuum] BUILD ERROR: Cocoon - Apache Cocoon [build root] - Build Def:

2008-08-20 Thread [EMAIL PROTECTED]
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=109518projectId=51 Build statistics: State: Error Previous State: Error Started at: Wed 20 Aug 2008 03:25:06 -0700 Finished at: Wed 20 Aug 2008 03:25:25 -0700 Total time: 18s Build Trigger: Schedule Build

How to get an org.apache.cocoon.environment.SourceResolver?

2008-08-20 Thread Thorsten Scherler
Hi all, in forrest we are in the middle of updating our version of cocoon. In the middle of this process I ran into following problem: https://svn.apache.org/repos/asf/forrest/branches/update_cocoon_2.1.12-dev/main/java/org/apache/forrest/locationmap/lm/ActNode.java in the locate method we had

Re: How to get an org.apache.cocoon.environment.SourceResolver?

2008-08-20 Thread Thorsten Scherler
On Wed, 2008-08-20 at 13:13 +0200, Thorsten Scherler wrote: Hi all, in forrest we are in the middle of updating our version of cocoon. In the middle of this process I ran into following problem:

[2.1] AbstractEnvironment - NPE in release(...)

2008-08-20 Thread Thorsten Scherler
Hi all, I found a bug that just some time happens and I am not sure why. In AbstractEnvironment the method release throw SOMETIMES a NPE: /** * Releases a resolved resource */ public void release(final org.apache.excalibur.source.Source source) { if (null != source) {

Renaming Corona to Cocoon 3.0 and infrastructure [version 2]

2008-08-20 Thread Reinhard Pötz
After our recent discussions, here is my reworked proposal: Versioning --- Cocoon 3 will follow the alpha/beta/rc release scheme (like Mozilla, Maven, Apache Commons, etc.). The first release will be 3.0-alpha-1. This will be a clear marker that is already visible

Re: [2.1] AbstractEnvironment - NPE in release(...)

2008-08-20 Thread Thorsten Scherler
On Wed, 2008-08-20 at 14:40 +0200, Thorsten Scherler wrote: Hi all, I found a bug that just some time happens and I am not sure why. In AbstractEnvironment the method release throw SOMETIMES a NPE: /** * Releases a resolved resource */ public void release(final

Re: Renaming Corona to Cocoon 3.0 and infrastructure [version 2]

2008-08-20 Thread Peter Hunsberger
On Wed, Aug 20, 2008 at 7:44 AM, Reinhard Pötz [EMAIL PROTECTED] wrote: After our recent discussions, here is my reworked proposal: snipGood looking proposal/snip Or do I need a vote before? If so I will start the voting process asap. Any opinions? I think you should run a vote, if only

[jira] Subscription: COCOON-open-with-patch

2008-08-20 Thread jira
Issue Subscription Filter: COCOON-open-with-patch (109 issues) Subscriber: cocoon Key Summary COCOON-2233 Update archetypes to current trunk artifact versions https://issues.apache.org/jira/browse/COCOON-2233 COCOON-2228 StripNameSpacesTransformer does not strip namespace

Re: [2.1] AbstractEnvironment - NPE in release(...)

2008-08-20 Thread Andreas Hartmann
Hi Thorsten, Thorsten Scherler schrieb: I found a bug that just some time happens and I am not sure why. In AbstractEnvironment the method release throw SOMETIMES a NPE: /** * Releases a resolved resource */ public void release(final org.apache.excalibur.source.Source source) {