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
Le 26/04/2013 17:25, Matthias Klose a écrit :
> Am 26.04.2013 15:40, schrieb Emmanuel Bourg:
>
> what is the overhead on startup time when these need to get unpacked? Maybe
> pick a non-x86 architecture for this as well.
Unpacking is pretty fast. On my old Core 2 Duo:
ebourg@debiandev:~/libcommo
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
wo
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
-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/jav
-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.n
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.
Let me know how it works for you.
Emmanuel Bourg
signature.asc
Description: OpenPGP digital sign
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 libcommons-jexl2-java package
with:
pack200 --no-gzi
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 you
-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
>>
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
j
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
>
-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?
>
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 acc
-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:
>>
>>
https://javacruft.wordpress.com/2011/06/03/avoiding-missing-class
Le 26/04/2013 12:28, James Page a écrit :
> Maybe try this as an alternative approach - its a little manual but does
> work:
>
> https://javacruft.wordpress.com/2011/06/03/avoiding-missing-classpath-lintian-warnings-with-maven-based-packages/
I added javahelper.mk to debian/rules but nothing cha
On Fri, Apr 26, 2013 at 11: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
> > true flag.
> > http://maven.apache.org/shared/maven-archiver/examples/classpath.html
>
> Thank you Eugene, I wasn't
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
true flag.
http://maven.apache.org/shared/maven-archiver/examples/classpath.html
Thank you Eugene, I wasn't aware of this feature.
However
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/j
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 r
-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
>> true flag.
>> http://maven.apache.org/shared/maven-archiver/examples/classpath.
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 04/26/2013 11:04 AM, Emmanuel Bourg wrote:
> 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.
>>
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:
>
> /usr/share/maven-repo/org/apache/commons/commons-jex
Hi all,
I updated antlr-maven-plugin to the latest upstream release.
Here is the changelog:
* New upstream release
* Refreshed the patch
* Added a dependency on libcommons-exec-java
* Updated Standards-Version to 3.9.4 (no changes)
* debian/copyright: Updated the Format URI to the vers
Le 26/04/2013 10:16, Eugene Zhukov a écrit :
> To fix this warning you can patch pom.xml with maven-jar-plugin and
> true flag.
> http://maven.apache.org/shared/maven-archiver/examples/classpath.html
Thank you Eugene, I wasn't aware of this feature.
However will that really work in our case? It
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
On 04/26/2013 10:32 AM, Emmanuel Bourg wrote:
> 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
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 an
-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
On Fri, Apr 26, 2013 at 10: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
> > manifest. Could you please fix th
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
com
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?
31 matches
Mail list logo