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

*** shadow/609  Wed Feb 14 12:20:35 2001
--- shadow/609.tmp.939  Thu Feb 15 06:17:54 2001
***************
*** 2,11 ****
  | Classpath not being set correctly                                          |
  +----------------------------------------------------------------------------+
  |        Bug #: 609                         Product: Ant                     |
! |       Status: NEW                         Version: 1.2                     |
! |   Resolution:                            Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
! |     Priority:                           Component: Core                    |
  +----------------------------------------------------------------------------+
  |  Assigned To: [EMAIL PROTECTED]                                   |
  |  Reported By: [EMAIL PROTECTED]                                             
   |
--- 2,11 ----
  | Classpath not being set correctly                                          |
  +----------------------------------------------------------------------------+
  |        Bug #: 609                         Product: Ant                     |
! |       Status: RESOLVED                    Version: 1.2                     |
! |   Resolution: WORKSFORME                 Platform: PC                      |
  |     Severity: Normal                   OS/Version: Windows NT/2K           |
! |     Priority: High                      Component: Core                    |
  +----------------------------------------------------------------------------+
  |  Assigned To: [EMAIL PROTECTED]                                   |
  |  Reported By: [EMAIL PROTECTED]                                             
   |
***************
*** 33,36 ****
  
CLASSPATH=.;C:\oracle\jdbc\lib\classes12_01.zip;c:\oracle\jdbc\lib\classes\nls_c
  harset12_01.zip
  
! Only the "classes12_01.zip" path is being included in the ant classpath.
--- 33,41 ----
  
CLASSPATH=.;C:\oracle\jdbc\lib\classes12_01.zip;c:\oracle\jdbc\lib\classes\nls_c
  harset12_01.zip
  
! Only the "classes12_01.zip" path is being included in the ant classpath.
! 
! ------- Additional Comments From [EMAIL PROTECTED]  2001-02-15 06:17 -------
! My guess is that c:\oracle\jdbc\lib\classes\nls_charset12_01.zip is not there.
! Ant drops entries from the CLASSPATH that do not exist as such entries result 
in
! annoying warnings.

Reply via email to