Hi,

today I tried to build logkit and it was much easier than building excalibur
yesterday :)

But I had problems with the optional classes for servlets. From the build
file:

  <property name="servlet.jar" value="${lib.dir}/servlet.jar"/>

  <path id="project.class.path">
    <pathelement path="${java.class.path}" />
    <pathelement location="${junit.jar}"/>
    <pathelement path="${servlet.jar}" />
    <pathelement path="${j2ee.jar}" />
    <pathelement path="${jdbc.driver.jar}" />
    <fileset dir="${lib.dir}">
      <include name="*.jar" />
      <exclude name="servlet*.jar" />
    </fileset>
    <pathelement path="${build.classes}" />
  </path>

So if my servlet classes are not in a jar named servlet.jar in the lib
directory
I have some problems as it is exclude (exclude name="servlet*.jar").
Is this by intention?

Carsten


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to