Removed mysql-driver dependency in classpath in build.xml.
This commit is contained in:
parent
b7f0d544eb
commit
d6ae46d93d
1 changed files with 3 additions and 3 deletions
|
@ -13,16 +13,16 @@
|
||||||
<property name="config" value="${basedir}/local-config"/>
|
<property name="config" value="${basedir}/local-config"/>
|
||||||
|
|
||||||
<!-- Configure up the classpath -->
|
<!-- Configure up the classpath -->
|
||||||
<path id="classpath">
|
<!--<path id="classpath">
|
||||||
<fileset dir="${basedir}/lib">
|
<fileset dir="${basedir}/lib">
|
||||||
<include name="**/*.jar"/>
|
<include name="**/*.jar"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</path>
|
</path>-->
|
||||||
|
|
||||||
|
|
||||||
<target name="compile" description="Compile web application">
|
<target name="compile" description="Compile web application">
|
||||||
<mkdir dir="${build}/WEB-INF/classes"/>
|
<mkdir dir="${build}/WEB-INF/classes"/>
|
||||||
<javac srcdir="${source}/java" destdir="${build}/WEB-INF/classes" classpathref="classpath" debug="on" listfiles="no"/>
|
<javac srcdir="${source}/java" destdir="${build}/WEB-INF/classes" debug="on" listfiles="no"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<!-- <target name="test" description="Testing" depends="compile">
|
<!-- <target name="test" description="Testing" depends="compile">
|
||||||
|
|
Loading…
Reference in a new issue