I'm modifying the compiler and want to add a warning. I see patterns
like this:
> env.warn(
> /* (non-Javadoc)
> * @i18n.test
> * @org-mes="redefining reference '" + p[0] + "' which has already
> been defined on " + p[1]
> */
> org.openlaszlo.i18n.LaszloMessages.getMessage(
> NodeModel.class.getName(),"051018-706", new Object
> [] {name, getMessageName()})
> ,element);
> }
How do I add a new warnings? Is there a tool that generates the
message files and assigns the ID's?
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev