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/27 10:36:54 UTC

[Bug 2852] New: - option to specify which compiler the EJBC task uses

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

*** shadow/2852	Fri Jul 27 01:36:54 2001
--- shadow/2852.tmp.25590	Fri Jul 27 01:36:54 2001
***************
*** 0 ****
--- 1,30 ----
+ +============================================================================+
+ | option to specify which compiler the EJBC task uses                        |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2852                        Product: Ant                     |
+ |       Status: NEW                         Version: 1.3                     |
+ |   Resolution:                            Platform: All                     |
+ |     Severity: Enhancement              OS/Version: All                     |
+ |     Priority: Other                     Component: Optional Tasks          |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: ant-dev@jakarta.apache.org                                   |
+ |  Reported By: peter.vandenberk@flutter.com                                 |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ when using the ddcreator and ejbc task for
+ building a Weblogic 4.5.1 application, it
+ would be very useful to be able to make the
+ ejbc compiler use jikes for compilation of 
+ the generated java code...  at the moment,
+ there doesn't appear to be an option on the
+ ejbc task to specify the build compiler
+ 
+ Related to this issue, Conor MacNeill (conor@cortexebusiness.com.au) wrote:
+ > As Niels Verdonk pointed out, you can use the 
+ > compiler attribute of <ejbjar>. I thought I'd 
+ > also let you know that in 1.4, <ejbjar> will
+ > automatcially check if build.compiler is set to 
+ > Jikes and use Jikes if it is. You can turn off 
+ > this behaviour.