thanks Dirk, didn't have it running in the same VM... it now runs without complaining... but doesn't compile anything. hmm - i'll persist with playing with it to see if i can get it working. thanks for your help.

cheers, Al



On 24 Mar 2006, at 11:06, Dirk Eismann wrote:

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




YAHOO! GROUPS LINKS




Reply via email to