Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-ant-dev] Buildfile validation


Oh if only the world were that simple. :-)

I have a prototype working but it is not exposed to the end user in its current state.
Things get really messy fast with tasks / types that have been defined through a taskdef or typedef or if user has added using the Eclipse Ant runtime preferences.
This opens up a whole world of dealing with a classloader to properly validate the build file.

One thought is just to validate the "well known" tasks as a first step and ignore the undefined tasks / types.

Ideas are welcome...see https://bugs.eclipse.org/bugs/show_bug.cgi?id=50302

Thanks
Darins



"Shackelford, John-Mason" <john-mason.shackelford@xxxxxxxxxxx>
Sent by: platform-ant-dev-admin@xxxxxxxxxxx

02/18/04 01:09 PM
Please respond to platform-ant-dev

       
        To:        "'platform-ant-dev@xxxxxxxxxxx'" <platform-ant-dev@xxxxxxxxxxx>
        cc:        
        Subject:        RE: [platform-ant-dev] Buildfile validation




Yes, though it can only do so for tasks that do not implement
org.apache.tools.ant.DynamicConfigurator.

I believe Darin has code in there now that does this.


John-Mason Shackelford

Software Developer
Pearson Educational Measurement - eMeasurement Group

2510 North Dodge St.
Iowa City, IA 52245
ph. 319-354-9200x6214
john-mason.shackelford@xxxxxxxxxxx
http://etest.ncspearson.com


****************************************************************************
This email may contain confidential material.
If you were not an intended recipient,
Please notify the sender and delete all copies.
We may monitor email to and from our network.
****************************************************************************
_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ant-dev



Back to the top