View Single Post
  #2   (View Single Post)  
Old 30th September 2011
ocicat ocicat is offline
Administrator
 
Join Date: Apr 2008
Posts: 3,318
Default

Quote:
Originally Posted by redaxe12 View Post
I am trying to build tomcat 7 source for openBSD 4.9 using apache ANT 1.8x...
Neither Tomcat 7 nor Apache-Ant 1.8 were ported to OpenBSD 4.9. Ant 1.8 is available for -current users, but Tomcat 7 is not available yet.

I also don't see a maintainer mentioned for version 6 either:

http://www.openbsd.org/cgi-bin/cvswe...?annotate=1.15

If you must have Tomcat 7, I would suggest downloading the ports tree & study the Makefile & patches made to version 6. Building Java applications on OpenBSD is not trivial. Simply downloading source & using the default Makefile is most likely a futile effort. Understanding what changes have been required in previous versions may help you.
Reply With Quote