[ApacheDS] Fast modifyDn proposal

2009-04-07 Thread Alex Karasulu
Hi all, Emmanuel and I were going at it in the subway about our modifyDn problem when a new idea came to mind and we started talking about it. It's really a cool change that makes modifyDn a constant time operation. I've documented the idea here:

Re: [ApacheDS] Fast modifyDn proposal

2009-04-07 Thread Howard Chu
Alex Karasulu wrote: Hi all, Emmanuel and I were going at it in the subway about our modifyDn problem when a new idea came to mind and we started talking about it. It's really a cool change that makes modifyDn a constant time operation. I've documented the idea here:

Re: [ApacheDS] Fast modifyDn proposal

2009-04-07 Thread Emmanuel Lecharny
Looks like you've gone thru all of the design steps I went thru for back-hdb. Did you took the same subway, Howard ? ;) -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com

Issues while releasing shared

2009-04-07 Thread Pierre-Arnaud Marcelot
Hi Guys, Once again I have some issues using the release plugin to release shared. Here's my Maven output: MacBookPro:shared-trunk pajbam$ mvn -Prelease release:prepare [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] Apache Directory Shared [INFO] Apache Directory ASN.1

Re: Issues while releasing shared

2009-04-07 Thread Emmanuel Lecharny
Have you svn up shared before ? (just to be sure ...) On Tue, Apr 7, 2009 at 10:34 AM, Pierre-Arnaud Marcelot p...@marcelot.net wrote: Hi Guys, Once again I have some issues using the release plugin to release shared. Here's my Maven output: MacBookPro:shared-trunk pajbam$ mvn -Prelease

Re: Issues while releasing shared

2009-04-07 Thread Pierre-Arnaud Marcelot
Yep, of course. Fresh checkout in a new folder for the release. Fresh M2 repository. Everything builds fine and runs fine in dryrun mode. The modifications have been commited. The tag didn't... I also tried the workaround I already used on previous releases ('svn up -r head'), but as it was not

Re: Issues while releasing shared

2009-04-07 Thread Pierre-Arnaud Marcelot
Oh... and I successfully released 0.9.14 on our private SVN server without any issue last week, when I was testing and preparing for this release... P-A On Tue, Apr 7, 2009 at 10:41 AM, Pierre-Arnaud Marcelot p...@marcelot.netwrote: Yep, of course. Fresh checkout in a new folder for the

Re: [ApacheDS] Fast modifyDn proposal

2009-04-07 Thread Howard Chu
Emmanuel Lecharny wrote: Looks like you've gone thru all of the design steps I went thru for back-hdb. Did you took the same subway, Howard ? ;) Sure, didn't that saxophone player hand you guys the design notes I left for Alex? ;) -- -- Howard Chu CTO, Symas Corp.

Re: Issues while releasing shared

2009-04-07 Thread Felix Knecht
I don't have an idea so far, but as I managed it lately for the skins module I could give it a try ... Felix Pierre-Arnaud Marcelot schrieb: Hi Guys, Once again I have some issues using the release plugin to release shared. Here's my Maven output: MacBookPro:shared-trunk pajbam$ mvn

Re: Issues while releasing shared

2009-04-07 Thread Pierre-Arnaud Marcelot
I followed everything... Here's my settings.xml file: !-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information

Re: Issues while releasing shared

2009-04-07 Thread Felix Knecht
Pierre-Arnaud Marcelot schrieb: I followed everything... Here's my settings.xml file: Snip !-- Profile for to use for the release -- profile idrelease/id properties !-- Configuration for artifacts signature --

Re: Issues while releasing shared

2009-04-07 Thread Felix Knecht
Pierre-Arnaud Marcelot schrieb: Thanks Felix, I will try that... But this means it will be uploaded to scpexe://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository http://people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository while I thought we

gsco application - Refinement

2009-04-07 Thread rahul.soa
Hello Devs, As you probaby know, I did submit my application a few days ago on gsoc website [1], so I believe I can refine this application with your precious suggestions by discussion. if you have any comments and improvements please discuss it with me. My application is available here [1] for

Re: gsco application - Refinement

2009-04-07 Thread Emmanuel Lecharny
Thanks rahul. Will do. On Tue, Apr 7, 2009 at 1:42 PM, rahul.soa rahul@googlemail.com wrote: Hello Devs, As you probaby know, I did submit my application a few days ago on gsoc website [1], so I believe I can refine this application with your precious suggestions by discussion. if you

Re: Issues while releasing shared

2009-04-07 Thread Pierre-Arnaud Marcelot
Indeed... I was also thinking at something like that. Sometimes the doco, really sucks... For things as important as releases, it should really be more documented... :'( Anyway, I'm currently deploying now... Thanks to your help. :) Thanks a lot, P-A On Tue, Apr 7, 2009 at 11:22 AM, Felix

Re: Issues while releasing shared

2009-04-07 Thread Felix Knecht
The new Apache TLP pom is *well* documented :-/ You'll probably need an account to be able to deploy there (via https). ATM we're only able to use this in CI to deploy snapshots, as CI uses it's own account. To deploy released stuff we still need to go the 'old' way, which is done by using an

Re: [ApacheDS] Fast modifyDn proposal

2009-04-07 Thread Emmanuel Lecharny
On Tue, Apr 7, 2009 at 10:44 AM, Howard Chu h...@symas.com wrote: Emmanuel Lecharny wrote: Looks like you've gone thru all of the design steps I went thru for back-hdb. Did you took the same subway, Howard ? ;) Sure, didn't that saxophone player hand you guys the design notes I left for

Re: Issues while releasing shared

2009-04-07 Thread Pierre-Arnaud Marcelot
Hopefully for me... :D On Tue, Apr 7, 2009 at 11:23 AM, Felix Knecht fel...@apache.org wrote: It'll still be synced like before as probably many of the ASF projects using maven haven't switched to the latest TLP pom 5.

Re: SLP DA status

2009-04-07 Thread Lorenz Breu
I've spoken to Julien from MINA and I think he can help with the MINA related aspects. yup, he's all over it, also putting some pressure on the tomcat-native guys as the APR classes rely on that code. There are some typo bugs in the version MINA currently depends on (in the maven repo) that

Re: Issues while releasing shared

2009-04-07 Thread Pierre-Arnaud Marcelot
Thanks Felix, Looks like it worked this time. I still got the issue at the first shot. I waited a bit... then svn up and finally re-run the command with -Dresume option and it seems it worked... Now I have another problem... :) :( :( :( [INFO] [INFO] [install:install] [INFO] [INFO]

Re: Issues while releasing shared

2009-04-07 Thread Pierre-Arnaud Marcelot
Thanks Felix, I will try that... But this means it will be uploaded to scpexe:// people.apache.org/www/people.apache.org/repo/m2-ibiblio-rsync-repository while I thought we should now release to https://repository.apache.org/service/local/staging/deploy/maven2 Anyway, it does not matter... If it

Re: Issues while releasing shared

2009-04-07 Thread Felix Knecht
It looks like your deploying to the wrong repository, IMO this should go to people.apache.org and not to repository.apache.org. Do you have set something like profile idrelease/id properties gpg.passphrase/gpg.passphrase

[tcnative, MINA multicast, SLP]: jSLP dependencies

2009-04-07 Thread Lorenz Breu
Hi guys Sorry for the cross-post two 3 lists, but this whole jSLP issue depends on work from all three areas... As mentioned in the ApacheDS devlist, jSLP will be ready for release really soon. However, jSLP relies on: --- MINA multicasting I

Re: [tcnative, MINA multicast, SLP]: jSLP dependencies

2009-04-07 Thread Julien Vermillard
Hi on the MINA part, I looked your patch, it need some work in both term of doco and extracting common parts between AprSocketXXX and AprDatagramXXX because most of the logic is the same. I plan to work on that next week on MINA TRUNK, so if it's integrated it's going to be in MINA 2.0.0-RC1.

[jira] Commented: (DIRSTUDIO-482) Uninstalling Studio on windows remove all the other installed component in the same directoy...

2009-04-07 Thread Pierre-Arnaud Marcelot (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12696626#action_12696626 ] Pierre-Arnaud Marcelot commented on DIRSTUDIO-482: -- Ouch !!! That's

Re: [ApacheDS] Fast modifyDn proposal

2009-04-07 Thread Alex Karasulu
On Tue, Apr 7, 2009 at 2:57 AM, Howard Chu h...@symas.com wrote: Alex Karasulu wrote: Hi all, Emmanuel and I were going at it in the subway about our modifyDn problem when a new idea came to mind and we started talking about it. It's really a cool change that makes modifyDn a constant

Re: Issues while releasing shared

2009-04-07 Thread Jörg Schaible
Pierre-Arnaud Marcelot wrote at Dienstag, 7. April 2009 10:34: Hi Guys, Once again I have some issues using the release plugin to release shared. [snip] This is normal using a Subversion client = 1.5.1 with webdav protocol (as long as the svn client uses neon) releasing a multi project due to

Re: DIRKRB JIRA created...

2009-04-07 Thread Christine Koppelt
Hi, I moved all Kerberos issues to the new JIRA project. Christine 2009/4/4 Emmanuel Lecharny elecha...@apache.org: Hi guys, I have created the https://issues.apache.org/jira/browse/DIRKRB JIRA. This is where we can move all the Kerberos related issues. Thanks ! -- -- cordialement,

Re: DIRKRB JIRA created...

2009-04-07 Thread Alex Karasulu
Thanks Christine. Alex On Tue, Apr 7, 2009 at 6:02 PM, Christine Koppelt christine.kopp...@googlemail.com wrote: Hi, I moved all Kerberos issues to the new JIRA project. Christine 2009/4/4 Emmanuel Lecharny elecha...@apache.org: Hi guys, I have created the

[jira] Updated: (DIRKRB-1) GSSAPI Test

2009-04-07 Thread Christine Koppelt (JIRA)
[ https://issues.apache.org/jira/browse/DIRKRB-1?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christine Koppelt updated DIRKRB-1: --- Fix Version/s: 1.5.5 GSSAPI Test --- Key: DIRKRB-1

Re: DIRKRB JIRA created...

2009-04-07 Thread Christine Koppelt
Probably it would make sense to move the Change Password issues, too... 2009/4/8 Alex Karasulu akaras...@gmail.com: Thanks Christine. Alex On Tue, Apr 7, 2009 at 6:02 PM, Christine Koppelt christine.kopp...@googlemail.com wrote: Hi, I moved all Kerberos issues to the new JIRA project.

Re: DIRKRB JIRA created...

2009-04-07 Thread Alex Karasulu
Yeah I think so. Thanks, Alex On Tue, Apr 7, 2009 at 6:13 PM, Christine Koppelt christine.kopp...@googlemail.com wrote: Probably it would make sense to move the Change Password issues, too... 2009/4/8 Alex Karasulu akaras...@gmail.com: Thanks Christine. Alex On Tue, Apr 7, 2009 at