PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3436 *** shadow/3436 Wed Sep 5 09:29:09 2001 --- shadow/3436.tmp.6687 Wed Sep 5 09:29:09 2001 *************** *** 0 **** --- 1,49 ---- + +============================================================================+ + | working well in Windows NT, but not working in Unix | + +----------------------------------------------------------------------------+ + | Bug #: 3436 Product: Ant | + | Status: NEW Version: 1.3 | + | Resolution: Platform: Sun | + | Severity: Blocker OS/Version: Other | + | Priority: Other Component: Core tasks | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + (1) My machine is (uname -a) + SunOS tritron 5.8 Generic_108528-09 sun4u sparc SUNW,Ultra-5_10. + I have installed jdk1.3.1 (j2se) and j2sdkee1.3. They work well. + (2) My example is j2eetutorial by Monica etc., (have examples bookstore1, + bookstore2, bookstore3, and bank etc.,) + (3) The complete information of the bug is: + $ ant hello1 + Buildfile: build.xml + + init: + + BUILD FAILED + + /export/home/hzhou/j2eetutorial-3/examples/src/build.xml:18: + /export/home/hzhou/j2eetutorial-3/examples/src/build.xml:18: + java.lang.StringIndexOutOfBoundsException: String index out of range: -1 + --- Nested Exception --- + /export/home/hzhou/j2eetutorial-3/examples/src/build.xml:18: + java.lang.StringIndexOutOfBoundsException: String index out of range: -1 + --- Nested Exception --- + java.lang.StringIndexOutOfBoundsException: String index out of range: -1 + at java.lang.String.substring(String.java:1525) + at + org.apache.tools.ant.taskdefs.Property.loadEnvironment(Property.java:248) + at org.apache.tools.ant.taskdefs.Property.execute(Property.java:172) + at org.apache.tools.ant.Target.execute(Target.java:153) + at org.apache.tools.ant.Project.runTarget(Project.java:898) + at org.apache.tools.ant.Project.executeTarget(Project.java:536) + at org.apache.tools.ant.Project.executeTargets(Project.java:510) + at org.apache.tools.ant.Main.runBuild(Main.java:421) + at org.apache.tools.ant.Main.main(Main.java:149) + + Total time: 1 second
