diff options
Diffstat (limited to 'zarb-ml/mageia-dev/20110112/002096.html')
-rw-r--r-- | zarb-ml/mageia-dev/20110112/002096.html | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110112/002096.html b/zarb-ml/mageia-dev/20110112/002096.html new file mode 100644 index 000000000..19aada261 --- /dev/null +++ b/zarb-ml/mageia-dev/20110112/002096.html @@ -0,0 +1,93 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] Java-Policy first draft published + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Java-Policy%20first%20draft%20published&In-Reply-To=%3C201101122241.42730.r.h.michel%2Bmageia%40gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="002098.html"> + <LINK REL="Next" HREF="002097.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] Java-Policy first draft published</H1> + <B>Renaud MICHEL</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Java-Policy%20first%20draft%20published&In-Reply-To=%3C201101122241.42730.r.h.michel%2Bmageia%40gmail.com%3E" + TITLE="[Mageia-dev] Java-Policy first draft published">r.h.michel+mageia at gmail.com + </A><BR> + <I>Wed Jan 12 22:41:42 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="002098.html">[Mageia-dev] Java-Policy first draft published +</A></li> + <LI>Next message: <A HREF="002097.html">[Mageia-dev] Java-Policy first draft published +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2096">[ date ]</a> + <a href="thread.html#2096">[ thread ]</a> + <a href="subject.html#2096">[ subject ]</a> + <a href="author.html#2096">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On mercredi 12 janvier 2011 at 17:45, Frank Griffin wrote : +><i> In theory, the packager of such an application could create +</I>><i> supplementary packages for the specific versions of included JARs and +</I>><i> build them first from source. But for something like NetBeans or +</I>><i> Eclipse, that's going to be a lot of work.... +</I> +I don't know for netbeans (maybe it is the same as eclipse), but eclipse +needs anyway all of its dependencies inside his own plugins directory, so it +would anyway be hard to use other system installed jars. +But the source of the required version could probably be included in the +src.rpm of the requiring plugins and built/installed before them (but I +actually have no idea how eclipse plugins are built from source). + +The problem is, many eclipse plugins (or plugins collections actually) have +dependencies on the same libs (for example xalan and xerces) which they all +provide in their zip archive. We cannot have them in each package that need +them as it would create file conflicts between those packages. +So we would need to create separate packages for those "external +dependencies plugins". They could be built from their own source (from the +official project) and then the real plugins would depend on them. +That would probably require a special naming convention for dependencies +between plugins (as the package doesn't provide "xalan" but "xalan as an +eclipse plugin") + +Or maybe, if the jar in the external dependency plugin is actually the same +(or compatible) version as the on from the normal package maybe we could +make a plugin package only containing the eclipse related files +(plugin.properties) and creating a symlink to the system wide jar. But that +mean that eclipse plugins, which are now frequently provided as single jar +files, would need to be packaged as files and directories like in older +eclipse releases. + +What do you think? + +-- +Renaud Michel +</PRE> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="002098.html">[Mageia-dev] Java-Policy first draft published +</A></li> + <LI>Next message: <A HREF="002097.html">[Mageia-dev] Java-Policy first draft published +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#2096">[ date ]</a> + <a href="thread.html#2096">[ thread ]</a> + <a href="subject.html#2096">[ subject ]</a> + <a href="author.html#2096">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev +mailing list</a><br> +</body></html> |