Created attachment 160991 [details] shar file for devel/sonar-ant-task The Ant SonarQube Task allows integration of SonarQube analysis into an Apache Ant build script. The Ant Task is a thin wrapper around the SonarQube Runner, which works by invoking the runner and passing to it all properties named following a sonar.* convention. This has the downside of not being very Ant-y, but the upside of providing instant availability of any new analysis parameter introduced by a new version of a plugin or of SonarQube itself. WWW: http://docs.sonarqube.org/display/SONAR/Installing+and+Configuring+Ant+SonarQube+Task
Created attachment 160992 [details] poudriere build log for devel/sonar-ant-task
Created attachment 169115 [details] shar file for devel/soanar-ant-task devel/sonar-ant-task: 2.3 -> 2.4 - Remove ${PORTSDIR}/ from DEPENDS line - Replace download address - Changelog at https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10982&version=12905
Created attachment 178888 [details] shar file for devel/soanar-ant-task
devel/sonar-ant-task: 2.4 -> 2.5
I cleaned up tabs/spaces issues. Awaiting my mentors approval.
A commit references this bug: Author: ler Date: Mon Jan 16 02:48:45 UTC 2017 New revision: 431612 URL: https://svnweb.freebsd.org/changeset/ports/431612 Log: [NEW PORT] devel/sonar-ant-task: SonarQube Plugin for analysis projects with an Apache Ant The Ant SonarQube Task allows integration of SonarQube analysis into an Apache Ant build script. The Ant Task is a thin wrapper around the SonarQube Runner, which works by invoking the runner and passing to it all properties named following a sonar.* convention. This has the downside of not being very Ant-y, but the upside of providing instant availability of any new analysis parameter introduced by a new version of a plugin or of SonarQube itself. PR: 203075 Submitted by:freebsd dussan.org Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D9193 Changes: head/devel/sonar-ant-task/ head/devel/sonar-ant-task/Makefile head/devel/sonar-ant-task/distinfo head/devel/sonar-ant-task/files/ head/devel/sonar-ant-task/files/pkg-message.in head/devel/sonar-ant-task/pkg-descr
Committed with significant edits. Please look at the final version from svn to get some hints/tips for the future. you can get the rationale from the differential review cited int the commit. Thank You for the submission.