-
10 Aug 2012 6:05 AM #21
Cool!
Yeah, lots of good ideas there. I will keep these "feature requests" so we could get that into the plugin. I appreciate any help I could get. I haven't built any maven plugin myself before, but it seems fairly easy to do actually.
-
10 Aug 2012 6:44 AM #22
I also need to keep in mind that at the end of all of this I want to create a WAR that contains only the web resources that it needs. (index.html, ext.js, app-all.js, minimum required framework css/images). Not sure if that would be in the scope of the plugin or not but it sure adds to the complexity of all of it.
-
10 Aug 2012 6:46 AM #23
Forgot one.
Ability to run JSDuck against the development source and start jetty to run it. (This one I do have working already)
-
10 Aug 2012 6:57 AM #24
That's all doable with the resources and war plugins, so I'd say don't worry about it here.
-
10 Aug 2012 7:04 AM #25
Yea I agree but the compiled output from our plugin execution would need to be consumed by the maven war plugin, so an example would be nice.
-
10 Aug 2012 7:07 AM #26
As long as you can specify where the compiled output for the app goes (most likely under /target), you can just include it in the WAR using that path. But sure, examples are always good heh.
-
10 Aug 2012 7:09 AM #27
Yeah, my first thought about this plugin would be that it also created the war file with just the needed files. Right now I have achieved this with the war plugin yes, but it would be awesome if all of it would be 1-click-go if you know what I mean. So yeah. We should create a google group or something regarding this plugin, so we had a "collective forum" to discuss all of this matters.
-
10 Aug 2012 7:17 AM #28
-
12 Aug 2012 6:19 PM #29
Is this GitHub project relevant?
Is this GitHub project relevant?
I haven't used it myself and the last update was 8 months ago but here's code for a Maven plugin that builds ExtJS 4.x projects.
https://github.com/ffrr/extjs-maven-plugin
-
12 Aug 2012 10:23 PM #30
Yeah it's relevant, but I didnt actually get it to work properly, and I'm struggling with the code :P
But yeah, is always something to base the code on.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote