No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: I'm not sure I'm following the details of the problems you are having, but more generally, have a look at the [new] "ProcessBuilder" class in the standard java API docs. It gives you better control over the command line arguments and also the working directory that the process appears to … | |
Re: [I] What's the [/I][I]right way to do conditional execution without resorting to goto-ing a target with a depends= and if= clause?[/I] Unfortunately, I think that's really the way it works. I write and maintain a lot of Ant code and I've had to resort to that (double target call with … | |
Re: I don't know if you've posted in other forums, but Java cannot give you the things you are looking for... that's the job of the operating system itself, and that generally means you need to write it in C (which you can then link in to Java via JNI, if … |
The End.