You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Jason Warner (JIRA)" <ji...@apache.org> on 2007/06/06 21:39:25 UTC

[jira] Created: (GERONIMO-3218) Moving J2G Properties files to src/main/resources/properties

Moving J2G Properties files to src/main/resources/properties
------------------------------------------------------------

                 Key: GERONIMO-3218
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3218
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: J2G
            Reporter: Jason Warner
            Assignee: Jason Warner
            Priority: Minor


Multiple plugins in the J2G conversion tool use properties files to define necessary information to run the tool.  Currently, these property files reside in the same directory as the java files.  When the plugins are built, the properties files are included within the jar.  This poses a problem where the properties files can not be easily changed after the tool has been built.  A deployable zip file would be less effective since the user would not be able to change these properties files to fit their needs.

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


[jira] Commented: (GERONIMO-3218) Moving J2G Properties files to src/main/resources/properties

Posted by "Jason Warner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502083 ] 

Jason Warner commented on GERONIMO-3218:
----------------------------------------

Don,

Things are working exactly as expected.

Thanks,

Jason Warner



> Moving J2G Properties files to src/main/resources/properties
> ------------------------------------------------------------
>
>                 Key: GERONIMO-3218
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3218
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Jason Warner
>            Assignee: Jason Warner
>            Priority: Minor
>         Attachments: Geronimo-3218.patch
>
>
> Multiple plugins in the J2G conversion tool use properties files to define necessary information to run the tool.  Currently, these property files reside in the same directory as the java files.  When the plugins are built, the properties files are included within the jar.  This poses a problem where the properties files can not be easily changed after the tool has been built.  A deployable zip file would be less effective since the user would not be able to change these properties files to fit their needs.

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


[jira] Resolved: (GERONIMO-3218) Moving J2G Properties files to src/main/resources/properties

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods resolved GERONIMO-3218.
------------------------------------

    Resolution: Fixed
      Assignee: Jason Warner  (was: Donald Woods)

Committed revision 544936 in sandbox.
Jason please verify the patch applied as expected, as I had to svn add/rm some of the files.

> Moving J2G Properties files to src/main/resources/properties
> ------------------------------------------------------------
>
>                 Key: GERONIMO-3218
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3218
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Jason Warner
>            Assignee: Jason Warner
>            Priority: Minor
>         Attachments: Geronimo-3218.patch
>
>
> Multiple plugins in the J2G conversion tool use properties files to define necessary information to run the tool.  Currently, these property files reside in the same directory as the java files.  When the plugins are built, the properties files are included within the jar.  This poses a problem where the properties files can not be easily changed after the tool has been built.  A deployable zip file would be less effective since the user would not be able to change these properties files to fit their needs.

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


[jira] Updated: (GERONIMO-3218) Moving J2G Properties files to src/main/resources/properties

Posted by "Jason Warner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Warner updated GERONIMO-3218:
-----------------------------------

    Attachment: Geronimo-3218.patch

The properties files now reside at src/main/resources/properties/org.apache.geronimo.j2g.sources.dependence and src/main/resources/properties/org.apache.geronimo.j2g.sources.dependence.  

> Moving J2G Properties files to src/main/resources/properties
> ------------------------------------------------------------
>
>                 Key: GERONIMO-3218
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3218
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Jason Warner
>            Assignee: Jason Warner
>            Priority: Minor
>         Attachments: Geronimo-3218.patch
>
>
> Multiple plugins in the J2G conversion tool use properties files to define necessary information to run the tool.  Currently, these property files reside in the same directory as the java files.  When the plugins are built, the properties files are included within the jar.  This poses a problem where the properties files can not be easily changed after the tool has been built.  A deployable zip file would be less effective since the user would not be able to change these properties files to fit their needs.

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


[jira] Assigned: (GERONIMO-3218) Moving J2G Properties files to src/main/resources/properties

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/GERONIMO-3218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Donald Woods reassigned GERONIMO-3218:
--------------------------------------

    Assignee: Donald Woods  (was: Jason Warner)

> Moving J2G Properties files to src/main/resources/properties
> ------------------------------------------------------------
>
>                 Key: GERONIMO-3218
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3218
>             Project: Geronimo
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: J2G
>            Reporter: Jason Warner
>            Assignee: Donald Woods
>            Priority: Minor
>         Attachments: Geronimo-3218.patch
>
>
> Multiple plugins in the J2G conversion tool use properties files to define necessary information to run the tool.  Currently, these property files reside in the same directory as the java files.  When the plugins are built, the properties files are included within the jar.  This poses a problem where the properties files can not be easily changed after the tool has been built.  A deployable zip file would be less effective since the user would not be able to change these properties files to fit their needs.

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