2009/11/25 Scott Wilson (JIRA) <[email protected]>: > > [ > https://issues.apache.org/jira/browse/WOOKIE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782387#action_12782387 > ] > > Scott Wilson commented on WOOKIE-51: > ------------------------------------ > > I've replaced the binary package and put in the source directories and build > scripts. Al thats needed now is a solution for scripted deployment (i.e. not > having to go through the admin UI) > > I wonder if a "watched folder" solution could work here?
+1 I've been looking at ways of doing this and was overly complicating things with a REST interface for publishing and it's not a trivial thing to implement because of the way gadgets are created in the system. I'd be happy to see my experimental code (on my hard drive) thrown out for a simple watched folder solution, just wish I'd thought of it. Note, the build scripts have a post-compile-core target that can be overridden in /build.xml in order to call the widgets build file when core is recompiled, this will force repackaging of all deployed widgets too. In a later iteration we can provide a fancy way of defining which widgets are deployed in the build, for now I'd say just deploy whatever is i the widgets directory. Ross > >> Remove binary widget packages from core server source >> ----------------------------------------------------- >> >> Key: WOOKIE-51 >> URL: https://issues.apache.org/jira/browse/WOOKIE-51 >> Project: Wookie >> Issue Type: Improvement >> Reporter: Ross Gardler >> Fix For: 0.8.1 >> >> >> Currently the demo widgets are included in the core server as binary >> packages. >> WOOKIE-50 pulls out the source of these widgets into a separate module and >> provides scripts for working with the source. >> The binary widgets should be removed from the source of the core engine and >> the build system should be modified to build and deploy appropriate selected >> widgets from the widgets module. > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > -- Ross Gardler OSS Watch - supporting open source in education and research http://www.oss-watch.ac.uk
