RE: ejbjar: Exception while calling weblogic.ejbc20

2002-12-26 Thread Li, Jerry
The following code works for us to compile a generic ejb jar into weblogic ejb jar. Remember do not put those class files which are inside the jar files into COMMON_COMPILE_CLASSPATH. Put \bin into your system PATH as well.

RE: Running out orf memory

2002-11-18 Thread Li, Jerry
we used the following before. -Xms512m -Xmx512m -XX:MaxPermSize=128m -Original Message- From: Wade Peeler [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 5:00 PM To: [EMAIL PROTECTED] Subject: Running out orf memory We're trying to compile a project consisting of several hun

cruisecontrol vs anthill

2002-10-12 Thread Li, Jerry
we want to implement a controlled continuous build process using an open source. Cruisecontrol and Anthill are the first candidates in our list. Is there anybody who could give me a comparison of those two? Appreciate your help. jerry

RE: start process

2002-10-01 Thread Li, Jerry
I think I have posted a solution down here a few weeks ago. Seems you have not seen it, here I post it again. step 1: use exec task step 2: put the following inside your *.bat/*.cmd file

RE: how to escape & in ant ---- how to launch startWebLogic.sh and startWebLogic.cmd

2002-09-23 Thread Li, Jerry
. Jerry Li -Original Message- From: Diane Holt [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 6:31 PM To: Ant Users List Subject: RE: how to escape & in ant --- "Li, Jerry" <[EMAIL PROTECTED]> wrote: > how do I run a shell script on UNI

RE: how to escape & in ant

2002-09-20 Thread Li, Jerry
002-09-20 at 19:05, Li, Jerry wrote: > How Could I escape & in ant and make this target to work? I'm not sure what you mean by "escape" but you can use the task to start a Weblogic server. http://jakarta.apache.org/ant/manual/OptionalTasks/ejb.html#wlrun Jesse -- Jess

how to escape & in ant

2002-09-20 Thread Li, Jerry
Hi, All: I have a target as shown below: ===

RE: how to start a DOS process in parallel to ant

2001-12-13 Thread Li, Jerry
: how to start a DOS process in parallel to ant Try using start instead of cmd, that might work. "Li, Jerry" wrote: > Hi, there: > > is there any way to let the last echo target get executed without stopping > weblogic? > The problem I am facing

how to start a DOS process in parallel to ant

2001-12-13 Thread Li, Jerry
Hi, there: is there any way to let the last echo target get executed without stopping weblogic? The problem I am facing now is that the last echo target gets displayed only after I stop weblogic in another DOS shell. My goal is to implement a parallel process of weblogic while ant script continue

RE: Setting Location of Jikes inside Build.xml

2001-12-13 Thread Li, Jerry
Hi, Jan: Sorry for not testing before I sent to you. Under my case, I have set up the path to jikes inside ant.bat which is used to launch the build. I have never tested before. Jerry -Original Message- From: Jan Diller [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 13, 2001 12:58

RE: Setting Location of Jikes inside Build.xml

2001-12-12 Thread Li, Jerry
See if the following snippet does the right thing for you. build.properites my.java.compiler=C:\\IBM\\java\\bin\\jikes optionally, you do not have to use a properties file. Jerry -Original Message- From: David Medinets [mailto:[EMAIL PROTEC

RE: Substring or Substitution in ANT

2001-12-04 Thread Li, Jerry
result of the pathconvert ? -Original Message- From: Li, Jerry [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 3:23 AM To: 'Ant Users List' Subject: RE: Substring or Substitution in ANT Believe or not, I am using pathconve

RE: Substring or Substitution in ANT

2001-12-03 Thread Li, Jerry
Believe or not, I am using pathconvert to get substring of tempPathName: Here I am actually getting the remaining part of tempPathName after ${PRODUCT_ROO

RE: Scope of a property

2001-11-28 Thread Li, Jerry
I want to discuss a little bit more on this. >From what I understand, a property within a target will not be available to another target unless there is a dependence. For example, the above echo will not display any. However, the following will work But any

RE: Lock PVCS files using ant

2001-10-23 Thread Li, Jerry
Title: Lock PVCS files using ant Hi, Detlef: Could you please give those task defs? We are here using PVCS as well.   thanks,   Jerry   [EMAIL PROTECTED] -Original Message-From: Detlef Brendle [mailto:[EMAIL PROTECTED]]Sent: Tuesday, October 23, 2001 12:33 PMTo: [EMAIL PROTE

RE: retrieve env vars thru ant

2001-10-19 Thread Li, Jerry
I am working on Windows 2000. Below is my implementation to get an system env from ant. jerry -Original Message---

RE: stupid question

2001-10-19 Thread Li, Jerry
Title: stupid question In windows world, there is no working sleep batch function, However, you could use a loop.   Jerry -Original Message-From: Barry Jia [mailto:[EMAIL PROTECTED]]Sent: Friday, October 19, 2001 8:40 AMTo: '[EMAIL PROTECTED]'Subject: stupid question I ha