Bug 14901 - [PATCH] Stub Generation enhancement for Borland J2EE servers.
Summary: [PATCH] Stub Generation enhancement for Borland J2EE servers.
Status: NEW
Alias: None
Product: Ant
Classification: Unclassified
Component: Optional Tasks (show other bugs)
Version: 1.5.1
Hardware: Other other
: P3 enhancement (vote)
Target Milestone: ---
Assignee: Ant Notifications List
URL:
Keywords: PatchAvailable
Depends on:
Blocks:
 
Reported: 2002-11-27 16:27 UTC by Benoit Moussaud
Modified: 2009-07-30 07:23 UTC (History)
0 users



Attachments
.java file and the associated documentation (4.43 KB, patch)
2002-11-27 16:27 UTC, Benoit Moussaud
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benoit Moussaud 2002-11-27 16:27:08 UTC
add a new optional attribut on the borland specific EJB task: separatedcall
If true, the stubs of a given EJB will be generated by launching one 
java2iiop.exe command. This option is usefull if you have a lot of EJB in your 
Deployement Descriptor. In this case the computed command line may overflow OS 
limits (ex Win2000).
Comment 1 Benoit Moussaud 2002-11-27 16:27:36 UTC
Created attachment 3966 [details]
.java file and the associated documentation