It doesn't work
this is the project three:
C:\Nelson\TestOutils\glean-1.3\ --> glean dirrectory
+build.xml
+feedback.properties
-----------------------------------------------------------------------------------------------------
tool.pattern = java2html14,javadoc,javancss,pmd
collector.pattern = none
create.dashboard = false
project.root = ${basedir}
feedback.script.dir = ${basedir}
gen.report.root = ${project.root}/glean
glean.log.dir = ${feedback.script.dir}/logs
project.report.stylesheet = ${feedback.script.dir}/feedback-
summary.xsl
project.report.summary = ${gen.report.root}/feedback-summary.xml
project.report.page = ${gen.report.root}/index.html
report.css = ${feedback.script.dir}/reports.css
tool.timestamp.format = MM-dd-yyyy hh:mm:ss a
report.war.dir = ${feedback.script.dir}/target
report.deploy.dir = ${tomcat.home}/webapps
report.publish.dir = ${gen.report.root}
project.url =
####################################################
#
# Properties used by the individual reports
#
####################################################
# Default locations for source, binary, and tools
src.dir = ${project.root}/src
bin.dir = ${project.root}/bin
lib.dir = ${project.root}/lib
resources.dir = ${project.root}/src
# Default properties for an individual report.
gen.report.dir = ${gen.report.root}/${
ant.project.name}
report.name = ${
src.project.name}-${
ant.project.name}-feedback
styled.report.name = index
report.format = xml
report.stylesheet = ${tool.basedir}/${
ant.project.name}.xsl
index.page = ${
styled.report.name}.html
# If your source is JDK 1.5-compliant, change this
# in your project's feedback.properties file.
source.level = 1.5
# Point this to whichever Java-to-HTML tool you have chosen
# Certain tools can use this to point their results to specific
# source files (e.g. PMD and CPD)
src.link.prefix = ../java2html14
# Default locations for test code
test.src.dir = ${project.root}/test-src
test.bin.dir = ${bin.dir}
test.lib.dir = ${lib.dir}
test.resources.dir = ${resources.dir}
test.report.dir = ${project.root}/test-results
test.fork.mode = true
test.results.pattern= TEST*.xml
unit.test.pattern = **/*Test.class
# If your project needs other JARs or folders on the classpath for
JUnit,
# define them with this property.06/25/2007 09:54:52 PM
extra.test.path =
# Certain tools need the 'dot' program from the GraphViz package
# (
http://www.graphviz.org)
dot.exe = /usr/bin/dot
report.debug = false
# These are documentation properties for the tools.
# Each tool script should override these.
tool.description = 'NO DESCRIPTION AVAILABLE'
tool.min.jdk = 1.4
tool.dependencies = None
tool.url =
tool.doc.fragment = ${feedback.script.dir}/tool-table-fragment.html
----------------------------------------------------------------------------------------------------------------
+feedback-summary.xsl
+get-tools.xml
+reports.css
+test.xml
+toolhome.properties
+toolhome.properties.local
C:\Nelson\TestOutils\glean-1.3\testproject ---> ant testproject
+build.xml
+feedback.properties
----------------------------------------------------------------------------------------------------------------
tool.pattern = java2html14,javadoc,javancss,pmd
collector.pattern = none
create.dashboard = false
project.root = ${basedir}
feedback.script.dir = ${basedir}
gen.report.root = ${project.root}/glean
# Override this property too change the location of the tool logs
glean.log.dir = ${feedback.script.dir}/logs
# Properties defining the report summary page
project.report.stylesheet = ${feedback.script.dir}/feedback-
summary.xsl
project.report.summary = ${gen.report.root}/feedback-summary.xml
project.report.page = ${gen.report.root}/index.html
# Define the styles available to all of the reports
report.css = ${feedback.script.dir}/reports.css
# Timestamp format used for reports and logs
tool.timestamp.format = MM-dd-yyyy hh:mm:ss a
# The output will be packaged into a WAR for easy deployment. Use this
property
# to change where you want the WAR built or sent.
report.war.dir = ${feedback.script.dir}/target
# Override this property to change the location for WAR deployment
report.deploy.dir = ${tomcat.home}/webapps
# Document root for publishing to a simple web server
report.publish.dir = ${gen.report.root}
# A project URL can be used to provide a link in the summary report
project.url =
####################################################
#
# Properties used by the individual reports
#
####################################################
# Default locations for source, binary, and tools
src.dir = ${project.root}/release4/source/org/test
bin.dir = ${project.root}/bin
lib.dir = ${project.root}/lib
resources.dir = ${project.root}/src
# Default properties for an individual report.
gen.report.dir = ${gen.report.root}/${
ant.project.name}
report.name = ${
src.project.name}-${
ant.project.name}-feedback
styled.report.name = index
report.format = xml
report.stylesheet = ${tool.basedir}/${
ant.project.name}.xsl
index.page = ${
styled.report.name}.html
# If your source is JDK 1.5-compliant, change this
# in your project's feedback.properties file.
source.level = 1.4
# Point this to whichever Java-to-HTML tool you have chosen
# Certain tools can use this to point their results to specific
# source files (e.g. PMD and CPD)
src.link.prefix = ../java2html14
# Default locations for test code
test.src.dir = ${project.root}/release4/testsource
test.bin.dir = ${bin.dir}
test.lib.dir = ${lib.dir}
test.resources.dir = ${resources.dir}
test.report.dir = ${project.root}/test-results
test.fork.mode = true
test.results.pattern= TEST*.xml
unit.test.pattern = **/*Test.class
# If your project needs other JARs or folders on the classpath for
JUnit,
# define them with this property.06/25/2007 09:54:52 PM
extra.test.path =
# Certain tools need the 'dot' program from the GraphViz package
# (
http://www.graphviz.org)
dot.exe = /usr/bin/dot
report.debug = false
# These are documentation properties for the tools.
# Each tool script should override these.
tool.description = 'NO DESCRIPTION AVAILABLE'
tool.min.jdk = 1.5
tool.dependencies = None
tool.url =
tool.doc.fragment = ${feedback.script.dir}/tool-table-fragment.html
----------------------------------------------------------------------------------------------------------------
+project.properties
+toolhome.properties
+toolhome.properties.local
i have the same pb
i think that my feedback.properties configuration is very bad
C:\Nelson\TestOutils\glean-1.3\testproject>ant call-glean
Buildfile: build.xml
call-glean:
[echo] --->b asedir C:\Nelson\TestOutils\glean-1.3
init:
[echo] Creating log directory at C:\Nelson\TestOutils\glean-1.3/
logs
[echo] Starting to gather feedback for glean-1.3 at 03-10-2008
04:19:21 PM
[echo] Feedback tools being used:
java2html14,javadoc,javancss,pmd
[echo] Collector tools being used: none
feedback:
[echo] --->target :
[echo] ----->basedir : C:\Nelson\TestOutils\glean-1.3
[echo] ----->project.root :
[echo] ----->
src.project.name : glean-1.3
[echo] ----->feedback.timestamp : 03-10-2008 04:19:21 PM
[echo] ----->feedback.properties : C:/Nelson/TestOutils/glean-1.3/
testproje
ct/feedback.properties
[echo] ----->feedback.properties.local : C:\Nelson\TestOutils
\glean-1.3\tes
tproject\feedback.properties.local
[echo] ----->tool.classpath
[subant] Failure for target '' of: C:\Nelson\TestOutils
\glean-1.3\tools\java2
html14\build.xml
[subant] The following error occurred while executing this line:
[subant] C:\Nelson\TestOutils\glean-1.3\tools\java2html14\build.xml:
18: C:\Ne
lson\TestOutils\glean-1.3\${tools.base}\j2h not found.
init:
[echo] ++++++++ Starting javadoc at 03-10-2008 04:19:21 PM +++++++
+
javadoc:
[subant] Failure for target '' of: C:\Nelson\TestOutils
\glean-1.3\tools\javad
oc\build.xml
[subant] The following error occurred while executing this line:
[subant] C:\Nelson\TestOutils\glean-1.3\tools\javadoc\build.xml:29:
C:\Nelson
\TestOutils\glean-1.3\release4\source\org\test not found.
[subant] Failure for target '' of: C:\Nelson\TestOutils
\glean-1.3\tools\javan
css\build.xml
[subant] The following error occurred while executing this line:
[subant] C:\Nelson\TestOutils\glean-1.3\tools\javancss\build.xml:
11: C:\Nelso
n\TestOutils\glean-1.3\${tools.base}\javancss not found.
[subant] Failure for target '' of: C:\Nelson\TestOutils
\glean-1.3\tools\pmd\b
uild.xml
[subant] The following error occurred while executing this line:
[subant] C:\Nelson\TestOutils\glean-1.3\tools\pmd\build.xml:11: C:
\Nelson\Tes
tOutils\glean-1.3\${tools.base}\pmd not found.
[echo] Finished gathering feedback. Running collector tools
[echo] --->target :
[echo] ----->basedir : C:\Nelson\TestOutils\glean-1.3
[echo] ----->project.root :
[echo] ----->
src.project.name : glean-1.3
[echo] ----->feedback.timestamp : 03-10-2008 04:19:21 PM
[echo] ----->feedback.properties : C:/Nelson/TestOutils/glean-1.3/
testproje
ct/feedback.properties
[echo] ----->feedback.properties.local : C:\Nelson\TestOutils
\glean-1.3\tes
tproject\feedback.properties.local
[subant] No sub-builds to iterate on
[echo] --->b asedir C:\Nelson\TestOutils\glean-1.3