You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Aryeh Katz <ar...@secured-services.com> on 2004/02/12 16:32:00 UTC

HOWTO: building mod_jk2 with Visual studio .net 2003

I converted the project to a .net 2003 project, and tried to build. No dice.
Got a really flaky error that made no sense to me.
I then looked at the .vcproj file that MS created, and tracked down
the issue (in my environment).
It seems that when the dsp file is converted to a vcproj file, InputDir 
is changed so that it is given a backslash at the end. In addition, the 
path name is quoted.
This results in the escape sequence \" at the end of InputDir, which 
breaks the mc command.
To me, this seems to be a Microsoft bug, but I was able to workaround this.
As a workaround, I was able to run the mc command on the command line, 
then to reopen the project in Visual studio.
Once this dependency was built, the project built just fine.

For your reference, the mc command was:
     mc -h "\<installdir>\jk\native2\common" \
        -r "\<installdir>\jk\native2\common" \
        "\<installdir>\jk\native2\common\jk_logger_win32_message.mc"

-- 
Aryeh Katz
SecureD Services
http://www.secured-services.com/
410 653 0700 x 2



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: HOWTO: building mod_jk2 with Visual studio .net 2003

Posted by Aryeh Katz <ar...@secured-services.com>.
Henri Gomez wrote:

> Aryeh Katz wrote:
> 
>> Martin Gainty wrote:
>>
>>> Any comment(s)/suggestion(s) from Microsoft Tech Support?
>>> Keep me apprised,
> 
> If you've got a valid makefile for .net 2003, send it to the list
> so we could include it in the release 2.0.4
> 
As I said in my original post, it seems that there is a bug in the 
vcproj generation, which is why I described how to build it.
Anyone that has a vs .net 2003 should be able to import the dsp file and 
  try to build.
Still, my sln and vcproj file are attached

-- 
Aryeh Katz
SecureD Services
http://www.secured-services.com/
410 653 0700 x 2

Re: HOWTO: building mod_jk2 with Visual studio .net 2003

Posted by Henri Gomez <hg...@apache.org>.
Aryeh Katz wrote:

> Martin Gainty wrote:
> 
>> Any comment(s)/suggestion(s) from Microsoft Tech Support?
>> Keep me apprised,
> 
> So far my post is unanswered.
> Is there anyone else who has VS 2003 .net that can try this?
> Aryeh

If you've got a valid makefile for .net 2003, send it to the list
so we could include it in the release 2.0.4



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: HOWTO: building mod_jk2 with Visual studio .net 2003

Posted by Aryeh Katz <ar...@secured-services.com>.
Martin Gainty wrote:

> Any comment(s)/suggestion(s) from Microsoft Tech Support?
> Keep me apprised,
So far my post is unanswered.
Is there anyone else who has VS 2003 .net that can try this?
Aryeh
> Marty Gainty
> 617-852-7822
> ----- Original Message ----- 
> From: "Aryeh Katz" <ar...@secured-services.com>
> To: <to...@jakarta.apache.org>
> Sent: Thursday, February 12, 2004 10:32 AM
> Subject: HOWTO: building mod_jk2 with Visual studio .net 2003
> 
> 
> 
>>I converted the project to a .net 2003 project, and tried to build. No
> 
> dice.
> 
>>Got a really flaky error that made no sense to me.
>>I then looked at the .vcproj file that MS created, and tracked down
>>the issue (in my environment).
>>It seems that when the dsp file is converted to a vcproj file, InputDir
>>is changed so that it is given a backslash at the end. In addition, the
>>path name is quoted.
>>This results in the escape sequence \" at the end of InputDir, which
>>breaks the mc command.
>>To me, this seems to be a Microsoft bug, but I was able to workaround
> 
> this.
> 
>>As a workaround, I was able to run the mc command on the command line,
>>then to reopen the project in Visual studio.
>>Once this dependency was built, the project built just fine.
>>
>>For your reference, the mc command was:
>>     mc -h "\<installdir>\jk\native2\common" \
>>        -r "\<installdir>\jk\native2\common" \
>>        "\<installdir>\jk\native2\common\jk_logger_win32_message.mc"
>>


-- 
Aryeh Katz
SecureD Services
http://www.secured-services.com/
410 653 0700 x 2


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: HOWTO: building mod_jk2 with Visual studio .net 2003

Posted by Martin Gainty <mg...@hotmail.com>.
Chances are that if you encountered this error then there are others who
would encounter the same problem...Then again punting backward to makefiles
might be the only *robust* solution...
Keep me apprised,
-Martin
----- Original Message ----- 
From: "Aryeh Katz" <ar...@secured-services.com>
To: "Martin Gainty" <mg...@hotmail.com>
Cc: "Tomcat Developers List" <to...@jakarta.apache.org>
Sent: Thursday, February 12, 2004 11:02 AM
Subject: Re: HOWTO: building mod_jk2 with Visual studio .net 2003


> Martin Gainty wrote:
>
> > Any comment(s)/suggestion(s) from Microsoft Tech Support?
> > Keep me apprised,
> > Marty Gainty
> > 617-852-7822
> Didn't bother to try.
> Let me search MSDN...
> Nothing.
> I'll post to the ms NG, and see what I get.
> Don't hold your breath.
> Aryeh
>
> > ----- Original Message ----- 
> > From: "Aryeh Katz" <ar...@secured-services.com>
> > To: <to...@jakarta.apache.org>
> > Sent: Thursday, February 12, 2004 10:32 AM
> > Subject: HOWTO: building mod_jk2 with Visual studio .net 2003
> >
> >
> >
> >>I converted the project to a .net 2003 project, and tried to build. No
> >
> > dice.
> >
> >>Got a really flaky error that made no sense to me.
> >>I then looked at the .vcproj file that MS created, and tracked down
> >>the issue (in my environment).
> >>It seems that when the dsp file is converted to a vcproj file, InputDir
> >>is changed so that it is given a backslash at the end. In addition, the
> >>path name is quoted.
> >>This results in the escape sequence \" at the end of InputDir, which
> >>breaks the mc command.
> >>To me, this seems to be a Microsoft bug, but I was able to workaround
> >
> > this.
> >
> >>As a workaround, I was able to run the mc command on the command line,
> >>then to reopen the project in Visual studio.
> >>Once this dependency was built, the project built just fine.
> >>
> >>For your reference, the mc command was:
> >>     mc -h "\<installdir>\jk\native2\common" \
> >>        -r "\<installdir>\jk\native2\common" \
> >>        "\<installdir>\jk\native2\common\jk_logger_win32_message.mc"
> >>
> >>-- 
> >>Aryeh Katz
> >>SecureD Services
> >>http://www.secured-services.com/
> >>410 653 0700 x 2
> >>
> >>
> >>
> >>---------------------------------------------------------------------
> >>To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> >>For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> >>
> >>
> >
> >
>
>
> -- 
> Aryeh Katz
> SecureD Services
> http://www.secured-services.com/
> 410 653 0700 x 2
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: HOWTO: building mod_jk2 with Visual studio .net 2003

Posted by Aryeh Katz <ar...@secured-services.com>.
Martin Gainty wrote:

> Any comment(s)/suggestion(s) from Microsoft Tech Support?
> Keep me apprised,
> Marty Gainty
> 617-852-7822
Didn't bother to try.
Let me search MSDN...
Nothing.
I'll post to the ms NG, and see what I get.
Don't hold your breath.
Aryeh

> ----- Original Message ----- 
> From: "Aryeh Katz" <ar...@secured-services.com>
> To: <to...@jakarta.apache.org>
> Sent: Thursday, February 12, 2004 10:32 AM
> Subject: HOWTO: building mod_jk2 with Visual studio .net 2003
> 
> 
> 
>>I converted the project to a .net 2003 project, and tried to build. No
> 
> dice.
> 
>>Got a really flaky error that made no sense to me.
>>I then looked at the .vcproj file that MS created, and tracked down
>>the issue (in my environment).
>>It seems that when the dsp file is converted to a vcproj file, InputDir
>>is changed so that it is given a backslash at the end. In addition, the
>>path name is quoted.
>>This results in the escape sequence \" at the end of InputDir, which
>>breaks the mc command.
>>To me, this seems to be a Microsoft bug, but I was able to workaround
> 
> this.
> 
>>As a workaround, I was able to run the mc command on the command line,
>>then to reopen the project in Visual studio.
>>Once this dependency was built, the project built just fine.
>>
>>For your reference, the mc command was:
>>     mc -h "\<installdir>\jk\native2\common" \
>>        -r "\<installdir>\jk\native2\common" \
>>        "\<installdir>\jk\native2\common\jk_logger_win32_message.mc"
>>
>>-- 
>>Aryeh Katz
>>SecureD Services
>>http://www.secured-services.com/
>>410 653 0700 x 2
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>>
>>
> 
> 


-- 
Aryeh Katz
SecureD Services
http://www.secured-services.com/
410 653 0700 x 2


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: HOWTO: building mod_jk2 with Visual studio .net 2003

Posted by Martin Gainty <mg...@hotmail.com>.
Any comment(s)/suggestion(s) from Microsoft Tech Support?
Keep me apprised,
Marty Gainty
617-852-7822
----- Original Message ----- 
From: "Aryeh Katz" <ar...@secured-services.com>
To: <to...@jakarta.apache.org>
Sent: Thursday, February 12, 2004 10:32 AM
Subject: HOWTO: building mod_jk2 with Visual studio .net 2003


> I converted the project to a .net 2003 project, and tried to build. No
dice.
> Got a really flaky error that made no sense to me.
> I then looked at the .vcproj file that MS created, and tracked down
> the issue (in my environment).
> It seems that when the dsp file is converted to a vcproj file, InputDir
> is changed so that it is given a backslash at the end. In addition, the
> path name is quoted.
> This results in the escape sequence \" at the end of InputDir, which
> breaks the mc command.
> To me, this seems to be a Microsoft bug, but I was able to workaround
this.
> As a workaround, I was able to run the mc command on the command line,
> then to reopen the project in Visual studio.
> Once this dependency was built, the project built just fine.
>
> For your reference, the mc command was:
>      mc -h "\<installdir>\jk\native2\common" \
>         -r "\<installdir>\jk\native2\common" \
>         "\<installdir>\jk\native2\common\jk_logger_win32_message.mc"
>
> -- 
> Aryeh Katz
> SecureD Services
> http://www.secured-services.com/
> 410 653 0700 x 2
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Exporting Makefiles: LONG was Re: HOWTO: building mod_jk2 with Visual studio .net

Posted by Aryeh Katz <ar...@secured-services.com>.
Aryeh Katz wrote:

> Guenter Knauf wrote:
> 
>> Hi Aryeh,
>>
>>> I'm using 2.0.2, and your makefile fails at link time with a missing
>>> symbol jk2_channel_socket_factory.
>>> I assume that's a 2.0.4 issue.
>>> Other than that, the compile was file.
>>
>>
>> ok, that sounds good. If you perhaps could do a test with recent CVS 
>> that would be fine; then I would create *.mak for all *.dsp...
>>
>> if you dont know already:
>> there's a snapshot server where you can download snapshots from 
>> current CVS every 6 hours:
>> http://cvs.apache.org/snapshots/jakarta-tomcat-connectors/
>>
> Thanks for the heads up, I did not know.
> Build failed, same issue.
> Also the Makefile had to be tinkered with before it would build.
> Let me try to export from my vc6 box and see:
>     a) Does my makefile (from cvs) look different
>     b) Does it build.
Got it, but it's not so easy. I think the simplest "Fix" would be to 
mandate <installdir>.
Here's the problems
1) The path to $(InputDir) is absolute. That is NOT portable. It can and 
should be relative. I tried it relative, and it worked.
2) $(INTDIR)\jk_logger_win32.obj has a dependency of 
..\..\common\jk_logger_win32_message.rc. If this is not on the build 
target line (for the object) as a dependency, jk_logger_win32_message.rc 
is never built, and the compile fails.
3) and this is where our makefiles really differ. The line that creates 
jk_logger_win32_message.res passes a /i option to the common directory. 
Your absolute directory did not match mine, and I think that's why the 
link failed.

A diff follows. Most of the differences are .dll instead of .so. The one 
  difference that seems to matter is the RSC line (and the InputDir for 
the debug build).

< !MESSAGE No configuration specified. Defaulting to mod_jk2 - Win32 
Release.
---
 > !MESSAGE Keine Konfiguration angegeben. mod_jk2 - Win32 Release wird 
als Stand
ard verwendet.
8,10c8,10
< !MESSAGE Invalid configuration "$(CFG)" specified.
< !MESSAGE You can specify a configuration when running NMAKE
< !MESSAGE by defining the macro CFG on the command line. For example:
---
 > !MESSAGE Ungültige Konfiguration "$(CFG)" angegeben.
 > !MESSAGE Sie können beim Ausführen von NMAKE eine Konfiguration angeben
 > !MESSAGE durch Definieren des Makros CFG in der Befehlszeile. Zum 
Beispiel:
12c12
< !MESSAGE NMAKE /f "mod_jk2.mak" CFG="mod_jk2 - Win32 Debug"
---
 > !MESSAGE NMAKE /f "mod_jk2.mak" CFG="mod_jk2 - Win32 Release"
14c14
< !MESSAGE Possible choices for configuration are:
---
 > !MESSAGE Für die Konfiguration stehen zur Auswahl:
16,17c16,17
< !MESSAGE "mod_jk2 - Win32 Release" (based on "Win32 (x86) Dynamic-Link 
Library
")
< !MESSAGE "mod_jk2 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link 
Library")
---
 > !MESSAGE "mod_jk2 - Win32 Release" (basierend auf  "Win32 (x86) 
Dynamic-Link L
ibrary")
 > !MESSAGE "mod_jk2 - Win32 Debug" (basierend auf  "Win32 (x86) 
Dynamic-Link Lib
rary")
19c19
< !ERROR An invalid configuration is specified.
---
 > !ERROR Eine ungültige Konfiguration wurde angegeben.
36c36
< ALL : "$(OUTDIR)\mod_jk2.dll" "$(OUTDIR)\mod_jk2.bsc"
---
 > ALL : "$(OUTDIR)\mod_jk2.so" "$(OUTDIR)\mod_jk2.bsc"
121d120
<       -@erase "$(OUTDIR)\mod_jk2.dll"
123a123
 >       -@erase "$(OUTDIR)\mod_jk2.so"
214c214
< LINK32_FLAGS=libhttpd.lib libapr.lib libaprutil.lib pcre.lib 
pcreposix.lib wso
ck32.lib advapi32.lib /nologo /dll /incremental:no 
/pdb:"$(OUTDIR)\mod_jk2.pdb"
/machine:I386 /out:"$(OUTDIR)\mod_jk2.dll" 
/implib:"$(OUTDIR)\mod_jk2.lib" /libp
ath:"$(APACHE2_HOME)\lib"
---
 > LINK32_FLAGS=libhttpd.lib libapr.lib libaprutil.lib pcre.lib 
pcreposix.lib wso
ck32.lib advapi32.lib /nologo /dll /incremental:no 
/pdb:"$(OUTDIR)\mod_jk2.pdb"
/machine:I386 /out:"$(OUTDIR)\mod_jk2.so" 
/implib:"$(OUTDIR)\mod_jk2.lib" /libpa
th:"$(APACHE2_HOME)\lib"
257c257
< "$(OUTDIR)\mod_jk2.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
---
 > "$(OUTDIR)\mod_jk2.so" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
270c270
< ALL : "$(OUTDIR)\mod_jk2.dll" "$(OUTDIR)\mod_jk2.bsc"
---
 > ALL : ".\Release\mod_jk2.so" "$(OUTDIR)\mod_jk2.bsc"
356d355
<       -@erase "$(OUTDIR)\mod_jk2.dll"
358d356
<       -@erase "$(OUTDIR)\mod_jk2.ilk"
360a359,360
 >       -@erase ".\Release\mod_jk2.ilk"
 >       -@erase ".\Release\mod_jk2.so"
451c451
< LINK32_FLAGS=libhttpd.lib libapr.lib libaprutil.lib pcre.lib 
pcreposix.lib wso
ck32.lib advapi32.lib /nologo /dll /incremental:yes 
/pdb:"$(OUTDIR)\mod_jk2.pdb"
  /debug /machine:I386 /out:"$(OUTDIR)\mod_jk2.dll" 
/implib:"$(OUTDIR)\mod_jk2.li
b" /pdbtype:sept /libpath:"$(APACHE2_HOME)\lib"
---
 > LINK32_FLAGS=libhttpd.lib libapr.lib libaprutil.lib pcre.lib 
pcreposix.lib wso
ck32.lib advapi32.lib /nologo /dll /incremental:yes 
/pdb:"$(OUTDIR)\mod_jk2.pdb"
  /debug /machine:I386 /out:"Release/mod_jk2.so" 
/implib:"$(OUTDIR)\mod_jk2.lib"
/pdbtype:sept /libpath:"$(APACHE2_HOME)\lib"
494c494
< "$(OUTDIR)\mod_jk2.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
---
 > ".\Release\mod_jk2.so" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
589c589
< SOURCE=..\..\common\jk_logger_win32.c
---
 > SOURCE=..\..\common\jk_logger_win32.c
591c591
< "$(INTDIR)\jk_logger_win32.obj"       "$(INTDIR)\jk_logger_win32.sbr" 
: $(SOUR
CE) "$(INTDIR)" ..\..\common\jk_logger_win32_message.rc
---
 > "$(INTDIR)\jk_logger_win32.obj"       "$(INTDIR)\jk_logger_win32.sbr" 
: $(SOUR
CE) "$(INTDIR)"
746,747c746,747
< #InputDir=\jakarta-tomcat-connectors\jk\native2\common
< InputDir=..\..\common
---
 > #InputDir=\projects\msvc\jakarta-tomcat-connectors\jk\native2\common
 > InputDir=\ldap2\mod_jk-2.0.2\jk\native2\common
759c759
< InputDir=\jakarta-tomcat-connectors\jk\native2\common
---
 > InputDir=\projects\msvc\jakarta-tomcat-connectors\jk\native2\common
777c777
<       $(RSC) /l 0x409 /fo"$(INTDIR)\jk_logger_win32_message.res" /i 
"\jakarta-
tomcat-connectors\jk\native2\common" /d "NDEBUG" $(SOURCE)
---
 >       $(RSC) /l 0x409 /fo"$(INTDIR)\jk_logger_win32_message.res" /i 
"\projects
\msvc\jakarta-tomcat-connectors\jk\native2\common" /d "NDEBUG" $(SOURCE)
784c784
<       $(RSC) /l 0x409 /fo"$(INTDIR)\jk_logger_win32_message.res" /i 
"\jakarta-
tomcat-connectors\jk\native2\common" /d "_DEBUG" $(SOURCE)
---
 >       $(RSC) /l 0x409 /fo"$(INTDIR)\jk_logger_win32_message.res" /i 
"\projects
\msvc\jakarta-tomcat-connectors\jk\native2\common" /d "_DEBUG" $(SOURCE)

> I'll let you know.
> Aryeh


-- 
Aryeh Katz
SecureD Services
http://www.secured-services.com/
410 653 0700 x 2


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: HOWTO: building mod_jk2 with Visual studio .net 2003

Posted by Aryeh Katz <ar...@secured-services.com>.
Guenter Knauf wrote:

> Hi Aryeh,
> 
>>I'm using 2.0.2, and your makefile fails at link time with a missing
>>symbol jk2_channel_socket_factory.
>>I assume that's a 2.0.4 issue.
>>Other than that, the compile was file.
> 
> ok, that sounds good. If you perhaps could do a test with recent CVS that would be fine; then I would create *.mak for all *.dsp...
> 
> if you dont know already:
> there's a snapshot server where you can download snapshots from current CVS every 6 hours:
> http://cvs.apache.org/snapshots/jakarta-tomcat-connectors/
> 
Thanks for the heads up, I did not know.
Build failed, same issue.
Also the Makefile had to be tinkered with before it would build.
Let me try to export from my vc6 box and see:
     a) Does my makefile (from cvs) look different
     b) Does it build.
I'll let you know.
Aryeh
-- 
Aryeh Katz
SecureD Services
http://www.secured-services.com/
410 653 0700 x 2


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: HOWTO: building mod_jk2 with Visual studio .net 2003

Posted by Guenter Knauf <ef...@gmx.net>.
Hi Aryeh,
> I'm using 2.0.2, and your makefile fails at link time with a missing
> symbol jk2_channel_socket_factory.
> I assume that's a 2.0.4 issue.
> Other than that, the compile was file.
ok, that sounds good. If you perhaps could do a test with recent CVS that would be fine; then I would create *.mak for all *.dsp...

if you dont know already:
there's a snapshot server where you can download snapshots from current CVS every 6 hours:
http://cvs.apache.org/snapshots/jakarta-tomcat-connectors/

Guenter.



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: [5.0.19] Tag tomorrow

Posted by Henri Gomez <hg...@apache.org>.
Jess Holle wrote:

> Remy Maucherat wrote:
> 
>> As discussed previously.
>>
>> What's the status of the JK 2 release ?
> 
> 
> Also, I've been seeing mutterings of a JK 1.2.6 release -- any status on 
> that?
> 
> [Ping and pong, etc, would be nice to have in a released, citable version!]

1.2.6 will also include my recent fix on POST recovery in LoadBalancing 
mode.

But this one should be tested, so will have to delay it to say, one week 
after jk 2.0.4.



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: [5.0.19] Tag tomorrow

Posted by Jess Holle <je...@ptc.com>.
Remy Maucherat wrote:

> As discussed previously.
>
> What's the status of the JK 2 release ?

Also, I've been seeing mutterings of a JK 1.2.6 release -- any status on 
that?

[Ping and pong, etc, would be nice to have in a released, citable version!]

--
Jess Holle


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: [5.0.19] Tag tomorrow

Posted by Henri Gomez <hg...@apache.org>.
Remy Maucherat wrote:
> As discussed previously.
> 
> What's the status of the JK 2 release ?
> 

jk2 2.0.4 should be released by the end of the next week.

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: [5.0.19] Tag tomorrow

Posted by Remy Maucherat <re...@apache.org>.
Remy Maucherat wrote:
> As discussed previously.

I'll make that early tomorrow: I don't have the time needed to update 
the changelog tonight.

Rémy


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


[5.0.19] Tag tomorrow

Posted by Remy Maucherat <re...@apache.org>.
As discussed previously.

What's the status of the JK 2 release ?

Rémy

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: HOWTO: building mod_jk2 with Visual studio .net 2003

Posted by Aryeh Katz <ar...@secured-services.com>.
Guenter Knauf wrote:
> Hi,
> 
>>>maybe we should export the .mak files and check into CVS, just as with
>>>Apache?
>>>Please try if this works:
>>>http://www.gknw.com/test/mod_jk2.mak
>>
>>I already did that, and it worked fine. That's why I prefaced my comment
>>by stating this was an issue with vs2003 .net.
>>Do you want my makefile?
> 
> no, I can export self - I was more asking if you think it would help when we check such makefiles into CVS in addition to the dsp projects...?? And if my exported makefile works for you...
> 
:-(
I'm using 2.0.2, and your makefile fails at link time with a missing 
symbol jk2_channel_socket_factory.
I assume that's a 2.0.4 issue.
Other than that, the compile was file.
Aryeh
> Guenter.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 


-- 
Aryeh Katz
SecureD Services
http://www.secured-services.com/
410 653 0700 x 2


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: HOWTO: building mod_jk2 with Visual studio .net 2003

Posted by Guenter Knauf <ef...@gmx.net>.
Hi,
>> maybe we should export the .mak files and check into CVS, just as with
>> Apache?
>> Please try if this works:
>> http://www.gknw.com/test/mod_jk2.mak
> I already did that, and it worked fine. That's why I prefaced my comment
> by stating this was an issue with vs2003 .net.
> Do you want my makefile?
no, I can export self - I was more asking if you think it would help when we check such makefiles into CVS in addition to the dsp projects...?? And if my exported makefile works for you...

Guenter.



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: HOWTO: building mod_jk2 with Visual studio .net 2003

Posted by Aryeh Katz <ar...@secured-services.com>.
Aryeh Katz wrote:

> Guenter Knauf wrote:
> 
>> Hi,
>> maybe we should export the .mak files and check into CVS, just as with 
>> Apache? Please try if this works:
>> http://www.gknw.com/test/mod_jk2.mak
> 
> I already did that, and it worked fine. That's why I prefaced my comment 
> by stating this was an issue with vs2003 .net.
Hate replying to my own post :-)
I should have supplied this link
http://groups.google.com/groups?q=export+makefile+vs.net&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=ORJljriYDHA.2212%40cpmsftngxa06.phx.gbl&rnum=3
> Do you want my makefile?
> Aryeh


-- 
Aryeh Katz
SecureD Services
http://www.secured-services.com/
410 653 0700 x 2


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: HOWTO: building mod_jk2 with Visual studio .net 2003

Posted by Aryeh Katz <ar...@secured-services.com>.
Guenter Knauf wrote:
> Hi,
> maybe we should export the .mak files and check into CVS, just as with Apache? 
> Please try if this works:
> http://www.gknw.com/test/mod_jk2.mak
I already did that, and it worked fine. That's why I prefaced my comment 
by stating this was an issue with vs2003 .net.
Do you want my makefile?
Aryeh
> 
> Guenter.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 


-- 
Aryeh Katz
SecureD Services
http://www.secured-services.com/
410 653 0700 x 2


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: HOWTO: building mod_jk2 with Visual studio .net 2003

Posted by Guenter Knauf <ef...@gmx.net>.
Hi,
maybe we should export the .mak files and check into CVS, just as with Apache? 
Please try if this works:
http://www.gknw.com/test/mod_jk2.mak

Guenter.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org