----- Original Message ----- 
From: "Dennis Doubleday" <[EMAIL PROTECTED]>
To: "'Ant Users List'" <[EMAIL PROTECTED]>
Sent: Thursday, July 18, 2002 8:58 AM
Subject: JspC and directory structure


> I have the jspc task working with only one issue: I don't see a way to
> preserve my jsp directory structure in the generated files. For example,
> if my tree looks like:
> 
> htdocs
>   jsp
>     wizard1
>       index.jsp
>       go.jsp
>     wizard2
>       index.jsp
>       stop.jsp
> 
> 
> then the result of jspc is one directory containing go.java, stop.java,
> and index.java. The second index.java overwrites the first one, so I can
> never compile the first one to make sure it is valid.
> 
> Can the directory structure be preserved?

It's a known jasper bug; maybe later versions will fix it. 


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

Reply via email to