You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Lewis John McGibbney (JIRA)" <ji...@apache.org> on 2014/04/10 01:12:16 UTC

[jira] [Created] (NUTCH-1755) Project name bug in build.xml

Lewis John McGibbney created NUTCH-1755:
-------------------------------------------

             Summary: Project name bug in build.xml
                 Key: NUTCH-1755
                 URL: https://issues.apache.org/jira/browse/NUTCH-1755
             Project: Nutch
          Issue Type: Bug
          Components: build, nutchNewbie
    Affects Versions: 2.2.1, 1.8
            Reporter: Lewis John McGibbney
            Priority: Minor
             Fix For: 2.3, 1.9


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}".



--
This message was sent by Atlassian JIRA
(v6.2#6252)