Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ant-dev] Run Ant with an external file !

Hello !

I want to run ANT in Eclipse but I want to use a file that is not in an
Eclipse project, so it is not in my Eclipse workspace.

I use the method "run" in the class "AntAction". but the type of the first
parameter is "IFile", and this type corresponds to a file IN an Eclipse
project.

Is there a solution to run ANT with an external file ?!

Thanks for your help
Céline


Back to the top