Hi, afaik there are 2 ways to do this. 1. This task may be helpful:
http://ant.apache.org/manual/CoreTasks/property.html >From what I gather you should use: <property file="${eclipse.home}/workspace/default.properties"/> This method allows for in-file expansion of properties. 2. Another way to do it would be from withing Eclipse Preferences, but the disadvantage is that in-file expansion doesn't work. Window --> Preferences... --> Properties Under "Global property file", add a *.properties file. -- Ray Chuan _______________________________________________ osflash mailing list [email protected] http://osflash.org/mailman/listinfo/osflash_osflash.org
