You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-commits@ws.apache.org by sc...@apache.org on 2005/07/29 20:29:29 UTC

svn commit: r226412 - /webservices/wsrf/trunk/src/template/build.xml

Author: scamp
Date: Fri Jul 29 11:29:11 2005
New Revision: 226412

URL: http://svn.apache.org/viewcvs?rev=226412&view=rev
Log:
fixed build.xml for checking of prop set

Modified:
    webservices/wsrf/trunk/src/template/build.xml

Modified: webservices/wsrf/trunk/src/template/build.xml
URL: http://svn.apache.org/viewcvs/webservices/wsrf/trunk/src/template/build.xml?rev=226412&r1=226411&r2=226412&view=diff
==============================================================================
--- webservices/wsrf/trunk/src/template/build.xml (original)
+++ webservices/wsrf/trunk/src/template/build.xml Fri Jul 29 11:29:11 2005
@@ -15,12 +15,7 @@
    
    <target name="init">
      
-     <available file="../../webapps/wsrf" type="dir" property="dist.wsrf.webapp.dir" value="../../webapps/wsrf" />         
-     <condition property="wsrf.webapp.dir" value="${dist.wsrf.webapp.dir}">
-        <isset property="dist.wsrf.webapp.dir"/>
-     </condition>     
-          
-     <fail unless="wsrf.webapp.dir" message="webapp dir ../../webapps/wsrf does not exist." />    
+     <fail unless="wsrf.webapp.dir" message="variable wsrf.webapp.dir must be set in build.properties " />    
      <echo>Using webapp dir: ${wsrf.webapp.dir}</echo>    
      <mkdir dir="${lib.dir}" />
      <path id="wsrf.classpath.id">