Writing java makefile for copy xml files to output directory -
in java application,i want add directory inside package structure. directory contains xml files. since these files cannot compiled, want copy these files during war make process. how write makefile this?
without knowing precisely directory structure looks like, handle in same fashion putting class files .war file. .war file little more .zip file , doesn't care put it.
going forwards, should dump makefile , investigate more java-centric. suggest maven convention-directed approach. example, war goal of maven assume directory structure , build .war file of suitable contents within directories.
Comments
Post a Comment