Hi Brooks,

basedir is not what I was looking for since the basedir would be a subfolder 
of the Eclipse workspace folder. In Eclipse External Tools... it has a 
variable called ${workspace_loc} that points to the workspace folder. I was 
wondering there is a similar Ant variable with that can be reffered to 
Eclipses Workspace folder from an Ant build file.
What I want to do is creating a .default folder in the Workspace folder that 
contains a default property file that can be used by all Ant build files in 
my projects. The property file would contain pathes to MTASC, SWFMill etc.

Sascha



----- Original Message ----- 
From: "Brooks Andrus" <[EMAIL PROTECTED]>
To: "'Open Source Flash Mailing List'" <[email protected]>
Sent: Monday, March 13, 2006 3:16 PM
Subject: Re: [osflash] Using Eclipse workspace loc in Ant build file?


> 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 


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

Reply via email to