Re: [cross-project-issues-dev] [bsig] Eclipse Neon is missing org.eclipse.swt.Display and others

2016-08-16 Thread Bob Brodt
Thanks for the hint Kris. I do have both 32 and 64 bit JDKs installed and
it looks like eclipse picked the wrong one. I think I need to specify the
VM in eclipse.ini like this:
https://wiki.eclipse.org/Eclipse.ini#-vm_value:_Windows_Example


On Tue, Aug 16, 2016 at 1:55 PM, Kris Verlaenen  wrote:

> Bob,
>
> Afaik you need your eclipse to match your Java version.  So if you have a
> 32bit JVM you need a 32bit Eclipse.  That might explain why the 64bit
> Eclipse isn't working for you (if you're using a 32bit JVM, even though
> your machine is 64bit).
>
> Kris
>
>
> On Tue, Aug 16, 2016 at 9:20 PM, Bob Brodt  wrote:
>
>> Update: I just tried installing the windows 32 bit version of Eclipse
>> Neon, and that seems to work - org.eclipse.swt.* is found. Help!?
>>
>> On Tue, Aug 16, 2016 at 12:52 PM, Bob Brodt  wrote:
>>
>>> Hi SMEs,
>>>
>>> I've just installed the latest 64 bit version of the Eclipse Neon
>>> "Committers Package" on Windows 10 and I'm trying to build
>>> https://github.com/droolsjbpm/droolsjbpm-tools. The funny thing is, the
>>> org.eclipse.swt bundle appears to be missing - I can't find any of the
>>> usual SWT widgets (Display, Image, etc.)
>>>
>>> Here's the Java Type proposal dialog for org.eclipse.swt.*
>>>
>>> [image: Inline image 1]
>>>
>>> Anyone have any idea what's going on here?
>>>
>>> Thanks!
>>> Bob
>>>
>>> --
>>> 
>>> Robert ("Bob") Brodt
>>> Senior Software Engineer
>>> JBoss by Red Hat
>>>
>>>
>>>
>>
>>
>> --
>> 
>> Robert ("Bob") Brodt
>> Senior Software Engineer
>> JBoss by Red Hat
>>
>>
>>
>


-- 

Robert ("Bob") Brodt
Senior Software Engineer
JBoss by Red Hat
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] Eclipse Neon is missing org.eclipse.swt.Display and others

2016-08-16 Thread Bob Brodt
Update: I just tried installing the windows 32 bit version of Eclipse Neon,
and that seems to work - org.eclipse.swt.* is found. Help!?

On Tue, Aug 16, 2016 at 12:52 PM, Bob Brodt  wrote:

> Hi SMEs,
>
> I've just installed the latest 64 bit version of the Eclipse Neon
> "Committers Package" on Windows 10 and I'm trying to build
> https://github.com/droolsjbpm/droolsjbpm-tools. The funny thing is, the
> org.eclipse.swt bundle appears to be missing - I can't find any of the
> usual SWT widgets (Display, Image, etc.)
>
> Here's the Java Type proposal dialog for org.eclipse.swt.*
>
> [image: Inline image 1]
>
> Anyone have any idea what's going on here?
>
> Thanks!
> Bob
>
> --
> 
> Robert ("Bob") Brodt
> Senior Software Engineer
> JBoss by Red Hat
>
>
>


-- 

Robert ("Bob") Brodt
Senior Software Engineer
JBoss by Red Hat
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

[cross-project-issues-dev] Eclipse Neon is missing org.eclipse.swt.Display and others

2016-08-16 Thread Bob Brodt
Hi SMEs,

I've just installed the latest 64 bit version of the Eclipse Neon
"Committers Package" on Windows 10 and I'm trying to build
https://github.com/droolsjbpm/droolsjbpm-tools. The funny thing is, the
org.eclipse.swt bundle appears to be missing - I can't find any of the
usual SWT widgets (Display, Image, etc.)

Here's the Java Type proposal dialog for org.eclipse.swt.*

[image: Inline image 1]

Anyone have any idea what's going on here?

Thanks!
Bob

-- 

Robert ("Bob") Brodt
Senior Software Engineer
JBoss by Red Hat
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

[cross-project-issues-dev] Initial Oxygen Plan for Eclipse Top-Level Project

2016-08-16 Thread Daniel Megert
Our initial Oxygen plan is now online. Please report any mistakes or 
additions to me.
NOTE: We have dropped support for the following Unix based platforms: AIX, 
Solaris, HP-UX and s390. For these platforms, no builds are available on 
the eclipse.org downloads page. For more information, please read the 
announcement made by the Eclipse PMC in July. We also plan to stop support 
for Ubuntu 14:04, but that has not yet been decided by the PMC.

Please keep in mind that this is just the initial version and will change 
until we release in June.

Dani

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] emails to eclipse.org addresses bouncing

2016-08-16 Thread Denis Roy
DNS issue -- we're working on it.

Thanks

On 08/16/2016 03:27 AM, Matthias Sohn wrote:
> I tried to report some spam I found in Bugzilla to webmaster
> but my email bounced, same when I tried to forward this to Denis
> 
> -Matthias
> 
> 
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe from 
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
> 
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] git.eclipse.org not reachable

2016-08-16 Thread Denis Roy
We've had to kill cGit, the Git web interface, as it was killing
dev/git.eclipse.org

The root problem is that the Oomph installer looks for a setups.zip file
on www.eclipse.org and if it cannot find it, it queries cGit.  cGit is
not configured to scale to handle so many requests (as it shouldn't need
to).

Last night something happened to that setups.zip file which snowballed
into what we're seeing today.

We'll work with the Oomph folks to remedy this.  This is not the first
time that Oomph has taken our site down.

Denis



On 08/16/2016 02:30 PM, Pascal Rapicault wrote:
> I can't fetch from git.eclipse.org, nor can I connect to web interface.
> 
> http://www.downforeveryoneorjustme.com/git.eclipse.org
> 
> 
> Pascal
> 
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Re: [cross-project-issues-dev] git.eclipse.org not reachable

2016-08-16 Thread Daniel Megert
I've informed the webmasters. Matt is working on it!

Dani



From:   Joakim Erdfelt 
To: Cross project issues 
Cc: Webmaster 
Date:   16.08.2016 15:12
Subject:Re: [cross-project-issues-dev] git.eclipse.org not 
reachable
Sent by:cross-project-issues-dev-boun...@eclipse.org



The http port is dead.
The https port is fine, and works here.
Tested https://git.eclipse.org/c/jetty/

The ssh port is alive, and accepting connections, but is terribly slow. 
(like 10 minutes to connect slow)
The git ssh:// connection is so slow that it times out.


On Tue, Aug 16, 2016 at 5:31 AM, Thomas Watson  
wrote:
Same for me.

Tom





From:Pascal Rapicault 
To:Webmaster , Cross project issues <
cross-project-issues-dev@eclipse.org>
Date:08/16/2016 07:30 AM
Subject:[cross-project-issues-dev] git.eclipse.org not reachable
Sent by:cross-project-issues-dev-boun...@eclipse.org




I can't fetch from git.eclipse.org, nor can I connect to web interface.

http://www.downforeveryoneorjustme.com/git.eclipse.org


Pascal

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe 
from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev





___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe 
from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe 
from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] git.eclipse.org not reachable

2016-08-16 Thread Joakim Erdfelt
The http port is dead.
The https port is fine, and works here.
Tested https://git.eclipse.org/c/jetty/

The ssh port is alive, and accepting connections, but is terribly slow.
(like 10 minutes to connect slow)
The git ssh:// connection is so slow that it times out.


On Tue, Aug 16, 2016 at 5:31 AM, Thomas Watson  wrote:

> Same for me.
>
> Tom
>
>
>
>
>
> From:Pascal Rapicault 
> To:Webmaster , Cross project issues <
> cross-project-issues-dev@eclipse.org>
> Date:08/16/2016 07:30 AM
> Subject:[cross-project-issues-dev] git.eclipse.org not reachable
> Sent by:cross-project-issues-dev-boun...@eclipse.org
> --
>
>
>
> I can't fetch from git.eclipse.org, nor can I connect to web interface.
>
> http://www.downforeveryoneorjustme.com/git.eclipse.org
>
>
> Pascal
>
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>
>
>
>
>
> ___
> cross-project-issues-dev mailing list
> cross-project-issues-dev@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Re: [cross-project-issues-dev] git.eclipse.org not reachable

2016-08-16 Thread Thomas Watson
Same for me.

Tom





From:   Pascal Rapicault 
To: Webmaster , Cross project issues 

Date:   08/16/2016 07:30 AM
Subject:[cross-project-issues-dev] git.eclipse.org not reachable
Sent by:cross-project-issues-dev-boun...@eclipse.org



I can't fetch from git.eclipse.org, nor can I connect to web interface.

http://www.downforeveryoneorjustme.com/git.eclipse.org


Pascal

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe 
from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev





___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

[cross-project-issues-dev] git.eclipse.org not reachable

2016-08-16 Thread Pascal Rapicault

I can't fetch from git.eclipse.org, nor can I connect to web interface.

http://www.downforeveryoneorjustme.com/git.eclipse.org


Pascal

___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


[cross-project-issues-dev] emails to eclipse.org addresses bouncing

2016-08-16 Thread Matthias Sohn
I tried to report some spam I found in Bugzilla to webmaster
but my email bounced, same when I tried to forward this to Denis

-Matthias
___
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev