Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Jet Editor and Argument variable
Jet Editor and Argument variable [message #613076] Thu, 03 January 2008 18:18
Ian Bull is currently offline Ian BullFriend
Messages: 145
Registered: July 2009
Senior Member
Hi all,

I just tried the EMFT Jet editor for editing a javajet file. I have
done very little JET work before, but I ran through the tutorials on
Developer works and it seems pretty powerful.

I use the arguments variable (the one passed to generate method).
However, the JET editor complains a bit about this:


<%@ jet
package="com.ibm.pdc.example.jet.gen"
class="GenDAO"
skeleton="custom.skeleton"
imports="java.util.* "
%>

<% String user = (String)argument; %>

It complains because "argument cannot be resolved".

Is there an easy way to get around this error message?

Cheers,
Ian
Previous Topic:GMF mindmap example problem
Next Topic:Jet Editor and Argument variable
Goto Forum:
  


Current Time: Fri Apr 26 01:35:07 GMT 2024

Powered by FUDForum. Page generated in 0.03109 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top