DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38095>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38095 ------- Additional Comments From [EMAIL PROTECTED] 2006-01-03 16:10 ------- now that the ant guys helped my how to place the Xlint (thx!), I get [javac] \build\jspC\org\apache\jsp\build\ jsp\listinbox_005fen_jsp.java:14: warning: [unchecked] unchecked call to add(E) as a member of the raw type java.util.Vector [javac] _jspx_dependants.add("/WEB-INF/lib/struts-bean.tld"); [javac] ^ ... [javac] _jspx_dependants.add("/WEB-INF/lib/struts-html.tld"); ... [javac] _jspx_dependants.add("/WEB-INF/lib/struts-logic.tld"); ... that is obviously caused in the jsp by my <%@ taglib uri="/WEB-INF/lib/struts-bean.tld" prefix="bean" %><%@ taglib uri="/WEB-INF/lib/struts-html.tld" prefix="html" %><%@ taglib uri="/WEB-INF/lib/struts-logic.tld" prefix="logic" %> prefix. But this is as per the example in http://struts.apache.org/struts-taglib/indexedprops.html what should this look like? Should this be re-assigned to struts? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]