![]() |
Phex 3.0.2 Class structure documents Hi, I am a new developer about Phex3.0.2 Please tell me where i could find out the documents about Phex3.0.2 class structure Thank in advance! --no mail addresses in this forum, please--- |
By checking out Phex via subversion, you can create Javadocs, which should give you first information about the structure of Phex. Accessing the sources: Code: svn co https://phex.svn.sourceforge.net/svnroot/phex/phex/trunk phex Javadocs: Code: cd build Best wishes, Arne PS: We need someone who wants to create a class structure text for the wiki: http://wiki.phex.org . |
Arne what about the UML you created... ant?? |
We need to make it a bit cleaner. With all "use-dependencies", it is a bit intimidating :) As short-lived option, you can use JavaDoc and Graphviz directly: You need Graphviz on your computer: http://www.graphviz.org/ - the command for Graphviz is "dot" Also you need UMLGraph: http://www.spinellis.gr/sw/umlgraph/ -> http://www.spinellis.gr/sw/umlgraph/UMLGraph-4.6.tar.gz -> http://www.spinellis.gr/sw/umlgraph/...lGraph-4.6.jar - the jar needs to be in ../javadoc for the following command to work. With that and the bash (*nix) you can create UML diagrams with the following command (from inside the phex-svn-folder, i.e. trunk): Code: for i in src/phex/* ; do We want to integrate that into ant, but we didn't _yet_ do that... Wishes, Arne |
All times are GMT -7. The time now is 02:18 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2020 Gnutella Forums.
All Rights Reserved.