[MacPorts] #22787: tomcat6 fail to compile on Snow Leopard

MacPorts noreply at macports.org
Tue Dec 29 03:24:43 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 mpv@…):

 Replying to [comment:8 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.
 >

 I have verified this works.   Tomcat6 now builds an runs on Mac OSX
 10.6.2.  Thank you!

-- 
Ticket URL: <http://trac.macports.org/ticket/22787#comment:11>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list