From c8cce21323f98a8f6ec4d449fad09d1476092037 Mon Sep 17 00:00:00 2001 From: Jonathan Gibbons Date: Fri, 4 Jun 2010 14:54:54 -0700 Subject: [PATCH] 6958391: add vizant support to langtools build Reviewed-by: mcimadamore --- langtools/make/build.properties | 12 ++++++++++- langtools/make/build.xml | 36 +++++++++++++++++++++++++++++---- 2 files changed, 43 insertions(+), 5 deletions(-) diff --git a/langtools/make/build.properties b/langtools/make/build.properties index 3138ebec255..3902f7566cb 100644 --- a/langtools/make/build.properties +++ b/langtools/make/build.properties @@ -76,17 +76,27 @@ javadoc.jls3.cite=<a href="${javadoc.jls3.url}">The Java Languag javadoc.jls3.option=-tag "jls3:a:See <cite>${javadoc.jls3.cite}</cite>:" # jtreg, used to run the JDK regression tests +# See http://openjdk.java.net/jtreg/ # Override this path as needed, either on the command line or in # one of the standard user build.properties files (see build.xml) -# jtreg.home = /opt/jtreg/3.2.2_02 +# jtreg.home = /opt/jtreg/4.1 # findbugs +# See http://findbugs.sourceforge.net/ # Override this path as needed, either on the command line or in # one of the standard user build.properties files (see build.xml) # findbugs.home = /opt/findbugs/1.2.1 +# vizant (graph visualization tool for Ant) +# See http://vizant.sourceforge.net/ +# Override this path as needed, either on the command line or in +# one of the standard user build.properties files (see build.xml) + +# vizant.jar = /opt/vizant/0.1.2/vizant-0.1.2.jar +# dot = dot + #------------------------------------------------------------ # The following properties define the packages for each of the tools. diff --git a/langtools/make/build.xml b/langtools/make/build.xml index 9e442d75d95..4f664a3b5e0 100644 --- a/langtools/make/build.xml +++ b/langtools/make/build.xml @@ -136,6 +136,19 @@ + + + + + + + + + + + + + @@ -459,6 +472,11 @@ + + + + + @@ -765,12 +783,17 @@ + + + + + - + @@ -781,9 +804,14 @@ - - - + + + + + + + +