We have successfully compiled our jsp pages into java files. However, in several cases we have jsp pages in different directories with the same name. When we run the jspc task from within Ant 1.5.1, it does not append the directory path to the package name. As such, javac throws exceptions regarding duplicate classnames when we try to compile the java files into class files.
Outside of renaming the jsp files, has anyone encountered this issue and have a solution? Or are we just missing something. Thanks in advance for any assistance, -Scott -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
