Hi,
I am using Ant to call a bunch of makefiles (C,
C++)and log output of the make to different log files
accordingly.
On linux, sometimes ant hangs on creating these log
files and happens randomly. I am using the same set of
ant files for building modules on Windows and I do not
have these problem
Sounds like a job for Ant-Contrib's . Or assuming you use JDK
1.4.*, a
Nasty regexp, but here's my solution:
At 04:24 PM 9/9/2003, you wrote:
Does anyone have any suggestions for converting the following bash script
to an equivalent set of ANT Targets?
The basic idea is to take a path of the form
./QA/
That approach sounds like the right thing to me.
-Matt
--- Ken Gentle <[EMAIL PROTECTED]> wrote:
> Does anyone have any suggestions for converting the
> following bash script
> to an equivalent set of ANT Targets?
>
> The basic idea is to take a path of the form
>
> ./QA/3.04.10-01/dist/
I'm running the standard and tasks. IOW?
I have weblogic.jar and j2ee12.jar in my classpath for the build, but those
jars aren't in the ANT classpath. I found that if I set a CLASSPATH env
var, and put those two jars in it, everything works fine. No network
connection needed. Can I update A
Try this, it's what I've been using until I figure out something better.
Take a copy of the weblogic.jar file and strip everything out but the dtds.
Put that in %ANT_HOME%\lib. Give that a shot.
-Original Message-
From: Patrick Martin [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 09,
Does anyone have any suggestions for converting the following bash script
to an equivalent set of ANT Targets?
The basic idea is to take a path of the form
./QA/3.04.10-01/dist/Scripts/zz-Post-Install.sql
and turn it into
./PROD/3.04.10/dist/Scripts/01-zz-Post-Install.sql
I'm heading down t
Yes Ciramella, I thought that maybe messages are being scanned for the
current virus issues or something. Or some other screening is going on.
But it definitely has slowed down quite a bit.
Vikas
-Original Message-
From: Ciramella, EJ [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 0
I'm running the standard and tasks. IOW?
I have weblogic.jar and j2ee12.jar in my classpath for the build, but those
jars aren't in the ANT classpath. I found that if I set a CLASSPATH env
var, and put those two jars in it, everything works fine. No network
connection needed. Can I update