Re: DO NOT REPLY [Bug 25597] - ArrayIndexOutOfBoundsException

2005-07-02 Thread Natasha Hasmani
Thank-you for your e-mail.

Please note that i will be away from the office starting Wednesday June
29th, returning Thursday July 7th, with no access to email.  In my absence,
kindly contact Cheri Dueck at [EMAIL PROTECTED]

Kind Regards,

Natasha Hasmani
Senior Event Manager 



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



DO NOT REPLY [Bug 25597] - ArrayIndexOutOfBoundsException

2005-07-01 Thread bugzilla
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=25597.
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=25597


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-07-01 22:32 ---
This has been fixed in CVS and will be included in 4.1.32+

-- 
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]



DO NOT REPLY [Bug 25597] - ArrayIndexOutOfBoundsException

2005-06-30 Thread bugzilla
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=25597.
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=25597


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |




--- Additional Comments From [EMAIL PROTECTED]  2005-06-30 10:31 ---
The exception occurs when calling the jspc ant target with a srcdir without a 
WEB-INF root

considering the following directory structure:
c:
- src
   - myapp
  - web
  - src
  - build

with a simple .jsp file in the web dir.

The following ant target wil generate the exception 

  target name=jsp-compile-test

  property name=app-dir value=c:\src\myapp/
  property name=genjsp value=${app-dir}/build/gensrc /
  property name=web value=${app-dir}/web/

  delete dir=${genjsp} failonerror=false/
  mkdir dir=${genjsp}/

  jspc destdir=${genjsp}
 verbose=1
 srcdir=${web}
 compiler=jasper41
 classpathref=jasper.classpath
 include name=**/*.jsp/
  /jspc

   /target

However, if the dir WEB-INF exists it works fine.

Granted, it makes sense that the WEB-INF dir must exist, but a more 
userfriendly 
error message would be nice.

OS : WinXP Pro sp2
JDK : Sun 1.4.2_08
TOMCAT : 4.1.31


-- 
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]



DO NOT REPLY [Bug 25597] - ArrayIndexOutOfBoundsException

2004-06-27 Thread bugzilla
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=25597.
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=25597

ArrayIndexOutOfBoundsException

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2004-06-27 19:23 ---
There are no issues I am aware of.

Without any steps to reproduce the issue, my best guess from looking at the 
code is the command you are using is somehow malformed. I would suggest that 
the tomcat-user mailing list is the best place to seek further help.

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