Bonjour, j'ai un petit problème ant les tâches d'extraction offertes par ant. J'aimerai "unjarer" des fichiers .jar dans leur répertoire source mais ant n'a pas l'air de proposer cette option. Je vous explique le problème:
J'ai cette structure de répertoires
- /soclecfg/ressources/data/xmlforms
- PROC_1_WF- 1_0_0- a.jar (contient a.xml)
- PROC_2_WF- 1_0_1- b.jar (contient b.xml)
J'aimerai obtenir ceci en utilisant la tâche unzip de ant:
- /soclecfg/ressources/data/xmlforms
- PROC_1_WF- 1_0_0- a.jar- a.xml
- PROC_2_WF- 1_0_1- b.jar- b.xml
Est ce que vous avez une solution merci ??
Partager