Re: Using compiled classes later in build?

2001-05-01 Thread dhay
ervlet.jar: Would appreciate any input! thanks, Dave "David_Hay/Lex/Lexmark.LEXMARK"@sweeper.lex.lexmark.com on 04/30/2001 11:36:33 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Re: Using compiled classes later in bui

RE: Using compiled classes later in build?

2001-04-30 Thread Diane Holt
--- David Scassa <[EMAIL PROTECTED]> wrote: > Diane, > > Have you considered relocating to the Austin Area? :) (hint hint) Can't say as I have (although if the power runs out this summer, I may have to consider moving somewhere) -- but I'm really excellent at telecommuting :) Diane = ([E

RE: Using compiled classes later in build?

2001-04-30 Thread David Scassa
Diane, Have you considered relocating to the Austin Area? :) (hint hint) -Dave -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 5:15 PM To: [EMAIL PROTECTED] Subject: Re: Using compiled classes later in build? --- [EMAIL PROTECTED] wrote

Re: Using compiled classes later in build?

2001-04-30 Thread Diane Holt
--- [EMAIL PROTECTED] wrote: > Does anyone know if it is possible to have Ant display a directory list? > That way I could see if the files have been compiled and are available > to the JspC step? Well, you could a directory listing. It's not very platform-independent (since you're exec'ing a c

Re: Using compiled classes later in build?

2001-04-30 Thread dhay
: Using compiled classes later in build? (Document link: David Hay) Hi Nico, Yep, agree it should work!! One thing I forgot to mention is that if I run Ant twice (exactly the same file etc.) it only compiles some of the jsp's the first time, but ALL of them the second! The ones it doesn'

Re: Using compiled classes later in build?

2001-04-27 Thread dhay
TED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Re: Using compiled classes later in build? - 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 bu

Re: Using compiled classes later in build?

2001-04-27 Thread Nico Seessle
- 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

Using compiled classes later in build?

2001-04-27 Thread dhay
Hi everyone. 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