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/19 20:46:53 UTC

[Bug 2694] New: - Ant seems to be incompatable with Java 1.4

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

*** shadow/2694	Thu Jul 19 11:46:53 2001
--- shadow/2694.tmp.8290	Thu Jul 19 11:46:53 2001
***************
*** 0 ****
--- 1,21 ----
+ +============================================================================+
+ | Ant seems to be incompatable with Java 1.4                                 |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2694                        Product: Ant                     |
+ |       Status: NEW                         Version: 1.3                     |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Normal                   OS/Version: Windows NT/2K           |
+ |     Priority: Other                     Component: Build Process           |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: ant-dev@jakarta.apache.org                                   |
+ |  Reported By: darrinps@hotmail.com                                         |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ While using Merlin (Java 1.4) Ant was unable to perform a build which worked 
+ fine while using Java 1.3.  All files could be compiled on the command line 
+ using Java 1.4 (without Ant) so there was no problem with the setup of it.  The 
+ only problem was when Ant was used to build the files.  It seemed work when we 
+ gave the fully qualified path to the files being compiled.