You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jarek Gawor (JIRA)" <ji...@apache.org> on 2008/06/05 05:47:44 UTC

[jira] Commented: (GERONIMO-4086) sharelib plugin does not include or create shared/lib or shared/classes directories

    [ https://issues.apache.org/jira/browse/GERONIMO-4086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12602527#action_12602527 ] 

Jarek Gawor commented on GERONIMO-4086:
---------------------------------------

Moved sharelib's src/resources directory to src/main/resources directory and updated the pom.file to include empty directories in the created car file. Committed these changes to trunk (revision 663438) and branches/2.1 (revision 663439).

With these changes the sharelib car file contains the right "shared" directory however, when the final java ee assembly is created the "shared" directory is dropped again. That's a separate problem in ArchiverGBean.java.




> sharelib plugin does not include or create shared/lib or shared/classes directories
> -----------------------------------------------------------------------------------
>
>                 Key: GERONIMO-4086
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-4086
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 2.1.2, 2.2
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>
> The sharelib plugin does not include or create shared/lib or shared/classes directories. 
> Looks like the "resources" directory in svn is in invalid location (should be under src/main/resources instead of src/resources) and the "classes" and "lib" directory should be non-empty otherwise maven will ignore the directories and not include them in the car file. I don't know if there is a way to tell maven to include empty directories.
> Also during javaee building the following error is generated (which is caused by the missing "shared" directory in the sharelib plugin):
> [ERROR] Installed configuration into repository but cannot locate file to copy shared

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