----- Original Message -----
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, April 27, 2001 7:44 PM
Subject: Using compiled classes later in build?


> I am using Ant to build my web app.  After building all my classes, I try
to
> pre-compile my jsp's with JspC (Tomcat).  This is fine for some of the
jsp's,
> but those which have custom tags which were compiled in the previous step
come
> out with a size of 0!
>
> I believe the problem is something to do with using the compiled classes
later
> in the build, but I do not understand why this would be a problem.  I have
moved

> It seems like there should be a way to do this in go!!
>

You are right, and normally it should work.

Can you give us more details of the steps in your build.xml or post the
relevant parts of your build.xml? Are you sure the classes you compile in
the first step are compiled to a location that is in the classpath of your
jspc-compilation?

Nico


Reply via email to