Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1349 - development/main/magic/spells/checkstyle/etc/deliverables/templates

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1349 - development/main/magic/spells/checkstyle/etc/deliverables/templates
  • Date: Mon, 03 Jan 2005 05:55:22 +0100

Author: mcconnell
Date: Mon Jan 3 05:55:22 2005
New Revision: 1349

Modified:

development/main/magic/spells/checkstyle/etc/deliverables/templates/checkstyle.template
Log:
enable property based override of the style format rules

Modified:
development/main/magic/spells/checkstyle/etc/deliverables/templates/checkstyle.template
==============================================================================
---
development/main/magic/spells/checkstyle/etc/deliverables/templates/checkstyle.template
(original)
+++
development/main/magic/spells/checkstyle/etc/deliverables/templates/checkstyle.template
Mon Jan 3 05:55:22 2005
@@ -22,10 +22,11 @@
xmlns:magic="antlib:net.dpml.magic" >

<target name="checkstyle" depends="prepare"
unless="project.checkstyle.disable" >
+ <property name="project.checkstyle.format"
value="artifact:format:dpml/magic/dpml"/>
<magic:plugin uri="@PLUGIN-URI@"/>
<mkdir dir="target/checkstyle"/>
<checkstyle xmlns="plugin:dpml/magic/dpml-magic-checkstyle"
- uri="artifact:format:dpml/magic/dpml">
+ uri="${project.checkstyle.format}">
<formatter type="xml"
toFile="target/checkstyle/checkstyle_errors.xml"/>
</checkstyle>
<mkdir dir="target/reports/checkstyle"/>



  • svn commit: r1349 - development/main/magic/spells/checkstyle/etc/deliverables/templates, mcconnell, 01/02/2005

Archive powered by MHonArc 2.6.24.

Top of Page