no. It's a "feature". I see two options:
1) come up with a solution that fixes your problem (I'm not quite sure what the
problem is, so no help :/)
2) circumvent the problem
(rename the jar containing your servlet files to servlet.jar)
cheers,
- Leo
On Tue, 02 April 2002, "Carsten Ziegeler" wrote:
>
> 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
__________________________________________
Launch your own web site Today!
Create a Web site for your family,
friends, photos, or a special event.
Visit: http://www.namezero.com/sitebuilder
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>