Okay its one of those moments when you could kick yourself.

I figured it out... I knew I was not crazy...

I created a new Global ANT Property by doing: 
${system:ECLIPSE_HOME}\plugins\org.asdt.logger_0.0.8.build5\lib\flash_classes

... and I named it actionscript.logger... worked like a charm.


John Giotta wrote:
> 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.
>
>


_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to