Skip to main content

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

Darin,

> This opens up a whole world of dealing with a 
> classloader to properly validate the build file. 

Ah, right--when we execute an ant build we let ant do the classloading
itself but we in order to validate the buildfile without running it we need
to load the classes ourself.

Does ant expose any helpful API for loading classes defined in taskdef tags?
What difficulties you are encountering in classloading the tasks and types?


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. 
****************************************************************************


Back to the top