Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
moving version print to 'compile' build step
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Stephens committed Aug 23, 2012
1 parent 0f4c964 commit 3bab0ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.xml
Expand Up @@ -12,8 +12,6 @@
</filterchain>
</loadfile>

<echo message="${version}" />

<!-- include any user specific or environment specifc build properties -->
<property file="${user.home}/build.properties"/>
<property file="${basedir}/build.properties"/>
Expand All @@ -40,6 +38,9 @@

<target name="compile" depends="init"
description="compile the source" >
<echo message=""/>
<echo message="Building '${name}': Version ${version}"/>
<echo message=""/>
<javac srcdir="${src}" destdir="${build}" debug="on" debuglevel="lines,vars,source" target="1.6">
<compilerarg value="-Xlint"/>
<classpath>
Expand Down

0 comments on commit 3bab0ad

Please sign in to comment.