You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomee.apache.org by Mohammad Nour El-Din <no...@gmail.com> on 2007/06/05 21:20:39 UTC

Re: [jira] Updated: (OPENEJB-590) mvn -Dassemble does not create bin directory in the assembly of module openejb-standalone

Yes you are right. I will review your patch and apply it.

On 6/3/07, karan singh malhi (JIRA) <ji...@apache.org> wrote:
>
>
>     [
> 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.patch
>
> Fixed this issue.
> The files to be copied to the bin folder were available in
> openejb-standalone/src/main/resources.
> Changed openejb-standalone/src/main/assembly/bin to point to the resources
> folder instead of ${basedir}/target/classes
>
> > 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
> >         Environment: win xp sp2
> >            Reporter: karan singh malhi
> >         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.
>
>


-- 
Thanks
- Mohammad Nour