Hi

I'd like a modification to Xalan Manifest to add automatic module name.

https://svn.apache.org/repos/asf/xalan/java/trunk/src/MANIFEST.MF

Actual start of manifest

Manifest-Version: 1.0
Created-By: @java.version@ (@java.vendor@)
Main-Class: org.apache.xalan.xslt.Process
Class-Path: xercesImpl.jar xml-apis.jar serializer.jar

The same with automatic module name entry


Manifest-Version: 1.0

Created-By: @java.version@ (@java.vendor@)

Main-Class: org.apache.xalan.xslt.Process

Class-Path: xercesImpl.jar xml-apis.jar serializer.jar

Automatic-Module-Name: org.apache.xalan

Now with this modification we can use Xalan in modularized project with


requires org.apache.xalan;


In module-info.java.


How do I add this fix?



Best regards,



[cid:image001.jpg@01D8B267.6C3778E0]
Erik MAZOYER
Réalisations, Architecture & Développements - Equipe Architecture
Tech Lead Java, Architecte, Chef de projet
STEF Information & Technologies
Rue Jacques Cartier, ZA Atlantheix
56450 THEIX
Tél : +33 2 97 48 48 12
Tél mob. (astreinte) : +33 6 13 09 06 90
mailto:erik.mazo...@stef.com

NOTICE: This e-mail (including any attachments) may contain information that is 
private, confidential or legally privileged information or material and is 
intended solely for the use of the addressee(s). If you receive this e-mail in 
error, please delete it from your system without copying it and immediately 
notify the sender(s) by reply e-mail. Any unauthorized use or disclosure of 
this message is strictly prohibited. STEF does not guarantee the integrity of 
this transmission and may therefore never be liable if the message is altered 
or falsified nor for any virus, interception or damage to your system.

AVIS : Ce message (y compris toutes pièces jointes) peut contenir des 
informations privées, confidentielles et est pour l'usage du(es) seul(s) 
destinataire(s). Si vous avez reçu ce message par erreur, merci d'en avertir 
l'expéditeur par retour d'email immédiatement et de procéder à la destruction 
de l'ensemble des éléments reçus, dont vous ne devez garder aucune copie. Toute 
diffusion, utilisation ou copie de ce message ou des renseignements qu'il 
contient par une personne autre que le(les) destinataire(s) désigné(s) est 
interdite. STEF ne garantit pas l'intégrité de cette transmission et ne saurait 
être tenu responsable du message, de son contenu, de toute modification ou 
falsification, d’une interception ou de dégâts à votre système.

Reply via email to