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? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>