Bug 203075 - [NEW PORT] devel/sonar-ant-task: SonarQube Plugin for analysis projects with an Apache Ant
Summary: [NEW PORT] devel/sonar-ant-task: SonarQube Plugin for analysis projects with ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Larry Rosenman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-13 16:33 UTC by Dušan Vejnovič
Modified: 2017-01-16 02:51 UTC (History)
2 users (show)

See Also:


Attachments
shar file for devel/sonar-ant-task (3.62 KB, text/plain)
2015-09-13 16:33 UTC, Dušan Vejnovič
no flags Details
poudriere build log for devel/sonar-ant-task (18.66 KB, text/x-log)
2015-09-13 16:33 UTC, Dušan Vejnovič
no flags Details
shar file for devel/soanar-ant-task (3.56 KB, text/plain)
2016-04-08 19:51 UTC, Dušan Vejnovič
no flags Details
shar file for devel/soanar-ant-task (4.32 KB, text/plain)
2017-01-14 16:46 UTC, Dušan Vejnovič
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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.