[ 
https://issues.apache.org/jira/browse/OPENEJB-590?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

David Blevins closed OPENEJB-590.
---------------------------------

    Resolution: Fixed

All committed.  Thanks Karan!

$ svn ci assembly 
Sending        assembly/openejb-standalone/pom.xml
Sending        assembly/openejb-standalone/src/main/assembly/bin.xml
Sending        assembly/openejb-standalone/src/main/resources/README.txt
Sending        assembly/openejb-standalone/try.sh
Transmitting file data ....
Committed revision 550976.


> 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.

Reply via email to