Hi,
you can check this by running Ant in debug or verbose mode.

To do this,

1. In your Ant view, right-click your buildfile (drag it to the view
if it is not already there)

2. Run As --> External Tools

3. Under Ant Build in the left pane, add your build if not already
there using the New button at the bottom left corner.

4. On the right pane, look for the Arguments text area.

5. Add the string,

-d <and/or> -v

On 6/3/06, Simon Wacker <[EMAIL PROTECTED]> wrote:
> Hi Weldon,
>
> does the src directory of the used as2ant version contain the compiled
> source files (*.class)? If not, point the classpath to the as2ant.jar file.
>
>
> Greetings,
> Simon
>
> Weldon MacDonald wrote:
>
> >I'm trying to get an Ant build set up in Eclipse. I'm using the
> >logging tutorial on osflash.
> ><taskdef name="mtasc" classname="org.as2lib.ant.Mtasc"
> >classpath="C:\com\stonepooch\as2ant\src" />
> >In the def above, the name and path point to the java source in
> >as2ant, just as the tutorial has it, but Eclipse gives a can't be
> >found error for the class. I've checked the path a dozen times and
> >can't find the problem. Any ideas waht I'm missing?
> >
> >Weldon MacDonald
> >
> >_______________________________________________
> >osflash mailing list
> >osflash@osflash.org
> >http://osflash.org/mailman/listinfo/osflash_osflash.org
> >
> >
> >
> >
>
> --
> Simon Wacker
> www.simonwacker.com
> www.as2lib.org
> www.hq-heilbronn.de
> www.flik-flak.de
>
>
> _______________________________________________
> osflash mailing list
> osflash@osflash.org
> http://osflash.org/mailman/listinfo/osflash_osflash.org
>


-- 
Ray Chuan

_______________________________________________
osflash mailing list
osflash@osflash.org
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to