August 18, 2013
On 2013-08-17 14:49, Bruno Medeiros wrote:

> Someone else had a similar problem, a good guess is that you're running
> with a 1.6 JVM, you need a 1.7 JVM.

I did install a 1.7 JVM, although I never verified that it's actually 1.7 that is used. I'll have to check that.

-- 
/Jacob Carlborg
August 19, 2013
On 2013-08-16 15:12, Bruno Medeiros wrote:

> Very strange! (that it completes the install, but doesn't start properly)
> Let me see your configuration log, it's at:
> Help > About Eclipse > Installation Details > Configuration
> And also the Error log, it's at "View Error Log" on that same dialog.

Here's the log:

http://pastebin.com/M6G76Mjv

I'm suspecting it doesn't use the correct JRE. I tried to force Eclipse use 1.7 but I doesn't seem to work.

-- 
/Jacob Carlborg
August 19, 2013
On 19/08/2013 08:40, Jacob Carlborg wrote:
> On 2013-08-16 15:12, Bruno Medeiros wrote:
>
>> Very strange! (that it completes the install, but doesn't start properly)
>> Let me see your configuration log, it's at:
>> Help > About Eclipse > Installation Details > Configuration
>> And also the Error log, it's at "View Error Log" on that same dialog.
>
> Here's the log:
>
> http://pastebin.com/M6G76Mjv
>
> I'm suspecting it doesn't use the correct JRE. I tried to force Eclipse
> use 1.7 but I doesn't seem to work.
>

It's still using 1.6. You can see it in the log, look for this line:
java.runtime.version=1.6.0_51-b11-457-11M4509

-- 
Bruno Medeiros - Software Engineer
August 19, 2013
On 16/08/2013 17:26, Russel Winder wrote:
> On Fri, 2013-08-16 at 14:19 +0100, Bruno Medeiros wrote:
> […]
>> If you add the update site for the new Eclipse release (for example
>> http://download.eclipse.org/releases/kepler for Kepler) to your current
>> installation, and run the "Check for Updates" it should update Eclipse
>> and retain all the extra plugins you have installed. (it should update
>> all Eclipse projects that are part of the Kepler release, basically
>> nearly all projects that hosted at Eclipse.org)
>
> Having backed everything up (which means creating about 6 replicas for
> me), I took the plunge and s/4.2/4.3/ && s/juno/kepler/ for all my
> update sites and updated. It appears to have done the needful. Thanks
> for this, it has saved many hours of swearing.
>

Cool. It would have been amateurish of Eclipse to not have this funcionality, in one way or another.

>> It's a bit annoying that this isn't done automatically in some way, yes.
>> And also annoying that the update site for new releases is not easily
>> found on the Eclipse website either.
>
> "Bit annoying" amounts to a mega-understatement :-)
>

Hum, I guess the annoyance is proportional to the amount of extra plugins you have. Personally I usually only have 1 or 2, the rest comes bundled with Eclipse, but I can definitely see that a lot of users could have a lot more extra plug-ins.


-- 
Bruno Medeiros - Software Engineer
August 19, 2013
On Mon, 2013-08-19 at 14:06 +0100, Bruno Medeiros wrote: […]
> Hum, I guess the annoyance is proportional to the amount of extra plugins you have. Personally I usually only have 1 or 2, the rest comes bundled with Eclipse, but I can definitely see that a lot of users could have a lot more extra plug-ins.

CDT, CUTE, Ceylon, Groovy, Gradle, Grails, Dart, TestNG, Go, Android, PyDev, Clojure, JavaScript

Not to mention that the default CSS for Eclipse is seriously broken and has to be amended manually.

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


August 20, 2013
On 19/08/2013 18:22, Russel Winder wrote:
> On Mon, 2013-08-19 at 14:06 +0100, Bruno Medeiros wrote:
> […]
>> Hum, I guess the annoyance is proportional to the amount of extra
>> plugins you have. Personally I usually only have 1 or 2, the rest comes
>> bundled with Eclipse, but I can definitely see that a lot of users could
>> have a lot more extra plug-ins.
>
> CDT, CUTE, Ceylon, Groovy, Gradle, Grails, Dart, TestNG, Go, Android,
> PyDev, Clojure, JavaScript
>
> Not to mention that the default CSS for Eclipse is seriously broken and
> has to be amended manually.
>

You can override the CSS of the default themes by placing a new CSS file in the directory ~/.e4css . For example I have placed there a modified e4_classic_winxp.css that has simple tab style activated. (swt-simple: true;)

This will survive across updates, unlike if you change the files in plugins/org.eclipse.platform_4.*/css


-- 
Bruno Medeiros - Software Engineer
August 20, 2013
On Tue, 2013-08-20 at 15:34 +0100, Bruno Medeiros wrote: […]
> You can override the CSS of the default themes by placing a new CSS file in the directory ~/.e4css . For example I have placed there a modified e4_classic_winxp.css that has simple tab style activated. (swt-simple: true;)
> 
> This will survive across updates, unlike if you change the files in plugins/org.eclipse.platform_4.*/css

Sir, you are an hero. Consider yourself owed a beverage of your choosing.

Sad that they haven't followed the http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html guidelines for locating config, cache, etc. files.

-- 
Russel. ============================================================================= Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder@ekiga.net 41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel@winder.org.uk London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder


August 20, 2013
On 8/17/13 6:50 AM, Bruno Medeiros wrote:
> On 16/08/2013 20:22, Andrei Alexandrescu wrote:
>> On 8/16/13 12:14 PM, Bruno Medeiros wrote:
>>> I've updated the Features wiki with new screenshots, and revised the
>>> text to be more clear:
>>> http://code.google.com/p/ddt/wiki/Features
>>> (like removing the "A JDT-like project model" references which actually
>>> doesn't mean anything to people who are not familiar with JDT)
>>
>> Looking good! Should I shoot a post to reddit on Monday?
>>
>> Andrei
>
> Sure.

http://www.reddit.com/r/programming/comments/1kquyw/d_development_tools_for_eclipse_ddt_version_070/

Andrei

September 02, 2013
On Thursday, 15 August 2013 at 19:20:52 UTC, Bruno Medeiros wrote:
> A new version of DDT - D Development tools is out.

Great!
But after download and install of the eclipse-kepler linux32 runtime and adding the repo http://updates.ddt.googlecode.com/git/ to the "available software sites" to install DDT the following error occurs:

Unable to read repository at http://updates.ddt.googlecode.com/git/content.xml.
Unable to read repository at http://updates.ddt.googlecode.com/git/content.xml.
Failure initializing default SSL context

excerpts from the .log:
---------------------------------8K-------------------------
!SESSION 2013-09-02 16:45:33.503 -----------------------------------------------
eclipse.buildId=4.3.0.I20130605-2000
java.version=1.7.0_40
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments:  -os linux -ws gtk -arch x86

!ENTRY org.eclipse.equinox.p2.core 4 0 2013-09-02 16:45:42.402
!MESSAGE Provisioning exception
!STACK 1
org.eclipse.equinox.p2.core.ProvisionException: Unable to read repository at http://download.eclipse.org/releases/kepler/content.xml.
        at org.eclipse.equinox.internal.p2.repository.CacheManager.createCache(CacheManager.java:192)
        at org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory.getLocalFile(SimpleMetadataRepositoryFactory.java:66)
....
....
!ENTRY org.eclipse.equinox.p2.core 4 0 2013-09-02 16:45:42.416
!MESSAGE Provisioning exception
!STACK 1
org.eclipse.equinox.p2.core.ProvisionException: Unable to read repository at http://updates.ddt.googlecode.com/git/content.xml.
        at org.eclipse.equinox.internal.p2.repository.CacheManager.createCache(CacheManager.java:192)
        at org.eclipse.equinox.internal.p2.metadata.repository.SimpleMetadataRepositoryFactory.getLocalFile(SimpleMetadataRepositoryFactory.java:66)
---------------------------------8K-------------------------

Both locations do not seem to have the content.xml file??
Any help is appreciated.
September 02, 2013
On 2013-08-17 14:49, Bruno Medeiros wrote:

> Someone else had a similar problem, a good guess is that you're running
> with a 1.6 JVM, you need a 1.7 JVM.

I finally managed to get it to work by uninstalling Java 1.6, installing 1.7 and then trick Mac OS X to think that the 1.7 version was 1.6. Thanks for the help.

-- 
/Jacob Carlborg