RE: Windows authentication

2010-11-03 Thread Moore, Kent
This routine works for us to authenticate and copy to Windows machines - SKent x8014 -Original Message- From: Ludwig, Michael [mailto:michael.lud...@delphi-mb.de] Sent: Wednesday, No

RE: Proper way to translate list of jars from properties file into classpath

2010-10-16 Thread Moore, Kent
We define each reference in a single line of build.properties, then in build.xml do an amalgamation of the references into different patternsets which have different meanings. That gives us the flexibility to use some references in the build time classpath, but not include them in the war/ear, an

RE: How to check if available java version is higher equal than a required java version?

2010-07-27 Thread Moore, Kent
Another option is to add a routine like this to the init target - -Original Message- From: jan.mate...@rzf.fin-nrw.de [mailto:jan.mate...@rzf.f

RE: Copying external file into WAR

2010-02-13 Thread Moore, Kent
No need to copy stuff around when creating archives - pick it up from wherever it is. To include stuff in the WEB-INF folder, see the webinf section of the war man page --> http://ant.apache.org/manual/CoreTasks/war.html. End up with something like this:

RE: Timestamps and finding the difference (mm:ss)

2010-01-21 Thread Moore, Kent
Let ant calculate the duration of the target for you - http://ant-contrib.sourceforge.net/tasks/tasks/performance_monitor.html SKent x8014 -Original Message- From: Mario Madunic [mailto:mario_madu...@newflyer.com] Sent: Thursday, January 21, 2010 11:00 AM To: Ant Users List Su

RE: Best way to have script fail if not using new enough JDK?

2009-12-20 Thread Moore, Kent
We enforce the java version using one of these two routines in our init target: or, to allow a minimum java version -

RE: Regular expression for deleting new lines with Ant

2009-11-19 Thread Moore, Kent
Will "fixcrlf" help with at least some of what you are trying to accomplish? http://ant.apache.org/manual/CoreTasks/fixcrlf.html -Original Message- From: christoforever [mailto:christofore...@gmail.com] Sent: Thursday, November 19, 2009 1:20 PM To: user@ant.apache.org Subject: Regular e

RE: copy task and file name case problem

2009-07-15 Thread Moore, Kent
If the source is coming from a ClearCase view on a Windows machine where the ClearCase server is hosted by UNIX, I think it is likely an inter-op issue which can be resolved with a ClearCase setting. On the Windows ClearCase Client - Start -> Settings -> Control Panel -> ClearCase -> and sele

RE: Help with war task

2009-06-04 Thread Moore, Kent
Setup different lib dir definitions in the war task and collect the references from where ever they happen to be: The combined set of references from the three folder

RE: Gunzip error

2009-01-22 Thread Moore, Kent
Hardcode the gunzip src value as /users/build/main/release/AIX.tgz instead of using properties. If that works, a property value likely has a tab at the end of its definition. That makes the process look for "file " instead of "file" and would explain why ANT doesn't see the file when it is re

RE: Ant Target timing

2008-04-08 Thread Moore, Kent
Confirm the inclusion of ant-contrib.jar in the classpath, and pass a listener parameter to the build command: http://ant-contrib.sourceforge.net/tasks/tasks/performance_monitor.html SKent x8014 From: Tom Henricksen [mailto:[EMAIL PROTECTED] Sent: Tue 4/8/2

RE: Using ANT via Remote Desktop

2007-08-23 Thread Moore, Kent
Every other product works. I worked with a third person and found they did not have the problem. So I started looking into differences in the machines. After a little poking around I determined the difference was the two machines where it wasn't working had an environment variable (ANT