HI,

I am using a build file from java code like this (ant 1.7, jdk1.6):

        Project project = new Project();
        project.init();
        ProjectHelper projectHelper = ProjectHelper.getProjectHelper();
        projectHelper.parse(project, buildfile);
        project.executeTarget(target);

with a simpler build file it is working fine, with one that uses
imports, I get this buildexcpetion:

build.xml:4: import requires support in ProjectHelper

any idea?

thanks
javier

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to