Bug 203075

Summary: [NEW PORT] devel/sonar-ant-task: SonarQube Plugin for analysis projects with an Apache Ant
Product: Ports & Packages Reporter: Dušan Vejnovič <freebsd>
Component: Individual Port(s)Assignee: Larry Rosenman <ler>
Status: Closed FIXED    
Severity: Affects Only Me CC: freebsd, ler
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
shar file for devel/sonar-ant-task
none
poudriere build log for devel/sonar-ant-task
none
shar file for devel/soanar-ant-task
none
shar file for devel/soanar-ant-task none

Description Dušan Vejnovič 2015-09-13 16:33:10 UTC
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
Comment 1 Dušan Vejnovič 2015-09-13 16:33:41 UTC
Created attachment 160992 [details]
poudriere build log for devel/sonar-ant-task
Comment 2 Dušan Vejnovič 2016-04-08 19:51:34 UTC
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
Comment 3 Dušan Vejnovič 2017-01-14 16:46:30 UTC
Created attachment 178888 [details]
shar file for devel/soanar-ant-task
Comment 4 Dušan Vejnovič 2017-01-14 16:46:56 UTC
devel/sonar-ant-task: 2.4 -> 2.5
Comment 5 Larry Rosenman freebsd_committer freebsd_triage 2017-01-15 21:25:13 UTC
I cleaned up tabs/spaces issues.  Awaiting my mentors approval.
Comment 6 commit-hook freebsd_committer freebsd_triage 2017-01-16 02:49:37 UTC
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
Comment 7 Larry Rosenman freebsd_committer freebsd_triage 2017-01-16 02:51:15 UTC
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.