Added basic session support.
[jsvc.git] / samples / bsh / build.xml
index ad2e8c3..19384b3 100644 (file)
@@ -5,6 +5,11 @@
    <target name="build-env">
      <mkdir dir="build" />
      <mkdir dir="build/bin" />
+     <fail message="You need to add the files jsvc.jar and bsh.jar to the lib directory manually.">
+       <condition>
+        <not><and><available file="lib/jsvc.jar" /><available file="lib/bsh.jar" /></and></not>
+       </condition>
+     </fail>
    </target>
 
    <target name="bin" depends="build-env">
@@ -19,7 +24,7 @@
    
    <target name="bin-jar" depends="bin">
      <copy todir="build/bin" file="etc/jsvc.properties" />
-      <copy todir="build/bin/haven/errsvc">
+      <copy todir="build/bin/dolda/bsvc/static">
        <fileset dir="static">
          <!-- <include name="static/**" /> -->
        </fileset>