[
https://issues.apache.org/jira/browse/WOOKIE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782859#action_12782859
]
Scott Wilson commented on WOOKIE-51:
------------------------------------
Yes, I just tried it with a clean checkout:
- cd widgets/bubbles > ant
- edit widgetserver.properties, set widget-hot_deploy=true
- ant run
- dragged widgets/build/bubbles.wgt into /WebContent/deploy
After a couple of seconds, bubbles.wgt disappears, and in the console I see:
[java] INFO [Thread-9] (ContextListener.java:127) - Deploying
widget:bubbles.wgt
[java] 11:49:42,812 INFO ContextListener:127 - Deploying
widget:bubbles.wgt
"Bubbles" then appears in the Widget gallery at:
http://localhost:8080/wookie/webmenu/WidgetWebMenuServlet?operation=LISTWIDGETS
Tried it again using "cp bubbles.wgt ../../WebContent/deploy/" from the
console, and it worked OK
> 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
>
> Attachments: 51_deployWidgetsOnCompile.diff
>
>
> 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.