adampreston12 / gwt-examples

Automatically exported from code.google.com/p/gwt-examples
0 stars 0 forks source link

Off by one error when no .*compile present #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. If you do not have a .*compile file the for loop will go out of bounds
in TomcatWarBuilder.java line 1023:
    for (int i = 0; i <= list.length; i++) {

change to i<list.length

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Mac OSX 10.5.6

Please provide any additional information below.

Original issue reported on code.google.com by king.fer...@gmail.com on 3 Feb 2009 at 2:00

GoogleCodeExporter commented 9 years ago
no longer needed

Original comment by branflak...@gmail.com on 5 Apr 2010 at 6:54