On 2009-10-17, Nicolas Lalevée <nicolas.lalevee@hibnet.org> wrote:
> In Ant 1.8 we introduced the ProjectHelperRepository which is
> maintaining the list of available ProjectHelper in the classpath. And
> we use it to find the project helper that will be able to parse a
> specified build file with ProjectHelper#supportsBuildFile(...). I
> suggest we should do the same for the antlib with the help of
> ProjectHelper#canParseAntlibDescriptor(...) (and then maybe have some
> method name consistency by renaming supportsBuildFile to
> canParseBuildFile).
+1
> In the Ant and SubAnt tasks the default build file is
> build.xml.
To be honest I'd rather have people specify the build file names
explicitly rather than add more magic to the ant and subant tasks.
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|