Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] console popups with AntRunner


On other platforms such as linux (asking my resident linux expert ;-) ) , if you do not launch Java from a console you will not get a console.
Couldn't you check in your build script for the OS and set the jvm attribute accordingly?

HTH
Darins



"Julien Ruaux" <jruaux@xxxxxxxx>
Sent by: platform-ant-dev-admin@xxxxxxxxxxx

01/09/03 09:18 AM
Please respond to platform-ant-dev

       
        To:        <platform-ant-dev@xxxxxxxxxxx>
        cc:        
        Subject:        [platform-ant-dev] console popups with AntRunner


Hi,

I am using AntRunner in a plugin I am writing, and I have a UI problem
when running an Ant targets containing a <java ...> task.
When called, this task pops up a console window that keeps the focus.
For example this is an Ant task I am running :

<java classname="org.apache.catalina.startup.Bootstrap" fork="yes">
   <jvmarg value="-Dcatalina.home=${home.tomcat.40}"/>
   [...]
</java>

Adding a jvm='javaw' parameter to the task solves the problem, but this
only work for win32 environments.

Any idea ?

Thanks,

Julien

_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ant-dev



Back to the top