Re: [vysper][pubsub] Demo application + Maven

2009-08-14 Thread Niklas Gustavsson
On Thu, Aug 13, 2009 at 9:27 PM, Michael Jakljakl.mich...@gmail.com wrote: Could you please add the 1.0- prefix to the jar and pom filenames? Fixed! Concerning the .pom of smackx-pubsub, I think the smack and smackx libs aren't only for compiling. That was from the original POM. Anyways,

[vysper][pubsub] Demo application + Maven

2009-08-13 Thread Michael Jakl
Hi! Slowly the code approaches a state where I'd like to upload it into the svn. I think it would make sense to mavenize it beforehand, but I need help for that. My program needs this: http://github.com/squaremo/smackx-pubsub/tree/master with its special install procedure. Maybe we could upload

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Emmanuel Lecharny
Michael Jakl wrote: Hi! Slowly the code approaches a state where I'd like to upload it into the svn. I think it would make sense to mavenize it beforehand, but I need help for that. Just wondering, as you are now a committer, why don't you simply work in a sandbox, instead of having your

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Niklas Gustavsson
On Thu, Aug 13, 2009 at 9:41 AM, Michael Jakljakl.mich...@gmail.com wrote: My program needs this: http://github.com/squaremo/smackx-pubsub/tree/master with its special install procedure. Maybe we could upload this one and its dependencies to Niklas' private Maven repo? Sure, I'll have a go at

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Michael Jakl
Hi! On Thu, Aug 13, 2009 at 09:51, Emmanuel Lecharnyelecha...@apache.org wrote: Michael Jakl wrote: Just wondering, as you are now a committer, why don't you simply work in a sandbox, instead of having your code in a private branch ? I made some throw-away example applications not related

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Michael Jakl
Hi! On Thu, Aug 13, 2009 at 09:55, Niklas Gustavssonnik...@protocol7.com wrote: On Thu, Aug 13, 2009 at 9:41 AM, Michael Jakljakl.mich...@gmail.com wrote: My program needs this: http://github.com/squaremo/smackx-pubsub/tree/master with its special install procedure. Maybe we could upload this

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Niklas Gustavsson
On Thu, Aug 13, 2009 at 10:06 AM, Michael Jakljakl.mich...@gmail.com wrote: The smackx-pubsub has special versions of smack and smackx (also called 3.1.0). It *might* work with the stock libs, yet, the last time I tried I've had mysterious errors. Well, that's no good. Can you try again with

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Michael Jakl
Hi! On Thu, Aug 13, 2009 at 10:16, Niklas Gustavssonnik...@protocol7.com wrote: On Thu, Aug 13, 2009 at 10:06 AM, Michael Jakljakl.mich...@gmail.com wrote: The smackx-pubsub has special versions of smack and smackx (also called 3.1.0). It *might* work with the stock libs, yet, the last time I

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Niklas Gustavsson
On Thu, Aug 13, 2009 at 9:55 AM, Niklas Gustavssonnik...@protocol7.com wrote: On Thu, Aug 13, 2009 at 9:41 AM, Michael Jakljakl.mich...@gmail.com wrote: My program needs this: http://github.com/squaremo/smackx-pubsub/tree/master with its special install procedure. Maybe we could upload this

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Niklas Gustavsson
On Thu, Aug 13, 2009 at 10:25 AM, Michael Jakljakl.mich...@gmail.com wrote: How does that handle passing a parameter? ServerMain[1] checks if a property vysper.add.module is present and loads the given class, and finally adds it as a module to the server. I start the server (something) like

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Michael Jakl
On Thu, Aug 13, 2009 at 10:31, Niklas Gustavssonnik...@protocol7.com wrote: On Thu, Aug 13, 2009 at 10:25 AM, Michael Jakljakl.mich...@gmail.com wrote: How does that handle passing a parameter? ServerMain[1] checks if a property vysper.add.module is present and loads the given class, and

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Emmanuel Lecharny
Michael Jakl wrote: Hi! On Thu, Aug 13, 2009 at 09:51, Emmanuel Lecharnyelecha...@apache.org wrote: Michael Jakl wrote: Just wondering, as you are now a committer, why don't you simply work in a sandbox, instead of having your code in a private branch ? I made some throw-away

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Michael Jakl
Hi! On Thu, Aug 13, 2009 at 10:28, Niklas Gustavssonnik...@protocol7.com No uploaded into our temporary Maven repo: http://people.apache.org/~ngn/vysper-repo/jivesoftware/smackx-pubsub/1.0-20090813101732-vysper/ I took some liberties at fiddling with the POM so get the build working and

Re: [vysper][pubsub] Demo application + Maven

2009-08-13 Thread Michael Jakl
Hi! On Thu, Aug 13, 2009 at 10:16, Niklas Gustavssonnik...@protocol7.com wrote: On Thu, Aug 13, 2009 at 10:06 AM, Michael Jakljakl.mich...@gmail.com wrote: Well, that's no good. Can you try again with the stock JARs? if that doesn't work, can you find out what the differences are so that we