[MacPorts] #22787: tomcat6 fail to compile on Snow Leopard
MacPorts
noreply at macports.org
Tue Dec 29 01:17:40 PST 2009
#22787: tomcat6 fail to compile on Snow Leopard
---------------------------------+------------------------------------------
Reporter: idefix@… | Owner: macports-tickets@…
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 1.8.1
Resolution: duplicate | Keywords:
Port: tomcat6 |
---------------------------------+------------------------------------------
Comment(by skaimauve@…):
SOLUTION: After the build fails, edit this file:
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_java_tomcat6/work
/apache-tomcat-6.0.20-src/build.xml
Insert the following lines inside the <javac> tag:
fork="true"
memoryinitialsize="256m"
memorymaximumsize="256m"
So the tag looks like:
<javac SOMESTUFF
fork="true"
memoryinitialsize="256m"
memorymaximumsize="256m"
MORESTUFF>
There are four javac tags to change.
--
Ticket URL: <http://trac.macports.org/ticket/22787#comment:8>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list