Re: libcommons-jexl2-java

2013-04-26 Thread Olivier Sallou
On 04/25/2013 02:45 PM, Emmanuel Bourg wrote: Le 25/04/2013 12:53, Olivier Sallou a écrit : Hi Emmanuel, did you progress on jexl2 ? I did not see it on mentors.debian.net Hi Olivier, I uploaded the package on mentors, let me know how it works for you. Do you want to sponsor it? I am ok

Re: libcommons-jexl2-java

2013-04-26 Thread Emmanuel Bourg
Hi Olivier, Le 26/04/2013 09:50, Olivier Sallou a écrit : I am ok to sponsor it. I will have a look at the package soon. I see however in lintian warnings that classpath is not set in jar manifest. Could you please fix this? Thank you. I don't know how to do that with Maven helper. But

Re: libcommons-jexl2-java

2013-04-26 Thread Eugene Zhukov
On Fri, Apr 26, 2013 at 10:56 AM, Emmanuel Bourg ebo...@apache.org wrote: Hi Olivier, Le 26/04/2013 09:50, Olivier Sallou a écrit : I am ok to sponsor it. I will have a look at the package soon. I see however in lintian warnings that classpath is not set in jar manifest. Could you

Re: libcommons-jexl2-java

2013-04-26 Thread Olivier Sallou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 04/26/2013 09:56 AM, Emmanuel Bourg wrote: Hi Olivier, Le 26/04/2013 09:50, Olivier Sallou a écrit : I am ok to sponsor it. I will have a look at the package soon. I see however in lintian warnings that classpath is not set in jar

Re: libcommons-jexl2-java

2013-04-26 Thread Emmanuel Bourg
Le 26/04/2013 10:27, Olivier Sallou a écrit : By the way I tried a first build and it failed on clean target with svn-buildpackage (see below). It works I build the package directly. I didn't try svn-buildpackage, I just download the source with ./debian/rules get-orig-source, untar it and

Re: libcommons-jexl2-java

2013-04-26 Thread Emmanuel Bourg
Le 26/04/2013 10:16, Eugene Zhukov a écrit : To fix this warning you can patch pom.xml with maven-jar-plugin and addClasspathtrue/addClasspath flag. http://maven.apache.org/shared/maven-archiver/examples/classpath.html Thank you Eugene, I wasn't aware of this feature. However will that

Re: libcommons-jexl2-java

2013-04-26 Thread Emmanuel Bourg
Le 26/04/2013 10:49, Olivier Sallou a écrit : I built the package, and jar file is only available in maven-repo. It is not present in /usr/share/java. This is needed for non maven projects. You could create a symlink to maven repo:

Re: libcommons-jexl2-java

2013-04-26 Thread Olivier Sallou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 04/26/2013 10:24 AM, Emmanuel Bourg wrote: Le 26/04/2013 10:16, Eugene Zhukov a écrit : To fix this warning you can patch pom.xml with maven-jar-plugin and addClasspathtrue/addClasspath flag.

Re: libcommons-jexl2-java

2013-04-26 Thread Niels Thykier
On 2013-04-26 11:58, Olivier Sallou wrote: I have the latest version on SVN for debian dir. Olivier Which version of the maven helpers are you using? There was a bug in one of the maven helpers where it didn't deploy jars to /usr/share/java by default for lib*-java packages (which may be

Re: libcommons-jexl2-java

2013-04-26 Thread Olivier Sallou
On 04/26/2013 12:13 PM, Niels Thykier wrote: On 2013-04-26 11:58, Olivier Sallou wrote: I have the latest version on SVN for debian dir. Olivier Which version of the maven helpers are you using? There was a bug in one of the maven helpers where it didn't deploy jars to /usr/share/java by

Re: libcommons-jexl2-java

2013-04-26 Thread James Page
On 26/04/13 09:24, Emmanuel Bourg wrote: Le 26/04/2013 10:16, Eugene Zhukov a écrit : To fix this warning you can patch pom.xml with maven-jar-plugin and addClasspathtrue/addClasspath flag. http://maven.apache.org/shared/maven-archiver/examples/classpath.html Thank you Eugene, I wasn't aware

Re: libcommons-jexl2-java

2013-04-26 Thread Eugene Zhukov
On Fri, Apr 26, 2013 at 11:24 AM, Emmanuel Bourg ebo...@apache.org wrote: Le 26/04/2013 10:16, Eugene Zhukov a écrit : To fix this warning you can patch pom.xml with maven-jar-plugin and addClasspathtrue/addClasspath flag.

Re: libcommons-jexl2-java

2013-04-26 Thread Olivier Sallou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 04/26/2013 12:38 PM, Emmanuel Bourg wrote: Le 26/04/2013 12:28, James Page a écrit : Maybe try this as an alternative approach - its a little manual but does work:

Re: libcommons-jexl2-java

2013-04-26 Thread Emmanuel Bourg
Le 26/04/2013 12:47, Olivier Sallou a écrit : You may have missed the debian/libcommons-jexl2-java.classpath Indeed, thank you. It works now. Do we want absolute or relative references? Class-Path: commons-logging.jar or Class-Path: /usr/share/java/commons-logging.jar Both are

Re: libcommons-jexl2-java

2013-04-26 Thread Olivier Sallou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 04/26/2013 01:20 PM, Emmanuel Bourg wrote: Le 26/04/2013 12:47, Olivier Sallou a écrit : You may have missed the debian/libcommons-jexl2-java.classpath Indeed, thank you. It works now. Do we want absolute or relative references?

Re: libcommons-jexl2-java

2013-04-26 Thread Niels Thykier
On 2013-04-26 13:20, Emmanuel Bourg wrote: Le 26/04/2013 12:47, Olivier Sallou a écrit : You may have missed the debian/libcommons-jexl2-java.classpath Indeed, thank you. It works now. Do we want absolute or relative references? Class-Path: commons-logging.jar or

Re: libcommons-jexl2-java

2013-04-26 Thread Emmanuel Bourg
Le 26/04/2013 13:39, Niels Thykier a écrit : It has not been standardized. Lintian accepts anything Class-Path entry that either points to an existing file in the same package or points to an entry in /usr/share/java. I scanned quickly the jars in my /usr/share/java directory. Out of 596

Re: libcommons-jexl2-java

2013-04-26 Thread Olivier Sallou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 04/26/2013 01:59 PM, Emmanuel Bourg wrote: Le 26/04/2013 13:39, Niels Thykier a écrit : It has not been standardized. Lintian accepts anything Class-Path entry that either points to an existing file in the same package or points to an

Pack200 compression of packaged jars

2013-04-26 Thread Emmanuel Bourg
Hi all, Has anyone considered compressing the jars in the binary packages with pack200? I think this could significantly reduce the size of the packages. The jars would have to be decompressed when the package is installed and properly cleaned on uninstalling with maintainer scripts. What do

Re: libcommons-jexl2-java

2013-04-26 Thread Olivier Sallou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 04/26/2013 05:09 PM, Emmanuel Bourg wrote: Olivier, Please update your working copy, I've fixed the issues we identified (the missing classpath and the wrong jar in /usr/share/java). I've also uploaded a new version on mentors.debian.net.

Re: libcommons-jexl2-java

2013-04-26 Thread Olivier Sallou
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 04/26/2013 05:29 PM, Olivier Sallou wrote: On 04/26/2013 05:09 PM, Emmanuel Bourg wrote: Olivier, Please update your working copy, I've fixed the issues we identified (the missing classpath and the wrong jar in /usr/share/java). I've

Re: Pack200 compression of packaged jars

2013-04-26 Thread Matthias Klose
Am 26.04.2013 15:40, schrieb Emmanuel Bourg: Le 26/04/2013 15:11, Emmanuel Bourg a écrit : Has anyone considered compressing the jars in the binary packages with pack200? I think this could significantly reduce the size of the packages. As an example, I compressed the jar in the

Re: Contributing - Where to start

2013-04-26 Thread Felipe FV
Eugene, Paul and Emmanuel, Thanks a lot for pointing me the way! Emmanuel, I'm trying to execute the steps you told me to, but when connecting to Alioth (at git.debian.org) I get the publickey error. My public key is already there on Alioth and I've waited more than one hour for the cron to

Re: libcommons-jexl2-java

2013-04-26 Thread Emmanuel Bourg
Le 26/04/2013 17:29, Olivier Sallou a écrit : I have updated from repo but it ends with an error with your update of rules. Is it any better if you update to maven-debian-helper 1.6.1 from experimental? Emmanuel Bourg signature.asc Description: OpenPGP digital signature