| Hi, I think there may be a way of doing this. Caution: I've only tried this for the existing component directories, but I can't think of a reason why this approach wouldn't work. First, I think you will need a source distribution (as retrieved from subversion) rather than an SDK. Once you have that and are able to build from source (caution: this took me about half a day), then try the following steps: - create a new components subdirectory, say lps/components/mycomponents - put your components inside that new subdirectory - create a new library.lzx within that new directory. It should list all of the component files in the subdirectory. See the library.lzx in extensions for an example. - add mycomponents/library.lzx to lps/components/library.lzx - in doc/src/wrappers, create new wrapper files for each of your component classes. See one of the .html files in that directory for an example. - the lztier line in each wrapper should be "LZ Components", although theoretically you could create a new tier for your components (I don't know how to do this). - The lztag line in each wrapper should look like this, where componentfileA is the file where the given component class lives. <lztag>mycomponents/componentfileA.xml</lztag> Now re-run 'ant doc' and you should have reference pages for your components! They will appear under the Components category in the Reference Guide Contents. jim ps If you try this and it works, let me know and I'll put the instructions up on the wiki. On Jan 23, 2006, at 1:41 PM, Dionatan de Almeida wrote:
|
_______________________________________________ Laszlo-user mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-user
