Skip to content

Commit

Permalink
Removed the non-working target 'checkstyle'. Removing it was suggeste…
Browse files Browse the repository at this point in the history
…d by riadd (see riadd#11).
  • Loading branch information
Patrick committed Apr 22, 2017
1 parent 946fd7a commit 7635853
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,7 @@
basedir="${checks-bin}"/>
</target>

<!-- Checkstyle target : run the checks on all the source code -->
<target name="checkstyle" depends="build-checks">
<taskdef resource="checkstyletask.properties">
<classpath refid="checks.run.class.path"/>
</taskdef>
<checkstyle config="${checks-base}/jmemorize-checkstyle.xml">
<fileset dir="src/jmemorize" includes="**/*.java"/>
</checkstyle>
</target>

<target name="compile" depends="init, checkstyle" description="Compile the source">
<target name="compile" depends="init" description="Compile the source">
<mkdir dir="${build}" />

<!-- Compile the java code from ${src} into ${build} -->
Expand Down Expand Up @@ -133,7 +123,7 @@
</target>

<target name="run" depends="compile" description="Starts the jMemorize application">
<!-- backup your lesson dir. this is usefull if you are playing around
<!-- backup your lesson dir. this is useful if you are playing around
with the lesson format.-->
<copy todir="${lesson}-bak">
<fileset dir="${lesson}" />
Expand Down

0 comments on commit 7635853

Please sign in to comment.