Commit Graph

204 Commits

Author SHA1 Message Date
Diomidis Spinellis f05546d9b6 Add ant example, and document the packagenames problem. 2005-12-29 19:35:55 +00:00
Andrea Aime 87df86413a Realized that there's no need for a .* match pattern, hide in this case is simply a global option 2005-12-28 15:30:28 +00:00
Andrea Aime 143fef34f1 Explainations for the new option resetting feature 2005-12-28 15:17:29 +00:00
Andrea Aime 7111a8e37b Updated changelog 2005-12-28 15:02:22 +00:00
Andrea Aime 4142c0ef11 Updated to follow the new @match syntax, and to assume that every view is hidden by default anyway 2005-12-28 14:58:02 +00:00
Andrea Aime 39048e6f0f New test to check local option disabling 2005-12-28 14:57:22 +00:00
Andrea Aime 85e0a62c74 Added the necessary -d option to the doclet invocation 2005-12-28 14:56:57 +00:00
Andrea Aime 6c1a02f67a Updated to work with the @match <regexp> syntax 2005-12-28 14:56:11 +00:00
Andrea Aime 4d2ee647b6 Make "@opt !option" a generally available syntax (so that we can disable a general option on a per class basis), added -d for the output folder (default, "."), allow to use "hide" without parameters to hide everything 2005-12-28 14:54:40 +00:00
Andrea Aime eb6a80e6a5 Hide view classes (using the same code path as @hidden) 2005-12-28 14:52:26 +00:00
Andrea Aime 567430483d Fixed silly bug in the testing code (basically it did not really test the views support) and fixed the reference files as well (they were empty) 2005-12-27 10:14:32 +00:00
Diomidis Spinellis 8f8024e767 Language and formatting improvements. 2005-12-26 22:21:39 +00:00
Diomidis Spinellis 3581178a23 Add missing image files. 2005-12-26 22:03:52 +00:00
Diomidis Spinellis 0233e2630a Support for creating pre-release documentation. 2005-12-26 22:03:22 +00:00
Andrea Aime 620440e472 Better use a wildcard match instead of listing every possible .dot file that will end up in this folder, isn't it? 2005-12-26 21:16:13 +00:00
Andrea Aime d8190eefb0 View support regression testing, test data and reference files 2005-12-26 21:15:34 +00:00
Andrea Aime 956673ffb7 View support code 2005-12-26 21:14:36 +00:00
Andrea Aime 7fe982d20e View support documentation 2005-12-26 21:14:23 +00:00
Andrea Aime f85f88c082 Minor formatting fix... the first pathelement is not indented by using spaces only, as the other two that follow it already were 2005-12-26 20:27:12 +00:00
Diomidis Spinellis 8da7b8c669 Import environment variables, so that we can run javadoc. 2005-12-26 17:20:26 +00:00
Diomidis Spinellis 73fc215e2c Correct output, after updating to JDK 1.5.0_06, which fixes a javadoc
bug.
2005-12-26 17:18:27 +00:00
Diomidis Spinellis 01a850bf2b Expand comment. 2005-12-25 15:42:03 +00:00
Andrea Aime 6cad56de7a Centralized option handling in the Option class (even for command line arguments) 2005-12-25 09:40:13 +00:00
Diomidis Spinellis c62e0905e1 Add FAQ link. 2005-12-22 23:25:51 +00:00
Diomidis Spinellis 72d03ede3a Add Xholon link. 2005-12-08 21:28:06 +00:00
Andrea Aime 7cd1549d58 Solved command order issues in javadocs target: the first run resulted in an IOException because the dot file is generated in a folder generated by the standard doclet (so we need to run the standard doclet first, and generate the class diagram afterwards) 2005-11-28 16:06:25 +00:00
Diomidis Spinellis 3eb795736f Add javadocs to the distribution. 2005-11-28 07:28:30 +00:00
Andrea Aime 865f1de24e Added javadoc generation, along with a package summary that contains the class diagram of UMLGraph (generated by UMLGraph itself).
Added a few tags in the classes to generate a more accurate diagram.
The generated javadoc directory has been added to cvsignore
2005-11-27 21:01:15 +00:00
Andrea Aime ed65bed552 Removed unecessary import statement 2005-11-27 19:57:48 +00:00
Diomidis Spinellis 102634a819 Remove trailing spaces. 2005-11-27 13:07:42 +00:00
Andrea Aime c9b7c3c3c8 Made Version.java generation platform independent using ant 2005-11-27 12:12:40 +00:00
Diomidis Spinellis c239058b38 More ignore files. 2005-11-24 08:19:15 +00:00
Diomidis Spinellis 9adce39cea Add cvsignore 2005-11-23 22:29:39 +00:00
Diomidis Spinellis 5e5f966a17 Add legacy Java 1.4 binaries. 2005-11-23 22:24:18 +00:00
Diomidis Spinellis 4a8c116f58 Add two missing root files. 2005-11-23 22:22:31 +00:00
Diomidis Spinellis cfd67610ab Add documentation files. 2005-11-23 22:21:22 +00:00
Diomidis Spinellis 35ffe1e685 Add test data. 2005-11-23 22:18:45 +00:00
Andrea Aime 3c3d5e14cb Adding the eclipse project files and a first version of .cvsignore file 2005-11-23 22:04:17 +00:00
Diomidis Spinellis ac7963f269 Correctly strip qualified generic class names (Arnaud Rogues). 2005-11-23 09:36:16 +00:00
Diomidis Spinellis c5d0bcecf8 Fix jarfile MD5. 2005-11-15 16:23:00 +00:00
Diomidis Spinellis 8d83db6ddc Fix jarfile locations. 2005-11-15 16:19:53 +00:00
Diomidis Spinellis eda1057e16 Fix tag rule. 2005-11-15 16:17:35 +00:00
Diomidis Spinellis 7a0a840f60 Add tag rule and a couple of comments. 2005-11-15 16:12:40 +00:00
Diomidis Spinellis b748db9131 And-based build of Java files and new testing infrastructure. 2005-11-15 16:02:13 +00:00
Diomidis Spinellis 34274b2a59 Comment why a refactoring is not possible. 2005-11-15 15:39:07 +00:00
Diomidis Spinellis b8407ffb00 Convert for loops to use the new foreach construct. 2005-11-15 15:25:08 +00:00
Diomidis Spinellis 7cfa5b2b18 Initial revision 2005-11-15 14:04:40 +00:00
Diomidis Spinellis aa749510d7 Version is derived from the Makefile. 2005-11-15 09:41:57 +00:00
Diomidis Spinellis f287c29a14 Simply path. 2005-11-15 09:18:17 +00:00
Diomidis Spinellis 6c34360410 Integrate with ant-based testing.
Delete old results before geenrating new.
2005-11-15 07:15:35 +00:00