Any one can help me?
I try to extend Java task, and I get same error. Class which I try to
execute cannot get output and input streams.
This my code:
package com.reksoft.documentum.tools.ant.taskdefs.dai;
import java.io.File;
import java.util.ArrayList;
import java.util.Collection;
import org.
Any one can help me?
I try to extend Java task, and I get same error. Class which I try to
execute cannot get output and input streams.
This my code:
package com.reksoft.documentum.tools.ant.taskdefs.dai;
import java.io.File;
import java.util.ArrayList;
import java.util.Collection;
import org.
I try to create ant task which launch java in separate VM with
specified paramaters.
Java executing class, which creates output and input streams.
When I did it from task, all works, but when I try to use it
in my task, streams are not created.
And class from lib can't work with files and user inp