Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I build the Geronimo Eclipse Plugin?

build Eclipse Geronimo plugin
0
Posted

How do I build the Geronimo Eclipse Plugin?

0

The root of the source tree for the eclipse plugin is located in an svn repository at https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/ The following environment variable needs be set to properly configure the JVM to meet memory requirements. MAVEN_OPTS=”-Xms512m -Xmx512m -XX:MaxPermSize=256m” On Windows use the following command to set the environment variable (note that double quotes should not be used): set MAVEN_OPTS=-Xmx512m -XX:MaxPermSize=128m To build the latest source (assuming you have maven2, ant, and subversion installed) invoke the following to check out the source of trunk: svn co https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/trunk/ geronimo-eclipse Then, from within the geronimo-eclipse directory, simply invoke “mvn”. This will run through the entire build process from compilation to generating the distributions.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123