maven release:perform get java.lang.OutOfMemoryError

2008-08-20 Thread hackaton

Hi,

When I try to release:perform I got java.lang.OutOfMemoryError

javadoc: java.lang.OutOfMemoryError: Please increase memory.
For example, on the Sun Classic or HotSpot VMs, add the option
-J-Xmx
such as -J-Xmx32m.

How can I increase the heap size for the javadoc?
-- 
View this message in context: 
http://www.nabble.com/maven-release%3Aperform-get-java.lang.OutOfMemoryError-tp19064014p19064014.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven release:perform get java.lang.OutOfMemoryError

2008-08-20 Thread Nick Stolwijk
Perhaps by taking a look at the documentation? See the Javadoc plugin
documentation page [1] and then especially the additionalJOption
option.

[1] http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html

Hth,

Nick Stolwijk
~Java Developer~

Iprofs BV.
Claus Sluterweg 125
2012 WS Haarlem
www.iprofs.nl


On Wed, Aug 20, 2008 at 9:13 AM, hackaton [EMAIL PROTECTED] wrote:

 Hi,

 When I try to release:perform I got java.lang.OutOfMemoryError

 javadoc: java.lang.OutOfMemoryError: Please increase memory.
For example, on the Sun Classic or HotSpot VMs, add the option
 -J-Xmx
such as -J-Xmx32m.

 How can I increase the heap size for the javadoc?
 --
 View this message in context: 
 http://www.nabble.com/maven-release%3Aperform-get-java.lang.OutOfMemoryError-tp19064014p19064014.html
 Sent from the Maven - Users mailing list archive at Nabble.com.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven release:perform get java.lang.OutOfMemoryError

2008-08-20 Thread Stefan Seidel


Nick Stolwijk wrote:

documentation page [1] and then especially the additionalJOption

Doesn't even need to. There is a maxmemory option.

Stefan




[1] http://maven.apache.org/plugins/maven-javadoc-plugin/javadoc-mojo.html

Hth,

Nick Stolwijk
~Java Developer~

Iprofs BV.
Claus Sluterweg 125
2012 WS Haarlem
www.iprofs.nl


On Wed, Aug 20, 2008 at 9:13 AM, hackaton [EMAIL PROTECTED] wrote:

Hi,

When I try to release:perform I got java.lang.OutOfMemoryError

javadoc: java.lang.OutOfMemoryError: Please increase memory.
   For example, on the Sun Classic or HotSpot VMs, add the option
-J-Xmx
   such as -J-Xmx32m.

How can I increase the heap size for the javadoc?
--
View this message in context: 
http://www.nabble.com/maven-release%3Aperform-get-java.lang.OutOfMemoryError-tp19064014p19064014.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
best regards,

Stefan Seidel
software developer

VUB Printmedia GmbH
Chopinstraße 4
D-04103 Leipzig
Germany
tel.+49 (341) 9 60 50 07
fax.+49 (341) 9 60 50 92
mail.   [EMAIL PROTECTED]
web.www.vub.de

HRB Köln 24015
UStID DE 122 649 251
GF Dr. Achim Preuss Neudorf,
Dr. Christian Preuss Neudorf

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: maven release:perform get java.lang.OutOfMemoryError

2008-08-20 Thread hackaton

Thanks all,

I didn’t realize the javadoc plugin is used behind screen, this work for me

 reporting
plugins
  plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-javadoc-plugin/artifactId
configuration
  maxmemory512M/maxmemory
/configuration
  /plugin
/plugins
  /reporting


hackaton wrote:
 
 Hi,
 
 When I try to release:perform I got java.lang.OutOfMemoryError
 
 javadoc: java.lang.OutOfMemoryError: Please increase memory.
 For example, on the Sun Classic or HotSpot VMs, add the option
 -J-Xmx
 such as -J-Xmx32m.
 
 How can I increase the heap size for the javadoc?
 

-- 
View this message in context: 
http://www.nabble.com/maven-release%3Aperform-get-java.lang.OutOfMemoryError-tp19064014p19065138.html
Sent from the Maven - Users mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]