Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
1.8, 2.2.1
Description
When one enters an incorrect ant target as follows, you can see that project name is presented to us as "${name}". This should resolve to final.name value in default.properties http://svn.apache.org/repos/asf/nutch/branches/2.x/default.properties.
I would imagine that this bug exists in both 1.X branch and 2.x.
lewismc@vm-0:~/apache/2.x$ ant plugins-test
Buildfile: /home/sarahp098/apache/2.x/build.xml
Trying to override old definition of task javac
[taskdef] Could not load definitions from resource org/sonar/ant/antlib.xml. It could not be found.
BUILD FAILED
Target "plugins-test" does not exist in the project "${name}".