[forge-users] addon creation

George Gastaldi ggastald at redhat.com
Tue Dec 23 14:31:03 EST 2014


Do you have any stacktrace? Check the error log in Eclipse 



> Em 23/12/2014, às 12:04, forge-users at lists.jboss.org escreveu:
> 
> Hi,
> 
> I'm trying to create an addon. (Fazerty/jbfex-addon · GitHub (https://github.com/Fazerty/jbfex-addon/))
> There are 2 commands:
> - one to create a project and write in this project a fiel readme.txt from a template
> - one to create a java file from a template and add dependency. This command is only available to projects created with the first command.
> 
> I've several problems:
> - in the method initializeUI(UIBuilder builder) of the class JbfexMailCommand
>         this  doesn't work :
> *+project = getSelectedProject(builder.getUIContext());+*
> - the methods to create files from template works when the forge cli is used, but not when the forge UI in eclipse is used
>      here is the code used:
> +*URL resourceURL = getClass().getResource("mailservice.fmt");*+
> *+        Resource<URL> templateResource = resourceFactory.create(resourceURL);+*
> +*        Template template = templateFactory.create(templateResource, FreemarkerTemplate.class);  *+  
> 
> Maybe I did something wrong, but I can't find what.
> Is somebody able to help me and give me some advice to improve this addon.
> 
> Many Thanks
> 
> Fazerty
> 
> Posted by forums
> Original post: https://developer.jboss.org/message/914438#914438
> 
> _______________________________________________
> forge-users mailing list
> forge-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/forge-users



More information about the forge-users mailing list