Correct I use the TODO's in my JSPs but since the TODO functionality will
search from the project path they will show up TWICE in the list.  Our source
tree is something like this:

/webapps
        /api
            /src
                /com... (shared APIs and utils all apps)
        /app1
            /src
                /docroot (JSPs, HTML, images, etc)
                /com...  (app specfic sevlets and actions for struts)
            /build (ANT builds app1 to here.)
        /app2
            /src
                /docroot (JSPs, HTML, images, etc)
                /com...  (app specfic sevlets and actions for struts)
            /build (ANT builds app2 to here.)


        So my project dir is for both apps is /webapps.  My source dirs for app1 is
/webapps/api/src and /webapps/app1/src.  Our build environment will create the
build directory next to source when it compiles and generates the webapp (which
then get built into a .war)  ANT clean will remove this dir when you want a
clean rebuild.  So in my case it would be very beneficial to have the ability to
have the TODO code only search the source path.  Of course to support both camps
I it should be an optional selection in the TODO options.

-kevin



> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Guillaume
> Laforge
> Sent: Thursday, June 20, 2002 9:31 AM
> To: [EMAIL PROTECTED]
> Subject: [Eap-bugs] Re: TODO should only search the sourcepath
>
>
> I'm also developping JSP, and I DO put TODOs in my JSP too !
> TODOs can be in Classes (in source path) as well as in JSP (in project path
> or web-app path).
>
> -1 for that suggestion !
>
> And why do you put the build target dir in the project path ? Do you really
> need to do that ?
>
> Guillaume



_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to