uild file it is working fine, with one that uses
> > imports, I get this buildexcpetion:
> >
> > build.xml:4: import requires support in ProjectHelper
> >
> > any idea?
>
> The import task requires a reference of ProjectHelper to be available in the
> Project.
jectHelper.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?
);
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