Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » headless not entirely headless
headless not entirely headless [message #329804] Sat, 05 July 2008 00:46 Go to next message
Eclipse UserFriend
Originally posted by: irbull.cs.uvic.ca

Hi all,

I am using a Headless antRunner application to build and deploy an RCP
application. However, if things go wrong (e.g., a dependency cannot be
resolved), ant throws a message and wants to open a (GTK) error dialog
telling me this. This is fine, until I try doing all this in a cron
job, and it can't open the error message -- then antRunner dies.

Is there a way to make a fully headless application. I use -nosplash,
but this is just for the splash screen. I saw a previous post about
this, and it was suggested to use the startup.jar, but this requires me
to hard code the launcher version in my cron job.

thoughts,
ian
Re: headless not entirely headless [message #329997 is a reply to message #329804] Fri, 11 July 2008 14:11 Go to previous messageGo to next message
Eclipse UserFriend
Hi Ian,

--launcher.suppressErrors

will do the trick.


Marco


Ian Bull schrieb:
> Hi all,
>
> I am using a Headless antRunner application to build and deploy an RCP
> application. However, if things go wrong (e.g., a dependency cannot be
> resolved), ant throws a message and wants to open a (GTK) error dialog
> telling me this. This is fine, until I try doing all this in a cron
> job, and it can't open the error message -- then antRunner dies.
>
> Is there a way to make a fully headless application. I use -nosplash,
> but this is just for the splash screen. I saw a previous post about
> this, and it was suggested to use the startup.jar, but this requires me
> to hard code the launcher version in my cron job.
>
> thoughts,
> ian
Re: headless not entirely headless [message #330131 is a reply to message #329997] Wed, 16 July 2008 02:09 Go to previous message
Eclipse UserFriend
Originally posted by: irbull.cs.uvic.ca

Thanks Marco!

- Ian
Marco Lehmann wrote:
> Hi Ian,
>
> --launcher.suppressErrors
>
> will do the trick.
>
>
> Marco
>
>
> Ian Bull schrieb:
>> Hi all,
>>
>> I am using a Headless antRunner application to build and deploy an RCP
>> application. However, if things go wrong (e.g., a dependency cannot
>> be resolved), ant throws a message and wants to open a (GTK) error
>> dialog telling me this. This is fine, until I try doing all this in a
>> cron job, and it can't open the error message -- then antRunner dies.
>>
>> Is there a way to make a fully headless application. I use -nosplash,
>> but this is just for the splash screen. I saw a previous post about
>> this, and it was suggested to use the startup.jar, but this requires
>> me to hard code the launcher version in my cron job.
>>
>> thoughts,
>> ian
Previous Topic:Empty console content when opened programmatically in the JEE perspective
Next Topic:disable rename action for specific navigator content
Goto Forum:
  


Current Time: Thu May 08 04:21:20 EDT 2025

Powered by FUDForum. Page generated in 0.07119 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top