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=6119>.
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=6119

When building ejbjar for Borland Appserver ANThangs on win2000





------- Additional Comments From [EMAIL PROTECTED]  2002-06-24 23:04 -------
I use Ant to build EJB's for Borland Appserver on a daily basis. I currently use
Borland Appserver 4.5, but started with IAS 4.1 

The following snipit works for me on Win2k with Ant 1.4.1 and 1.5 with BAS 4.5

<ejbjar srcdir="${build}/${ant.project.name}"
        basejarname="${ant.project.name}"
        descriptordir="${descriptors}/${ant.project.name}">
        <include name="**/ejb-jar.jar"/>
        <borland destdir="${build}/lib/Borland" 
                generateclient="true" 
                debug="false"
                verify="on">            
        </borland>
</ejbjar> 

Jesse

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to