cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2003-06-09 Thread mturk
mturk 2003/06/09 22:23:18 Modified:jk/native2 build.xml Log: Add the aolserver build. Revision ChangesPath 1.43 +77 -1 jakarta-tomcat-connectors/jk/native2/build.xml Index: build.xml ===

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2003-03-03 Thread costin
costin 2003/03/03 23:12:14 Modified:jk/native2 build.xml Log: Few fixes to get it to compile with the default redhat apache. As is common those days, RedHat decided to make the life easy for developers by messing out the file locations used by apache - since they know better

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2003-02-09 Thread nacho
nacho 2003/02/09 13:29:17 Modified:jk/native2 build.xml Log: Only build JNI, if IIS or Apache20 is detected.. Revision ChangesPath 1.39 +8 -7 jakarta-tomcat-connectors/jk/native2/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2003-02-05 Thread nacho
nacho 2003/02/05 16:33:16 Modified:jk/native2 build.xml Log: Honor use.jni, needed to fix gump builds.. Fixed resources location for apache13 win32 builds Revision ChangesPath 1.38 +2 -2 jakarta-tomcat-connectors/jk/native2/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-06-08 Thread nacho
nacho 2002/06/08 17:13:35 Modified:jk/native2 build.xml Log: * Added resource elements * Ant 1.4 compatible uptodate * More file tyopes to clean * Changed uptodate check of mc files from *.h to *.res Revision ChangesPath 1.36 +21 -5

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-05-30 Thread costin
costin 02/05/30 11:00:56 Modified:jk/native2 build.xml Log: Link jni with APR for hpux and solaris. XXX need to create a is.unix flag - if not win or netware ( or other special cases ). Revision ChangesPath 1.34 +4 -0

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-05-29 Thread costin
costin 02/05/29 13:13:36 Modified:jk/native2 build.xml Log: Add the 'mc' compiler ( if windows is detected ). Better condition for apache1.3 detection. Revision ChangesPath 1.32 +10 -3 jakarta-tomcat-connectors/jk/native2/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-05-29 Thread costin
costin 02/05/29 15:18:04 Modified:jk/native2 build.xml Log: Add advapi32.lib to the win32 builds ( for the native logger ) Few modifications in property init - things specific to win/netware/etc can be specified in the specific section. ( I'll try to get apache.home

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-05-23 Thread costin
costin 02/05/23 09:50:35 Modified:jk/native2 build.xml Log: Added a target that will build mod_jk using cpptasks from sourceforge. This is for experimental purpose only - and to facilitate an integration. At this moment thare are major bugs in cpptasks ( libtool doesn't

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-05-22 Thread costin
costin 02/05/22 16:40:02 Modified:jk/native2 build.xml Log: Added IIS to the build targets ( if detected ). We'll look for MSVC, as the required headers are included - you don't need IIS to compile the DLL ( and I think it'll work with the personal web server as well, probably

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-05-16 Thread costin
costin 02/05/16 15:39:35 Modified:jk/native2 build.xml Log: Add the HAVE_MMAP setting for apache 1.3. Use HAS_APR consistently ( I don't know why we don't use HAVE_APR ) Revision ChangesPath 1.26 +2 -2 jakarta-tomcat-connectors/jk/native2/build.xml

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-04-25 Thread costin
costin 02/04/25 12:23:40 Modified:jk/native2 build.xml Log: Update build.xml for jni. Don't build other targets - all will build jkant and jni. That will prevent gump errors. Revision ChangesPath 1.24 +11 -1

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-04-24 Thread nacho
nacho 02/04/24 16:11:11 Modified:jk/native2 build.xml Log: * Less libs needed to build mod_jk2 * Changed the name to isapi_redirector2 Revision ChangesPath 1.23 +3 -3 jakarta-tomcat-connectors/jk/native2/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-04-10 Thread costin
costin 02/04/10 16:41:22 Modified:jk/native2 build.xml Log: Added a call to build ( or check for) jkant. It's easier than remembering ( or documenting ) that you need to build jkant before native. Revision ChangesPath 1.19 +2 -0

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-04-10 Thread costin
costin 02/04/10 22:20:49 Modified:jk/native2 build.xml Log: A bigger change in the way we build native2. So far we had a jni_connect ( I changed the name to libjkjni since it conflicts with jk1 ) It contained a subset of jk and the native methods ( the minimum amount

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-04-09 Thread jfclere
jfclere 02/04/09 13:57:19 Modified:jk/native2 build.xml Log: Add unless HAVE_APR to compile it without APR. Revision ChangesPath 1.17 +2 -0 jakarta-tomcat-connectors/jk/native2/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-04-09 Thread costin
costin 02/04/09 14:46:42 Modified:jk/native2 build.xml Log: Remove WEB-INF. Added a flag to build APR-based jk with apache13 It should work, but the build file is broken, it includes apr by using the apache2 include dir - if detected. That creates problem since httpd.h

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-02-28 Thread costin
costin 02/02/28 15:36:18 Modified:jk/native2 build.xml Log: Add EAPI in the default build.xml, build all files in apache13 ( i.e. service + mod_jk ) Revision ChangesPath 1.16 +4 -2 jakarta-tomcat-connectors/jk/native2/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-02-23 Thread costin
costin 02/02/23 11:02:19 Modified:jk/native2 build.xml Log: Adding apache13 to the mix, better detection, support for RedHat-style package ( apache13 is bundled with redhat, so easier to get things running with minimal effort for users ) Revision ChangesPath 1.15

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-02-22 Thread hgomez
hgomez 02/02/22 02:06:05 Modified:jk/native2 build.xml Log: Update build.xml to use mod_jk2.c and rename mod_jk.so to mod_jk2.so Revision ChangesPath 1.14 +2 -2 jakarta-tomcat-connectors/jk/native2/build.xml Index: build.xml

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2002-01-17 Thread costin
costin 02/01/17 13:19:35 Modified:jk/native2 build.xml Log: Read a platform-specific build file first. This is usefull if you use the same dir to build on 2 platforms ( which in turn is very usefull if you want to check that some changes on one platform are not braking the

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2001-12-31 Thread costin
costin 01/12/31 12:03:41 Modified:jk/native2 build.xml Log: Removed unused options. Revision ChangesPath 1.7 +0 -5 jakarta-tomcat-connectors/jk/native2/build.xml Index: build.xml ===

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2001-12-19 Thread costin
costin 01/12/19 16:15:44 Modified:jk build.xml README.txt build.properties.sample jk/native build.xml jk/native2 build.xml Log: A bit of enhancement to the build system, to make it simpler and smarter ( I hope :-) The goals are to be able

cvs commit: jakarta-tomcat-connectors/jk/native2 build.xml

2001-12-04 Thread costin
costin 01/12/04 11:11:02 Modified:jk/native2 build.xml Log: Include all files in the server dir ( mod_jk and all other implementations of jk interfaces ) Revision ChangesPath 1.3 +3 -2 jakarta-tomcat-connectors/jk/native2/build.xml Index: build.xml