|
|
|
|
|
|
|
|
|
|
|
|
Re: JET1 Editor for EMF Codegen template extensions [message #56483 is a reply to message #56266] |
Tue, 27 January 2009 10:31  |
Eclipse User |
|
|
|
JF & Ed:
I've taken a look at these problems and have made some fixes. They will be
available in this weeks M and I builds. For the record, here are the defects
I've fixed:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=262139
https://bugs.eclipse.org/bugs/show_bug.cgi?id=262422
Paul
" JF" <jfrancis@his.co.uk> wrote in message
news:ee9aaa34f17191a43cbd18beb7a81824$1@www.eclipse.org...
> In case anyone else has problems with this later;
> I have my JET1 stuff working with the current JET Editor plugin, bar the
> moaning about not finding includes, which however it still finds and
> generates with
>
> The project is set to JET1 style.
>
> My .project now looks like
>
> <?xml version="1.0" encoding="UTF-8"?>
> <projectDescription>
> <name>XXXX</name>
> <comment></comment>
> <projects>
> </projects>
> <buildSpec>
> <buildCommand>
> <name>org.eclipse.emf.codegen.JETBuilder</name>
> <arguments>
> </arguments>
> </buildCommand>
> <buildCommand>
> <name>org.eclipse.jdt.core.javabuilder</name>
> <arguments>
> </arguments>
> </buildCommand>
> <buildCommand>
> <name>org.eclipse.pde.ManifestBuilder</name>
> <arguments>
> </arguments>
> </buildCommand>
> <buildCommand>
> <name>org.eclipse.pde.SchemaBuilder</name>
> <arguments>
> </arguments>
> </buildCommand>
> </buildSpec>
> <natures>
> <nature>org.eclipse.emf.codegen.jet.IJETNature</nature>
> <nature>org.eclipse.pde.PluginNature</nature>
> <nature>org.eclipse.jdt.core.javanature</nature>
> </natures>
> </projectDescription>
>
>
> I also have a .jpetproperties in the project root with
> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
> <jet-settings>
> <template-container>templates</template-container>
> <source-container>src</source-container>
> </jet-settings>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.04415 seconds