guix-devel
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]