Not sure exactly what it is you're trying to do....but here's a stab

Do you have a base directory set up?

The basdir project level attribute allows you to set a custom base directory
or you use "." to signify the directory in which the build.xml file resides.

<project name="" default="default" basedir=".">

You should then be able to reference this variable as any other: ${basdir}.


Brooks


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

Reply via email to