Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Snippet project without errors...

Would it be possible to automate this copy the .classpath_* to .classpath in a builder (i.e. Ant)? It could detect what host environment you are running and copy the correct one. These manual steps are a barrier for new contributors (I've heard this complaint more than once).


From: platform-swt-dev-bounces@xxxxxxxxxxx <platform-swt-dev-bounces@xxxxxxxxxxx> on behalf of Leo Ufimtsev <lufimtse@xxxxxxxxxx>
Sent: Wednesday, October 5, 2016 10:43:23 AM
To: Eclipse Platform SWT component developers list.
Subject: Re: [platform-swt-dev] Snippet project without errors...
 
---
Leo Ufimtsev | Software Engineer @ Red Hat
Email: Leonidas@xxxxxxxxxx
Phone: +1 647-467-3353
IRC:  freenode # swt 
Twitter: @LeoUfimtsev

On Tue, Oct 4, 2016 at 11:45 AM, Lars Vogel <lars.vogel@xxxxxxxxxxx> wrote:
Hi Leo,

> (I found it in the Readme.md)

IIRC I added that. Great to hear that it is useful.

Nice :-D!

Best regards, Lars

On Tue, Oct 4, 2016 at 5:41 PM, Leo Ufimtsev <lufimtse@xxxxxxxxxx> wrote:
> I stumbled into something today, just wanted to share:
>
> The org.eclipse.swt.snippets project typically has a lot of snippets that
> produce errors.
>
> This was sometimes a bit pesky because I would have errors in my workspace.
>
> Today I just noticed that the project has 4 classpaths:
>
> .classpath
> .classpath_win32
> .classpath_gtk
> .classpath_cocoa
>
> If you rename the .classpath to something else and rename .classpath_gtk
> then the errors are gone. (.classpath_gtk excludes the architecture/library
> specific snippets).
>
> (I found it in the Readme.md)
>
> Regards
>
> ---
> Leo Ufimtsev | Software Engineer @ Red Hat
> Email: Leonidas@xxxxxxxxxx
> Phone: +1 647-467-3353
> Blog: https://coffeeorientedprogramming.com/
> Chat: https://mattermost.eclipse.org/eclipse/channels/platform-swt  ->
> LeoUfimtsev
> IRC:  freenode # swt
> Twitter: @LeoUfimtsev
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



--
Eclipse Platform UI and e4 project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top