After a build of a java applet I would like to copy a file, or files from $PROJECT_DIR\data into the build directory. Can I do this easily somehow by marking the files in some way, or must I write an ant copy statement?
|
feedback
|
|
Ant build.xml is the way to go, IMO. | |||||
feedback
|