Filtering assembly, but with command line value

2009-08-04 Thread David Weintraub
We have a single file called aim_version.properties. In it is a string @VERSION@ which is replaced with a property that I get from the command line. I am building an assembly, and I need to change the @VERSION@ string with a value of a property that I either get from the command line, or I get as

Re: Filtering assembly, but with command line value

2009-08-04 Thread David Weintraub
I just want to clarify: If I need to change this aim_version.properties file to use ${version} or whatever, that's fine with me. If I need to change the name or move this to another location, that's fine too. If we have to make this an XML file instead of a properties file, that's fine too. We