Re: Subversion migration update

2005-08-28 Thread Remy Maucherat

Henri Yandell wrote:

On 8/17/05, Mark Thomas [EMAIL PROTECTED] wrote:


2. j-t-service, j-t-site, j-t-tools



Ready to do phase-2?

Where should they go in svn:tomcat/?
Which need tags/branches?


So it would be tomcat/service, tomcat/site, tomcat/tools, etc ?

Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Upcoming work

2005-08-28 Thread Remy Maucherat

There are quite a few tasks ahead:

- Migrate to tomcat.apache.org.

- Release a new stable 5.5.x.

- New SVN repositories.

- Implement Servlet API 2.5: 
http://jcp.org/aboutJava/communityprocess/maintenance/jsr154/servlet-2_5-changelog.html
There are few changes, except support for some annotations (which are 
optional, but as Tomcat supports all web related optional J2EE features 
...). The result would be very similar with Tomcat 5.5, with the 
possibility of Java 5 related code cleanups (Servlet API 2.5 mandates 
Java 5).


- Implement JSP 2.1: it's a significant effort, and the issue is that 
there doesn't seem to be anyone available. Any ideas ?


Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Upcoming work

2005-08-28 Thread Ashly Mathew Varghese

Just out of context.. What happened to Yoav?

+ashly

-Original Message-
From: Remy Maucherat [mailto:[EMAIL PROTECTED]
Sent: Sunday, August 28, 2005 6:49 PM
To: tomcat-dev@jakarta.apache.org
Subject: Upcoming work

There are quite a few tasks ahead:

- Migrate to tomcat.apache.org.

- Release a new stable 5.5.x.

- New SVN repositories.

- Implement Servlet API 2.5:
http://jcp.org/aboutJava/communityprocess/maintenance/jsr154/servlet-2_5-changelog.html
There are few changes, except support for some annotations (which are
optional, but as Tomcat supports all web related optional J2EE features
...). The result would be very similar with Tomcat 5.5, with the
possibility of Java 5 related code cleanups (Servlet API 2.5 mandates
Java 5).

- Implement JSP 2.1: it's a significant effort, and the issue is that
there doesn't seem to be anyone available. Any ideas ?

Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 CAUTION - Disclaimer *
This e-mail contains PRIVILEGED AND CONFIDENTIAL INFORMATION intended solely 
for the use of the addressee(s). If you are not the intended recipient, please 
notify the sender by e-mail and delete the original message. Further, you are 
not to copy, disclose, or distribute this e-mail or its contents to any other 
person and any such actions are unlawful. This e-mail may contain viruses. 
Infosys has taken every reasonable precaution to minimize this risk, but is not 
liable for any damage you may sustain as a result of any virus in this e-mail. 
You should carry out your own virus checks before opening the e-mail or 
attachment. Infosys reserves the right to monitor and review the content of all 
messages sent to or from this e-mail address. Messages sent to or from this 
e-mail address may be stored on the Infosys e-mail system.
***INFOSYS End of Disclaimer INFOSYS***

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Upcoming work

2005-08-28 Thread Remy Maucherat

Ashly Mathew Varghese wrote:

Just out of context.. What happened to Yoav?


He's on vacation.

Rémy

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: mod_jk 1.2.14.1 core dump

2005-08-28 Thread Jean-frederic Clere

David Rees wrote:


I'm getting a core dump on my SGI IRIX machine using mod_jk 1.2.14.1
in jk_lb_worker.c line 605. The stack trace is below.  This happens on
any JK request I try.  Going back to 1.2.11 works fine.  Any ideas?
 


When does it happend?


-Dave

 


0 service(e = 0x1035afe8, s = 0x7fff2b28, l = 0x10281f68, is_error = 0x7fff1af4) 
[/tmp/jakarta-tomcat-connectors-1.2.14.1-src/jk/native/common/jk_lb_worker.c:605,
 0x4315080]
   


  1 jk_handler(r = 0x103719a0)
[/tmp/jakarta-tomcat-connectors-1.2.14.1-src/jk/native/apache-2.0/mod_jk.c:1889,
0x4305648]
  2 ap_run_handler(r = 0x103719a0)
[/tmp/httpd-2.0.54/server/config.c:152, 0x1008b624]
  3 ap_invoke_handler(r = 0x103719a0)
[/tmp/httpd-2.0.54/server/config.c:364, 0x1008c390]
  4 ap_process_request(r = 0x103719a0)
[/tmp/httpd-2.0.54/modules/http/http_request.c:249, 0x10071990]
  5 ap_process_http_connection(c = 0x10365460)
[/tmp/httpd-2.0.54/modules/http/http_core.c:251, 0x10070f78]
  6 ap_run_process_connection(c = 0x10365460)
[/tmp/httpd-2.0.54/server/connection.c:43, 0x100a3e94]
  7 ap_process_connection(c = 0x10365460, csd = 0x10365378)
[/tmp/httpd-2.0.54/server/connection.c:176, 0x100a4568]
  8 child_main(child_num_arg = 0)
[/tmp/httpd-2.0.54/server/mpm/prefork/prefork.c:610, 0x1007c444]
  9 make_child(s = 0x102941c0, slot = 0)
[/tmp/httpd-2.0.54/server/mpm/prefork/prefork.c:704, 0x1007c6ac]
  10 startup_children(number_to_start = 5)
[/tmp/httpd-2.0.54/server/mpm/prefork/prefork.c:722, 0x1007c75c]
  11 ap_mpm_run(_pconf = 0x1025aac0, plog = 0x1028cb88, s =
0x102941c0) [/tmp/httpd-2.0.54/server/mpm/prefork/prefork.c:941,
0x1007cda0]
  12 main(argc = 3, argv = 0x7fff2f44)
[/tmp/httpd-2.0.54/server/main.c:618, 0x100b1c48]
  13 __start()
[/xlv55/kudzu-apr12/work/irix/lib/libc/libc_n32_M3/csu/crt1text.s:177,
0x1004b9e8]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: cvs commit: jakarta-tomcat-connectors/jni/native/include tcn.h

2005-08-28 Thread Jean-frederic Clere

Now I am not sure that the right correction:
- sablevm uses short names first so it should work without the 
additional __J

- tracing in sableVM shows that the JNI_OnLoad fails.

That probably a classloader problem (org/apache/tomcat/jni/FileInfo is 
not found but java/lang/String is found), any hint?


Cheers

Jean-Frederic

[EMAIL PROTECTED] wrote:


jfclere 2005/08/27 09:14:50

 Modified:jni/native/include tcn.h
 Log:
 Add support for sableVM.
 
 Revision  ChangesPath

 1.31  +6 -1  jakarta-tomcat-connectors/jni/native/include/tcn.h
 
 Index: tcn.h

 ===
 RCS file: /home/cvs/jakarta-tomcat-connectors/jni/native/include/tcn.h,v
 retrieving revision 1.30
 retrieving revision 1.31
 diff -u -r1.30 -r1.31
 --- tcn.h  12 Jul 2005 14:56:10 -  1.30
 +++ tcn.h  27 Aug 2005 16:14:50 -  1.31
 @@ -100,8 +100,13 @@
  #define TCN_IMPARGS JNIEnv *e, jobject o, void *sock
  #define TCN_IMPCALL(X)  e, o, X-opaque
  
 +#ifdef HAVE_SABLEVM

 +#define TCN_IMPLEMENT_CALL(RT, CL, FN)  \
 +JNIEXPORT RT JNICALL Java_org_apache_tomcat_jni_##CL##_##FN##__J
 +#else
  #define TCN_IMPLEMENT_CALL(RT, CL, FN)  \
  JNIEXPORT RT JNICALL Java_org_apache_tomcat_jni_##CL##_##FN
 +#endif
  
  #define TCN_IMPLEMENT_METHOD(RT, FN)\

  static RT method_##FN
 
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Convert Tomcat to Subversion Phase 2

2005-08-28 Thread Mark Thomas
The Tomcat team is now ready for phase two of the migration to 
subversion. For this phase we would like to migrate the following CVS 
modules.


jakarta-tools
jakarta-tomcat-site
jakarta-tomcat-service

Please do a standard (head-trunk, branches-branches  tags-tags) 
conversion for each module.


Please grant commit access to the Tomcat PMC (using the existing PMC 
group) to each module.


The resulting repo structure should be:
/tomcat/
  /archive/
/service/ (j-t-service)
/tools/   (j-tools)
  /site   (j-t-site)

with trunk, branches and tags directories under each.

JIRA issue to follow shortly.

Cheers,

Mark



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Convert Tomcat to Subversion Phase 2

2005-08-28 Thread Mark Thomas

Mark Thomas wrote:
The Tomcat team is now ready for phase two of the migration to 
subversion. For this phase we would like to migrate the following CVS 
modules.


jakarta-tools
jakarta-tomcat-site
jakarta-tomcat-service

Please do a standard (head-trunk, branches-branches  tags-tags) 
conversion for each module.


Once the migration is complete I intend to do the following:
- Restructure the standard migration to align with my original 
proposal 
(http://marc.theaimsgroup.com/?l=tomcat-devm=112250656230577w=2)
- Change over the live website to use a svn checkout rather than a cvs 
one and update the site instructions accordingly
- Branch site so 'trunk' becomes our new TLP level website and start 
work on getting it ready for TLP go-live

- Kick off stage 3 of the migration

Mark



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Bug report for Tomcat 3 [2005/08/28]

2005-08-28 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
| 2350|Ver|Nor|2001-06-27|ServletConfig.getInitParameter() requires url-patt|
| 2478|Opn|Cri|2001-07-06|Passing Session variables between JSP's and Servle|
| 4551|Opn|Nor|2001-10-31|Ctx( /tt01 ): IOException in: R( /tt01 + /com/abc/|
| 4980|New|Min|2001-11-20|Startup message indicates incorrect log file  |
| 4994|New|Nor|2001-11-21|Tomcat needs a mechanism for clean and certain shu|
| 5064|New|Cri|2001-11-25|Socket write error when include files is more than|
| 5108|New|Maj|2001-11-26|Docs for Tomcat 3.2.x appear to be for Tomcat 3.3 |
| 5137|New|Nor|2001-11-27|Null pointer in class loader after attempting to r|
| 5160|Unc|Maj|2001-11-28|'IllegalStateException'   |
| 5331|New|Nor|2001-12-09|getPathInfo vs URL normalization  |
| 5510|New|Blk|2001-12-19|How to call ejb deployed in JBoss from Tomcat serv|
| 5756|New|Nor|2002-01-08|jspc.bat exits with wrong ERRORLEVEL  |
| 5797|New|Nor|2002-01-10|UnCatched ? StringIndexOutOfBoundsException: Strin|
| 6027|New|Maj|2002-01-25|Tomcat  Automatically shuts down as service   |
| 6168|New|Blk|2002-02-01|IllegalStateException |
| 6451|New|Cri|2002-02-14|Stackoverflow |
| 6478|New|Enh|2002-02-14|Default Tomcat Encoding   |
| 6488|Ver|Maj|2002-02-15|Error: 304. Apparent bug in default ErrorHandler c|
| 6648|New|Nor|2002-02-25|jakarta-servletapi build with java 1.4 javadoc err|
| 6702|New|Cri|2002-02-27|win 2k services not working   |
| 6796|New|Cri|2002-03-01|Tomcat dies periodically  |
| 6989|New|Maj|2002-03-08|Unable to read tld file during parallel JSP compil|
| 7013|New|Cri|2002-03-10|Entering a servlet path with non-ISO8859-1 charact|
| 7227|New|Nor|2002-03-19|error-code directive don't work |
| 7626|New|Nor|2002-03-29|classloader not working properly  |
| 7652|New|Cri|2002-04-01|Tomcat stalls periodically|
| 7785|New|Blk|2002-04-06|tomcat bug in context reloading   |
| 7863|New|Maj|2002-04-09|I have a problem when running Tomcat with IIS |
| 8187|New|Cri|2002-04-17|Errors when Tomcat used with MS Access database   |
| 8239|New|Cri|2002-04-18|Resource temporary unavailable|
| 8263|New|Cri|2002-04-18|url-pattern easy to circumvent|
| 9250|New|Maj|2002-05-20|outOfMemoryError  |
| 9367|New|Maj|2002-05-23|HttpSessionBindingEvent not thrown for HttpSession|
| 9390|New|Nor|2002-05-24|jasper compilation error in tomcat|
| 9480|New|Nor|2002-05-29|Data connection pooling   |
| 9607|New|Maj|2002-06-04|precompile JSP|
| 9737|Ver|Nor|2002-06-10|ArrayIndexOutOfBoundsException when sending just p|
|10047|New|Cri|2002-06-20|IllegalStateException |
|10202|New|Maj|2002-06-25|Tomcat is not responding in time  |
|10357|Unc|Blk|2002-06-30|java.lang.IllegalArgumentException: Short Read|
|10406|New|Cri|2002-07-02|IllegalStateException |
|11087|New|Blk|2002-07-23|IllegalStateException |
|11286|New|Maj|2002-07-30|Tomcat threads not respond if increase JVM size   |
|11466|New|Nor|2002-08-05|ContextManager: SocketException reading request   |
|12156|New|Cri|2002-08-29|Apache and Tomcat 3.3.1 Interworking problem  |
|12194|New|Maj|2002-08-30|Tomcat does not send WWW-Authenticate header  |
|12852|New|Nor|2002-09-20|May be error in _jspService() - out.flushBuffers(|
|14386|New|Maj|2002-11-08|Date headers corrupted using setDateHeader|
|15632|New|Nor|2002-12-23|Problem with the Tomcat Sessions Parameter on URL |
|16363|New|Cri|2003-01-23|Stack Overflow accessing compiled JSP - Tomcat 3.2|
|17081|New|Min|2003-02-14|Some javadoc comment fixes|

Bug report for Tomcat 4 [2005/08/28]

2005-08-28 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
| 3839|Opn|Enh|2001-09-26|Problem bookmarking login page|
| 4227|Opn|Enh|2001-10-17|Invalid CGI path  |
| 5329|New|Enh|2001-12-08|NT Service exits startup before Tomcat is finished|
| 5795|New|Enh|2002-01-10|Catalina Shutdown relies on localhost causing prob|
| 5829|New|Enh|2002-01-13|StandardManager needs to cope with sessions throwi|
| 5985|New|Enh|2002-01-23|Tomcat should perform a more restrictive validatio|
| 6600|Opn|Enh|2002-02-20|enodeURL adds 'jsession' when 'isRequestedSessionI|
| 6614|New|Enh|2002-02-21|Have Bootstrap and StandardClassLoader use the sam|
| 6671|New|Enh|2002-02-25|Simple custom tag example uses old declaration sty|
| 7043|New|Enh|2002-03-12|database user and password for JDBC Based Store   |
| 7374|New|Enh|2002-03-22|Apache Tomcat/4.0.1 message on standard output|
| 7676|New|Enh|2002-04-02|Allow name property to use match experssions in h|
| 7723|New|Enh|2002-04-03|[patch] additional factory for org.apache.naming.f|
| 7831|New|Nor|2002-04-08|[PATCH] JNDIRealm does not work with CLIENT-CERT a|
| 7880|Ver|Cri|2002-04-09|If a TLV flags flags an error during the translati|
| 8026|New|Enh|2002-04-12|Exceptions in StandardHostDeployer.addChild are lo|
| 8275|Ver|Min|2002-04-18|ContextConfig.start() attempts to create a $CATALI|
| 8323|New|Enh|2002-04-20|No support for running the 64 bit JVM |
| 8343|New|Enh|2002-04-21|adding a absorber logger class to org.apache.ca|
| 8441|New|Enh|2002-04-23|Command line files for NetWare|
| 8705|New|Enh|2002-05-01|SessionListener should extend EventListener   |
| 8744|New|Enh|2002-05-02|No way to configure/extend runtime classloaders.  |
| 8776|New|Enh|2002-05-03|The session url encoding under somce circumstances|
| 9027|New|Cri|2002-05-13|The Tomcat Servlet Container use the identity spec|
| 9050|Ver|Nor|2002-05-13|GET Query Parameters Require an Equal Sign|
| 9227|New|Enh|2002-05-19|Allow an empty value of a pathname in the Standard|
| 9456|New|Enh|2002-05-28|Problem saving server.xml file: invalid XML markup|
| 9511|New|Enh|2002-05-30|Object instantiation optimization in StandardSessi|
| 9629|New|Enh|2002-06-05|Fix ServletContext.getResourcePaths to match spec |
| 9745|New|Enh|2002-06-10|extern cache mgt bug for conditionally dynamic pag|
| 9852|New|Enh|2002-06-13|Odd Digest and Realm Behaviour|
|10021|New|Enh|2002-06-19|Include upgrade option in installer   |
|10026|Opn|Nor|2002-06-19|manager/stop and manager/remove   |
|10060|New|Enh|2002-06-20|Make the common and shared class loaders look in c|
|10120|New|Enh|2002-06-21|Custom realm and shared instalation.  |
|10225|New|Enh|2002-06-25|ANT Tasks Error Situation |
|10335|New|Enh|2002-06-28|[RFE,patch] Make JAASRealm more flexible  |
|10457|New|Enh|2002-07-03|Patch submission for DefaultServlet/WebdavServlet |
|10526|New|Enh|2002-07-06|Authenticators do not always cache the Principal  |
|10541|New|Nor|2002-07-08|Content-length header should be automatically set |
|10565|Opn|Enh|2002-07-08|shutdown hook problem:  java.lang.NoClassDefFoundE|
|10691|New|Enh|2002-07-11|staring tomcat gives indication that tomcat is sta|
|10699|New|Enh|2002-07-11|Apache SOAP 2.3 will not operate properly |
|10972|New|Enh|2002-07-19|Realm without className in server.xml produces N|
|11069|Opn|Enh|2002-07-23|Tomcat not flag error if tld is outside of /WEB-IN|
|11129|New|Enh|2002-07-24|New valve for putting the sessionIDs in the reques|
|11248|New|Enh|2002-07-29|DefaultServlet doesn't send expires header|
|11754|Opn|Enh|2002-08-15|Synchronous shutdown script - shutdown.sh should w|
|12069|New|Enh|2002-08-27|Creation of more HttpSession objects for one previ|
|12428|Opn|Maj|2002-09-09|request.getUserPrincipal(): Misinterpretation of s|
|12658|New|Enh|2002-09-15|a proxy host and port at the Host element level |

Bug report for Watchdog [2005/08/28]

2005-08-28 Thread bugzilla
+---+
| Bugzilla Bug ID   |
| +-+
| | Status: UNC=Unconfirmed NEW=New ASS=Assigned|
| | OPN=ReopenedVER=Verified(Skipped Closed/Resolved)   |
| |   +-+
| |   | Severity: BLK=Blocker CRI=CriticalMAJ=Major |
| |   |   MIN=Minor   NOR=Normal  ENH=Enhancement   |
| |   |   +-+
| |   |   | Date Posted |
| |   |   |  +--+
| |   |   |  | Description  |
| |   |   |  |  |
|  278|Unc|Nor|2000-12-04|Bug in GetParameterValuesTestServlet.java file Bug|
|  279|Unc|Nor|2000-12-04|Logical Error in GetParameterValuesTestServlet Bug|
|  469|Unc|Nor|2001-01-17|in example-taglib.tld urn should be uri BugRat|
|  470|Unc|Nor|2001-01-17|FAIL positiveForward.jsp and positiveInclude.jsp B|
| 9634|New|Enh|2002-06-05|No tests exist for ServletContext.getResourcePaths|
|10703|New|Enh|2002-07-11|Need to test getRequestURI after RequestDispatcher|
|11336|New|Enh|2002-07-31|Test wrapped path methods with RD.foward()|
|11663|New|Maj|2002-08-13|JSP precompile tests rely on Jasper specific behav|
|11664|New|Maj|2002-08-13|A sweep is needed of all Watchdog 4.0 tag librarie|
|11665|New|Maj|2002-08-13|ServletToJSPErrorPageTest and ServletToServletErro|
|11666|New|Maj|2002-08-13|SetBufferSize_1TestServlet is invalid.|
|14004|New|Maj|2002-10-28|Incorrent behaviour of all attribute-related lifec|
|15504|New|Nor|2002-12-18|JSP positiveGetValues test relies on order preserv|
|24649|New|Nor|2003-11-12|getRemoteHost fails when agent has uppercase chara|
|29398|New|Nor|2004-06-04|Update site and note current status   |
|35058|New|Nor|2005-05-25|test  |
|35353|Unc|Min|2005-06-14|test  |
|35354|New|Nor|2005-06-14|ts|
|35395|New|Cri|2005-06-17|test  |
+-+---+---+--+--+
| Total   19 bugs   |
+---+

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: tomcat build failed - makensis.exe

2005-08-28 Thread Yoav Shapira
Hola,
After downloading NSIS, you need to install it as you would any other windows
program, and update build.properties to reflect to the install location.

BUT, Xingbo, you probably don't need to be doing this at all.  It's only
required if you're building a new Tomcat windows executable.  For your SoC
tasks, building the normal distros (zip/tar.gz) is just fine.  Of course, if
you want to deal with this, knock yourself out ;)

Yoav

--- Xingbo Gao [EMAIL PROTECTED] wrote:

 I tried different three base-sf.loc but none of them works.
 
 testexist:
  [echo] Testing  for /usr/share/java/nsis-2.0/makensis.exe
 
 downloadfile:
   [get] Getting:
 http://internap.dl.sourceforge.net/sourceforge/nsis/nsis-2.0.exe
   [get] To: /usr/share/java/nsis-2.0/makensis.exe
   [get] Error opening connection java.io.FileNotFoundException:

http://prdownloads.sourceforge.net/nsis/nsis-2.0.exe?downloadfailedmirror=sourceforge.irlab.pnap.net
   [get] Error opening connection java.io.FileNotFoundException:

http://prdownloads.sourceforge.net/nsis/nsis-2.0.exe?downloadfailedmirror=sourceforge.irlab.pnap.net
   [get] Error opening connection java.io.FileNotFoundException:

http://prdownloads.sourceforge.net/nsis/nsis-2.0.exe?downloadfailedmirror=sourceforge.irlab.pnap.net
   [get] Can't get
 http://internap.dl.sourceforge.net/sourceforge/nsis/nsis-2.0.exe to
 /usr/share/java/nsis-2.0/makensis.exe
 
 BUILD FAILED
 /home/xbgao/tomcat/build.xml:49: The following error occurred while
 executing this line:
 /home/xbgao/tomcat/jakarta-tomcat-5/build.xml:1873: The following
 error occurred while executing this line:
 /home/xbgao/tomcat/jakarta-tomcat-5/build.xml:1957: Can't get
 http://internap.dl.sourceforge.net/sourceforge/nsis/nsis-2.0.exe to
 /usr/share/java/nsis-2.0/makensis.exe
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 36343] - StackOverFlowError/OutOfMemory caused by folder name \

2005-08-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=36343.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36343


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED




--- Additional Comments From [EMAIL PROTECTED]  2005-08-29 03:10 ---
This is fixed in the CVS, and will appear in TC 5.5.12.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



cvs commit: jakarta-tomcat-catalina/webapps/docs changelog.xml

2005-08-28 Thread billbarker
billbarker2005/08/28 18:14:45

  Modified:webapps/docs changelog.xml
  Log:
  Doc changes
  
  Revision  ChangesPath
  1.364 +3 -0  jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.363
  retrieving revision 1.364
  diff -u -r1.363 -r1.364
  --- changelog.xml 26 Aug 2005 12:31:05 -  1.363
  +++ changelog.xml 29 Aug 2005 01:14:45 -  1.364
  @@ -37,6 +37,9 @@
 
 subsection name=Catalina
   changelog
  +  fix
  +bug36343/bug: Only normalize out backslash on Windows platforms. 
(billbarker)
  +  /fix
   /changelog
 /subsection
 
  
  
  

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Upcoming work

2005-08-28 Thread Yoav Shapira
Hola,
I'm virtually back from vacation ;)  Still traveling, but now for business, and
therefore lugging my laptop along.  Thank you for the inquiry ;)

--- Ashly Mathew Varghese [EMAIL PROTECTED] wrote:
 Just out of context.. What happened to Yoav?

 - Migrate to tomcat.apache.org.

IIRC, we were going to do that after the SVN migration.  Mark is doing a great
job with the SVN task, with Henri and infra's help.  I'd estimate no more than
another month to complete the SVN migration, right?

 - Release a new stable 5.5.x.

Yup.  5.5.11 should be a good step in that direction: I'll download and play
around with it, but I think the changelog looks great in that it's mostly fixes
to known issues, nothing crazy, and therefore should make a good build.

 - Implement Servlet API 2.5:

http://jcp.org/aboutJava/communityprocess/maintenance/jsr154/servlet-2_5-changelog.html
 There are few changes, except support for some annotations (which are
 optional, but as Tomcat supports all web related optional J2EE features
 ...). The result would be very similar with Tomcat 5.5, with the
 possibility of Java 5 related code cleanups (Servlet API 2.5 mandates
 Java 5).

Yes.  I have to say I'm happy with the current Servlet 2.5 draft: from our
perspective, it's not much serious new work, we can remove a couple of annoying
special case paths through the code, and we get to dismiss the compat package.

We may want to continue making 5.5 releases for a little while after Tomcat 6.0
is out, as I expect a bunch of users will still using JDK 1.4.

Side note on this: the name for the CVS (or actually, SVN) area for Servlet API
2.5.  I'd prefer servletapi-2.5 for clarity, even though it breaks the pattern
of jakarta-servletapi and then jakarta-servletapi-5 that we have used to date.

 - Implement JSP 2.1: it's a significant effort, and the issue is that
 there doesn't seem to be anyone available. Any ideas ?

The biggest unaddressed issue on the table at the moment, I agree.  I need to
look through the spec draft myself.  Are the gurus (kin-man, etc.) not around
and not available to help out?

Also, similar side note on CVS/SVN location: perhaps we put it in jspapi-2.1
instead of servletapi-6?

Yoav

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]