I already have my jsps in folders like this... but thats doesn't resolve the problem of duplicate class name as jasper adds the same package name for all jsps regradless of there location.


From: Robert Leland <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
To: Struts Users Mailing List <[EMAIL PROTECTED]>
Subject: Re: Jasper Pre-Compiling JSPs with the same name
Date: Fri, 26 Sep 2003 12:08:35 -0400

Pat Quinn wrote:

Hi,

I have JSPs in seperate folders with the same name and when i try to precompile them (Using ANT) i get a duplicate class name error... as you'd expect when i pass in one class package name e.g.

I organize my JSP folders the same way I organize the java folders:
src/java/com/mycompany/servlets
web/com/mycompany/servlets

-Rob


<jasper package="com.mycompany.servlets" uriroot="jsps" webXmlFragment="jsp-fragments.xml" outputDir="src/jsp"/>


Any ideas how i might resolve this issue?


_________________________________________________________________
Add photos to your messages with MSN 8. Get 2 months FREE*. http://join.msn.com/?page=features/featuredemail



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






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


_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail



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



Reply via email to