Index: arch.xml =================================================================== RCS file: /cvs/ant/project/arch.xml,v retrieving revision 1.7 diff -u -r1.7 arch.xml --- arch.xml 22 Sep 2004 05:54:20 -0000 1.7 +++ arch.xml 13 Dec 2004 15:51:15 -0000 @@ -94,9 +94,42 @@ are necessary to create a certain build product, for use in inter-project dependencies.

+ +

Ant project support faq:

+ + + + Q: + I'm creating a customizer (properties dialog) for my project type. I wan't to use the support + for simple data types. What do I need to do? +

+ You basicaly need to do two things. First create the representation of the project properties which + can be used in the GUI. Second at some time convert the objects back to the ANT properties form and + store them into the project. + +
+ - -