[continuum] BUILD ERROR: Apache Cocoon [build root]

2008-04-26 Thread Continuum VMBuild Server

Online report : 
http://vmbuild.apache.org/continuum/buildResult.action?buildId=80878projectId=51

Build statistics:
 State: Error
 Previous State: Failed
 Started at: Sat 26 Apr 2008 08:39:01 -0700
 Finished at: Sat 26 Apr 2008 08:40:01 -0700
 Total time: 59s
 Build Trigger: Schedule
 Build Number: 0
 Exit code: 0
 Building machine hostname: vmbuild.apache.org
 Operating system : Linux(unknown)
 Java Home version : 
 java version 1.4.2_15

 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_15-b02)
 Java HotSpot(TM) Client VM (build 1.4.2_15-b02, mixed mode)
   
 Builder version :

 Maven version: 2.0.7
 Java version: 1.4.2_15
 OS name: linux version: 2.6.20-16-server arch: i386
   


SCM Changes:

No files changed


Dependencies Changes:

No dependencies changed





Build Error:

Provider message: The svn command failed.
Command output: 
---

svn: PROPFIND request failed on '/repos/asf/cocoon/trunk'
svn: PROPFIND of '/repos/asf/cocoon/trunk': could not connect to server 
(http://svn.apache.org)
---





[jira] Assigned: (COCOON-2197) Making the cocoon-auth-block acegi-security-sample work

2008-04-26 Thread Grzegorz Kossakowski (JIRA)

 [ 
https://issues.apache.org/jira/browse/COCOON-2197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Grzegorz Kossakowski reassigned COCOON-2197:


Assignee: Grzegorz Kossakowski

 Making the cocoon-auth-block acegi-security-sample work
 ---

 Key: COCOON-2197
 URL: https://issues.apache.org/jira/browse/COCOON-2197
 Project: Cocoon
  Issue Type: Wish
  Components: - Samples
Affects Versions: 2.2
Reporter: Patrick Heiden
Assignee: Grzegorz Kossakowski
Priority: Minor
 Fix For: 2.2-dev (Current SVN)

 Attachments: cocoon-acegi-sample-svn-diff.patch


 The current acegi-security-sample doesn't work with acegi version used!
 So an update to spring-security (2.0.0-SNAPSHOT) fixed that problem.
 Following steps need to be performed:
 1) get the latest trunk from spring-security (acegi) (see [1] for details)
 2) compile and install that trunk (mvn install, maybe skip the more than 1000 
 tests ;)
 3) change the pom.xml of cocoon-acegisecurity-sample block:
replace the acegi dependency with:
dependency
   groupIdorg.springframework.security/groupId
   artifactIdspring-security-core/artifactId
   version2.0.0-SNAPSHOT/version
   exclusions
 exclusion
   groupIdavalon-framework/groupId
   artifactIdavalon-framework/artifactId
 /exclusion
   /exclusions
/dependency
 4) replacements in META-INF/cocoon/xpatch/acegi-filter-patch.xweb:
every org.acegi. ... should be replaced by org.springframework.security
 5) the same needs to be done for all bean's class attribute inside 
 META-INF/cocoon/spring/cocoon-acegisecurity.xml
 6) mvn install; mvn jetty:run
 I would guess, that by making acegi a spring portfolio project, the rework on 
 that project
 contains better adoption of spring bean-lifecycles.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (COCOON-2197) Making the cocoon-auth-block acegi-security-sample work

2008-04-26 Thread Grzegorz Kossakowski (JIRA)

[ 
https://issues.apache.org/jira/browse/COCOON-2197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12592597#action_12592597
 ] 

Grzegorz Kossakowski commented on COCOON-2197:
--

Hi Patrick, it looks like Acegi (known as Spring Security) has been officially 
released so there is no need for depending on SNAPSHOT version.

Could you adapt your patch, please?

I'm willing to commit it as soon as it reflects the fact that final version has 
been released.

 Making the cocoon-auth-block acegi-security-sample work
 ---

 Key: COCOON-2197
 URL: https://issues.apache.org/jira/browse/COCOON-2197
 Project: Cocoon
  Issue Type: Wish
  Components: - Samples
Affects Versions: 2.2
Reporter: Patrick Heiden
Assignee: Grzegorz Kossakowski
Priority: Minor
 Fix For: 2.2-dev (Current SVN)

 Attachments: cocoon-acegi-sample-svn-diff.patch


 The current acegi-security-sample doesn't work with acegi version used!
 So an update to spring-security (2.0.0-SNAPSHOT) fixed that problem.
 Following steps need to be performed:
 1) get the latest trunk from spring-security (acegi) (see [1] for details)
 2) compile and install that trunk (mvn install, maybe skip the more than 1000 
 tests ;)
 3) change the pom.xml of cocoon-acegisecurity-sample block:
replace the acegi dependency with:
dependency
   groupIdorg.springframework.security/groupId
   artifactIdspring-security-core/artifactId
   version2.0.0-SNAPSHOT/version
   exclusions
 exclusion
   groupIdavalon-framework/groupId
   artifactIdavalon-framework/artifactId
 /exclusion
   /exclusions
/dependency
 4) replacements in META-INF/cocoon/xpatch/acegi-filter-patch.xweb:
every org.acegi. ... should be replaced by org.springframework.security
 5) the same needs to be done for all bean's class attribute inside 
 META-INF/cocoon/spring/cocoon-acegisecurity.xml
 6) mvn install; mvn jetty:run
 I would guess, that by making acegi a spring portfolio project, the rework on 
 that project
 contains better adoption of spring bean-lifecycles.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.