Wiki source code of IRC Archive for channel #xwiki
Last modified by Vincent Massol on 2012/10/18 19:22
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | 00:20 <abusenius> has quit | ||
| 2 | 00:23 <Ruudjah> has quit | ||
| 3 | 01:20 <mclark> has quit | ||
| 4 | 02:08 <Denis> has quit | ||
| 5 | 07:40 <lpereira> has joined #xwiki | ||
| 6 | 08:29 <vmassol> has joined #xwiki | ||
| 7 | 08:41 <tekzilla> has quit | ||
| 8 | 08:43 <tekzilla> has joined #xwiki | ||
| 9 | 09:49 <mflorea> has joined #xwiki | ||
| 10 | 11:25 <mflorea> has quit | ||
| 11 | 12:04 <lpereira> has quit | ||
| 12 | 13:38 <sburjan`> has joined #xwiki | ||
| 13 | 14:14 <[1]jer> has joined #xwiki | ||
| 14 | 14:40 <[1]jer> Hi all | ||
| 15 | 14:56 <@cjdelisle> howdy | ||
| 16 | 15:08 <vmassol> gsauthier: so, were you able to do what you wanted the other day? | ||
| 17 | 15:09 <vmassol> are you planning to contribute something on https://github.com/organizations/xwiki-contrib (or elsewhere)? | ||
| 18 | 15:20 <mflorea> has joined #xwiki | ||
| 19 | 15:21 <[1]jer> I create a new extension for xwiki, it seems to work ;) | ||
| 20 | 15:21 <vmassol> [1]jer: nice, what type of extension? | ||
| 21 | 15:21 <[1]jer> Before my first release I have two or three questions ... | ||
| 22 | 15:22 <[1]jer> For MantisBt | ||
| 23 | 15:22 <[1]jer> https://github.com/jerr/xwiki-extension-mantis | ||
| 24 | 15:24 <vmassol> nice | ||
| 25 | 15:24 <[1]jer> At first it allows me to access the SOAP service MantisBT. | ||
| 26 | 15:24 <vmassol> does Mantis offer a REST API too? | ||
| 27 | 15:24 <vmassol> I see http://code.google.com/p/mantis-rest/ | ||
| 28 | 15:25 <vmassol> so it doesn't seem built in AFAIU | ||
| 29 | 15:26 <[1]jer> It isn't up to date ... It use an old Mantis version. | ||
| 30 | 15:26 <vmassol> ok, so the Mantis official remote access is soap? | ||
| 31 | 15:29 <vmassol> btw I've looked at your code and it's very clean and you're using all xwiki's best practices so that's pretty cool ;) | ||
| 32 | 15:29 <[1]jer> For now yes, but in the future they will add the rest access | ||
| 33 | 15:29 <vmassol> ok, I was asking about REST since with our {{groovy}} script it's very easy to call REST services | ||
| 34 | 15:29 <[1]jer> I try to do that ;) | ||
| 35 | 15:30 <[1]jer> but I have questions about best practices | ||
| 36 | 15:30 <vmassol> sburjan` is creating a new JIRA macro (which is almost ready). It would be great to have the same for mantis in the future | ||
| 37 | 15:30 <vmassol> ok shoot! | ||
| 38 | 15:31 <[1]jer> I known for xwiki groovy and rest integration, a very good xwiki stuff ;) | ||
| 39 | 15:32 <vmassol> [1]jer: what's your name btw so that I recognize you on the mailing list or on the web? (your nick isn't very revealing ;)) | ||
| 40 | 15:32 <[1]jer> I dont like my maven dependencies unpack .... for xwiki extension | ||
| 41 | 15:32 <vmassol> let me check your pom | ||
| 42 | 15:33 <[1]jer> I like my groupid but it isn't very common | ||
| 43 | 15:33 <vmassol> why are you doing that? | ||
| 44 | 15:34 <vmassol> yeah your groupid isn't correct, org.xwiki is reserved to the xwiki project dev ;) | ||
| 45 | 15:34 <vmassol> what I'd suggest is to use org.xwiki.contrib | ||
| 46 | 15:34 <vmassol> see http://contrib.xwiki.org/ | ||
| 47 | 15:35 <vmassol> why do you unpack your dependency? | ||
| 48 | 15:35 <[1]jer> I known github xwiki-contrib but not this url .... :( | ||
| 49 | 15:37 <vmassol> is it because you want to package all transitive deps in one jar for easy deployment? | ||
| 50 | 15:38 <vmassol> if so you don't need to do that anymore | ||
| 51 | 15:38 <[1]jer> just the mantis soap client jar | ||
| 52 | 15:38 <vmassol> since we now have the extension manager which can install extensions on running xwiki | ||
| 53 | 15:38 <[1]jer> to have all in one archive | ||
| 54 | 15:38 <vmassol> (and it handles transitive deps) | ||
| 55 | 15:39 <vmassol> it's a new feature available in 3.2 and we're writing a nicer UI for it in 3.3 | ||
| 56 | 15:39 <vmassol> but it's usable in 3.2 already | ||
| 57 | 15:39 <vmassol> see http://extensions.xwiki.org/xwiki/bin/view/Extension/Extension+Module for more details | ||
| 58 | 15:40 <[1]jer> Ok thanks this, I will try to respect contrib.xwiki.org | ||
| 59 | 15:43 <[1]jer> This plugin is my first contact with the xwiki code , and it's a real pleasure to do that ;) good job for the xwiki team | ||
| 60 | 15:43 <vmassol> thanks! :) | ||
| 61 | 15:44 <vmassol> feel free to give us feedback about we could/should improve | ||
| 62 | 15:45 <vmassol> [1]jer: so you don't want to give me your name? | ||
| 63 | 15:48 <vmassol> [1]jer: would be great if you could publish your extension on extensions.xwiki.org when you have a first version you're satisfied with | ||
| 64 | 15:49 <[1]jer> Ok, I clean my code and read http://contrib.xwiki.org/ for that | ||
| 65 | 15:49 <[1]jer> bye | ||
| 66 | 15:49 <vmassol> great, bye | ||
| 67 | 15:51 <[1]jer> has quit | ||
| 68 | 16:36 <jvelociter> has joined #xwiki | ||
| 69 | 16:42 <mflorea> has quit | ||
| 70 | 17:16 <jvelociter> has quit | ||
| 71 | 17:25 <jvelociter> has joined #xwiki | ||
| 72 | 17:36 <jvelociter> has quit | ||
| 73 | 17:57 <jvelociter> has joined #xwiki | ||
| 74 | 18:24 <abusenius> has joined #xwiki | ||
| 75 | 23:22 <vmassol> has quit | ||
| 76 | 23:28 <abusenius> has quit | ||
| 77 | 23:31 <jvelociter> has quit |