I tried using <ivy:report> with the "outputpattern" parameter, but couldn't get 
it to work.

I believe (I'm not a developer) traced the error back to the source: 
src/java/org/apache/ivy/ant/IvyReport.java. It looks like the program never 
checks for the outputpattern parameter. Instead, it looks at the property 
"ivy.report.output.parameter" and uses that. This property is set by default 
when you use Ivy.

The only way I could change the name of ivy reports is to unset the property 
ivy.report.output.parameter and then set that property to the value I want. 
Unsetting it, and using the parameter "outputpattern" doesn't work because 
src/java/org/apache/ivy/ant/ivyReport.java will set it to the "default" if it 
isn't set.

In the end, changing the names of these reports failed to set the link names 
correctly. 

Either this error should be fixed, or the parameter undocumented.

--
David Weintraub
[email protected]

perl -e 'print "Just another second rate Perl Hacker\n";'

Reply via email to