Re: Can Ant Parse a Property

2007-01-29 Thread Robert Pepersack
es.jar", then I would like to break this string into two pieces at the ";;". Thanks, Bob Robert Pepersack Senior Lead Developer Maryland Insurance Administration 410-468-2054 >>> [EMAIL PROTECTED] 01/28/2007 11:13:56 PM >>> What do you exact mean by "parse

Can Ant Parse a Property

2007-01-26 Thread Robert Pepersack
Hello. I have a custom Ant task that populates a property in by build file. I would like to parse the property in the build file. Does anyone know how? If not, then I'll parse it in the custom Ant task. Thanks, Bob Robert Pepersack Senior Lead Developer Maryland Insurance Administratio

Which Class.method Does Ant Use to Strip Out \ and /

2006-10-24 Thread Robert Pepersack
Does anyone know which method in which class Ant uses to strip out slashes and back-slashes? I would like to see if I can reuse it in my own custom task. Thanks, Bob Robert Pepersack Senior Lead Developer Maryland Insurance Administration 410-468-2054

Re: Ant and the Windows Registry

2006-10-17 Thread Robert Pepersack
build file: Thanks, Bob Robert Pepersack Senior Lead Developer Maryland Insurance Administration 410-468-2054 >>> [EMAIL PROTE

Re: Ant and the Windows Registry

2006-10-17 Thread Robert Pepersack
0x1801) the space 4096K, 87% used [0x1401, 0x14391258, 0x14391400, 0x1441) Local Time = Tue Oct 17 10:11:06 2006 Elapsed Time = 1 # # The exception above was detected in native code outside the VM # # Java VM: Java HotSpot(TM) Client VM (1.4.2_03-b02 mixed mode) # Thanks, Bob Robert

Re: Ant and the Windows Registry

2006-10-17 Thread Robert Pepersack
I tried doing that by putting, roxes-win32forjava-1.0.4.jar, which contains com/roxes/win32/UrlFile, into the classpath in my build file. But I got the same error. Robert Pepersack Senior Lead Developer Maryland Insurance Administration 410-468-2054 >>> [EMAIL PROTECTED] 10/17/2006 9

Re: Ant and the Windows Registry

2006-10-17 Thread Robert Pepersack
m my build file: What am I doing wrong? Thanks, Bob Robert Pepersack Senior Lead Developer Maryland Insurance Administration 410-468-2054 >>> [EMAIL PROTECTED] 10/13/2006 9:34:42 AM

Ant and the Windows Registry

2006-10-13 Thread Robert Pepersack
asks. Has anyone used these, or know of something better? Thanks, Bob Robert Pepersack Senior Lead Developer Maryland Insurance Administration 410-468-2054 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: AW: Check to See If Directory Exists

2006-10-11 Thread Robert Pepersack
fs.MKdir.java:059:if (!dir.exists()) { oata.taskdefs.MKdir.java:060:boolean result = mkdirs(dir); I'll put a not into the manual (revision 462786). Jan >-Ursprüngliche Nachricht- >Von: Robert Pepersack [mailto:[EMAIL PROTECTED] >Gesendet: Mittwoch, 11. O

Re: Check to See If Directory Exists

2006-10-11 Thread Robert Pepersack
OK. I looked in the online documentation and read from the book "Java Development With Ant", but neither documented this behavior of . Thanks for your help, Bob Robert Pepersack Senior Lead Developer Maryland Insurance Administration 410-468-2054 >>> [EMAIL PROTECTED]

Check to See If Directory Exists

2006-10-10 Thread Robert Pepersack
this that's less verbose than a bunch of and tasks. Does anyone know how? Here's the equivalent command from a batch file: if not exist c:\myapp mkdir c:\myapp Thanks, Bob Robert Pepersack Senior Lead Developer Maryland Insurance Administration 41

RE: Need Help With Task

2006-09-13 Thread Robert Pepersack
Thanks everybody for the quick and accurate responses! I got it working. Bob Robert Pepersack Senior Lead Developer Maryland Insurance Administration 410-468-2054 >>> [EMAIL PROTECTED] 09/13/2006 1:24 PM >>> You need to use the fileset nested

Need Help With Task

2006-09-13 Thread Robert Pepersack
's the simplest: Here are the equivalent commands from the batch file (which I don't want to use any more) that archives my classes: "%JAVA_HOME%\bin\jar" cf mia_gui.jar mia\gui "%JAVA_HOME%\bin\jar" cf mia_middleware.jar mia\middleware Thanks, Ro