Update of /cvsroot/pfc-prolog/prolix
In directory sc8-pr-cvs1:/tmp/cvs-serv7632
Modified Files:
build.xml
Log Message:
Update message error when batik home var is not set
Index: build.xml
===================================================================
RCS file: /cvsroot/pfc-prolog/prolix/build.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** build.xml 18 Aug 2003 18:30:57 -0000 1.51
--- build.xml 18 Aug 2003 23:05:15 -0000 1.52
***************
*** 172,178 ****
<target name="check-batik" unless="batik.home">
<fail>
! Property "batik.home" is not set. Please use the file
! ".ant.properties" in this directory ${basedir} to
! set this property. It must point to the directory that
contains the main jar.
</fail>
--- 172,177 ----
<target name="check-batik" unless="batik.home">
<fail>
! Property "batik.home" is not set. Please define it in your
! environment. It must point to the directory that
contains the main jar.
</fail>
|