Re: FYI: Java cli option parsing in Debian

2012-05-18 Thread Ludovic Claude
Hello, I would like to keep the list of dependencies for maven-debian-helper as small as possible. But on the principle of factoring out code, I'm fine. There are more libraries available in Debian now than when I started working on this package. JCommander looks like a good candidate, but as it'

Re: FYI: Java cli option parsing in Debian

2012-05-18 Thread Manfred Moser
On Fri, May 18, 2012 12:29 am, Thomas Koch wrote: > Hi, > > I want to introduce a cli option parsing library for maven-debian-helper. > There a tons of such java libraries out there: > > http://jewelcli.lexicalscope.com/related.html > > Just FYI, I had a look, which of these we have in Debian: > >

Enable jsp support in jetty8?

2012-05-18 Thread Thomas Koch
Hi, I get NO JSP Support for , did not find org.apache.jasper.servlet.JspServlet How can I enable jsp support? I have not yet installed jetty8-extras. It depends on jstl1.1-java but the package name should be libjstl1.1-java. Thank you, Thomas Koch, http://www.koch.ro -- To UNSUBSCRIBE, e

Re: Jamwiki, lucene3, bliki (java mediawiki syntax)

2012-05-18 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 18/05/12 12:04, Thomas Koch wrote: > Hi, > > I'm thinking about packaging Jamwiki[1], a java clone of Mediawiki. > We miss the lucene3 dependency and bliki (a java impl. of > Mediawiki's syntax). > > [1] http://jamwiki.org > > Is anybody workin

Re: FYI: Java cli option parsing in Debian

2012-05-18 Thread James Page
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi Thomas On 18/05/12 08:29, Thomas Koch wrote: [...] > rule outs: > > - libcommons-cli-java - I don't like Apache Commons stuff Not sure that is actually a valid reason for ruling it out :-) > - libargs4j-java - Is modelled after javac's broken

Jamwiki, lucene3, bliki (java mediawiki syntax)

2012-05-18 Thread Thomas Koch
Hi, I'm thinking about packaging Jamwiki[1], a java clone of Mediawiki. We miss the lucene3 dependency and bliki (a java impl. of Mediawiki's syntax). [1] http://jamwiki.org Is anybody working on lucene3? Does anybody know Jamwiki? Regards, Thomas Koch, http://www.koch.ro -- To UNSUBSCRIBE

FYI: Java cli option parsing in Debian

2012-05-18 Thread Thomas Koch
Hi, I want to introduce a cli option parsing library for maven-debian-helper. There a tons of such java libraries out there: http://jewelcli.lexicalscope.com/related.html Just FYI, I had a look, which of these we have in Debian: - libcommons-cli-java - libjargs-java - libjcommander-java - libj