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

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -