RE: ejbjar compiler="jikes" vs. compiler="java"

2001-09-06 Thread Niels Verdonk
You could try putting the %JAVA_HOME%\lib\rt.jar in your classpath -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 06, 2001 3:17 PM To: [EMAIL PROTECTED] Subject: ejbjar compiler="jikes" vs. compiler="java" Hi, I am trying to use compile

RE: Timing

2001-09-03 Thread Niels Verdonk
Check out: http://sourceforge.net/projects/cruisecontrol/ > -Original Message- > From: Roland Carlsson [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 03, 2001 9:32 AM > To: [EMAIL PROTECTED] > Subject: Timing > > > Hi! > I haven't found support for timing in Ant. Is there somethin

RE: task & nested element

2001-08-13 Thread Niels Verdonk
I just mentioned what a BEA consultant explicitly pointed out to me. I din't have to use the tag, so I'm afraid I won't be able help you there. If you would use a library, e.g. xalan-j, in you bean, would you put it in you bean class as well? What I'm trying to say is, why not just distribute a

RE: task & nested element

2001-08-10 Thread Niels Verdonk
> -Original Message- > From: Brian Sheehan [mailto:[EMAIL PROTECTED]] > Sent: Friday, August 10, 2001 12:43 PM > > Hi, > I'm trying to use the task (with the nested > task). The > ejb I want to build uses several other utility classes from > my build tree, > so these need to be includ

RE: Jikes and ANT's optional ejbc task (was: external compiler task)

2001-07-25 Thread Niels Verdonk
Hi, Using jikes we managed to bring our full buildtime down from 75mins to 9mins After that we started to use the depend task to do an incremental build which sped up development even more: > I have a question related to this: we're already using jikes > to do the bulk > of our Java compila

RE: WebLogic 5.1 deployment fails if the j2ee.jar isn't set in the en vironment classpath.

2001-07-18 Thread Niels Verdonk
Hi, A Weblogic Consultant warned me for putting j2ee.jar in the classpath. Weblogicaux.jar should be enough. If you still need it, it should come after weblogixaux.jar otherwise you can get strange behaviour, also for the server classpath. I hope this helps, Niels > -Original Message-