Changeset 10820


Ignore:
Timestamp:
2005-11-02T12:33:17+13:00 (18 years ago)
Author:
kjdon
Message:

Visualizer service added into the package (rather than in greenstone proper), so updated the build file to compile it and add it into teh jar file

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/greenstone3-extensions/vishnu/build.xml

    r10075 r10820  
    5050    <pathelement location="${catalina.home}/common/endorsed/xercesImpl.jar"/>
    5151    <pathelement path="${env.CLASSPATH}"/>
     52    <!-- if not usign this with greenstone, don't need this -->
     53    <pathelement location="${web.lib}/gsdl3.jar"/>
    5254  </path>
    5355
     
    7375    <path refid="compile.classpath"/>
    7476      </classpath>
     77      <!-- uncomment this if not in a greenstone context -->
     78      <!--<exclude name="org/**"/>-->
    7579    </javac>
    7680    <jar destfile="${build.dir}/vishnu.jar">
    7781      <fileset dir="${build.dir}">
    7882    <include name="vishnu/**"/>
     83    <include name="org/**"/>
    7984      </fileset>
    8085      <manifest>
     
    8388    </jar>     
    8489    <copy file="${build.dir}/vishnu.jar" todir="${web.lib}"/>
    85     <!--<mkdir dir="${web.classes}/vishnu/server"/>
    86     <copy file="${build.dir}/vishnu/server/VisServlet.class"
    87       todir="${web.classes}/vishnu/server"/>-->
    88 
    89 
    9090  </target>
    9191</project>
  • trunk/gsdl3/extensions/vishnu/build.xml

    r10075 r10820  
    5050    <pathelement location="${catalina.home}/common/endorsed/xercesImpl.jar"/>
    5151    <pathelement path="${env.CLASSPATH}"/>
     52    <!-- if not usign this with greenstone, don't need this -->
     53    <pathelement location="${web.lib}/gsdl3.jar"/>
    5254  </path>
    5355
     
    7375    <path refid="compile.classpath"/>
    7476      </classpath>
     77      <!-- uncomment this if not in a greenstone context -->
     78      <!--<exclude name="org/**"/>-->
    7579    </javac>
    7680    <jar destfile="${build.dir}/vishnu.jar">
    7781      <fileset dir="${build.dir}">
    7882    <include name="vishnu/**"/>
     83    <include name="org/**"/>
    7984      </fileset>
    8085      <manifest>
     
    8388    </jar>     
    8489    <copy file="${build.dir}/vishnu.jar" todir="${web.lib}"/>
    85     <!--<mkdir dir="${web.classes}/vishnu/server"/>
    86     <copy file="${build.dir}/vishnu/server/VisServlet.class"
    87       todir="${web.classes}/vishnu/server"/>-->
    88 
    89 
    9090  </target>
    9191</project>
Note: See TracChangeset for help on using the changeset viewer.