derby Classpath issue

2012-01-19 Thread Knuplesch, Juergen
Hello, I was creating an ANT-task that is using derby.jar as jdbc driver. I put derby.jar in the front of the classpath of my task. But every time I tried to reload sth. into my derby database it failed: sth. like "JDBC driver not found" Yesterday I found a workaround for my problem: I

Re: Update property value in file and retaining format.

2012-01-19 Thread Klaus Malorny
On 18/01/12 17:46, Nehal Patel wrote: Nice, this was the solution! Frankly this is a bit more advanced that i know. I don't know the following: What the "^" means. What the "$" means. What the "\1" means. All you want to know about regular expressions and even more: http://www.regular-expr

RE: Update property value in file and retaining format.

2012-01-19 Thread Emma Burrows
Well answered, Harold. :) Regular expressions can be a little daunting when you first start looking at them, but they're very powerful once you've wrapped your head around how they work. And I'm finding that they pop up *everywhere* these days! -Original Message- From: Harold Putman [m