Dependency on checkstyle.jar in tomcat-trunk-validate returns glob instead of actual name

2011-04-03 Thread Konstantin Kolinko
Hi! I am trying to troubleshoot the build of tomcat-trunk-validate project, which currently fails. Project metadata: [1] http://svn.apache.org/repos/asf/gump/metadata/project/tomcat-trunk.xml To successfully run the build, the full path to checkstyle.jar is needed. The problem is that instead

Re: Dependency on checkstyle.jar in tomcat-trunk-validate returns glob instead of actual name

2011-04-03 Thread Stefan Bodewig
On 2011-04-03, Konstantin Kolinko wrote: Why depend property=checkstyle.jar project=checkstyle/ in an ant builder does not resolve to the full path to the actual jar file, but glob pattern is returned instead? Looks like a Bug to me that so far has remained unnoticed. And I'm not sure how