You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Jean-Louis MONTEIRO (JIRA)" <ji...@apache.org> on 2010/12/16 12:08:02 UTC

[jira] Closed: (OPENEJB-1414) Specify target directory, if openejb.descriptors.output=true

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

Jean-Louis MONTEIRO closed OPENEJB-1414.
----------------------------------------

    Resolution: Not A Problem
      Assignee: Jean-Louis MONTEIRO

Hi Martin,

that is already possible because we use File.createTempFile to output descriptors.
So to change the target directory, you just need to set the system property java.io.tmpdir according to your wish.

Hope it helps.

> Specify target directory, if openejb.descriptors.output=true
> ------------------------------------------------------------
>
>                 Key: OPENEJB-1414
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-1414
>             Project: OpenEJB
>          Issue Type: Improvement
>    Affects Versions: 3.1.4
>            Reporter: Martin Weck
>            Assignee: Jean-Louis MONTEIRO
>            Priority: Minor
>
> To generate an ejb-jar.xml by OpenEJB we set in our project openejb.descriptors.output=true. Could you add a property like openejb.descriptors.outputDirectory="C:\MyDirectory" to allow OpenEJB users to specify to which location the generated ejb-jar.xml should be placed by OpenEJB?
> Thank you!

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