[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Need help from Java-developers
From: |
Ricardo Wurmus |
Subject: |
Re: Need help from Java-developers |
Date: |
Tue, 25 Apr 2017 10:44:37 +0200 |
User-agent: |
mu4e 0.9.18; emacs 25.1.1 |
Chris Marusich <address@hidden> writes:
>> o How to make the maven-build-system to never ever include other
>> jar? Perhaps we need to post-process the generated jars.
>
> Speaking of JAR files, shouldn't we try to avoid them entirely? My
> understanding is that they are compressed files, which means the Guix
> daemon won't be able to scan them for references. I don't know if it's
> easy to use Maven to build a project without putting the build output
> into a JAR file, though.
We are already using Jar files. They are generated by the
ant-build-system. I don’t think there’s any way around using them,
because that’s the format everybody uses. You just add a jar to the
CLASSPATH to let java find it.
The format is like Zip, but with an additional manifest.
--
Ricardo
GPG: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC
https://elephly.net
- Need help from Java-developers, Hartmut Goebel, 2017/04/13
- Re: Need help from Java-developers, Chris Marusich, 2017/04/23
- Re: Need help from Java-developers, Chris Marusich, 2017/04/23
- JARs and reference scanning (was: Need help from Java-developers), Hartmut Goebel, 2017/04/25
- Re: JARs and reference scanning, Chris Marusich, 2017/04/26
- store reference detection (was Re: JARs and reference scanning), Thomas Danckaert, 2017/04/26
- Re: store reference detection (was Re: JARs and reference scanning), Maxim Cournoyer, 2017/04/26
- Re: store reference detection (was Re: JARs and reference scanning), Ludovic Courtès, 2017/04/27
- Re: store reference detection, Thomas Danckaert, 2017/04/27
- Re: store reference detection (was Re: JARs and reference scanning), Hartmut Goebel, 2017/04/27
Re: Need help from Java-developers,
Ricardo Wurmus <=