[osflash] Any Tips on Combining ANT Properties?
John Giotta
jdgiotta at gmail.com
Thu Jun 8 22:20:39 EDT 2006
What I'm trying to do is create an ANT Global Proprerty by combining the
eclipse.home variable and then
\plugins\org.asdt.logger_0.0.8.build5\lib\flash_classes and call it
actionscript.logger.
This will allow me to point the classpath in my ANT task to
${actionscript.logger}. However, it comes out as
${eclipse.home}\plugins\org.asdt.logger_0.0.8.build5\lib\flash_classes
in the console.
I was hoping that by concatenating
${eclipse.home}\plugins\org.asdt.logger_0.0.8.build5\lib\flash_classes
would produce the desired results.
More information about the osflash
mailing list