Re: [Studio] Using the Maven Release Plugin

2008-09-23 Thread Felix Knecht
Pierre-Arnaud Marcelot schrieb: On Fri, Sep 19, 2008 at 6:58 PM, Pierre-Arnaud Marcelot [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: On Fri, Sep 19, 2008 at 5:49 PM, Felix Knecht [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: If the 2 MF files are identical the one

[jira] Created: (DIRSTUDIO-397) request for multi-language GUI

2008-09-23 Thread Jacklondon Chen (JIRA)
request for multi-language GUI -- Key: DIRSTUDIO-397 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-397 Project: Directory Studio Issue Type: New Feature Reporter: Jacklondon Chen request for

Re: [Studio] Using the Maven Release Plugin

2008-09-23 Thread Pierre-Arnaud Marcelot
On Tue, Sep 23, 2008 at 11:48 AM, Felix Knecht [EMAIL PROTECTED] wrote: +1 IIRC the MANIFEST.MF is also used by Eclipse (but I'm not sure). Yep, it is used to launch the plugin from within Eclipse to debug the plugin and it's also used as Manifest of the final jar. If so we need to adapt

Re: [Studio] Using the Maven Release Plugin

2008-09-23 Thread Pierre-Arnaud Marcelot
On Fri, Sep 19, 2008 at 6:58 PM, Pierre-Arnaud Marcelot [EMAIL PROTECTED]wrote: On Fri, Sep 19, 2008 at 5:49 PM, Felix Knecht [EMAIL PROTECTED] wrote: If the 2 MF files are identical the one from META-INF can be copied to the target using the resources / section in the pom. The idea is

Re: [Studio] Using the Maven Release Plugin

2008-09-23 Thread Felix Knecht
Pierre-Arnaud Marcelot schrieb: On Tue, Sep 23, 2008 at 11:48 AM, Felix Knecht [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: +1 IIRC the MANIFEST.MF is also used by Eclipse (but I'm not sure). Yep, it is used to launch the plugin from within Eclipse to debug the plugin and

Re: [Studio] Using the Maven Release Plugin

2008-09-23 Thread Jeff MAURY
On Tue, Sep 23, 2008 at 12:00 PM, Pierre-Arnaud Marcelot [EMAIL PROTECTED]wrote: On Tue, Sep 23, 2008 at 11:48 AM, Felix Knecht [EMAIL PROTECTED] wrote: +1 IIRC the MANIFEST.MF is also used by Eclipse (but I'm not sure). Yep, it is used to launch the plugin from within Eclipse to debug

Re: [Studio] Using the Maven Release Plugin

2008-09-23 Thread Pierre-Arnaud Marcelot
On Tue, Sep 23, 2008 at 12:12 PM, Felix Knecht [EMAIL PROTECTED] wrote: Not sure if this could also be done by the dependency plugin. Yeah, you're right, we could use this one. I'm using it for the ApacheDS plugin. See also[1] Eclipse/PDE-Integration. Thanks, that's what I'm already using

Re: [Studio] Using the Maven Release Plugin

2008-09-23 Thread Felix Knecht
Hi Jeff On Tue, Sep 23, 2008 at 12:00 PM, Pierre-Arnaud Marcelot [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: On Tue, Sep 23, 2008 at 11:48 AM, Felix Knecht [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: +1 IIRC the MANIFEST.MF is also used by Eclipse (but

Re: [Studio] Using the Maven Release Plugin

2008-09-23 Thread Felix Knecht
I know that is is possible for a Mojo to launch the goal of another plugin. This can be done with the execute annotation (http://maven.apache.org/developers/mojo-api-specification.html#The_Descriptor_and_Annotations) I can't get this working as it never finds the goal eclipse:eclipse

[jira] Commented: (DIRSERVER-1247) removing unrequired escaping in DNs / filters

2008-09-23 Thread Norval Hope (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12633692#action_12633692 ] Norval Hope commented on DIRSERVER-1247: I have applied the patch the trunk.

Re: [Studio] Using the Maven Release Plugin

2008-09-23 Thread Pierre-Arnaud Marcelot
Hi Jeff, On Tue, Sep 23, 2008 at 12:15 PM, Jeff MAURY [EMAIL PROTECTED]wrote: I know that is is possible for a Mojo to launch the goal of another plugin. This can be done with the execute annotation (

Re: [Studio] Using the Maven Release Plugin

2008-09-23 Thread Pierre-Arnaud Marcelot
On Tue, Sep 23, 2008 at 1:36 PM, Felix Knecht [EMAIL PROTECTED] wrote: I can't get this working as it never finds the goal eclipse:eclipse (external plugin) but only plugin internal goals. Too bad, thanks for trying it out... But there's another approach looking at the release plugin. The

Re: [Studio] Using the Maven Release Plugin

2008-09-23 Thread Pierre-Arnaud Marcelot
On Tue, Sep 23, 2008 at 2:07 PM, Felix Knecht [EMAIL PROTECTED] wrote: If we manage to get the eclipse:eclipse forked this shouldn't be a problem anymore. Yeah, as we're running a command line, instead of just running 'mvn eclipse:eclipse', we could be running 'mvn eclipe:eclipse

[jira] Commented: (DIRSERVER-1247) removing unrequired escaping in DNs / filters

2008-09-23 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12633708#action_12633708 ] Emmanuel Lecharny commented on DIRSERVER-1247: -- That might be a side

Re: [Studio] Using the Maven Release Plugin

2008-09-23 Thread Felix Knecht
Pierre-Arnaud Marcelot schrieb: On Tue, Sep 23, 2008 at 1:36 PM, Felix Knecht [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: I can't get this working as it never finds the goal eclipse:eclipse (external plugin) but only plugin internal goals. Too bad, thanks for trying it out...

[jira] Commented: (DIRSERVER-1247) removing unrequired escaping in DNs / filters

2008-09-23 Thread Norval Hope (JIRA)
[ https://issues.apache.org/jira/browse/DIRSERVER-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12633706#action_12633706 ] Norval Hope commented on DIRSERVER-1247: Unfortunately I seem to have run into

[jira] Created: (DIRSTUDIO-398) Improve the DSML decorated classes by adding an empty constructor and linking the methods of the underlying ldapmessage

2008-09-23 Thread Pierre-Arnaud Marcelot (JIRA)
Improve the DSML decorated classes by adding an empty constructor and linking the methods of the underlying ldapmessage Key: DIRSTUDIO-398

[jira] Created: (DIRSTUDIO-400) Provide a JNDI SearchResult/DSML SearchResult mapping

2008-09-23 Thread Pierre-Arnaud Marcelot (JIRA)
Provide a JNDI SearchResult/DSML SearchResult mapping - Key: DIRSTUDIO-400 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-400 Project: Directory Studio Issue Type: Sub-task

[jira] Updated: (DIRSTUDIO-359) Improve DSML parser classes

2008-09-23 Thread Pierre-Arnaud Marcelot (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot updated DIRSTUDIO-359: - Description: We have to improve the DSML parser classes. -

[jira] Created: (DIRSTUDIO-401) Improve the handling of the Authentication in the DSML Engine

2008-09-23 Thread Pierre-Arnaud Marcelot (JIRA)
Improve the handling of the Authentication in the DSML Engine - Key: DIRSTUDIO-401 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-401 Project: Directory Studio Issue Type:

[jira] Created: (DIRSTUDIO-399) Improve the DSML Engine

2008-09-23 Thread Pierre-Arnaud Marcelot (JIRA)
Improve the DSML Engine --- Key: DIRSTUDIO-399 URL: https://issues.apache.org/jira/browse/DIRSTUDIO-399 Project: Directory Studio Issue Type: Sub-task Reporter: Pierre-Arnaud Marcelot Assignee:

[jira] Updated: (DIRSTUDIO-399) Improve the DSML Engine

2008-09-23 Thread Pierre-Arnaud Marcelot (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot updated DIRSTUDIO-399: - Component/s: studio-dsml-parser Fix Version/s: 1.4.0 Improve

[jira] Updated: (DIRSTUDIO-400) Provide a JNDI SearchResult/DSML SearchResult mapping

2008-09-23 Thread Pierre-Arnaud Marcelot (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-400?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot updated DIRSTUDIO-400: - Component/s: studio-dsml-parser Fix Version/s: 1.4.0 Provide a

[jira] Updated: (DIRSTUDIO-401) Improve the handling of the Authentication in the DSML Engine

2008-09-23 Thread Pierre-Arnaud Marcelot (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot updated DIRSTUDIO-401: - Component/s: studio-dsml-parser Fix Version/s: 1.4.0 Improve

[jira] Commented: (DIRSTUDIO-359) Improve DSML parser classes

2008-09-23 Thread Pierre-Arnaud Marcelot (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12633714#action_12633714 ] Pierre-Arnaud Marcelot commented on DIRSTUDIO-359: -- I've split this

[jira] Updated: (DIRSTUDIO-392) When issuing a RootDSE search, the server receive many search requests

2008-09-23 Thread Pierre-Arnaud Marcelot (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre-Arnaud Marcelot updated DIRSTUDIO-392: - Fix Version/s: (was: 1.2.1) Removed fixed version. When issuing

Re: Loading custom schemas with AbstractServerTest under 1.5.4

2008-09-23 Thread Kiran Ayyagari
hi Mark, After my own attempt to add a new schema it was observed that the registries are getting reset in the DefaultDirectoryService.initialize() (lines 1377-1380) as part of the DefaultDirectoryService.startup() call in AbstractServerTest.setUp(). The schemas are getting

Re: svn commit: r698158 - in /directory/studio-plugin/trunk: ./ src/main/java/org/apache/directory/studio/maven/plugins/

2008-09-23 Thread Felix Knecht
Pierre-Arnaud Marcelot schrieb: Hi Felix, I've run 'mvn studio:eclipse' and 'studio:clean' successfully. :) Thanks! The Manifest manipulations are not ok, but this must be because you commented our modifications, I think. Anyways, if everyone is ok with moving to generated manifest using

Re: svn commit: r698158 - in /directory/studio-plugin/trunk: ./ src/main/java/org/apache/directory/studio/maven/plugins/

2008-09-23 Thread Felix Knecht
Pierre-Arnaud Marcelot schrieb: Hi Felix, I've run 'mvn studio:eclipse' and 'studio:clean' successfully. :) Thanks! The Manifest manipulations are not ok, but this must be because you commented our modifications, I think. Anyways, if everyone is ok with moving to generated manifest using

Re: svn commit: r698158 - in /directory/studio-plugin/trunk: ./ src/main/java/org/apache/directory/studio/maven/plugins/

2008-09-23 Thread Pierre-Arnaud Marcelot
On Tue, Sep 23, 2008 at 3:58 PM, Felix Knecht [EMAIL PROTECTED] wrote: I'm fine to do so. I'm going to remove the manifest part off the studio-plugin in this case. Ok, Thanks P-A

Re: svn commit: r698158 - in /directory/studio-plugin/trunk: ./ src/main/java/org/apache/directory/studio/maven/plugins/

2008-09-23 Thread Pierre-Arnaud Marcelot
On Tue, Sep 23, 2008 at 4:01 PM, Felix Knecht [EMAIL PROTECTED] wrote: What is about the artifact copying stuff? In the StudioEclipseMojo, yeah, I think we can remove it. However, we still need the StudioCopyEclipseDependencyMojo. Do you want to do this via the dependency plugin or leave it

Re: svn commit: r698158 - in /directory/studio-plugin/trunk: ./ src/main/java/org/apache/directory/studio/maven/plugins/

2008-09-23 Thread Felix Knecht
Pierre-Arnaud Marcelot schrieb: On Tue, Sep 23, 2008 at 4:01 PM, Felix Knecht [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: What is about the artifact copying stuff? In the StudioEclipseMojo, yeah, I think we can remove it. However, we still need the

Re: svn commit: r698158 - in /directory/studio-plugin/trunk: ./ src/main/java/org/apache/directory/studio/maven/plugins/

2008-09-23 Thread Pierre-Arnaud Marcelot
Ok. you're right. I think we're fine now... :) Thanks Felix. Regards, Pierre-Arnaud PS: I'm preparing another mail about another Maven build optimization (since we're at it). ;) On Tue, Sep 23, 2008 at 4:15 PM, Felix Knecht [EMAIL PROTECTED] wrote: Pierre-Arnaud Marcelot schrieb: On Tue,

Re: svn commit: r698158 - in /directory/studio-plugin/trunk: ./ src/main/java/org/apache/directory/studio/maven/plugins/

2008-09-23 Thread Felix Knecht
PS: I'm preparing another mail about another Maven build optimization (since we're at it). ;) Go ahead :-) I'm looking forward to the new build process

[jira] Created: (DIRSERVER-1270) Is it possible to save all config data and runtime data in relationship database so that it's easy for backup/upgrade later?

2008-09-23 Thread Jacklondon Chen (JIRA)
Is it possible to save all config data and runtime data in relationship database so that it's easy for backup/upgrade later? Key: DIRSERVER-1270

[Studio] How to speed up build time?

2008-09-23 Thread Pierre-Arnaud Marcelot
Hi all, On my machine it takes around 4 minutes to build Apache Directory Studio. Sometimes, when maven is updating the latest snapshots, it can go up to 6 or more minutes. It's a long time. Let's take a look at the build log: [INFO]

[Studio] Heavy refactoring on Studio's build (was Re: [Studio] Using the Maven Release Plugin)

2008-09-23 Thread Pierre-Arnaud Marcelot
Hi all, [WARNING] I'm in the process of removing the MANIFEST.MF files from SVN and replace them by generated ones. This, and the modifications we've been doing with Felix on the Maven Studio plugin, may have a huge impact on the build until everything has been migrated. Don't be surprised if

[jira] Commented: (DIRSTUDIO-396) custom LDAP attributes not shown in entry editor

2008-09-23 Thread JIRA
[ https://issues.apache.org/jira/browse/DIRSTUDIO-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12633755#action_12633755 ] Jürgen Weber commented on DIRSTUDIO-396: OK, our LDAP wizard gave me an extract

Re: [Studio] How to speed up build time?

2008-09-23 Thread Felix Knecht
I think we can now say, after a few months, that we're all very happy with the Maven build system. It took us long hours to get working, but now it has made the integration of studio in the CI system very easy, and has unified the whole build system within the Directory project. I really

Re: [Studio] How to speed up build time?

2008-09-23 Thread Pierre-Arnaud Marcelot
On Tue, Sep 23, 2008 at 7:21 PM, Felix Knecht [EMAIL PROTECTED] wrote: Well, here's an idea let us see if we can adapt/configure it for our needs: Put the *help modules into a separate profile and have it activated by ? (see [1]). We just need to find an appropriate activator which fits our

Re: [Studio] How to speed up build time?

2008-09-23 Thread David Jencks
On Sep 23, 2008, at 10:40 AM, Pierre-Arnaud Marcelot wrote: On Tue, Sep 23, 2008 at 7:21 PM, Felix Knecht [EMAIL PROTECTED] wrote: Well, here's an idea let us see if we can adapt/configure it for our needs: Put the *help modules into a separate profile and have it activated by ? (see

Re: [Studio] How to speed up build time?

2008-09-23 Thread Emmanuel Lecharny
David Jencks wrote: A special profile that gets triggered when we want, or based on a condition (a file existing [or not] somewhere). In general the fact that a module hasn't changed doesn't mean it will build: the stuff it depends on might have changed to break it. Thus I think CI builds

Re: [Studio] How to speed up build time?

2008-09-23 Thread Felix Knecht
Pierre-Arnaud Marcelot schrieb: On Tue, Sep 23, 2008 at 7:21 PM, Felix Knecht [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Well, here's an idea let us see if we can adapt/configure it for our needs: Put the *help modules into a separate profile and have it activated

Re: [Studio] How to speed up build time?

2008-09-23 Thread Felix Knecht
David Jencks schrieb: On Sep 23, 2008, at 10:40 AM, Pierre-Arnaud Marcelot wrote: On Tue, Sep 23, 2008 at 7:21 PM, Felix Knecht [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Well, here's an idea let us see if we can adapt/configure it for our needs: Put the *help

[jira] Commented: (DIRSTUDIO-396) custom LDAP attributes not shown in entry editor

2008-09-23 Thread Stefan Seelmann (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12633889#action_12633889 ] Stefan Seelmann commented on DIRSTUDIO-396: --- Hi Jürgen, have you checked if

[jira] Commented: (DIRSTUDIO-396) custom LDAP attributes not shown in entry editor

2008-09-23 Thread JIRA
[ https://issues.apache.org/jira/browse/DIRSTUDIO-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12633902#action_12633902 ] Jürgen Weber commented on DIRSTUDIO-396: Stefan, I'll check. But if this solves

[jira] Commented: (DIRSTUDIO-396) custom LDAP attributes not shown in entry editor

2008-09-23 Thread Stefan Seelmann (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12633912#action_12633912 ] Stefan Seelmann commented on DIRSTUDIO-396: --- Yes, Jürgen, you are totally

Re: [Studio] How to speed up build time?

2008-09-23 Thread David Jencks
On Sep 23, 2008, at 11:59 AM, Felix Knecht wrote: David Jencks schrieb: On Sep 23, 2008, at 10:40 AM, Pierre-Arnaud Marcelot wrote: On Tue, Sep 23, 2008 at 7:21 PM, Felix Knecht [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Well, here's an idea let us see if we can adapt/configure

Re: [Studio] How to speed up build time?

2008-09-23 Thread Emmanuel Lecharny
David Jencks wrote: I probably don't understand the problem you are trying to solve. I thought the way one would typically use the reactor plugin was, - I know I changed something in module X - I want to see what breaks as a result - so I start the build at X and build all the modules that

Re: [Studio] How to speed up build time?

2008-09-23 Thread Graham Leggett
Emmanuel Lecharny wrote: In our case, building the help files cost around 65% of the global build time (more than 6 minutes out of 10 on a laptop). The idea is to avoid to build those help files, which use extensive XSLT processing, in order to have a faster build, except if we are building a

[jira] Commented: (DIRSTUDIO-396) custom LDAP attributes not shown in entry editor

2008-09-23 Thread Emmanuel Lecharny (JIRA)
[ https://issues.apache.org/jira/browse/DIRSTUDIO-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12633925#action_12633925 ] Emmanuel Lecharny commented on DIRSTUDIO-396: - What would be interesting is

[jira] Commented: (DIRSTUDIO-396) custom LDAP attributes not shown in entry editor

2008-09-23 Thread JIRA
[ https://issues.apache.org/jira/browse/DIRSTUDIO-396?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12633933#action_12633933 ] Jürgen Weber commented on DIRSTUDIO-396: In this case the server was the z/OS