[ 
https://issues.apache.org/jira/browse/NUTCH-2698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16784944#comment-16784944
 ] 

Hudson commented on NUTCH-2698:
-------------------------------

FAILURE: Integrated in Jenkins build Nutch-trunk #3616 (See 
[https://builds.apache.org/job/Nutch-trunk/3616/])
NUTCH-2698 Remove sonar build task from build.xml (#443) (github: 
[https://github.com/apache/nutch/commit/8bdec5e3ef77f816c616c978c775a0eb3b4a391a])
* (edit) build.xml


> Remove sonar build task from build.xml
> --------------------------------------
>
>                 Key: NUTCH-2698
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2698
>             Project: Nutch
>          Issue Type: Task
>          Components: build
>    Affects Versions: 1.15
>            Reporter: Lewis John McGibbney
>            Assignee: Lewis John McGibbney
>            Priority: Major
>             Fix For: 1.16
>
>
> build.xml currently has the following content
> {code}
>   <!-- ================================================================== -->
>   <!-- SONAR targets                                                      -->
>   <!-- ================================================================== -->
>   <!-- Define the Sonar task if this hasn't been done in a common script -->
>   <taskdef uri="antlib:org.sonar.ant" resource="org/sonar/ant/antlib.xml">
>     <classpath path="${ant.library.dir}"/>
>     <classpath path="${mysql.library.dir}"/>
>   </taskdef>
>   <!-- Add the target -->
>   <target name="sonar" description="--> run SONAR analysis">
>     <!-- list of mandatory source directories (required) -->
>     <property name="sonar.sources" value="${src.dir}"/>
>     <!-- list of properties (optional) -->
>     <property name="sonar.projectName" value="Nutch Trunk 1.4 Sonar Analysis" 
> />
>     <property name="sonar.binaries" value="${build.dir}/classes" />
>     <property name="sonar.binaries" value="${build.dir}/plugins" />
>     <property name="sonar.tests" value="${test.src.dir}" />
>     <sonar:sonar workDir="${base.dir}" key="org.apache.nutch:trunk"
>      version="1.4-SNAPSHOT" xmlns:sonar="antlib:org.sonar.ant"/>
>   </target>
> {code}
> We should simply remove as it is defunct.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to