[
https://issues.apache.org/jira/browse/WOOKIE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12782871#action_12782871
]
Ross Gardler commented on WOOKIE-51:
------------------------------------
We seem to have a miscommunication here. I'm not saying hot-deploy does not
work, I'm saying that my addition to the build script (see patch) does not work.
I can see why, the deploy directory is in the "wrong" place. The script deploys
to ${widget.build.dir}/${widget.deployfolder}/${widget.shortname}.wgt
The running system is looking in "/WebContent/deploy "
I don't want to have the build system adding binary files to the source
directories, that would be a bad idea. So we need to move WebContent into the
build directory during the build and change Jetty to use it in place.
> 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.