Re: embedded JSPs plugin

2009-08-25 Thread Obinna
When I build the embedded jsp plugin, maven doesn't include the org.apache.struts2.jasper.resources package (doesn't create in 'target') which is causing some errors. Any ideas why? - Eric On Fri, Aug 14, 2009 at 6:58 PM, Musachy Barroso musa...@gmail.com wrote: As long as they are in the

Re: embedded JSPs plugin

2009-08-25 Thread Musachy Barroso
that's pretty weird. Did you do try a 'mvn clean' first? On Tue, Aug 25, 2009 at 8:53 AM, Obinnaobi...@gmail.com wrote: When I build the embedded jsp plugin, maven doesn't include the org.apache.struts2.jasper.resources package (doesn't create in 'target') which is causing some errors. Any

Re: embedded JSPs plugin

2009-08-25 Thread Obinna
Nope. I tried that. Strangely, It builds without error (but without including resources package) if I build from the plugin pom, but tests error if I try to build entire struts2 root pom. (seems related b/c testEmbeddd/testEmbeddedAbsolutePath throw NPE on Localizer line 150 : bundle must be null)

Re: embedded JSPs plugin

2009-08-14 Thread Brian Pontarelli
Does this plugin provide for executing the JSPs in unit tests? Embedding is really nice, but unit testing is even better. -bp On Aug 13, 2009, at 12:27 PM, Wes Wannemacher wrote: I think it is a good idea, as much as I dislike JSP (because it is so non-portable, which this very plugin

Re: embedded JSPs plugin

2009-08-14 Thread Musachy Barroso
As long as they are in the classpath, embedded or not embedded the plugin will find them, which goes to show that 'embedded' is a terrible name. There are junits for the plugin itself that read the jsps from the file system(not compressed/embedded). musachy On Fri, Aug 14, 2009 at 7:58 AM, Brian

embedded JSPs plugin

2009-08-13 Thread Musachy Barroso
The JSP plugin turned out to work better than I expected(tags and includes work), so I would like to bring it out of the sandbox and label it as experimental until we get more people to try it out. Any objections/comments (this is not a vote thread, that will be later if there are no objections)?

Re: embedded JSPs plugin

2009-08-13 Thread Wes Wannemacher
I think it is a good idea, as much as I dislike JSP (because it is so non-portable, which this very plugin addresses), it is ubiquitous. -Wes On Thu, Aug 13, 2009 at 2:16 PM, Musachy Barrosomusa...@gmail.com wrote: The JSP plugin turned out to work better than I expected(tags and includes