Thursday, October 26, 2006

Ant Learning

For ANT

Recently, I focus on the research of the detail of the ANT. In this process, I eventually find the build-script of the ANT could be alike the program-language. After all, the destiny of the script-language is the program oriented language.

What’s more, I likely get to find the same feeling when I was studying the SOFL language. From the scratch, concern of the every detail: Support-Issues (conceptions and Data types, collection representations, System call) and Minimal-control units: target (just like the function, approximately procedure for the reason of no-return data).

Besides, Some of Ant's core classes can be configured via system properties. It’s the fantastic experience. So the Ant’s configuration may be completed by the system properties, project instance properties, properties file and user-defined properties.


For Dependencies

As for the tiresome problem after download the source code and testcases and want to running the test just to find there are many unbelievable class library dependencies, The only solution is to read the java-Doc and find the content of the Library Dependencies, generally the refer website listed here.

No comments: