Hi all,
I'm trying to create myself a little build script to build a project for me - creating the desired directories, downloading any needed jars via Ivy/Maven and creating some stub files.
The stub files part is what I'm not too sure on what to do. To take an example, I would want the build script to create a web.xml in a WEB-INF folder. What would be the best way to do this though? The only way I know how is to have an echo to a file and then the build script containing my stub code.
Is there a better way than this that I don't know of?