Check if
the eclipse.incrementalBuild task exists. Go to Window --> Preferences -->
Ant --> Runtime --> Tasks Tab, there should be some eclipse.xyz tasks
listed, including eclipse.incrementalBuild. If not, the your Ant integration in
Eclipse doesn't seem to setup correctly.
Also make
sure to adjust the VM settings for the Ant build, so the Ant build file is
run in the same VM as Eclipse - otherwise it won't know about Eclipse at
all (and that's probably the reason why you see the error
message)
Dirk.
so how do i use eclipse.incrementalBuild with this? I tried creating an xml file with<?xml version="1.0"?><project name="project" default="build"><target name="build"><eclipse.incrementalBuild project="FeverPitch" /></target></project>and running this but i get... "Could not create task or type of type: eclipse.incrementalBuild". What am i doing wrong?
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
| Web site design development | Computer software development | Software design and development |
| Macromedia flex | Software development best practice |
YAHOO! GROUPS LINKS
- Visit your group "flexcoders" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

