Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [wtp-dev] Re: Web service M3 code is building in HEAD, but it needs a few jars...


Hi Naci,

Can you please pick up the 1.4 version of wsdl4j and put it on your ${localDownloads} directory on your build machine?  ('Get' doesn't support ftp)

ftp://www-126.ibm.com/pub/wsdl4j/WSDL4J/1.4/wsdl4j-bin-1.4.zip

The current WSDL model requires version 1.4.

Please let me know when this is done, so that I can get the necessary changes to build.cfg and fetchVendorContent.xml checked in.

(or if you'd like, here is the patch to org.eclipse.wtp.releng:  )


I test built an N-build locally and everything compiled successfully.

Regards,
Keith Chong
D3/QCS/8200/MKM
Phone: (905) 413-4370    T/L: 969-4370
e-mail: kchong@xxxxxxxxxx




Jeffrey Liu/Toronto/IBM

02/08/2005 03:43 PM

To
wtp-dev@xxxxxxxxxxx, Naci Dai <naci.dai@xxxxxxxxxxxxx>
cc
Arthur Ryman/Toronto/IBM@IBMCA, Chris Brealey/Toronto/IBM@IBMCA, Craig Salter/Toronto/IBM@IBMCA, David Lauzon/Toronto/IBM@IBMCA, David M Williams <david_williams@xxxxxxxxxx>, Keith Chong/Toronto/IBM@IBMCA, Lawrence Mandel/Toronto/IBM@IBMCA, Ozgur Tumer <ozgur.tumer@xxxxxxxxxxxxx>
Subject
Re: [wtp-dev] Re: Web service M3 code is building in HEAD, but it needs a few jars...Link




Hi Naci,

Thanks for the info. The idea behind not "auto downloading" the jars is that we do not want to download anything that requires the download-er to accept a license agreement (javamail and jaf). But I hear you about the Apache ones... those do not require a license agreement to download (btw, thanks for modifying the build script to auto download these jars). I've checked the URLs in build.cfg, they look correct.

Thanks,

Jeffrey Liu
IBM Rational Software - Performance Analyst
IBM Toronto Lab.
8200 Warden Ave. Markham, Ontario, L6G 1C7
Internal mail: D3/R8V/8200/MKM (D3-268)
T/L: 969 3531
Tel: (905) 413 3531
Fax: (905) 413 4920
jeffliu@xxxxxxxxxx



Naci Dai <naci.dai@xxxxxxxxxxxxx>
Sent by: wtp-dev-admin@xxxxxxxxxxx

02/08/2005 04:31 AM

Please respond to
wtp-dev

To
wtp-dev@xxxxxxxxxxx, Ozgur Tumer <ozgur.tumer@xxxxxxxxxxxxx>
cc
Chris Brealey/Toronto/IBM@IBMCA, Arthur Ryman/Toronto/IBM@IBMCA, Craig Salter/Toronto/IBM@IBMCA, David Lauzon/Toronto/IBM@IBMCA, David M Williams <david_williams@xxxxxxxxxx>, Keith Chong/Toronto/IBM@IBMCA, Lawrence Mandel/Toronto/IBM@IBMCA
Subject
[wtp-dev] Re: Web service M3 code is building in HEAD, but it needs a few jars...





Dear Jeffrey,

Build scipts are made to handle this on their own.  Ideally, no one needs to upload anything.  The scrips can download all third part drivers on their own.  All contents of the localDownloads are fetched by the tasks in the buildAll.xml.  If you send us a manifest of what you need and where it can be downloaded from (URLs), it will be done.  The process is as follows:

1) Add the libraries to build.cfg:

e.g.

#URL to Tomcat zips to be downloaded
tomcat50URL=http://gulus.usherbrooke.ca/pub/appl/apache/jakarta/tomcat-5/v5.0.28/bin/jakarta-tomcat-5.0.28.zip
tomcat50File=jakarta-tomcat-5.0.28.zip

2) Check if the library has been downloaded previosly, and get it:

Add the lines similar to the following in buildAll.xml:

<target name="getPreReq"  >
     ...
     <available file="${localDownloads}/${tomcat50File}" property="tomcat50.exists"/>
     ...
     <antcall target="getTomcat50" />
</target>

       <target name="getTomcat50"  unless="tomcat50.exists" >
               <get src="" dest="${localDownloads}/${tomcat50File}" />
       </target>



3) fetchVendorContent.xml
       
       unzip and copy your jars (You have already done this it seems)


We have trie to update the scripts as best we could, please review and update if you need.  Or just send us a list of what you need. Looking at the scripts we though you needed:

apache-soap
axis-1.1
tomcat 4.1.3
wsil4j
uddi4j
wsld4j
javamail
jaf

Are these the standard distributions?




At 11:58 PM 2/7/2005, Jeffrey Liu wrote:

Ozgur,

We have just added the Web service M3 code into the build process. However, this code pre-reqs a few other jars to build. Can you add these jars to the ${
localDownloads} directory on your build machine? I have packaged up a zip file with all the jars in it, so you can just unzip it in the ${localDownloads} directory. I don't want to attach the zip file in here because it's quite big... Do you have a FTP site that I can upload the zip file to (or does anyone have a FTP site that I can use)?

Thanks,


Jeffrey Liu
IBM Rational Software - Performance Analyst
IBM Toronto Lab.
8200 Warden Ave. Markham, Ontario, L6G 1C7
Internal mail: D3/R8V/8200/MKM (D3-268)
T/L: 969 3531
Tel: (905) 413 3531
Fax: (905) 413 4920
jeffliu@xxxxxxxxxx


Naci Dai,
Managing Director

eteration a.s.

Inonu cad. Sumer sok. Zitas D1-15
Kozyatagi, Istanbul 81090
+90 (532) 573 7783 (cell)
+90 (216) 361 5434 (phone)
+90 (216) 361 2034 (fax)

http://www.eteration.com
mailto:nacidai@xxxxxxx
mailto:naci@xxxxxxxxxxxxx


Index: fetchVendorContent.xml
===================================================================
RCS file: /home/webtools/org.eclipse.wtp.releng/fetchVendorContent.xml,v
retrieving revision 1.3
diff -u -r1.3 fetchVendorContent.xml
--- fetchVendorContent.xml	8 Feb 2005 18:38:34 -0000	1.3
+++ fetchVendorContent.xml	9 Feb 2005 21:29:17 -0000
@@ -52,9 +52,9 @@
 				<include name="uddi4j/lib/uddi4j.jar"/>
 			</patternset>
 		</unzip>
-		<unzip src="${localDownloads}/wsdl4j-bin-1.5.zip" dest="${localDownloads}">
+		<unzip src="${localDownloads}/wsdl4j-bin-1.4.zip" dest="${localDownloads}">
 			<patternset>
-				<include name="wsdl4j-1_5/lib/*.jar"/>
+				<include name="wsdl4j-1_4/lib/*.jar"/>
 			</patternset>
 		</unzip>
 
@@ -103,7 +103,7 @@
 			<param name="target" value="copyJars"/>
 		</antcall>
 		<copy todir="${buildDirectory}/org.eclipse.wst.wsdl${version}/lib">
-			<fileset dir="${localDownloads}/wsdl4j-1_5/lib">
+			<fileset dir="${localDownloads}/wsdl4j-1_4/lib">
 				<include name="*.jar"/>
 			</fileset>
 		</copy>
Index: maps/build.cfg
===================================================================
RCS file: /home/webtools/org.eclipse.wtp.releng/maps/build.cfg,v
retrieving revision 1.24
diff -u -r1.24 build.cfg
--- maps/build.cfg	8 Feb 2005 09:17:15 -0000	1.24
+++ maps/build.cfg	9 Feb 2005 21:29:17 -0000
@@ -69,8 +69,8 @@
 uddi4jFile=uddi4j-bin-2_0_2.zip
 
 #WSDL4J - - CANNOT BE DOWNLOADED AUTOMATICALLY- PLEASE DOWNLOAD AND COPY
-wsdl4jURL=ftp://www-126.ibm.com/pub/wsdl4j/WSDL4J/1.5/wsdl4j-bin-1.5.zip
-wsdl4jFile=wsdl4j-bin-1.5.zip
+wsdl4jURL=ftp://www-126.ibm.com/pub/wsdl4j/WSDL4J/1.4/wsdl4j-bin-1.4.zip
+wsdl4jFile=wsdl4j-bin-1.4.zip
 
 #JAVA MAIL - CANNOT BE DOWNLOADED AUTOMATICALLY- PLEASE DOWNLOAD AND COPY
 javaMailURL=http://java.sun.com/javamail

Back to the top