Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tm4e-dev] [Google summer of code] Help with set up tm4e into feature

I suspect the problem can be that the `src/` folder is ignored as exection time (your plugin.properties, which controls the build, most likely doesn't instruct to keep sources in the output); so this resource may be invisible because it's in a folder that's not part of the build. Usually, plugins create a "grammars" or "syntax" folder, put the TM4E grammars in it, and add this folder to the build.properties `bin.includes` directive.
HTH

Back to the top