Helen Aldridge/APRA/AU is out of the office.

2004-04-11 Thread tomcat-dev-return-43829-archive=jab . org




I will be out of the office starting  08/04/2004 and will not return until
19/04/2004.

For any urgent membership enquiry please email [EMAIL PROTECTED] or call
Kirsty or Sam on 9426 5200 otherwise I will respond to you on my return.

**
This electronic mail, including any attachments, is intended for the addressee only 
and may contain information that is either confidential or subject to legal 
professional privilege. Unauthorised reproduction, use or disclosure of the contents 
of this mail is prohibited. If you have received this mail in error, please delete it 
from your system immediately and notify APRA Limited at the address below or the email 
address above.
APRA Limited
6-12 Atchison Street
St Leonards NSW 2065
**



DO NOT REPLY [Bug 18479] - HttpSessionBindingListener.valueUnbound() not called

2004-04-11 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=18479

HttpSessionBindingListener.valueUnbound() not called





--- Additional Comments From [EMAIL PROTECTED]  2004-04-11 11:28 ---
Please don't bother.

The new code  in writeObject is:
// Accumulate the names of serializable and non-serializable attributes
String keys[] = keys();
ArrayList saveNames = new ArrayList();
ArrayList saveValues = new ArrayList();
for (int i = 0; i < keys.length; i++) {
Object value = null;
synchronized (attributes) {
value = attributes.get(keys[i]);
}
if (value == null)
continue;
else if ( (value instanceof Serializable) 
&& (!exclude(keys[i]) )) {
saveNames.add(keys[i]);
saveValues.add(value);
} else {
removeAttribute(keys[i]);
}
}

The change is the added removeAttribute. The patch which "broke" everything is
(this is the only difference between 5.0.20 and 5.0.21):
  diff -u -r1.40 -r1.41
  --- StandardSession.java  12 Mar 2004 22:36:46 -  1.40
  +++ StandardSession.java  25 Mar 2004 22:17:54 -  1.41
  @@ -1397,6 +1397,8 @@
   && (!exclude(keys[i]) )) {
   saveNames.add(keys[i]);
   saveValues.add(value);
  +} else {
  +removeAttribute(keys[i]);
   }
   }

I doubt your "perfectly serializable" stuff actually is.

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



DO NOT REPLY [Bug 23914] - NullPointerException in Coyote Adapter

2004-04-11 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=23914

NullPointerException in Coyote Adapter





--- Additional Comments From [EMAIL PROTECTED]  2004-04-11 12:32 ---
Is this a fix for 5.* only or did you apply it to 4.1.* also?

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



Bug report for Tomcat 3 [2004/04/11]

2004-04-11 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  |
| |   |   |  |  |
| 4032|Ass|Min|2001-10-08|Bad DB structure causes store problems|
| 4033|New|Nor|2001-10-08|JamesSpoolManager doesn't shutdown gracefully |
| 8774|New|Nor|2002-05-03|incorrect dates on postings   |
|11243|New|Nor|2002-07-28|SMTP server against DB repository doesn't scale wi|
|11445|New|Nor|2002-08-03|The pos variable in the Serializable MailAddress s|
|11808|New|Nor|2002-08-19|8bitmime capabilities missing |
|14867|New|Min|2002-11-26|Erroneous db store urls are not reported as such a|
|15579|Opn|Nor|2002-12-20|SMTP Handler DATA buffering issue |
|18028|Ver|Maj|2003-03-15|Redirect mailet mishandles message.getContent()   |
|18124|New|Nor|2003-03-18|Mailet container should not trap exceptions in ini|
|18309|New|Enh|2003-03-25|RFC1894 format notification   |
|21280|New|Enh|2003-07-02|EJB Session bean remote manager   |
|22610|New|Nor|2003-08-21|List matchers and mailets |
|22728|New|Enh|2003-08-26|Add the ability to "kick" the outgoing queue  |
|22893|New|Enh|2003-09-02|Add support for APOP authentication protocol  |
|23906|New|Nor|2003-10-18|Large emails in the spool cause SpoolManager to th|
|24022|New|Enh|2003-10-22|Don't keep all mailboxes in-memory forever|
|24335|New|Enh|2003-11-02|Mailets that block mail should always display the |
|24885|New|Nor|2003-11-21|RemoteDelivery only tries one of multiple A record|
|25027|New|Nor|2003-11-26|NNTP Server doesn't work with Sylpheed|
|25489|New|Nor|2003-12-12|POP3Handler breaks with message numbers out of bou|
|25736|New|Nor|2003-12-23|File System Full  |
|25836|New|Nor|2003-12-31|Update libraries  |
+-+---+---+--+--+
| Total   23 bugs   |
+---+

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



Bug report for Tomcat 4 [2004/04/11]

2004-04-11 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  |
| |   |   |  |  |
|  218|Unc|Nor|2000-11-02|IIS & in-process tomcat BugRat Report#333 |
| 3614|Opn|Nor|2001-09-14|bug in manager webapp |
| 3888|Opn|Blk|2001-09-30|WebappClassLoader: Lifecycle error : CL stopped   |
| 4091|Opn|Nor|2001-10-11|custom host with unpackWARs="true" don't expand wa|
| 4138|Opn|Nor|2001-10-12|Processor threads have inconsistent ClassLoader st|
| 4352|Ass|Nor|2001-10-22|JDBCRealm does not work with CLIENT-CERT auth-meth|
| 5181|Opn|Cri|2001-11-29|HttpConnector [8080] No processor available, rejec|
| 5329|New|Nor|2001-12-08|NT Service exits startup before Tomcat is finished|
| 5704|Ass|Maj|2002-01-05|CgiServlet corrupting images? |
| 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|
| 5858|New|Enh|2002-01-15|Add tomcat dir to java.library.path   |
| 5985|New|Enh|2002-01-23|Tomcat should perform a more restrictive validatio|
| 6218|Opn|Nor|2002-02-04|Relative links broken for servlets|
| 6229|New|Enh|2002-02-04|Need way to specify where to write catalina.out   |
| 6399|New|Nor|2002-02-12|unknown protocol: https   |
| 6582|New|Min|2002-02-20|Sample code does not match behavior   |
| 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   |
| 7360|New|Nor|2002-03-22|res-sharing-scope not supported   |
| 7374|New|Enh|2002-03-22|Apache Tomcat/4.0.1 message on standard output|
| 7571|New|Nor|2002-03-28|DataInputStream readLong() Problem|
| 7676|New|Enh|2002-04-02|Allow name property to use match experssions in  without className in server.xml produces N|
|10982|New|Min|2002-07-19|JNDI URL Handler class is missing in naming-resour|
|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|
|11158|New|Maj|2002-07-25|WebappClassLoader does'nt find any class in an ext|
|11248|New|Enh|2002-07-29|DefaultServlet doesn't send expires header|
|11489|New|Enh|2002-08-06|Scanning JAR files in WEB-INF/lib without temp dir|
|11561|New|Maj|2002-08-08|JNDI problem with jdk1.4  |
|11645|New|Nor|2002-08-13|RequestStream and HttpRequestStream throw an IOExc|
|11662|New|Maj|2002-08-13|GlobalResources unavailable in DefaultContext |
|11679|New|Min|2002-08-14|"anonymous bind failed" exceptions occur if connec|
|11754|Opn|Enh|2002-08-15|Synchronous shutdown script - shutdown.sh should w|
|12016|New|Nor|2002-08-24|[patch] OS/2 scripts  |
|12052|New|Maj|2002-08-26|mod_jk sets wrong port (uses socket port, not user|
|12056|New|Min|2002-08-26|Startup scripts test for invalid permissions. |
|12069|New|Enh|2002-08-27|Creation of more HttpSession objects for one previ|
|12089|New|Maj|2002-08-27|CATALINA_HOME ignored and reset by catalina.sh|
|12516|New|Nor|2002-09-11|form based auth / documentation   |
|12608|New|Nor|2002-09-13|underline ('_') in name of sub-directory of webapp|
|12643|Opn|Min|2002-09-14|Undeploy any application fails (Undeploy an Existi|
|12658|New|Enh|2002-09-15|a proxy host and port at the  element level |
|12682|Unc|Nor|2002-09-16|Problem when recompiling servlets with JDBC connec|
|12766|New|Enh|2002-09-18|Tomcat should use tld files in /WEB-INF/ over vers|
|12946|Unc|Nor|2002-09-24|parameter serverRoot from jk2.properties not read;|
|13014|New|Blk|2002-09-26|OS/390/USS - Invalid   in servlet ma|
|13040|New|Nor|2002-09-26|can't retrieve external context who's uri is a sub|
|13097|New|Nor|2002-09-27|org.apache.catalina.startup.Embedded.

Bug report for Watchdog [2004/04/11]

2004-04-11 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|
+-+---+---+--+--+
| Total   14 bugs   |
+---+

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



Warning!

2004-04-11 Thread Webmaster


Norton AntiVirus Deleted1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

hey you

2004-04-11 Thread craigmcc


Norton AntiVirus Deleted1.txt
Description: plain/text
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Discussion - /jkstatus and xml

2004-04-11 Thread NormW
Good day All.
Below is a link to a 'discussion paper' on the future use of xml for
/jkstatus pages, and comes at the request of Henri. Any feedback should be
to the general forum and not specifically to me.

http://normw.gknw.com/jtcdocs/Discuss_XML.txt

Thanks for your time,
Norm


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



tomcat-dev@jakarta.apache.org

2004-04-11 Thread TS
russian(win-1251):

Приветствуем!

Данное уведомление автоматически создано в ответ на Ваше письмо на тему
"Re: My details
  [!! SPAM]", приведенное ниже. Вам не надо отвечать на него.
Служба поддержки клиентов получила Ваше письмо, и ему присвоен идентификатор
[TID#4391]. Пожалуйста, включайте следующий блок:

  [TID#4391]

в заголовок (subject) всей последующей корреспонденции на эту тему. 
Это можно сделать отвечая на это письмо (reply).

C уважением,
служба технической поддержки клиентов
Хостинг оператор М-10
http://www.m-10.ru

english:

Greetings,

This message has been automatically generated in response to your message
regarding "Re: My details
  [!! SPAM]", the content of which appears below.  There
is no need to reply to it now. Support has received your message and it has
been assigned a ticket ID of [TID#4391]. Please include the string:

  [TID#4391]

in the subject line of all future correspondence about this problem. 
To do so, you may reply to this message.
 
WBR,
Support Team
Hosting Operator M-10 
http://www.m-10.ru
Original Message-

Hi!
I have spent much time for the e-mail.


+++ X-Attachment-Type: document
+++ X-Attachment-Status: no virus found
+++ Powered by the new MCAfee OnlineAntiVirus
+++ Homepage: www.mcafee.com



-Headers Follow--
Received: from [EMAIL PROTECTED]
  by office.m-10.ru (CommuniGate Pro GROUP 4.1.8)
  with GROUP id 1695771; Mon, 12 Apr 2004 05:01:08 +0400
Received: from <[EMAIL PROTECTED]>
  by office.m-10.ru (CommuniGate Pro RULES 4.1.8)
  with RULES id 1695770; Mon, 12 Apr 2004 05:01:07 +0400
X-Autogenerated: Mirror
X-Mirrored-BY: <[EMAIL PROTECTED]>
Received: from [217.106.225.133] (HELO m-10.ru)
  by office.m-10.ru (CommuniGate Pro SMTP 4.1.8)
  with ESMTP id 1695765 for [EMAIL PROTECTED]; Mon, 12 Apr 2004 05:01:05 +0400
Received: from msk-m10-st01.rtcomm.ru ([213.59.0.34] verified)
  by m-10.ru (CommuniGate Pro SMTP 4.0.3)
  with ESMTP id 10079882 for [EMAIL PROTECTED]; Mon, 12 Apr 2004 05:00:57 +0400
Received: from localhost (localhost.rtcomm.ru [127.0.0.1])
by localhost (Postfix) with SMTP id E731F60DBA
for <[EMAIL PROTECTED]>; Mon, 12 Apr 2004 04:52:18 +0400 (MSD)
Received: from m-10.ru (unknown [62.5.188.222])
by msk-m10-st01.rtcomm.ru (Postfix) with ESMTP id AAP4A4079E83A5207
for <[EMAIL PROTECTED]>; Mon, 12 Apr 2004 04:52:10 +0400 (MSD)
X-Antivirus: Checked by Dr.Web (http://www.drweb.net)
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Re: My details
  [!! SPAM]
Date: Mon, 12 Apr 2004 04:54:48 +0400
MIME-Version: 1.0
Content-Type: multipart/mixed;
boundary="=_NextPart_000_0016=_NextPart_000_0016"
X-Priority: 3
X-Msmail-Priority: Normal
Message-Id: <[EMAIL PROTECTED]>
X-Spamtest-Info: Profile: Formal (70/040407)
X-Spamtest-Info: {GSG: spam detected}
X-Spamtest-Info: Profile: Detect Standard No RBL (4/030526)
X-Spamtest-Info: Profile: SysLog
X-Spamtest-Info: Profile: Marking Spam - Subject (2/030321)
X-Spamtest-Method: GSG
X-Spamtest-Status: SPAM


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



DO NOT REPLY [Bug 18479] - HttpSessionBindingListener.valueUnbound() not called

2004-04-11 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=18479

HttpSessionBindingListener.valueUnbound() not called





--- Additional Comments From [EMAIL PROTECTED]  2004-04-12 01:06 ---
Hi Remy,

I have to admit, it looks pretty rock solid, but how is it that in 5.0.20 my
session serialized/deserialized *without* error and gave me a non-null attribute
value (exactly as I expected) after reload?  Serialization is pretty straight
forward; either it is serializable and you get no errors or it isn't
serializable and you get errors.  I get no errors.  How is that not the
definition of "perfectly serializable"?  And if removeAttribute() is being
called, why isn't the attributeRemoved() method in my SessionBindingListener
being triggered?  I have println() statements in all methods of my
SessionBindingListener and the only ones I'm seeing are on attributeAdded(). 
You can go ahead and stick to your guns and say that my object is not
serializable (I'm 99.% sure it is), but you can't, at the same time, claim
that it is being removed from the session when attributeRemoved() is not being
triggered unless there is a bug where the removeAttribute(keys[i]) call is
not notifying listeners of the attributes it is removing.

So, I guess I'll have to investigate some more, but something is wrong here. 
Hopefully we can work together to figure it out.

Jake

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



Robert Knittel/Chemetall GmbH/Chemetall ist außer Haus. Robert Knittel/Chemetall GmbH/Chemetall is absent.

2004-04-11 Thread robert . knittel




Ich werde ab  05.04.2004 nicht im Büro sein. Ich kehre zurück am
13.04.2004.

Ich bin vom 05.04.2004 - 12.04.2004 nicht im Büro
Ich werde Ihre Nachricht nach meiner Rückkehr am 13.04.2004 beantworten.
Während dieser Zeit werde ich durch meine Kollegin, Frau Petra Brendel,
vertreten.

Sie ist erreichbar unter
Telefon: 0049 - 69 - 7165 2349
Fax:   0049 - 69 - 7165 2936
e-mail:   [EMAIL PROTECTED]

I am out of office from 05.04.2004 till 12.04.2004
I will answer your e-mail on my return on 13.04.2004
During this time my colleague, Mrs. Petra Brendel, will support me and
answer my e-mails

You can contact her under
phone:  +49 69 7165 2349
Fax:  +49 69 7165 2936
e-mail:  [EMAIL PROTECTED]


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



[GUMP@lsd]: jakarta-tomcat-5/jakarta-tomcat-5 failed

2004-04-11 Thread bobh
To whom it may engage...

This is an automated request, but not an unsolicited one. For help 
understanding the request please visit 
http://gump.apache.org/nagged.html, 
and/or contact [EMAIL PROTECTED]

Project jakarta-tomcat-5 has an issue affecting its community integration, and has 
been outstanding for 2 runs. The current state is 'Failed', for reason 'Build Failed'

Full details are available at: 
http://lsd.student.utwente.nl/gump/jakarta-tomcat-5/jakarta-tomcat-5/index.html, 
however some snippets follow:

-  -  -  -  - -- --  G U M P

Gump provided these annotations:

 - Info - Jar [servlets-default.jar] identifier set to jar basename: [servlets-default]
 - Info - Jar [naming-common.jar] identifier set to jar basename: [naming-common]
 - Info - Jar [naming-resources.jar] identifier set to jar basename: [naming-resources]
 - Info - Jar [catalina.jar] identifier set to jar basename: [catalina]
 - Info - Jar [bootstrap.jar] identifier set to jar basename: [bootstrap]
 - Info - Jar [servlets-common.jar] identifier set to jar basename: [servlets-common]
 - Info - Jar [servlets-invoker.jar] identifier set to jar basename: [servlets-invoker]
 - Info - Dependency on javamail exists, no need to add for property mail.jar.
 - Info - Dependency on jaf exists, no need to add for property activation.jar.
 - Info - Dependency on jakarta-servletapi-5-servlet exists, no need to add for 
property servlet-api.jar.
 - Info - Dependency on jakarta-servletapi-5-jsp exists, no need to add for property 
jsp-api.jar.
 - Info - Dependency on xml-xerces exists, no need to add for property xercesImpl.jar.
 - Info - Dependency on xml-xerces exists, no need to add for property 
xmlParserAPIs.jar.
 - Info - Dependency on jakarta-tomcat-util exists, no need to add for property 
tomcat-util.jar.
 - Info - Dependency on commons-el exists, no need to add for property commons-el.jar.
 - Info - Dependency on commons-logging exists, no need to add for property 
commons-logging-api.jar.
 - Info - Dependency on commons-modeler exists, no need to add for property 
commons-modeler.jar.
 - Info - Dependency on ant exists, no need to add for property ant.home.
 - Info - Dependency on jsse exists, no need to add for property jsse.home.
 - Info - Dependency on jmx exists, no need to add for property jmx.home.
 - Info - Dependency on jmx exists, no need to add for property jmx.jar.
 - Info - Dependency on jmx exists, no need to add for property jmx-tools.jar.
 - Info - Dependency on jndi exists, no need to add for property jndi.home.
 - Info - Dependency on jakarta-regexp exists, no need to add for property regexp.home.
 - Info - Dependency on jakarta-regexp exists, no need to add for property regexp.jar.
 - Info - Dependency on javamail exists, no need to add for property mail.home.
 - Info - Dependency on jakarta-tomcat-coyote exists, no need to add for property 
tomcat-coyote.home.
 - Info - Dependency on jakarta-tomcat-jasper_tc5 exists, no need to add for property 
jasper.home.
 - Info - Dependency on jaf exists, no need to add for property activation.home.
 - Info - Dependency on commons-modeler exists, no need to add for property 
commons-modeler.home.
 - Info - Dependency on commons-daemon exists, no need to add for property 
commons-daemon.jsvc.tar.gz.
 - Info - Dependency on jakarta-struts exists, no need to add for property struts.home.
 - Info - Enable "verbose" output, due to 1 previous error(s).
 - Info - Failed with reason build failed
 - Info - Enable "debug" output, due to build failure.


-  -  -  -  - -- --  G U M P
Gump performed this work:

http://lsd.student.utwente.nl/gump/jakarta-tomcat-5/jakarta-tomcat-5/gump_work/build_jakarta-tomcat-5_jakarta-tomcat-5.html
Work Name: build_jakarta-tomcat-5_jakarta-tomcat-5 (Type: Build)
State: Failed
Elapsed: 0 hours, 1 minutes, 13 seconds
Command Line: java -Djava.awt.headless=true 
-Xbootclasspath/p:/data3/gump/xml-xerces2/java/build/xercesImpl.jar:/data3/gump/xml-xerces2/java/build/xml-apis.jar:/data3/gump/xml-xalan/java/build/xalan-unbundled.jar:/data3/gump/xml-commons/java/external/build/xml-apis.jar
 org.apache.tools.ant.Main -verbose 
-Dgump.merge=/data3/gump/gump-install/work/merge.xml -Dbuild.sysclasspath=only 
-Dtomcat33.home=*Unset* 
-Djsp-api.jar=/data3/gump/jakarta-servletapi-5/jsr152/dist/lib/jsp-api.jar 
-Dtomcat-coyote.home=/data3/gump/jakarta-tomcat-connectors/coyote 
-Djndi.jar=/data3/gump/opt/jndi1_2_1/lib/jndi.jar 
-Dsite2.home=/data3/gump/jakarta-site2 
-DxmlParserAPIs.jar=/data3/gump/xml-xerces2/java/build/xercesImpl.jar 
-Dactivation.home=/data3/gump/opt/jaf-1.0.1 -Djmx.home=/data3/gump/opt/jmx-1_2-ri 
-Djdbc20ext.jar=/data3/gump/opt/jdbc2_0/jdbc2_0-stdext.jar 
-Djmx-tools.jar=/data3/gump/opt/jmx-1_2-ri/lib/jmxtools.jar 
-Dregexp.jar=/data3/gump/jakarta-regexp/build/jakarta-regexp-20040412.jar 
-Dmail.home=/data3/gump/opt/javamail-1.3 -Dant.home=/data3/gump/ant/dist 
-Dcommons-mode

chk mail

2004-04-11 Thread [EMAIL PROTECTED]
this is test msg.
thanq


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