DO NOT REPLY [Bug 37424] - welcome-file list not working with extensions

2006-01-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=37424





--- Additional Comments From [EMAIL PROTECTED]  2006-01-31 10:46 ---
(In reply to comment #17)
> Hi Remy,
> 
> I'm not pointing fingers at Tomcat at all. Look at it this way: I am just 
> trying
> to help resolve a customer issue, so I hope you find this a somewhat useful
> contribution. ;-)
> 
> As for HttpSession.getId() throwing an ISE on an invalidated session, I agree
> this is useless and requires all kinds of workarounds, but I claim innocence 
> on
> this as well.

Guess what: I got some customer issues too about the getId stuff :) So after
trying it out, I now think this sort of fix is actually negative, and impacts
production usage.

I don't know from where the default welcome file list comes from (for some
reason, I cannot find it anymore). It has always been there like it is now, I 
think.


-- 
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]



DO NOT REPLY [Bug 37424] - welcome-file list not working with extensions

2006-01-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=37424





--- Additional Comments From [EMAIL PROTECTED]  2006-01-31 13:15 ---
+1 on Bill's -1. 

It will be very painful for users if they change their welcome file order to
make *.jsp a higher precendence than index.html. Doing so will NEVER allow a
user to serve an html file as a welcome file with the proposed change. That is
horrible usability. [I don't even want to touch the topic of the struts folks
with the index.do mapping]

The servlet spec's notion of mapping is full of holes. An example: when asking
for a RequestDispatcher for a non-existant resource - a RequestDispatcher is
still returned. And if the RequesDispatcher is executed - a 404 or ISE occurs
(depending on how and when it was executed). This is confusing from a developer
point of view due to the mappings of the default servlet. 



-- 
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]



DO NOT REPLY [Bug 37424] - welcome-file list not working with extensions

2006-01-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=37424





--- Additional Comments From [EMAIL PROTECTED]  2006-01-31 14:08 ---
Currently the SingleSignOn Valve not working anymore with the 
getLastAccessTime() ISE!
s. user mailing thread last week.

I thing we can implement that a "*.do" mapping can handle by welcome file 
directly. The
idea to generate index.do files is not very acceptable to end user. 

-- 
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]



DO NOT REPLY [Bug 33494] - jscv configure script fails on x86_64

2006-01-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=33494


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE




--- Additional Comments From [EMAIL PROTECTED]  2006-01-31 14:28 ---


*** This bug has been marked as a duplicate of 35403 ***

-- 
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]



DO NOT REPLY [Bug 37424] - welcome-file list not working with extensions

2006-01-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=37424





--- Additional Comments From [EMAIL PROTECTED]  2006-01-31 14:35 ---
(In reply to comment #21)
> Currently the SingleSignOn Valve not working anymore with the
getLastAccessTime() ISE!
> s. user mailing thread last week.
> 
> I thing we can implement that a "*.do" mapping can handle by welcome file
directly. The
> idea to generate index.do files is not very acceptable to end user. 

For the first part, this is OT, but session events should be sent while the
session is still considered valid (I was talking about session attributes
implementing the binding listener interface, and most of these are using getId -
for example, our own example/test webapps were). Please post a reference to the
post.

Note: Can you make an effort with your English ?


-- 
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]



DO NOT REPLY [Bug 37424] - welcome-file list not working with extensions

2006-01-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=37424





--- Additional Comments From [EMAIL PROTECTED]  2006-01-31 15:33 ---
Here is the missing discussion link:
http://marc.theaimsgroup.com/?l=tomcat-dev&w=2&r=1&s=llegalstate+during+invalidate+delta&q=b

-- 
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]



DO NOT REPLY [Bug 38464] New: - Data corruption when using APR

2006-01-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=38464

   Summary: Data corruption when using APR
   Product: Tomcat 5
   Version: 5.5.14
  Platform: Other
OS/Version: Linux
Status: NEW
  Severity: critical
  Priority: P2
 Component: Connector:HTTP
AssignedTo: tomcat-dev@jakarta.apache.org
ReportedBy: [EMAIL PROTECTED]


While fiddeling around WRT Bug 37788 I did some more intensive testing of the
APR-Connector and noticed that sometimes the transmitted data is corrupted or
the transmission stalls prematurely.
Two cases where I can reproduce this reliabally:
1. A listing of a directory containing ~ 2500 files will never be completely
shown in the broser - only ~ 500 files are shown (the exact number varies).
2. When trying to download the attached binary file (filled with random bytes)
using Firefox only part of the file will be transmitted. Doing the same with
wget results in the following:
$ LC_ALL=C http_proxy="" wget http://192.168.42.4:8080/t2.bin
--16:21:31--  http://192.168.42.4:8080/t2.bin
   => `t2.bin'
Connecting to 192.168.42.4:8080... connected.
HTTP request sent, awaiting response... 200 OK
Length: 38,144 (37K) [application/octet-stream]

77% [==>   
  ] 29,656--.--K/sETA 00:05

16:21:51 (1.45 KB/s) - Connection closed at byte 29656. Retrying.

--16:21:52--  http://192.168.42.4:8080/t2.bin
  (try: 2) => `t2.bin'
Connecting to 192.168.42.4:8080... connected.
HTTP request sent, awaiting response... 206 Partial Content
Length: 38,144 (37K), 8,488 (8.3K) remaining [application/octet-stream]

100%[+++=>]
38,144--.--K/s

16:21:52 (33.87 MB/s) - `t2.bin' saved [38144/38144]

The downloaded file differs from the file on the server.
Wether useSendfile is set to false or not on the Connector doesn't make a
difference.

Neither of these problems shows up when using the pure Java Connector.

System spec:
Gentoo Linux with kernel 2.6.15-gentoo-r1
Sun JDK 1.5.0.06
APR 1.2.2
tomcat-native-1.1.1 from the 5.5.15 distribution
gcc 3.4.4
Stock Tomcat 5.5.15 (5.5.15 should be added to bugzilla's version field BTW)

Since I thought there might be some oddity with my Gentoo system, I installed
Kubuntu breezy badger (5.10) with kernel 2.6.12-10-386 and gcc 4.01 on another
machine and could reproduce both problems there.
I've also tested the file download (case 2.) on a Windows machine with Tomcat
5.5.15 - there ist works flawlessly.

BTW: although I mentioned Bug 37788 this issue is completely unrelated since I
did not use any modified components but the stock Tomcat 5.5.15.

-- 
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]



DO NOT REPLY [Bug 38464] - Data corruption when using APR

2006-01-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=38464





--- Additional Comments From [EMAIL PROTECTED]  2006-01-31 16:28 ---
Created an attachment (id=17548)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=17548&action=view)
Binary file for download test


-- 
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]



DO NOT REPLY [Bug 38464] - Data corruption when using APR

2006-01-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=38464


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WORKSFORME




--- Additional Comments From [EMAIL PROTECTED]  2006-01-31 17:44 ---
I doubt it makes a difference on 2.6 kernel (i386) cause it works on
amd64. Here is the fresh build with your test file.
apr-1.2.2
tomcat-native-1.1.1
apache-tomcat-5.5.15
OpenSSL 0.9.7a (part of distro)

[EMAIL PROTECTED] bin]$ uname -a
Linux 2.4.21-37.ELsmp #1 SMP Wed Sep 7 13:28:55 EDT 2005 i686 i686 i386 
GNU/Linux

[EMAIL PROTECTED] bin]$ wget http://localhost:9080/t2.bin
--11:40:02--  http://localhost:9080/t2.bin
   => `t2.bin'
Resolving localhost... 127.0.0.1
Connecting to localhost|127.0.0.1|:9080... connected.
HTTP request sent, awaiting response... 200 OK
Length: 38,144 (37K) [application/octet-stream]

100%[>]
38,144--.--K/s

11:40:03 (94.00 MB/s) - `t2.bin' saved [38144/38144]

-- 
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]



DO NOT REPLY [Bug 38292] - JSP page does not load with APR enabled and compression off

2006-01-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=38292


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID




-- 
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]



DO NOT REPLY [Bug 38464] - Data corruption when using APR

2006-01-31 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
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=38464





--- Additional Comments From [EMAIL PROTECTED]  2006-01-31 18:08 ---
Another user reported the same thing with about any resource (JSPs, files), but
his report was bad. I cannot reproduce this (advice: if the test case seems too
trivial, then there's something wrong with the report), so you'll have to
investigate yourself if you are interested.

-- 
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]



Building Tomcat

2006-01-31 Thread Bob Herrmann
Hi!  I just tried to compile Tomcat on my Fedora 4 box w/o happiness.  
(using the network download build.xml, jdk1.4_09 and tried jdk5)


$ ant
...
BUILD FAILED
/home/bob/Desktop/t2/build.xml:50: The following error occurred while 
executing this line:
/home/bob/Desktop/t2/jakarta-tomcat-5/build.xml:796: The following error 
occurred while executing this line:
/home/bob/Desktop/t2/jakarta-tomcat-catalina/webapps/docs/build.xml:84: 
java.lang.ClassNotFoundException: 
org.apache.tools.ant.taskdefs.optional.TraXLiaison


Before I start digging more, does this ring bells?


Thanks!
-bob


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



RE: Building Tomcat

2006-01-31 Thread Marsh David W Maj AFIT/ENG
First time building it, I assume?  I had problems as well.  Hopefully
this helps.
__

Make sure you:
  download/unzip the source code from
http://tomcat.apache.org/download-55.cgi 
 (this'll be in your ${tomcat-source} directory),
  install Subversion via
http://subversion.tigris.org/project_packages.html, 
  and follow the directions at
http://tomcat.apache.org/tomcat-5.5-doc/building.html,

Also the ant build may fail when it gets to jasper because the unzipped
code puts the necessary files in the .../jasper/jasper2 directory.  Move
the code up a directory or change the ant script at line 1419 of
${tomcat.source}/build/build.xml from

1418
1419

to

1418
1419

I don't know the implications of this change versus moving the files.

David
-Original Message-
From: Bob Herrmann [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 31, 2006 2:08 PM
To: dev@tomcat.apache.org
Subject: Building Tomcat

Hi!  I just tried to compile Tomcat on my Fedora 4 box w/o happiness.  
(using the network download build.xml, jdk1.4_09 and tried jdk5)

$ ant
...
BUILD FAILED
/home/bob/Desktop/t2/build.xml:50: The following error occurred while
executing this line:
/home/bob/Desktop/t2/jakarta-tomcat-5/build.xml:796: The following error
occurred while executing this line:
/home/bob/Desktop/t2/jakarta-tomcat-catalina/webapps/docs/build.xml:84: 
java.lang.ClassNotFoundException: 
org.apache.tools.ant.taskdefs.optional.TraXLiaison

Before I start digging more, does this ring bells?


Thanks!
-bob


-
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: Building Tomcat

2006-01-31 Thread Bob Herrmann

First time building tomcat ( in a while.)   I was following this page,
   http://tomcat.apache.org/tomcat-5.0-doc/building.html

since it recommends ant 1.5, perhaps ant 1.6 has some incompatible 
changes


This is also in the stack,
   [style] DEPRECATED - xalan processor is deprecated. Use trax instead.
   [style] DEPRECATED - xslp processor is deprecated. Use trax instead.
   [style] java.lang.ClassNotFoundException: 
org.apache.tools.ant.taskdefs.optional.XslpLiaison



I'm focused on 5.0 since 1.4 is what our project runs...  but perhaps 
5.5 with the compatiblity libs would be a better target if I can get it 
building.


Cheers
-bob

Marsh David W Maj AFIT/ENG wrote:


First time building it, I assume?  I had problems as well.  Hopefully
this helps.
__

Make sure you:
 download/unzip the source code from
http://tomcat.apache.org/download-55.cgi 
(this'll be in your ${tomcat-source} directory),

 install Subversion via
http://subversion.tigris.org/project_packages.html, 
 and follow the directions at

http://tomcat.apache.org/tomcat-5.5-doc/building.html,

Also the ant build may fail when it gets to jasper because the unzipped
code puts the necessary files in the .../jasper/jasper2 directory.  Move
the code up a directory or change the ant script at line 1419 of
${tomcat.source}/build/build.xml from

1418
1419

to

1418
1419

I don't know the implications of this change versus moving the files.

David
-Original Message-
From: Bob Herrmann [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 31, 2006 2:08 PM

To: dev@tomcat.apache.org
Subject: Building Tomcat

Hi!  I just tried to compile Tomcat on my Fedora 4 box w/o happiness.  
(using the network download build.xml, jdk1.4_09 and tried jdk5)


$ ant
...
BUILD FAILED
/home/bob/Desktop/t2/build.xml:50: The following error occurred while
executing this line:
/home/bob/Desktop/t2/jakarta-tomcat-5/build.xml:796: The following error
occurred while executing this line:
/home/bob/Desktop/t2/jakarta-tomcat-catalina/webapps/docs/build.xml:84: 
java.lang.ClassNotFoundException: 
org.apache.tools.ant.taskdefs.optional.TraXLiaison


Before I start digging more, does this ring bells?


Thanks!
-bob


-
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]

 




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



Re: Building Tomcat

2006-01-31 Thread Bob Herrmann

seems you need both "ant1.5" and "ant1.5" to compile tomcat 5.0

If you first run "ant1.5" (from a clean setup) you will get this error,
  
jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/ant/BaseRedirectorHelperTask.java:28: 
cannot resolve symbol


If you first run "ant1.6" (from a clean setup) you will get this error,
  java.lang.ClassNotFoundException: 
org.apache.tools.ant.taskdefs.optional.XslpLiaison


The easiest way to get a BUILD_SUCCESS, is to "run ant1.6" until it 
fails, then "run ant.15" to build success.


Although it looks like somebody should try and get tc 5.0 to compile all 
with either all 1.5 or 1.6 and recommend that on the building.html [1] page.


Cheers
-bob

[1] http://tomcat.apache.org/tomcat-5.0-doc/building.html

Bob Herrmann wrote:


First time building tomcat ( in a while.)   I was following this page,
   http://tomcat.apache.org/tomcat-5.0-doc/building.html

since it recommends ant 1.5, perhaps ant 1.6 has some incompatible 
changes


This is also in the stack,
   [style] DEPRECATED - xalan processor is deprecated. Use trax instead.
   [style] DEPRECATED - xslp processor is deprecated. Use trax instead.
   [style] java.lang.ClassNotFoundException: 
org.apache.tools.ant.taskdefs.optional.XslpLiaison



I'm focused on 5.0 since 1.4 is what our project runs...  but perhaps 
5.5 with the compatiblity libs would be a better target if I can get 
it building.


Cheers
-bob

Marsh David W Maj AFIT/ENG wrote:


First time building it, I assume?  I had problems as well.  Hopefully
this helps.
__

Make sure you:
 download/unzip the source code from
http://tomcat.apache.org/download-55.cgi (this'll be in your 
${tomcat-source} directory),

 install Subversion via
http://subversion.tigris.org/project_packages.html,  and follow the 
directions at

http://tomcat.apache.org/tomcat-5.5-doc/building.html,

Also the ant build may fail when it gets to jasper because the unzipped
code puts the necessary files in the .../jasper/jasper2 directory.  Move
the code up a directory or change the ant script at line 1419 of
${tomcat.source}/build/build.xml from

1418
1419

to

1418
1419

I don't know the implications of this change versus moving the files.

David
-Original Message-
From: Bob Herrmann [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 31, 
2006 2:08 PM

To: dev@tomcat.apache.org
Subject: Building Tomcat

Hi!  I just tried to compile Tomcat on my Fedora 4 box w/o 
happiness.  (using the network download build.xml, jdk1.4_09 and 
tried jdk5)


$ ant
...
BUILD FAILED
/home/bob/Desktop/t2/build.xml:50: The following error occurred while
executing this line:
/home/bob/Desktop/t2/jakarta-tomcat-5/build.xml:796: The following error
occurred while executing this line:
/home/bob/Desktop/t2/jakarta-tomcat-catalina/webapps/docs/build.xml:84: 
java.lang.ClassNotFoundException: 
org.apache.tools.ant.taskdefs.optional.TraXLiaison


Before I start digging more, does this ring bells?


Thanks!
-bob


-
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]

 




-
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: Building Tomcat

2006-01-31 Thread Mladen Turk

Bob Herrmann wrote:

seems you need both "ant1.5" and "ant1.5" to compile tomcat 5.0



Come one :)
I think you have a serious problems with your setup.



If you first run "ant1.5" (from a clean setup) you will get this error,
  


Well, lots of us are building Tomcat on a daily basis, so
I would guess that you've tried something no-one ever
anticipated.

Regards,
Mladen.



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



Re: Building Tomcat

2006-01-31 Thread Henri Gomez
Did you take a look at jpackage projet www.jpackage.org for prebuild
tomcat 5 Rpms ?

http://www.jpackage.org/rpm.php?id=2772


2006/1/31, Mladen Turk <[EMAIL PROTECTED]>:
> Bob Herrmann wrote:
> > seems you need both "ant1.5" and "ant1.5" to compile tomcat 5.0
> >
>
> Come one :)
> I think you have a serious problems with your setup.
>
>
> > If you first run "ant1.5" (from a clean setup) you will get this error,
> >
>
> Well, lots of us are building Tomcat on a daily basis, so
> I would guess that you've tried something no-one ever
> anticipated.
>
> Regards,
> Mladen.
>
>
>
> -
> 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]



svn commit: r373917 - in /tomcat/jasper/branches/tc4.1.x: BUILDING.txt README.txt build.xml doc/ jasper2/BUILDING.txt jasper2/README.txt jasper2/build.xml jasper2/doc/ jasper2/src/ src/

2006-01-31 Thread markt
Author: markt
Date: Tue Jan 31 13:57:16 2006
New Revision: 373917

URL: http://svn.apache.org/viewcvs?rev=373917&view=rev
Log:
Move files/directories up one level proir to removing jasper2 directory

Added:
tomcat/jasper/branches/tc4.1.x/BUILDING.txt
  - copied unchanged from r373915, 
tomcat/jasper/branches/tc4.1.x/jasper2/BUILDING.txt
tomcat/jasper/branches/tc4.1.x/README.txt
  - copied unchanged from r373915, 
tomcat/jasper/branches/tc4.1.x/jasper2/README.txt
tomcat/jasper/branches/tc4.1.x/build.xml
  - copied unchanged from r373915, 
tomcat/jasper/branches/tc4.1.x/jasper2/build.xml
tomcat/jasper/branches/tc4.1.x/doc/
  - copied from r373915, tomcat/jasper/branches/tc4.1.x/jasper2/doc/
tomcat/jasper/branches/tc4.1.x/src/
  - copied from r373915, tomcat/jasper/branches/tc4.1.x/jasper2/src/
Removed:
tomcat/jasper/branches/tc4.1.x/jasper2/BUILDING.txt
tomcat/jasper/branches/tc4.1.x/jasper2/README.txt
tomcat/jasper/branches/tc4.1.x/jasper2/build.xml
tomcat/jasper/branches/tc4.1.x/jasper2/doc/
tomcat/jasper/branches/tc4.1.x/jasper2/src/


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



svn commit: r373918 - /tomcat/jasper/branches/tc4.1.x/jasper2/

2006-01-31 Thread markt
Author: markt
Date: Tue Jan 31 14:00:04 2006
New Revision: 373918

URL: http://svn.apache.org/viewcvs?rev=373918&view=rev
Log:
Remove jasper2 directory

Removed:
tomcat/jasper/branches/tc4.1.x/jasper2/


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



svn commit: r373919 - /tomcat/container/branches/tc4.1.x/build.xml

2006-01-31 Thread markt
Author: markt
Date: Tue Jan 31 14:00:55 2006
New Revision: 373919

URL: http://svn.apache.org/viewcvs?rev=373919&view=rev
Log:
Update build to reflect removal of jasper2 directory

Modified:
tomcat/container/branches/tc4.1.x/build.xml

Modified: tomcat/container/branches/tc4.1.x/build.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/build.xml?rev=373919&r1=373918&r2=373919&view=diff
==
--- tomcat/container/branches/tc4.1.x/build.xml (original)
+++ tomcat/container/branches/tc4.1.x/build.xml Tue Jan 31 14:00:55 2006
@@ -22,7 +22,7 @@
   
 
   
-  
+  
   
 
   



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



svn commit: r373927 - /tomcat/jasper/tc5.5.x/.classpath

2006-01-31 Thread markt
Author: markt
Date: Tue Jan 31 14:15:12 2006
New Revision: 373927

URL: http://svn.apache.org/viewcvs?rev=373927&view=rev
Log:
Remove old eclipse file no longer used

Removed:
tomcat/jasper/tc5.5.x/.classpath


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



svn commit: r373928 - in /tomcat/jasper/tc5.5.x: ./ doc/ jasper2/ jasper2/doc/ jasper2/src/ src/ src/bin/ src/share/

2006-01-31 Thread markt
Author: markt
Date: Tue Jan 31 14:19:27 2006
New Revision: 373928

URL: http://svn.apache.org/viewcvs?rev=373928&view=rev
Log:
Move files/directories up one level proir to removing jasper2 directory

Added:
tomcat/jasper/tc5.5.x/.classpath
  - copied unchanged from r373921, tomcat/jasper/tc5.5.x/jasper2/.classpath
tomcat/jasper/tc5.5.x/.project
  - copied unchanged from r373921, tomcat/jasper/tc5.5.x/jasper2/.project
tomcat/jasper/tc5.5.x/BUILDING.txt
  - copied unchanged from r373921, 
tomcat/jasper/tc5.5.x/jasper2/BUILDING.txt
tomcat/jasper/tc5.5.x/README.txt
  - copied unchanged from r373921, tomcat/jasper/tc5.5.x/jasper2/README.txt
tomcat/jasper/tc5.5.x/build.properties.sample
  - copied unchanged from r373921, 
tomcat/jasper/tc5.5.x/jasper2/build.properties.sample
tomcat/jasper/tc5.5.x/build.xml
  - copied unchanged from r373921, tomcat/jasper/tc5.5.x/jasper2/build.xml
tomcat/jasper/tc5.5.x/doc/
  - copied from r373921, tomcat/jasper/tc5.5.x/jasper2/doc/
tomcat/jasper/tc5.5.x/doc/jspc.html
  - copied unchanged from r373927, 
tomcat/jasper/tc5.5.x/jasper2/doc/jspc.html
tomcat/jasper/tc5.5.x/src/
  - copied from r373921, tomcat/jasper/tc5.5.x/jasper2/src/
tomcat/jasper/tc5.5.x/src/bin/
  - copied from r373927, tomcat/jasper/tc5.5.x/jasper2/src/bin/
tomcat/jasper/tc5.5.x/src/share/
  - copied from r373927, tomcat/jasper/tc5.5.x/jasper2/src/share/
Removed:
tomcat/jasper/tc5.5.x/jasper2/.classpath
tomcat/jasper/tc5.5.x/jasper2/.cvsignore
tomcat/jasper/tc5.5.x/jasper2/.project
tomcat/jasper/tc5.5.x/jasper2/BUILDING.txt
tomcat/jasper/tc5.5.x/jasper2/README.txt
tomcat/jasper/tc5.5.x/jasper2/build.properties.sample
tomcat/jasper/tc5.5.x/jasper2/build.xml
tomcat/jasper/tc5.5.x/jasper2/doc/
tomcat/jasper/tc5.5.x/jasper2/src/
Modified:
tomcat/jasper/tc5.5.x/   (props changed)

Propchange: tomcat/jasper/tc5.5.x/
--
--- svn:ignore (added)
+++ svn:ignore Tue Jan 31 14:19:27 2006
@@ -0,0 +1,3 @@
+build
+dist
+bin



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



svn commit: r373929 - /tomcat/current/tc5.5.x/

2006-01-31 Thread markt
Author: markt
Date: Tue Jan 31 14:20:24 2006
New Revision: 373929

URL: http://svn.apache.org/viewcvs?rev=373929&view=rev
Log:
Update externals definition now jasper2 directory is no more

Modified:
tomcat/current/tc5.5.x/   (props changed)

Propchange: tomcat/current/tc5.5.x/
--
--- svn:externals (original)
+++ svn:externals Tue Jan 31 14:20:24 2006
@@ -1,5 +1,5 @@
 build https://svn.apache.org/repos/asf/tomcat/build/tc5.5.x
 container https://svn.apache.org/repos/asf/tomcat/container/tc5.5.x
 connectors https://svn.apache.org/repos/asf/tomcat/connectors/trunk
-jasper https://svn.apache.org/repos/asf/tomcat/jasper/tc5.5.x/jasper2
+jasper https://svn.apache.org/repos/asf/tomcat/jasper/tc5.5.x
 servletapi 
https://svn.apache.org/repos/asf/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x



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



svn commit: r373930 - /tomcat/jasper/tc5.5.x/jasper2/

2006-01-31 Thread markt
Author: markt
Date: Tue Jan 31 14:21:09 2006
New Revision: 373930

URL: http://svn.apache.org/viewcvs?rev=373930&view=rev
Log:
Remove jasper2 directory

Removed:
tomcat/jasper/tc5.5.x/jasper2/


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



Re: Building Tomcat

2006-01-31 Thread Mark Thomas
Marsh David W Maj AFIT/ENG wrote:
> Also the ant build may fail when it gets to jasper because the unzipped
> code puts the necessary files in the .../jasper/jasper2 directory.  Move
> the code up a directory or change the ant script at line 1419 of
> ${tomcat.source}/build/build.xml from

I have removed the last remnants of the jasper2 directory from the
repository so this problem should be fixed for 5.5.16 onwards.

Mark


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