[
https://issues.apache.org/jira/browse/OPENEJB-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
karan singh malhi updated OPENEJB-590:
--------------------------------------
Attachment: openejb-590-1.patch
The earlier patch did not copy the openejb file to the bin directory. It also
did not clean up the target/classes and target/archive-tmp directories which
are just required temporarily by the assembly to do filtering and copy filtered
resources. Added the antrun plugin to do the clean up in the package phase
> mvn -Dassemble does not create bin directory in the assembly of module
> openejb-standalone
> -----------------------------------------------------------------------------------------
>
> Key: OPENEJB-590
> URL: https://issues.apache.org/jira/browse/OPENEJB-590
> Project: OpenEJB
> Issue Type: Bug
> Affects Versions: 3.0
> Environment: win xp sp2
> Reporter: karan singh malhi
> Assignee: karan singh malhi
> Fix For: 3.0
>
> Attachments: openejb-590-1.patch, OPENEJB-590.patch
>
>
> mvn -Dassemble does not create bin directory in the assembly of module
> openejb-standalone. This is because of the following in
> assembly/openejb-standalone/src/main/assembly/bin.xml.
> <fileSet>
> <directory>target/classes/</directory>
> <outputDirectory>bin/</outputDirectory>
> The problem is that when the above is executed by Maven, it finds that there
> are no files in target/classes, so it skips copying anything from this folder
> to the bin folder. Since, it skips the copying, it never creates the bin
> folder.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.