You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2001/07/24 22:56:04 UTC

[Bug 2762] - Doesn't support JDK 1.3.1 ?

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2762

*** shadow/2762	Tue Jul 24 02:07:07 2001
--- shadow/2762.tmp.24000	Tue Jul 24 13:56:04 2001
***************
*** 2,9 ****
  | Doesn't support JDK 1.3.1 ?                                                |
  +----------------------------------------------------------------------------+
  |        Bug #: 2762                        Product: Ant                     |
! |       Status: NEW                         Version: 1.3                     |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
  |     Priority: Other                     Component: Build Process           |
  +----------------------------------------------------------------------------+
--- 2,9 ----
  | Doesn't support JDK 1.3.1 ?                                                |
  +----------------------------------------------------------------------------+
  |        Bug #: 2762                        Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.3                     |
! |   Resolution: FIXED                      Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
  |     Priority: Other                     Component: Build Process           |
  +----------------------------------------------------------------------------+
***************
*** 22,25 ****
  available...." I tried almost everything, but still couldn't get it work... 
  In the end, I reinstall back to JDK1.3, and it works again !! 
  
! Where has gone wrong ? Ant ? or JDK ?
--- 22,35 ----
  available...." I tried almost everything, but still couldn't get it work... 
  In the end, I reinstall back to JDK1.3, and it works again !! 
  
! Where has gone wrong ? Ant ? or JDK ?
! 
! ------- Additional Comments From sbailliez@imediation.com  2001-07-24 13:56 -------
! This message typically happens when tools.jar is not in the classpath.
! tools.jar is set in the launch script, it is located at %JAVA_HOME%
! \lib\tools.jar and will not be in the system classpath if...it does not exist.
! 
! Could you please check that your environment is OK ?
! 
! I'm setting the resolution as 'fixed' since we are about 30 developers to use 
! JDK 1.3.1 in my company and I'm using it also at home...