jstrachan 01/05/05 10:18:27
Modified: io/examples/conf web.xml
io/examples/web babelfish.jsp file.jsp file_write.jsp
fortune.jsp ftp.jsp jakarta.jsp jakarta2.jsp
pipe.jsp pipe2.jsp quote.jsp soap.jsp soap_echo.jsp
xml_echo.jsp xmlrpc.jsp xmlrpc2.jsp xmlrpc3.jsp
xmlrpc_echo.jsp
io/examples/web/marketwatch market_indices.jsp
news_headlines.jsp quote.jsp symbol_info.jsp
io/examples/web/soap babelfish.jsp babelfish2.jsp
fortune.jsp
io/examples/web/test file_write.jsp test_pipe.jsp
test_pipe2.jsp
io/xml io.xml
Log:
Tweeked the build slightly with the new common build files
Revision Changes Path
1.2 +1 -1 jakarta-taglibs/io/examples/conf/web.xml
Index: web.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/conf/web.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- web.xml 2001/05/04 18:07:13 1.1
+++ web.xml 2001/05/05 17:18:17 1.2
@@ -33,7 +33,7 @@
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<taglib>
- <taglib-uri>http://jakarta.apache.org/taglibs/io/1.0</taglib-uri>
+ <taglib-uri>http://jakarta.apache.org/taglibs/io-1.0</taglib-uri>
<taglib-location>/WEB-INF/io.tld</taglib-location>
</taglib>
</web-app>
1.2 +1 -1 jakarta-taglibs/io/examples/web/babelfish.jsp
Index: babelfish.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/babelfish.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- babelfish.jsp 2001/05/04 18:07:18 1.1
+++ babelfish.jsp 2001/05/05 17:18:18 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%@page contentType="text/xml" %>
<io:http url="http://services.xmethods.net:80/perl/soaplite.cgi" action="POST">
<io:header name="SOAPAction" value="urn:xmethodsBabelFish#BabelFish"/>
1.2 +1 -1 jakarta-taglibs/io/examples/web/file.jsp
Index: file.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/file.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- file.jsp 2001/05/04 18:07:19 1.1
+++ file.jsp 2001/05/05 17:18:18 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%@page import="java.net.*" %>
<%--
1.2 +1 -1 jakarta-taglibs/io/examples/web/file_write.jsp
Index: file_write.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/file_write.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- file_write.jsp 2001/05/04 18:07:19 1.1
+++ file_write.jsp 2001/05/05 17:18:18 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%@page import="java.io.*"%>
<%--
1.2 +1 -1 jakarta-taglibs/io/examples/web/fortune.jsp
Index: fortune.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/fortune.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fortune.jsp 2001/05/04 18:07:19 1.1
+++ fortune.jsp 2001/05/05 17:18:18 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%@page contentType="application/xml" %>
<io:http url="http://www.lemurlabs.com/rpcrouter" action="POST">
<io:header name="SOAPAction" value="urn:lemurlabs-Fortune"/>
1.2 +1 -1 jakarta-taglibs/io/examples/web/ftp.jsp
Index: ftp.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/ftp.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ftp.jsp 2001/05/04 18:07:19 1.1
+++ ftp.jsp 2001/05/05 17:18:18 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%--
Serves up a file via FTP
1.2 +1 -1 jakarta-taglibs/io/examples/web/jakarta.jsp
Index: jakarta.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/jakarta.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jakarta.jsp 2001/05/04 18:07:19 1.1
+++ jakarta.jsp 2001/05/05 17:18:18 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%--
Serves up a HTTP request (the Jakarta home page) i.e. a proxy
1.2 +1 -1 jakarta-taglibs/io/examples/web/jakarta2.jsp
Index: jakarta2.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/jakarta2.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jakarta2.jsp 2001/05/04 18:07:19 1.1
+++ jakarta2.jsp 2001/05/05 17:18:18 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%--
Serves up a HTTP request (the Jakarta home page) i.e. a proxy
1.2 +1 -1 jakarta-taglibs/io/examples/web/pipe.jsp
Index: pipe.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/pipe.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pipe.jsp 2001/05/04 18:07:19 1.1
+++ pipe.jsp 2001/05/05 17:18:18 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%--
This demonstrates pipelining tags together...
1.2 +1 -1 jakarta-taglibs/io/examples/web/pipe2.jsp
Index: pipe2.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/pipe2.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pipe2.jsp 2001/05/04 18:07:19 1.1
+++ pipe2.jsp 2001/05/05 17:18:20 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%--
This demonstrates pipelining tags together...
1.2 +1 -1 jakarta-taglibs/io/examples/web/quote.jsp
Index: quote.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/quote.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quote.jsp 2001/05/04 18:07:19 1.1
+++ quote.jsp 2001/05/05 17:18:20 1.2
@@ -1,5 +1,5 @@
<%@page contentType="text/xml" %>
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<?xml version="1.0" ?>
<%
String url = request.getParameter( "symbols" );
1.2 +1 -1 jakarta-taglibs/io/examples/web/soap.jsp
Index: soap.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/soap.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- soap.jsp 2001/05/04 18:07:19 1.1
+++ soap.jsp 2001/05/05 17:18:20 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%@page contentType="text/xml" %>
<io:soap
url="/soap_echo.jsp"
1.2 +1 -1 jakarta-taglibs/io/examples/web/soap_echo.jsp
Index: soap_echo.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/soap_echo.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- soap_echo.jsp 2001/05/04 18:07:19 1.1
+++ soap_echo.jsp 2001/05/05 17:18:20 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%@page import="java.util.Enumeration" %>
<?xml version="1.0" ?>
<SOAP-ENV:Envelope
1.2 +1 -1 jakarta-taglibs/io/examples/web/xml_echo.jsp
Index: xml_echo.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/xml_echo.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xml_echo.jsp 2001/05/04 18:07:19 1.1
+++ xml_echo.jsp 2001/05/05 17:18:20 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<root>
<generator>Made by xml_echo web service</generator>
<text>
1.2 +1 -1 jakarta-taglibs/io/examples/web/xmlrpc.jsp
Index: xmlrpc.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/xmlrpc.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xmlrpc.jsp 2001/05/04 18:07:19 1.1
+++ xmlrpc.jsp 2001/05/05 17:18:20 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<io:xmlrpc url="/xmlrpc_echo.jsp">
<io:pipe>
<methodCall>
1.2 +1 -1 jakarta-taglibs/io/examples/web/xmlrpc2.jsp
Index: xmlrpc2.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/xmlrpc2.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xmlrpc2.jsp 2001/05/04 18:07:19 1.1
+++ xmlrpc2.jsp 2001/05/05 17:18:20 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<io:xmlrpc url="/form_echo.jsp">
<io:pipe>
<methodCall>
1.2 +1 -1 jakarta-taglibs/io/examples/web/xmlrpc3.jsp
Index: xmlrpc3.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/xmlrpc3.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xmlrpc3.jsp 2001/05/04 18:07:19 1.1
+++ xmlrpc3.jsp 2001/05/05 17:18:21 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<io:http url="/xmlrpc_echo.jsp"action="POST">
<io:header name="Content-Type" value="text/xml"/>
<io:pipe>
1.2 +1 -1 jakarta-taglibs/io/examples/web/xmlrpc_echo.jsp
Index: xmlrpc_echo.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/xmlrpc_echo.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xmlrpc_echo.jsp 2001/05/04 18:07:19 1.1
+++ xmlrpc_echo.jsp 2001/05/05 17:18:21 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%@page contentType="text/xml" %>
<%@page import="java.io.BufferedReader" %>
<%@page import="java.util.Enumeration" %>
1.2 +1 -1 jakarta-taglibs/io/examples/web/marketwatch/market_indices.jsp
Index: market_indices.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/marketwatch/market_indices.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- market_indices.jsp 2001/05/04 18:07:39 1.1
+++ market_indices.jsp 2001/05/05 17:18:23 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%@page contentType="application/xml" %>
<%--
Added an additional <io:header> to the SOAP request to support
1.2 +1 -1 jakarta-taglibs/io/examples/web/marketwatch/news_headlines.jsp
Index: news_headlines.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/marketwatch/news_headlines.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- news_headlines.jsp 2001/05/04 18:07:40 1.1
+++ news_headlines.jsp 2001/05/05 17:18:23 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%@page contentType="application/xml" %>
<%--
Added an additional <io:header> to the SOAP request to support
1.2 +1 -1 jakarta-taglibs/io/examples/web/marketwatch/quote.jsp
Index: quote.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/marketwatch/quote.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- quote.jsp 2001/05/04 18:07:40 1.1
+++ quote.jsp 2001/05/05 17:18:23 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%@page contentType="application/xml" %>
<%--
Added an additional <io:header> to the SOAP request to support
1.2 +1 -1 jakarta-taglibs/io/examples/web/marketwatch/symbol_info.jsp
Index: symbol_info.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/marketwatch/symbol_info.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- symbol_info.jsp 2001/05/04 18:07:40 1.1
+++ symbol_info.jsp 2001/05/05 17:18:23 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%@page contentType="application/xml" %>
<%--
Added an additional <io:header> to the SOAP request to support
1.2 +1 -1 jakarta-taglibs/io/examples/web/soap/babelfish.jsp
Index: babelfish.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/soap/babelfish.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- babelfish.jsp 2001/05/04 18:07:46 1.1
+++ babelfish.jsp 2001/05/05 17:18:24 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%@page contentType="text/xml" %>
<io:soap
url="http://services.xmethods.net:80/perl/soaplite.cgi"
1.2 +1 -1 jakarta-taglibs/io/examples/web/soap/babelfish2.jsp
Index: babelfish2.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/soap/babelfish2.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- babelfish2.jsp 2001/05/04 18:07:46 1.1
+++ babelfish2.jsp 2001/05/05 17:18:24 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%@page contentType="application/xml" %>
<io:soap
url="http://www.velocigen.com:82/vx_engine/soap-trigger.pperl"
1.2 +1 -1 jakarta-taglibs/io/examples/web/soap/fortune.jsp
Index: fortune.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/soap/fortune.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fortune.jsp 2001/05/04 18:07:46 1.1
+++ fortune.jsp 2001/05/05 17:18:25 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%@page contentType="application/xml" %>
<io:soap
url="http://www.lemurlabs.com/rpcrouter"
1.2 +1 -1 jakarta-taglibs/io/examples/web/test/file_write.jsp
Index: file_write.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/test/file_write.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- file_write.jsp 2001/05/04 18:07:51 1.1
+++ file_write.jsp 2001/05/05 17:18:26 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%--
Serves up a file via file system
1.2 +1 -1 jakarta-taglibs/io/examples/web/test/test_pipe.jsp
Index: test_pipe.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/test/test_pipe.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- test_pipe.jsp 2001/05/04 18:07:52 1.1
+++ test_pipe.jsp 2001/05/05 17:18:26 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%--
Tests the behaviour of the <io:pipe> tag
1.2 +1 -1 jakarta-taglibs/io/examples/web/test/test_pipe2.jsp
Index: test_pipe2.jsp
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/examples/web/test/test_pipe2.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- test_pipe2.jsp 2001/05/04 18:07:52 1.1
+++ test_pipe2.jsp 2001/05/05 17:18:26 1.2
@@ -1,4 +1,4 @@
-<%@taglib uri="http://jakarta.apache.org/taglibs/io/1.0" prefix="io" %>
+<%@taglib uri="http://jakarta.apache.org/taglibs/io-1.0" prefix="io" %>
<%--
Tests the behaviour of the <io:pipe> tag using an internal IO request
1.2 +1 -1 jakarta-taglibs/io/xml/io.xml
Index: io.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/io/xml/io.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- io.xml 2001/05/04 18:08:30 1.1
+++ io.xml 2001/05/05 17:18:27 1.2
@@ -1,7 +1,7 @@
<?xml version="1.0" ?>
<document url="./http.xml">
<properties>
- <title>Jakarta Project: HTTP JSP Tag Library</title>
+ <title>Jakarta Project: IO Tag Library</title>
<author>James Strachan</author>
</properties>
<taglib>