You are viewing a plain text version of this content. The canonical link for it is here.
Posted to imperius-dev@incubator.apache.org by Erik Bengtson <er...@jpox.org> on 2008/01/04 14:26:37 UTC

Import Class java.lang.String not working

Should this work?


Import Class java.lang.String:from;

...

Decision { SendMail( from ) }
...




Re: Import Class java.lang.String not working

Posted by Neeraj Joshi <jn...@us.ibm.com>.
Hi Erik,
String being a keyword in SPL gets parsed differently hence the error.. 
Neeraj
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"Those are my principles. If you don't like them I have others." 

http://incubator.apache.org/imperius
 
Neeraj Joshi
Autonomic Computing Policy Development
Tivoli, IBM

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



Erik Bengtson <er...@jpox.org> 
01/04/2008 09:26 AM
Please respond to
imperius-dev@incubator.apache.org


To
imperius-dev@incubator.apache.org
cc

Subject
Import Class java.lang.String not working






Should this work?


Import Class java.lang.String:from;

...

Decision { SendMail( from ) }
...