Skip to content

Commit

Permalink
bug-rank-checkstyle seems to have gone poof
Browse files Browse the repository at this point in the history
  • Loading branch information
mebigfatguy committed Nov 18, 2024
1 parent 3021c0b commit 25df941
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,15 @@
</target>

<target name="validate_xml" depends="-init" unless="skip-validate" description="validates the xml files">
<taskdef name="bug-rank-check-style" classname="text.style.check.BugRankCheckStyleTask"/>
<xmlvalidate lenient="false" failonerror="yes">
<attribute name="http://apache.org/xml/features/validation/schema" value="true" />
<attribute name="http://xml.org/sax/features/namespaces" value="true" />
<fileset dir="${etc.dir}" includes="*.xml" excludes="findbugs-exclude.xml,pmd-rules.xml"/>
</xmlvalidate>
<!--
<taskdef name="bug-rank-check-style" classname="text.style.check.BugRankCheckStyleTask"/>
<bug-rank-check-style findbugsxml="etc/findbugs.xml" failOnMissingDetector="false" />
-->
</target>

<target name="compile" depends="-init" description="compiles java files">
Expand Down
6 changes: 3 additions & 3 deletions yank.csv
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ org.beanshell,bsh,2.0b4,a05f0a0feefa8d8467ac80e16e7de071489f0d9c,,,,
,,,,,,,
com.google.inject,guice,4.1.0,eeb69005da379a10071aa4948c48d89250febb07,,,,
,,,,,,,
org.aspectj,aspectjrt,1.9.22.1,99757727fd7242c2198af164435fa95fdb25b50d,,,,
,aspectjweaver,,10736ab74a53af5e2e1b07e76335a5391526b6f8,,,,
,aspectjtools,,2c3790b580bba8e855a58a8255e4b6e7a2a948fe,,,,
org.aspectj,aspectjrt,1.9.22.1,,,,,
,aspectjweaver,,,,,,
,aspectjtools,,,,,,
,,,,,,,
--- Jars for Samples,,,,,,,----
,,,,,,,
Expand Down

0 comments on commit 25df941

Please sign in to comment.