RE: using ant with IBM JDK on Linux?

2001-06-03 Thread Dave Townsend
I use the IBM JDK on Linux fine with the standard setup of ant. No need to write a compiler adapter as far as I can tell. Dave Townsend <[EMAIL PROTECTED]> "Duct tape is like the Force. It has a light side, a dark side, and it holds the universe together." -Original M

RE: CWD on windows

2001-05-23 Thread Dave Townsend
Possibly the quickest way is to run ant with the -debug argument - it will list every property that is created. Most of them though are copies of the default system properties in java - look to System.getProperties() in the j2se api docs. Dave Townsend <[EMAIL PROTECTED]> "Try

RE: CWD on windows

2001-05-23 Thread Dave Townsend
>From my memory the property ${user.dir} should be the current directory. You may want to check this though. Dave Townsend <[EMAIL PROTECTED]> "To be sure of hitting the target, shoot first, and call whatever you hit the target." -Original Message- From: Shai

Appending one file to another

2001-05-18 Thread Dave Townsend
Just a quick poser. From ant how can I append the contents of one file to another. I'm currently stumped apart from using exec, but I cant seem to get that to work right now. I do development on many platforms, so exec is far from an ideal solution in any case. Dave Townsend <[EMAIL P

RE: Setting properties depending on the os

2001-05-18 Thread Dave Townsend
Aah, I had forgotten about the if property of target. That should do the job nicely. Cheers. Oh, I did look at the env.HOME bit, but my windows box at least has no such environment variable set. Dave Townsend <[EMAIL PROTECTED]> "Duct tape is like the Force. It has a light side,

Setting properties depending on the os

2001-05-17 Thread Dave Townsend
s.name} in as a dependency to the basic target, but it seems that properties cant be used there. Dave Townsend <[EMAIL PROTECTED]> "Vital papers will demonstrate their vitality by spontaneously moving from where you left them to where you can't find them."

RE: Automatically generating build files

2001-05-16 Thread Dave Townsend
requires. I did have a rough start at something to do this before I gave up, Ill pass it on if I dig it out. Basically meant I didn't have to write any serious parsing though, just relied on the parser built into javac. Dave Townsend <[EMAIL PROTECTED]> /*-SIG-*/ -Original Messag

Problem with ftp task

2001-05-15 Thread Dave Townsend
. All the directories and files etc have the same file permissions. Anybody have any thoughts why this is. Dave Townsend <[EMAIL PROTECTED]> "Duct tape is like the Force. It has a light side, a dark side, and it holds the universe together."

Javadoc problems

2001-05-14 Thread Dave Townsend
similar problem trying to use jikes with ant. Dave Townsend <[EMAIL PROTECTED]> "WARNING: Consumption of alcohol may cause an influx in the time-space continuum, whereby small (and sometimes large) gaps of time may seem to literally disappear." java.io.IOException: CreateProces