You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2005/12/15 19:15:39 UTC

svn commit: r357051 - in /maven/maven-1/plugins/trunk/javadoc: plugin.properties xdocs/changes.xml xdocs/properties.xml

Author: ltheussl
Date: Thu Dec 15 10:15:34 2005
New Revision: 357051

URL: http://svn.apache.org/viewcvs?rev=357051&view=rev
Log:
PR: MPJAVADOC-66
The maxmemory property is set to 512m by default.

Modified:
    maven/maven-1/plugins/trunk/javadoc/plugin.properties
    maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml
    maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml

Modified: maven/maven-1/plugins/trunk/javadoc/plugin.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/plugin.properties?rev=357051&r1=357050&r2=357051&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/javadoc/plugin.properties (original)
+++ maven/maven-1/plugins/trunk/javadoc/plugin.properties Thu Dec 15 10:15:34 2005
@@ -38,7 +38,7 @@
 
 #specify an alternate locale
 #maven.javadoc.locale               = en_US
-#maven.javadoc.maxmemory            =
+maven.javadoc.maxmemory             = 512m
 
 #maven.javadoc.mode.online          =
 #maven.javadoc.offlineLinks         =

Modified: maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml?rev=357051&r1=357050&r2=357051&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml Thu Dec 15 10:15:34 2005
@@ -27,6 +27,7 @@
   </properties>
   <body>
     <release version="1.8-SNAPSHOT" date="In SVN">
+      <action dev="ltheussl" type="update" issue="MPJAVADOC-66">The maxmemory property is set to 512m by default.</action>
       <action dev="ltheussl" type="fix" issue="MPJAVADOC-61">StringIndexOutOfBoundsException on parsing the files.</action>
       <action dev="aheritier" type="fix" issue="MPJAVADOC-59">Files package.html and overview.html are not copied when source modifications are used.</action>
       <action dev="carlos" type="add" issue="MPJAVADOC-58">Added maven.javadoc.failonerror property.</action>

Modified: maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml?rev=357051&r1=357050&r2=357051&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml Thu Dec 15 10:15:34 2005
@@ -89,7 +89,7 @@
           <td>
             Specifies the maximum Java heap size to be used when launching
             the javadoc executable. Some JVMs refer to this property as
-            the <code>-Xmx</code> parameter.
+            the <code>-Xmx</code> parameter. Defaults to <code>512m</code>.
           </td>
         </tr>
         <tr>



Re: svn commit: r357051 - in /maven/maven-1/plugins/trunk/javadoc: plugin.properties xdocs/changes.xml xdocs/properties.xml

Posted by Lukas Theussl <lt...@apache.org>.
I followed the advice at MPJAVADOC-66, I don't know if it can lead to 
problems? I checked the ant documentation and didn't find anything that 
would warn against it.

And is 512 really such an awful lot? I thought my laptop was old...

-Lukas



Brett Porter wrote:
> Are you sure that's a good idea? That's an aweful lot of memory.
> 
> - Brett
> 
> ltheussl@apache.org wrote:
> 
>>Author: ltheussl
>>Date: Thu Dec 15 10:15:34 2005
>>New Revision: 357051
>>
>>URL: http://svn.apache.org/viewcvs?rev=357051&view=rev
>>Log:
>>PR: MPJAVADOC-66
>>The maxmemory property is set to 512m by default.
>>
>>Modified:
>>    maven/maven-1/plugins/trunk/javadoc/plugin.properties
>>    maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml
>>    maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml
>>
>>Modified: maven/maven-1/plugins/trunk/javadoc/plugin.properties
>>URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/plugin.properties?rev=357051&r1=357050&r2=357051&view=diff
>>==============================================================================
>>--- maven/maven-1/plugins/trunk/javadoc/plugin.properties (original)
>>+++ maven/maven-1/plugins/trunk/javadoc/plugin.properties Thu Dec 15 10:15:34 2005
>>@@ -38,7 +38,7 @@
>> 
>> #specify an alternate locale
>> #maven.javadoc.locale               = en_US
>>-#maven.javadoc.maxmemory            =
>>+maven.javadoc.maxmemory             = 512m
>> 
>> #maven.javadoc.mode.online          =
>> #maven.javadoc.offlineLinks         =
>>
>>Modified: maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml
>>URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml?rev=357051&r1=357050&r2=357051&view=diff
>>==============================================================================
>>--- maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml (original)
>>+++ maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml Thu Dec 15 10:15:34 2005
>>@@ -27,6 +27,7 @@
>>   </properties>
>>   <body>
>>     <release version="1.8-SNAPSHOT" date="In SVN">
>>+      <action dev="ltheussl" type="update" issue="MPJAVADOC-66">The maxmemory property is set to 512m by default.</action>
>>       <action dev="ltheussl" type="fix" issue="MPJAVADOC-61">StringIndexOutOfBoundsException on parsing the files.</action>
>>       <action dev="aheritier" type="fix" issue="MPJAVADOC-59">Files package.html and overview.html are not copied when source modifications are used.</action>
>>       <action dev="carlos" type="add" issue="MPJAVADOC-58">Added maven.javadoc.failonerror property.</action>
>>
>>Modified: maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml
>>URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml?rev=357051&r1=357050&r2=357051&view=diff
>>==============================================================================
>>--- maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml (original)
>>+++ maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml Thu Dec 15 10:15:34 2005
>>@@ -89,7 +89,7 @@
>>           <td>
>>             Specifies the maximum Java heap size to be used when launching
>>             the javadoc executable. Some JVMs refer to this property as
>>-            the <code>-Xmx</code> parameter.
>>+            the <code>-Xmx</code> parameter. Defaults to <code>512m</code>.
>>           </td>
>>         </tr>
>>         <tr>
>>
>>
>>  
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r357051 - in /maven/maven-1/plugins/trunk/javadoc:plugin.properties xdocs/changes.xml xdocs/properties.xml

Posted by Eric Andresen <ea...@unicon.net>.
It is a maximum, so there really shouldn't be a problem in most cases --
I think the intended goal is to simply avoid failures due to having too
small of a value.

Just my .02,

-- Eric

On Thu, 2005-12-15 at 11:18, Brett Porter wrote:
> Are you sure that's a good idea? That's an aweful lot of memory.
> 
> - Brett
> 
> ltheussl@apache.org wrote:
> > Author: ltheussl
> > Date: Thu Dec 15 10:15:34 2005
> > New Revision: 357051
> >
> > URL: http://svn.apache.org/viewcvs?rev=357051&view=rev
> > Log:
> > PR: MPJAVADOC-66
> > The maxmemory property is set to 512m by default.
> >
> > Modified:
> >     maven/maven-1/plugins/trunk/javadoc/plugin.properties
> >     maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml
> >     maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml
> >
> > Modified: maven/maven-1/plugins/trunk/javadoc/plugin.properties
> > URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/plugin.properties?rev=357051&r1=357050&r2=357051&view=diff
> > ==============================================================================
> > --- maven/maven-1/plugins/trunk/javadoc/plugin.properties (original)
> > +++ maven/maven-1/plugins/trunk/javadoc/plugin.properties Thu Dec 15 10:15:34 2005
> > @@ -38,7 +38,7 @@
> >  
> >  #specify an alternate locale
> >  #maven.javadoc.locale               = en_US
> > -#maven.javadoc.maxmemory            =
> > +maven.javadoc.maxmemory             = 512m
> >  
> >  #maven.javadoc.mode.online          =
> >  #maven.javadoc.offlineLinks         =
> >
> > Modified: maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml
> > URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml?rev=357051&r1=357050&r2=357051&view=diff
> > ==============================================================================
> > --- maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml (original)
> > +++ maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml Thu Dec 15 10:15:34 2005
> > @@ -27,6 +27,7 @@
> >    </properties>
> >    <body>
> >      <release version="1.8-SNAPSHOT" date="In SVN">
> > +      <action dev="ltheussl" type="update" issue="MPJAVADOC-66">The maxmemory property is set to 512m by default.</action>
> >        <action dev="ltheussl" type="fix" issue="MPJAVADOC-61">StringIndexOutOfBoundsException on parsing the files.</action>
> >        <action dev="aheritier" type="fix" issue="MPJAVADOC-59">Files package.html and overview.html are not copied when source modifications are used.</action>
> >        <action dev="carlos" type="add" issue="MPJAVADOC-58">Added maven.javadoc.failonerror property.</action>
> >
> > Modified: maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml
> > URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml?rev=357051&r1=357050&r2=357051&view=diff
> > ==============================================================================
> > --- maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml (original)
> > +++ maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml Thu Dec 15 10:15:34 2005
> > @@ -89,7 +89,7 @@
> >            <td>
> >              Specifies the maximum Java heap size to be used when launching
> >              the javadoc executable. Some JVMs refer to this property as
> > -            the <code>-Xmx</code> parameter.
> > +            the <code>-Xmx</code> parameter. Defaults to <code>512m</code>.
> >            </td>
> >          </tr>
> >          <tr>
> >
> >
> >   
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


Re: svn commit: r357051 - in /maven/maven-1/plugins/trunk/javadoc: plugin.properties xdocs/changes.xml xdocs/properties.xml

Posted by Brett Porter <br...@apache.org>.
Are you sure that's a good idea? That's an aweful lot of memory.

- Brett

ltheussl@apache.org wrote:
> Author: ltheussl
> Date: Thu Dec 15 10:15:34 2005
> New Revision: 357051
>
> URL: http://svn.apache.org/viewcvs?rev=357051&view=rev
> Log:
> PR: MPJAVADOC-66
> The maxmemory property is set to 512m by default.
>
> Modified:
>     maven/maven-1/plugins/trunk/javadoc/plugin.properties
>     maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml
>     maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml
>
> Modified: maven/maven-1/plugins/trunk/javadoc/plugin.properties
> URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/plugin.properties?rev=357051&r1=357050&r2=357051&view=diff
> ==============================================================================
> --- maven/maven-1/plugins/trunk/javadoc/plugin.properties (original)
> +++ maven/maven-1/plugins/trunk/javadoc/plugin.properties Thu Dec 15 10:15:34 2005
> @@ -38,7 +38,7 @@
>  
>  #specify an alternate locale
>  #maven.javadoc.locale               = en_US
> -#maven.javadoc.maxmemory            =
> +maven.javadoc.maxmemory             = 512m
>  
>  #maven.javadoc.mode.online          =
>  #maven.javadoc.offlineLinks         =
>
> Modified: maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml
> URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml?rev=357051&r1=357050&r2=357051&view=diff
> ==============================================================================
> --- maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml (original)
> +++ maven/maven-1/plugins/trunk/javadoc/xdocs/changes.xml Thu Dec 15 10:15:34 2005
> @@ -27,6 +27,7 @@
>    </properties>
>    <body>
>      <release version="1.8-SNAPSHOT" date="In SVN">
> +      <action dev="ltheussl" type="update" issue="MPJAVADOC-66">The maxmemory property is set to 512m by default.</action>
>        <action dev="ltheussl" type="fix" issue="MPJAVADOC-61">StringIndexOutOfBoundsException on parsing the files.</action>
>        <action dev="aheritier" type="fix" issue="MPJAVADOC-59">Files package.html and overview.html are not copied when source modifications are used.</action>
>        <action dev="carlos" type="add" issue="MPJAVADOC-58">Added maven.javadoc.failonerror property.</action>
>
> Modified: maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml
> URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml?rev=357051&r1=357050&r2=357051&view=diff
> ==============================================================================
> --- maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml (original)
> +++ maven/maven-1/plugins/trunk/javadoc/xdocs/properties.xml Thu Dec 15 10:15:34 2005
> @@ -89,7 +89,7 @@
>            <td>
>              Specifies the maximum Java heap size to be used when launching
>              the javadoc executable. Some JVMs refer to this property as
> -            the <code>-Xmx</code> parameter.
> +            the <code>-Xmx</code> parameter. Defaults to <code>512m</code>.
>            </td>
>          </tr>
>          <tr>
>
>
>   


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org