Hi, Currently, when you want to activate the JSP TAG completion feature in IDEA-EAP you need to define a webapp location in the project configuration. This feature works great in a development tree which has a similar layout to the final production webapp tree:
i.e.: /webapp /webapp/WEB-INF /webapp/WEB-INF/classes /webapp/WEB-INF/lib ..etc I'm developing web applications with a different tree layout. I use an ant build script to compile the code and transfer the resulting classes and JSP files to the correct locations in a newly created webapp folder. My development tree is like: /src /src/java /src/java/nl /src/java/nl/usmedia/ /src/java/nl/usmedia/..etc /src/conf - foo.tld - bar.tld - web.xml /src/etc - schema.sql /src/xml /src/web - index.jsp After a build the following directories ar ecreated: /build /webapp during developemnt my ".tld" files reside in the /src/conf directory, and my JSP files are located in the /src/web directory. I think it would be great if I could tell to IDEA to use the .tld files from a directory I specify in the project properties dialog window. Now I have to create a WEB-INF folder and put the TLD inside this directory. Somethign which is correct for the final product, but not during development. Sincereley, Joel Wijngaarde -- Us Media t: +31 20 428 6868 f: +31 20 470 6905 w: http://www.usmedia.nl _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
