Hi,
On 3/13/06, John Giotta <[EMAIL PROTECTED]> wrote:
> I use ${eclipse.project} which is a variable of project_loc.
>
> The one thing that is truely annoying however is I try to use
> ${eclipse.home} for a base path for the plugins directory.
>
> Like...
> <taskdef name="swf" classname="org.as2lib.ant.Swf"
> classpath="${eclipse.home}\plugins\as2ant_1.5\src" />
For the property ${eclipse.home} (and ${eclipse.running}) to be
defined, you need to ensure that you are running the Ant build within
the same jre as the workspace, and that you are using the Ant global
properties.
Also, you can just use the *.jar folder and forego the src folder if
you need the disk space.
> But this fails... so I find myself hard coding the path :(
>
> I know of the alternatives, but its still annoying.
>
> _______________________________________________
> osflash mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>
--
Ray Chuan
_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org