Bug#799215: RFP: libjs-reveal - HTML Presentation Framework

2015-09-16 Thread Bertrand Marc
Package: wnpp Severity: wishlist X-Debbugs-CC: debian-java@lists.debian.org * Package name : libjs-reveal Version : 3.1.0 Upstream Author : Hakim El Hattab * URL : http://lab.hakim.se/reveal-js/ * License : MIT A framework for easily creating beautiful presentations using HTML. reveal.js comes wi

Bug#799213: RFP: libjs-jquery-datatables - Table plug-in for jQuery

2015-09-16 Thread Bertrand Marc
Package: wnpp Severity: wishlist X-Debbugs-CC: debian-java@lists.debian.org * Package name : libjs-jquery-datatables Version : 1.10.9 Upstream Author : SpryMedia Ltd * URL : http://datatables.net/ * License : MIT Description : DataTables is a plug-in for the jQuery Javascript library. It is a high

Re: How should I deal with the classpath with maven-helper?

2015-09-16 Thread Guillaume Turri
2015-09-16 21:39 GMT+02:00 Emmanuel Bourg : > Le 16/09/2015 20:13, Guillaume Turri a écrit : > >> * If I don't do anything special regarding the class-path, then I get >> the lintian warning missing-classpath [1] > > Hi Guillaume, > > You can ignore this warning, this classpath is rarely useful and

Re: How should I deal with the classpath with maven-helper?

2015-09-16 Thread Emmanuel Bourg
Le 16/09/2015 20:13, Guillaume Turri a écrit : > * If I don't do anything special regarding the class-path, then I get > the lintian warning missing-classpath [1] Hi Guillaume, You can ignore this warning, this classpath is rarely useful and most of the libraries packaged don't have one. Emmanu

Re: How should I deal with the classpath with maven-helper?

2015-09-16 Thread Eugene Zhukov
On Wed, Sep 16, 2015 at 9:13 PM, Guillaume Turri wrote: > [...] > I've tried to look in existing packages and in the documentation, but > couldn't find an answer. I would > be grateful if you can give me some pointers. > Take a look into epubcheck package, I fix classpath the following way true c

How should I deal with the classpath with maven-helper?

2015-09-16 Thread Guillaume Turri
Hi, I'm trying to package some java code with maven-helper, and I have a few questions regarding the class-path of the built jar. To put it in a nutshell: how should it be handled? What are the good practices? More precisely: * If I don't do anything special regarding the class-path, then I get