Hi, Is there a way to access the list of user properties in order to pass it to an external process? I have a situation where I use the Java task to start an external process, but I need to pass the users properties that were set when invoking the ant script (using the -D flag). Or maybe more in general, is it possible to simulate the inheritAll attribute for external processes like the Java task?
Cheers, Remie