Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Problem with DLTK Indexing

Gerald,

I am not sure if we are talking about the same thing.
I mean the details of your DLTK project (i.e. project with some scripting nature). 
- the .buildpath file of your DLTK project
- the directory structure of your DLTK project

Or do do you use DLTK in other ways?

Regards,
Alex

----- Original Message -----
From: "Gerald Rosenberg" <gerald@xxxxxxxxxx>
To: "DLTK Developer Discussions" <dltk-dev@xxxxxxxxxxx>
Sent: Monday, December 8, 2008 9:07:05 PM GMT +06:00 Almaty, Novosibirsk
Subject: Re: [Dltk-dev] Problem with DLTK Indexing

Alex:

Don't have a .buildpath; did you mean build.properties?

output.. = bin/
bin.includes = META-INF/,\
                plugin.xml,\
                log4j.properties,\
                icons/,\
                .,\
                plugin.properties,\
                templates/
source.. = src/
bin.excludes = icons/misc/


Directory structure is:

<workspace root>/<project root>/.settings
<workspace root>/<project root>/attic
<workspace root>/<project root>/bin
<workspace root>/<project root>/data
<workspace root>/<project root>/icons
<workspace root>/<project root>/META-INF
<workspace root>/<project root>/src
<workspace root>/<project root>/templates

Thanks,
Gerald

At 01:55 AM 12/8/2008, you wrote:
>Hi Gerald,
>
>According to your description it looks like a bug.
>
>Could you please provide more details - your folder structure and 
>the contents of the .buildpath file?
>
>Regards,
>Alex
>
>----- Original Message -----
>From: "Gerald Rosenberg" <gerald@xxxxxxxxxx>
>To: "DLTK Developer Discussions" <dltk-dev@xxxxxxxxxxx>
>Sent: Monday, December 8, 2008 10:54:58 AM GMT +06:00 Almaty, Novosibirsk
>Subject: [Dltk-dev] Problem with DLTK Indexing
>
>Is there a way to control the scope of DLTK indexing?
>
>I have an "attic" folder in my project to hold script snippets, many
>of which contain completely invalid syntax.  That folder is not on
>the build path, yet it seems that DLTK still tries to index them all.
>
>Looks like the indexing job is trying to run the source parser on the
>snippets and becomes inundated with parser generate errors.  The
>result is a not-quite-frozen workspace -- the CPU pegs and the Java
>process grows to over 2 Meg.  If I cancel the DLTK indexing process,
>the workbench becomes unstable and I have to restart.
>
>_______________________________________________
>dltk-dev mailing list
>dltk-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/dltk-dev
>_______________________________________________
>dltk-dev mailing list
>dltk-dev@xxxxxxxxxxx
>https://dev.eclipse.org/mailman/listinfo/dltk-dev

_______________________________________________
dltk-dev mailing list
dltk-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/dltk-dev


Back to the top