Search:

Type: Posts; User: goldest

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    10,030

    [SOLVED] [SOLVED]Re: Redirect command prompt output to log file.

    Marking it as solved.

    Thanks for your support everyone!

    Goldest
  2. Replies
    9
    Views
    10,030

    [SOLVED] Re: Redirect command prompt output to log file.

    Yeah, seems like the same thing. There is actually one ant file but it doesn't have any extension and there is this ant.bat file as well. And may be the ant.bat file is the one which is running on...
  3. Replies
    9
    Views
    10,030

    [SOLVED] Re: Redirect command prompt output to log file.

    Here you go helloworld922


    import java.io.*;
    import java.util.logging.*;

    public class RunAnt {
    public static void main(String args[]) {

    try {
  4. Replies
    9
    Views
    10,030

    [SOLVED] Re: Redirect command prompt output to log file.

    Not Unix/Linux, I am on Windows

    It's Windows Vista Business to be more specific. And I am talking about running the ant script through Windows command prompt.

    Goldest
  5. Replies
    9
    Views
    10,030

    [SOLVED] Re: Redirect command prompt output to log file.

    Well,

    There is no code written by me as such. I was just trying to install jBPM with Tomcat through the sample build.xml provided by the vendor jBoss itself.

    Command which I ran is ant...
  6. Replies
    9
    Views
    10,030

    [SOLVED] [SOLVED]Redirect command prompt output to log file.

    Hi all,

    I am running a big build.xml through ant script. What I want to do is to have the console output printed to console as well as another log file which I can use for my reference.

    I tried...
Results 1 to 6 of 6