Commit Graph

31 Commits

Author SHA1 Message Date
Robert Ross 160a7db3a7 Added "-autosize" parameter and fixed parameter matching bug with "!" 2017-03-21 13:20:15 -04:00
Diomidis Spinellis cc22b016ef Introduce required JavaDoc class path 2014-10-28 19:53:39 +02:00
Diomidis Spinellis ade4d6dfc6 Fix build/run of regression tests 2014-10-28 19:44:15 +02:00
Diomidis Spinellis 7fc14a491e Fix includeantruntime warning
Simple set its value to false.
See http://stackoverflow.com/questions/5103384/ant-warning-includeantruntime-was-not-set
2014-10-28 19:25:57 +02:00
Diomidis Spinellis ac69e12d7a Remove obsolete RCS/CVS $Id$
Command used:
sed -i '/^# \$Id\$$/d;/^ \* \$Id\$$/d;/^<!-- \$Id\$ -->$/d;/\/\/ \$Id\$/d' $(fgrep -l \$Id $(git ls-files))
2014-10-28 16:29:43 +02:00
Diomidis Spinellis bd246d364f Maven-related changes 2013-08-11 15:28:13 +03:00
Diomidis Spinellis a54b9bfc40 For Maven to work Version.java must exist
New Version.java can be created with "ant version"
2013-05-23 19:44:52 +03:00
Diomidis Spinellis 402d57a502 Add Maven artifact deployment
Issue: #1
2012-05-31 19:04:17 +03:00
Diomidis Spinellis eecc4076d5 Create version file in build.xml
Issue: #3
2012-05-10 17:15:02 +03:00
Diomidis Spinellis 41b09d5e62 Upgrade links to JDK 7 2012-04-17 10:00:21 +00:00
Diomidis Spinellis 47b2933c5d Create javadocs with collapsed diagrams. 2008-08-27 10:50:16 +00:00
Diomidis Spinellis c60483af35 Change references from gr.spinellis.umlgraph to org.umlgraph. 2007-11-27 09:04:22 +00:00
Diomidis Spinellis 96ce9aac63 Fix inferred relations of maps to primitive Java types. 2007-05-27 20:17:54 +00:00
Diomidis Spinellis ff7869b7c7 Enable agressive lint options. 2007-03-05 09:37:08 +00:00
Diomidis Spinellis 3755188d07 Correct file name (Dirk Datzert) 2007-02-05 21:50:43 +00:00
Diomidis Spinellis b026ce6bc8 Correct the building of javadocs. 2006-09-14 10:08:20 +00:00
Andrea Aime 1f6fcc90c7 Added testing for umldoc in the build 2006-06-04 13:59:35 +00:00
Andrea Aime 561b50c0f2 Inflict UmlDoc on itself: UmlGraph javadoc generation now uses UmlDoc to generate nice "fur ball class diagrams" as someone calls them. Heh, the package diagram and the ClassGraph diagrams do look like fur balls indeed, speaking to us and asking for mercy (aka, splitting the package into subpackages and splitting ClassGraph into smaller and better defined units).
All in all, having fur balls generation is not that bad, in a sense it makes people see what classes/package are brittle and which are on the contrary crisp, better defined...
2006-06-04 09:22:03 +00:00
Andrea Aime 72f918b68c First stab at UmlDoc implementation. It's an "improved" javadoc that outputs docs along with class diagrams.
Diomidis, can you have a look at the output (UmlGraph javadoc are built with UmlDoc now) and review the code?
I know I still have to write the docs, and I will have to try out UmlDoc on something other than UmlGraph itself (was thinking of the java sources themselves, or Hibernate, Spring, ... whatever is big enough).
2006-05-01 19:38:12 +00:00
Andrea Aime 3339c047f2 Build UMLGraph with debug informations. This will improve eventual bug reports we get from users (previously stack trace did not include line numbers) 2006-01-28 10:17:21 +00:00
Andrea Aime b9e04f474a Updated javadoc generation to deal with the changes in -output semantics 2006-01-02 14:07:45 +00:00
Andrea Aime f94c2df2bc Removed unused target 2005-12-31 17:33:23 +00:00
Andrea Aime 68a3ae6afa Made the test target generate the diagrams as well for both dot-out and dot-ref directories... a visual comparison is faster than delving into the dot sources, at least to understand what's going on before going into detail. 2005-12-30 18:04:55 +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
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
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
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 b748db9131 And-based build of Java files and new testing infrastructure. 2005-11-15 16:02:13 +00:00
Diomidis Spinellis c3c39fcf0e Initial revision 2003-05-07 21:37:30 +00:00