Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[buckminster-dev] Re: Headless (JUnit) launching

>> 
>> I'd be interested in your changes so that I can compare them to the
>> changes that I've made. Can you please file a bug in the Google Code
>> project and attach a patch with your changes?
> 
> Done. Issue #1 ;)
> 

Thanks for that. There are some parts that I consider including in the final 
version. For IP reasons, I must ask you to attach the same patch to 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=243293. Sorry for that, I 
should have though of that before. But if I'm going to check in code based 
on your suggestions, I have to make sure that you submitted that code via 
Bugzilla.

>> That's a good question. Honestly, I currently have no platform-dependent
>> bundles in my test launch configs. Off the top of my head I'd say that
>> you can safely run the configuration containing all platform-specific
>> bundles. Equinox should filter out any bundles that are not allowed to
>> run on the current platform. Have you tried that?
> 
> That's what we're doing right now. It works, but has a tendency to break
> if one is not very careful. For some reason, the Launch dialog tends to
> alter the configuration just by opening and launching it. Although Delta
> packs are installed on all machines, that tends to break the config for
> the other platform. Launching without the dialog (from Buckminster or the
> Favorites) works good, though.
> 

I played around a bit with multi-platform launch configs. On my machine, 
this works without any problems. Opening the launch config and running it 
does not change the plug-in configuration.

Which version of Eclipse are you using?

Regards,
 Achim


Back to the top