[
https://issues.apache.org/jira/browse/OPENEJB-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mohammad Nour updated OPENEJB-590:
----------------------------------
Fix Version/s: 3.0
Affects Version/s: 3.0
> 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.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.