-
-
Recent Posts
Categories
-
Networking
Partners
Projects
-
RSS Links
Category Archives: ASDoc
Excluding packages in ASDoc Builds Using ANT
I recently had an ANT build.xml script and I ran into a small issue with excluding directories of classes. ASDoc won’t allow you (as far as I can see) to exclude a directory of classes, only a defined list of classes which wasn’t what I was aiming for. I found this dudes post which offered [...]

Simple PureMVC Application on GitHub