Hi friends,
<target name="run" description="runs the application">
<java classname="com.nokia.platypus.Start"
failonerror="true"
fork="yes"
classpath="${compile_classpath}:${build}">
<arg value="-pdd ..\conf\oclient_pdd_vc.xml"/>
<jvmarg value="-Dplatypus.trampoline=false"/>
<jvmarg value="-Duser.region=GB"/>
<jvmarg value="-Duser.language=en"/>
<jvmarg value="-Dswing.defaultlaf=com.nokia.platypus.nlaf.NokiaLookAndFeel"/>
<jvmarg value="-Djava.naming.provider.url=t3://172.21.113.98:7942 -Xmaxf0.10
-Xms32m -Xmx256m"/>
<jvmarg value="-Djava.naming.factory.initial=weblogic.jndi.WLInitialContextFactory"/>
<jvmarg value="-DPlatformHost.IP=localhost"/>
<jvmarg value="-Dflexlm.licensefile=..\conf\lmdlicmx.dat"/>
</java>
</target>
When I run the above target, it goes into executing mode saying "executing task "run" " and
never returns and even sometimes I couldn't cancel it though I can work with other applications.
I am unable to point out what's the problem is ??. I am just transferring my IDEA environment
to a ant build script file. Though I am running it in verbous mode .. At least I want to know
what's wrong ? How can I debug this situation ?? or is something wrong with this target ??
Thanks in advance..
lakhsy..
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org
|