Re: [Studio] Try to add a new plugin in Studio

2013-11-07 Thread laurent cop
2013/11/6 Stefan Seelmann > org.eclipse.core.databinding.beans_1.2.200.v20120523-1955 > Nice one :-) How do you succeed in finding the incorrect jar? Anyway thank you. I continue testing all my complete plugin. I keep you in touch with my dev on my plugin for ADS. I soon as I have finished,

Re: [Studio] Try to add a new plugin in Studio

2013-11-06 Thread Stefan Seelmann
Hi Laurant, On 11/06/2013 02:48 PM, laurent cop wrote: > Here is the role manager plugin in a very light version, > without any dependencies. Where do I have to reference it in Studio > Application for this plugin to be activated in the StandAlone application. I was able to run your p

Re: [Studio] Try to add a new plugin in Studio

2013-11-05 Thread laurent cop
Hi, Stefan, Thank you for your reply. I'll try to package it. I am trying to resolve the generation of StandAlone on my own too. If I want to take a plugin as a reference to integrate mine. Is aciitemeditor plugin a good candidate (MANIFEST.MF, plugin.properties, plugin.xml, pom.xml,

Re: [Studio] Try to add a new plugin in Studio

2013-11-05 Thread Stefan Seelmann
Hi Laurant, from the manifest.mf and the screenshot in the attached document I don't see an obvious problem. I think without the actual project/code it is too difficult to guess the problem. If your code is confidential then please just send the project with code dummy actions. Kind Regards, Stef

Re: [Studio] Try to add a new plugin in Studio

2013-11-05 Thread laurent cop
Hello Pierre Arnaud, Stefan, Have you any clues regarding the log, files transmited? As decribe above, to make my plugin (role manager) fit in Studio, I check the way it was done with accitemeditor plugin and try to reproduce the same calls. Was it the good way to integrate my p

Re: [Studio] Try to add a new plugin in Studio

2013-11-04 Thread laurent cop
Hello Pierre Arnaud, Stefan, Have you seen any special mistakes/missing elements in files in attachment. To make my plugin (role manager) fit in Studio, I check the way it was done with accitemeditor plugin and try to reproduce the same calls. Thank you for

Re: [Studio] Try to add a new plugin in Studio

2013-10-30 Thread Pierre-Arnaud Marcelot
On 29 oct. 2013, at 22:03, Stefan Seelmann wrote: > Hi Laurent, > > Can you please also post your manifest.mf? > > Event better if you could publish your plugin sources e.g. to github or > send me a private zip archive, then I'll have a look. +1 Any suspicious information in Apache Directory

Re: [Studio] Try to add a new plugin in Studio

2013-10-29 Thread Stefan Seelmann
Hi Laurent, Can you please also post your manifest.mf? Event better if you could publish your plugin sources e.g. to github or send me a private zip archive, then I'll have a look. Kind Regards, Stefan On 10/29/2013 01:22 PM, laurent cop wrote: > > Hello, > >- I try to add a new plugin

[Studio] Try to add a new plugin in Studio

2013-10-29 Thread laurent cop
Hello, - I try to add a new plugin in Studio - I checkout last release on svn repo. Compile my plugin using mvn and then studio using mvn which generates a ApacheDirectoryStudio-win32-x86--SNAPSHOT.zip - I unzip it and got the exe and my plugin in plugindir of extracted archive