Search:

Type: Posts; User: cipm66

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    5,708

    Re: Reading ant output when exec the command

    Back again :(
    It seams that the code works only for an ant script with only one input.
    The flow is wrong because if I put two or more "inputs" in ant, like in the code below, will not work.
    I...
  2. Replies
    4
    Views
    5,708

    Re: Reading ant output when exec the command

    copeg helped me and also the link that he gave to me.
    Below is the full functionally code maybe others newbies like me will find useful



    package com.resources;

    import...
  3. Replies
    4
    Views
    5,708

    Re: Reading ant output when exec the command

    @copeg
    Thank you for your response!
    In the meantime I managed to "send" the input to the ant script like below

    I still got an error "java.io.IOException: Result too large" if I insert an...
  4. Replies
    4
    Views
    5,708

    Reading ant output when exec the command

    Hi all,

    I hope that is not a stupid question and you'll forgive me if it is :) and excuse me for my english :o

    I want to exec an ant build from java code. The response of the ant should be put...
Results 1 to 4 of 4