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 2002/02/03 18:13:55 UTC

DO NOT REPLY [Bug 3954] - blgenclient task fails when debug is enabled

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3954>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

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

blgenclient task fails when debug is enabled





------- Additional Comments From jesse@cryptocard.com  2002-02-03 17:13 -------
The BorlandGenerateClient <blgenclient> task does not directly call the
java2iiop tool. It calls either calls into
com.inprise.server.commandline.EJBUtilities or uses the iastool executable. 

"-trace" is a valid argument for EJBUtilities & iastool in version 4.1 & 4.5 of
Borland App Server. <ejbjar> creates a <blgenclient> task when
'generateclient="true"' is specified in the buildfile, so both ant tasks use the
same code.

I have have run these 2 snippets on Linux (JDK1.3, Ant 1.4.1, appserver 4.1) &
Win2000 (JDK 1.4, Ant 1.5 CVS, appserver 4.5). I was unable to reproduce the
error. I also tested debug off & fork mode for <blgenclient>.


<blgenclient ejbjar="${dist}/lib/Borland/${ant.project.name}-ejb.jar" 
	clientjar="${dist}/lib/Borland/${ant.project.name}-client.jar" 
	debug="true" 
	mode="java">
</blgenclient>

        
<ejbjar srcdir="${build}/${ant.project.name}"
	basejarname="${ant.project.name}"
	descriptordir="${descriptors}/${ant.project.name}">
	<borland destdir="${dist}/lib/Borland" 
		generateclient="true" 
		debug="true"
		verify="on">		
	</borland>
</ejbjar>

In order to investigate the problem further I would need to see the
-debug output, specifically the "Execute:Java13CommandLauncher: " output.


Jesse

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>