[ 
https://issues.apache.org/jira/browse/GERONIMO-5231?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12854614#action_12854614
 ] 

Jarek Gawor commented on GERONIMO-5231:
---------------------------------------

In revision 931626 I added a "boolean listFiles" option so that the set 
property could contain files or directories. So for example, if you want the 
geronimo-property-plugin to set "-Djava.endorsed.dirs" property configure the 
plugin with:

{code}
<propertyValuePrefix>-Djava.endorsed.dirs=</propertyValuePrefix>
<listFiles>false</listFiles>
{code}

If you want the plugin to set "-Xbootclasspath/p:" property configure the 
plugin with:

{code}
<propertyValuePrefix>-Xbootclasspath/p:</propertyValuePrefix>
<listFiles>true</listFiles>
{code}


> Override JVM libraries with newer versions
> ------------------------------------------
>
>                 Key: GERONIMO-5231
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-5231
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: buildsystem
>    Affects Versions: 3.0
>            Reporter: Jarek Gawor
>            Assignee: Jarek Gawor
>             Fix For: 3.0
>
>
> In some cases, Java EE 6 requires newer library versions then what is 
> provided by Java SE 6. For example, EE 6 requires annotations 1.1 api but SE 
> 6 provides annotation 1.0 api. So it is necessary that during a build we 
> override the JVM provided libraries with newer versions.

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