AW: [Junit] throws NullPointerException

2005-10-23 Thread Wunderlich, Patrick
> > Looks as if something in your testcase was writing to > System.out before Ant starts the tests. A static block maybe? > But is working?! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

Re:

2005-10-23 Thread Greg Winton
> I am trying: > > > > > > > but still no match. Change "[A-Z0-9]" to "[A-Z0-9]+". Also, your parentheses are still such that you will be appending ""kalle"" to the entire string. You can simplify the logic a bit since the first part of the match will not change. > > > > This could be f

Ant task to kill running processes ?

2005-10-23 Thread Rajesh Rajasekaran
I need an ant task which can look up for a running process, say a java process and kill it. The main thing is , I want this to be platform independent, to run on unix, windows , solaris etc. rajesh