Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Converting existing projects to DLTK

Hmm, I'm not sure what happened, but here's what I would try:
  • Create a new DLTK project
  • Copy all files from the RDT project except any .* files in the project root
  • Refresh (in eclipse) on the DLTK project root
  • Restart Eclipse (just for fun)
Should do it for you.

Daniel

On 6/11/07, Tim Uckun <timuckun@xxxxxxxxx > wrote:
On 6/8/07, Daniel Spiewak <djspiewak@xxxxxxxxx > wrote:
> DLTK currently can't import RDT projects.  You'll have to recreate the
> project as DLTK and import the raw sources.

I created a new project in DLTK then I tried to import a rails project
written with RDT but that didn't seem to well. I deleted the project
and created a new project, this time I copied all the files except the
.project and .buildpath and that didn't seem to work too well either.

As soon as the files are there the right click menus change as if it
was not a DLTK project at all.   What is the trick to this?

Also  do I have to manually add all the folders that have code in my
rails app or does the DLTK recurse through the entire project to find
files.
_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top