On 11/13/15, 12:25 PM, "Josh Tynjala" <joshtynj...@gmail.com> wrote:
>I try to avoid setting real environment variables since I find it more >convenient to use the properties files to remember all of the values for >later. For instance, I added approvefalcon.properties to set env.ANT_HOME. >However, it looks like the values from approvefalcon.properties don't get >inherited by other Ant scripts started by ApproveFalcon.xml, so I guess I >need to set real environment variables this time. Ant does pass properties around although we might be using different property names in some scripts. But I think the real issue is that Ant is calling various tools and the tools can’t pick up Ant properties. If you provide more detail on which environment variables are problematic, we can discuss ways to deal with that. -Alex