Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-build-dev] IFetchFactory.addTargets() not called

Hi,

I'm seeing that the method in subj. is not called during the construction of the ant
script that is supposed to initially fetch the feature.xml and build.properties files
(retrieve.xml). Now the problem is that we have defined repository-specific macros in a
separate ant file that we'd like to reference from the generated script. Since the method
in subj. is not called it is impossible to print an import statement at the top level and
use the macros. Is this expected or perhaps I'm doing something wrong? Is there any other
way we can reference the macros from the generated fetch scripts? I know there are ways
around it like inlining macros or defining custom ant tasks, just want to make sure I'm
not missing something simple.

Thanks,
V.



Back to the top