RE: a question about version-control (From HuYong)

2004-08-11 Thread Mortimore, Jamie [IT]
I use the following in my Domain.xml: parameter name=auto-versioncheckout-unlocked-checkin/parameter parameter name=auto-version-controltrue/parameter This means if I lock a resource the resource will not be checked in until I unlock it. I usually do the following: LOCK, 200 OK, 1654

maven

2004-05-27 Thread Mortimore, Jamie [IT]
I'm not sure if I should be sending this question to this list or the maven user list. Does anyone know how to get the latest version of slide (2.0) on ibiblio for use with maven? Thanks, Jamie. - To unsubscribe, e-mail:

RE: [POLL] Do you still rely on JDK 1.3?

2004-05-18 Thread Mortimore, Jamie [IT]
I'm rolling out slide under jdk 1.4. I can understand people wanting to keep compatibility though. Could those wanting 1.3 compatibility stick with slide 2.0 until they can upgrade to jdk 1.4? Maybe new features / bug fixes in subsequent versions of slide could be back-ported to 2.0 if they were

RE: patch for auto-create-users

2004-05-06 Thread Mortimore, Jamie [IT]
Attached is a patch for auto-create-users against version 2.0 of slide. I've added the following methods to the Macro interfasce: /** * Adds a user. * * @param root The token to use to create the user. * @param user The name of the user to create. * @throws

RE: patch for auto-create-users

2004-04-27 Thread Mortimore, Jamie [IT]
When I first looked at slide I assumed it would use servlet container security (I wasn't familiar with the webdav spec). Clearly it can't use j2ee security and conform to the webdav spec. The ideal solution for me would be to have slide authenticate using LDAP and the servlet container use

RE: auto-create-user and auto-create-users-role

2004-04-22 Thread Mortimore, Jamie [IT]
. However this still leaves me with the problem of users being created in a transaction. Is there any update on this problem? -Original Message- From: Mortimore, Jamie [IT] Sent: 22 April 2004 16:01 To: '[EMAIL PROTECTED]' Subject: auto-create-user and auto-create-users-role I'm new to slide