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=3192

*** shadow/3192 Mon Aug 20 15:43:07 2001
--- shadow/3192.tmp.25311       Mon Aug 20 15:43:07 2001
***************
*** 0 ****
--- 1,33 ----
+ +============================================================================+
+ | J2EE_HOME environment variable problem                                     |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3192                        Product: Ant                     |
+ |       Status: NEW                         Version: 1.3                     |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Minor                    OS/Version: Windows NT/2K           |
+ |     Priority: Other                     Component: Build Process           |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                   |
+ |  Reported By: [EMAIL PROTECTED]                                         |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ When you specify J2EE_HOME environment variable in small letters like for 
+ example:
+ 
+ set j2ee_home=c:\j2eesdk1.3
+ 
+ ant says it is not set. I have been using this with sun's j2ee tutorial and 
+ found this problem. 
+ 
+ When I changed that to:
+ 
+ set J2EE_HOME=c:\j2eesdk1.3
+ 
+ everything compiled just fine! I do not know, this well may be the problem 
with 
+ tutorial build.xml, but just guys to let you know. This is my first time 
+ working with ant and it is very likely I will do all my dev with it from now 
on.
+ 
+ Thanks.

Reply via email to