FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

DDT 0.4.0 Release Candidate released

 
Post new topic   Reply to topic     Forum Index -> DDT
View previous topic :: View next topic  
Author Message
phoenix



Joined: 06 Mar 2005
Posts: 68

PostPosted: Thu Oct 28, 2010 4:44 am    Post subject: DDT 0.4.0 Release Candidate released Reply with quote

For those interested, a release candidate for DDT 0.4.0 has been released in the standard repo:
http://svn.codespot.com/a/eclipselabs.org/ddt/repo

The normal release should follow soon, as newfound minor bugs get fixed.
_________________
Bruno Medeiros


Last edited by phoenix on Wed Nov 17, 2010 2:48 pm; edited 1 time in total
Back to top
View user's profile Send private message
phoenix



Joined: 06 Mar 2005
Posts: 68

PostPosted: Thu Oct 28, 2010 5:29 am    Post subject: Reply with quote

Do take notice of:

"DDT parses certain valid D source as syntax errors, namely @annotations"
http://code.google.com/a/eclipselabs.org/p/ddt/issues/detail?id=6

which also means code completion will not work fully correctly for source files with these errors.
_________________
Bruno Medeiros
Back to top
View user's profile Send private message
phoenix



Joined: 06 Mar 2005
Posts: 68

PostPosted: Thu Oct 28, 2010 9:26 am    Post subject: Reply with quote

Quote:

Cannot complete the install because one or more required items could not be found.

Software being installed: DDT - D Development Tools RC1 0.4.0.201010271500-RC1 (org.dsource.ddt.feature.group 0.4.0.201010271500-RC1) Missing requirement: DDT - D Development Tools RC1 0.4.0.201010271500-RC1 (org.dsource.ddt.feature.group 0.4.0.201010271500-RC1) requires 'org.eclipse.dltk.core.feature.group [2.0.0,2.1.0)' but it could not be found


Comment by hqs7...@sina.com, Today (73 minutes ago)

I was try Eclipse 3.6, Eclipse 3.6.1,and Eclipse 3.6.1-20101020,Same problem . http://download.eclipse.org/eclipse/downloads/ http://download.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/index.php
Comment by hqs7...@sina.com, Today (58 minutes ago)

It has the Helios update site on my Eclipse installation (http://download.eclipse.org/releases/helios).


I don't understand how can it be failing. DLTK 2.0.0 is right there in http://download.eclipse.org/releases/helios. Send me the configuration log (Help / About Eclipse Platform / Installation Details / Configuration) and the Error log ("View Error Log" in the previous screen).
_________________
Bruno Medeiros
Back to top
View user's profile Send private message
FreeZ



Joined: 22 Jun 2008
Posts: 1

PostPosted: Thu Oct 28, 2010 9:03 pm    Post subject: Reply with quote

phoenix wrote:
Quote:

Cannot complete the install because one or more required items could not be found.

Software being installed: DDT - D Development Tools RC1 0.4.0.201010271500-RC1 (org.dsource.ddt.feature.group 0.4.0.201010271500-RC1) Missing requirement: DDT - D Development Tools RC1 0.4.0.201010271500-RC1 (org.dsource.ddt.feature.group 0.4.0.201010271500-RC1) requires 'org.eclipse.dltk.core.feature.group [2.0.0,2.1.0)' but it could not be found


Comment by hqs7...@sina.com, Today (73 minutes ago)

I was try Eclipse 3.6, Eclipse 3.6.1,and Eclipse 3.6.1-20101020,Same problem . http://download.eclipse.org/eclipse/downloads/ http://download.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/index.php
Comment by hqs7...@sina.com, Today (58 minutes ago)

It has the Helios update site on my Eclipse installation (http://download.eclipse.org/releases/helios).


I don't understand how can it be failing. DLTK 2.0.0 is right there in http://download.eclipse.org/releases/helios. Send me the configuration log (Help / About Eclipse Platform / Installation Details / Configuration) and the Error log ("View Error Log" in the previous screen).


In China, if you want to install successfully, use the proxy server.
Back to top
View user's profile Send private message
doob



Joined: 06 Jan 2007
Posts: 367

PostPosted: Fri Oct 29, 2010 3:34 am    Post subject: Reply with quote

Will this conflict with descent ?
Back to top
View user's profile Send private message
phoenix



Joined: 06 Mar 2005
Posts: 68

PostPosted: Fri Oct 29, 2010 4:46 am    Post subject: Reply with quote

doob wrote:
Will this conflict with descent ?


I haven't tried that recently, but I think you can still have both installed at the same time, there shouldn't be an issue other than one D editor might be the default over the other one, but you can configure that in the Eclipse preferences.
But each project will only be either a DDT or Descent project, dunno what will happen if you try both natures in one.
_________________
Bruno Medeiros
Back to top
View user's profile Send private message
xammy



Joined: 01 Feb 2007
Posts: 6
Location: Magdeburg, Germany

PostPosted: Thu Jan 27, 2011 9:47 pm    Post subject: Same problem - solved Reply with quote

phoenix wrote:
Quote:

Cannot complete the install because one or more required items could not be found.

Software being installed: DDT - D Development Tools RC1 0.4.0.201010271500-RC1 (org.dsource.ddt.feature.group 0.4.0.201010271500-RC1) Missing requirement: DDT - D Development Tools RC1 0.4.0.201010271500-RC1 (org.dsource.ddt.feature.group 0.4.0.201010271500-RC1) requires 'org.eclipse.dltk.core.feature.group [2.0.0,2.1.0)' but it could not be found


Comment by hqs7...@sina.com, Today (73 minutes ago)

I was try Eclipse 3.6, Eclipse 3.6.1,and Eclipse 3.6.1-20101020,Same problem . http://download.eclipse.org/eclipse/downloads/ http://download.eclipse.org/eclipse/downloads/drops/R-3.6.1-201009090800/index.php
Comment by hqs7...@sina.com, Today (58 minutes ago)

It has the Helios update site on my Eclipse installation (http://download.eclipse.org/releases/helios).


I don't understand how can it be failing. DLTK 2.0.0 is right there in http://download.eclipse.org/releases/helios. Send me the configuration log (Help / About Eclipse Platform / Installation Details / Configuration) and the Error log ("View Error Log" in the previous screen).



I just stumbled upon the same issue. Before, I had installed Eclipse as root in /usr/local/ and it did not work. After setting permissions to my user (or equivalently installing it in my home), it just worked, without complaining. So in my case it was probably a permission-issue...

Xammy
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> DDT All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group