I need to include the commons-dbcp in my war to make this work.
Jan
----- Original Message -----
From: "Jan Agermose" <[EMAIL PROTECTED]>
To: "Jakarta Commons Users List" <[EMAIL PROTECTED]>
Sent: Sunday, March 02, 2003 2:46 PM
Subject: Re: jcol files in wars
> this is my ant task and I did check, the jocl file is in place:
> <war destfile="${war.file}" webxml="${conf.src}/web.xml">
> <webinf dir="${conf.gen}">
> <include name="server-config.wsdd"/>
> </webinf>
> <classes dir="${java.out}">
> <include name="**/*.class"/>
> <include name="**/*.conf"/>
> <include name="**/*.properties"/>
> <include name="**/*.xml"/>
> <include name="**/*.jocl" />
> <exclude name="**/client/*.class"/>
> </classes>
> <lib dir="${lib}">
> <include name="**/*.jar"/>
> <exclude name="**/servlet.jar"/>
> <exclude name="**/*-ant.jar"/>
> <exclude name="**/junit.jar"/>
> <exclude name="**/mail.jar"/>
> <exclude name="**/xercesImpl.jar"/>
> </lib>
> <fileset dir="src/web"/>
> </war>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]