Hey all,

I am starting a service from ant (Vitria's BusinessWare) and am starting it
using the java ant tag like this:

        <target name="startBW">
                <java classname="com.vitria.bserv.BServMain" fork="yes"
classpathref="bw.classpath">
                        <jvmarg line="-Xms32m -Xmx80m"/>
                        <arg line="${APP_PARAMS}"/>
                </java>
        </target>

But, when I do this the output that is printed to STDOUT (System.out.println
stuff) is not displayed in the ant window.  It is also not displayed if I
start ant with ant -verbose startBW.

If I start this process manually, STDOUT is displayed to the console.  Any
suggestions for how to get STDOUT to show up from this ant started java
process?  

I am running on NT4.0, Java 1.2.2, Ant 1.2 compiled Oct 24 2000.

Thanks,
Alex

--
Alex Bonjour
BoldTech Systems
 

Reply via email to