Since 4/29/2012 6:51:06 PM, koos1 has written 2 articles and participated in 10 conversations. koos1 signature: koos1
koos1's articles:
Items(2) /1
JUnit + System.exit(-1): Looking for alternatives1416 (4/22/2008 7:10:40 PM) comp.lang.java.programmer Hi, Background: I have an application which basically is (although very complicated) a batch script. It will run unattend from cron. The nature of intermittant problems is unimportant. The batch script fails... Koos
Stupid regex problem910 (4/5/2006 6:19:17 PM) comp.lang.java.programmer Hi, Can someone explain why Pattern.matches(".*", "123\r\n"); yields false? (Removing \r\n makes it return true) Thanks, Koos -- 43rd Law of Computing: Anything that can go wr fortune: Segmentation vio... Koos
koos1's replies:
Items(4) /1
Stupid regex problem910 (4/5/2006 6:19:17 PM) comp.lang.java.programmer Hi, Can someone explain why Pattern.matches(".*", "123\r\n"); yields false? (Removing \r\n makes it return true) Thanks, Koos -- 43rd Law of Computing: Anything that can go wr fortune: Segmentation vio... koos1(12)
JUnit + System.exit(-1): Looking for alternatives1416 (4/22/2008 7:10:40 PM) comp.lang.java.programmer Hi, Background: I have an application which basically is (although very complicated) a batch script. It will run unattend from cron. The nature of intermittant problems is unimportant. The batch script fails... koos1(12)
Extracting a String value with ANT1229 (5/27/2008 9:03:37 AM) comp.lang.java.programmer Hi, In Constants.java I keep version info of my application. I would like to use that value in ANT for naming the zip file when I package my application. What is the best way to extract a String value from a ... koos.pol(5)