You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wink.apache.org by "Michael Elman (JIRA)" <ji...@apache.org> on 2009/09/29 11:00:16 UTC

[jira] Commented: (WINK-183) wink-providers must be included in the distribution archive

    [ https://issues.apache.org/jira/browse/WINK-183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760534#action_12760534 ] 

Michael Elman commented on WINK-183:
------------------------------------

I suggest the following zip structure:
* *apache\-wink*
** *dist*
*** wink.jar - includes  common, client, server, webdav, spring, apache-httpclient, anything else?
*** wink-client.jar
*** wink-common.jar
*** wink-server.jar
** *docs* 
** *examples*
*** *aps*
*** *client*
*** *core*
*** *ext*
*** *lib* - additional libraries required for example compilation
** *lib* - only libraries required by client, common and server
** *ext* - extensions
*** *apache-httpclient*
**** *lib*
*** *spring*
**** *lib*
*** *webdav*
*** *abdera*
**** *lib*
*** *jettison*
**** *lib*
*** *json*
**** *lib*

In general the proposed changes are:
# Moving extensions under the *ext* folder.
# If extension requires third parties, put them under relevant lib folder (e.g. ext\abdera\lib)
# Lib folder will contain only common, client and server dependencies.
# Third parties that are required for the examples Ant compilation, put under *examples\lib*.
# *wink.jar* will contain most of the extensions (all extensions?), but it won't contain {{wink-application}} for the providers auto-registration.

Thoughts?

> wink-providers must be included in the distribution archive
> -----------------------------------------------------------
>
>                 Key: WINK-183
>                 URL: https://issues.apache.org/jira/browse/WINK-183
>             Project: Wink
>          Issue Type: Bug
>          Components: Providers
>    Affects Versions: 0.2
>            Reporter: Michael Elman
>            Assignee: Michael Elman
>            Priority: Blocker
>             Fix For: 0.2
>
>
> wink-providers must be included in the distribution archive.
> Ant scripts of some examples should be also changed (may be it's a good time to remove these scripts?) to address json providers.
> This is a blocking issue for 0.2.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.