Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 29965 invoked from network); 5 Jan 2004 07:52:47 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Jan 2004 07:52:47 -0000 Received: (qmail 44645 invoked by uid 500); 5 Jan 2004 07:52:20 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 44610 invoked by uid 500); 5 Jan 2004 07:52:19 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 44582 invoked from network); 5 Jan 2004 07:52:19 -0000 Message-Id: <200401050752.i057qTo22883@kiku.7777.net> From: "Ias" To: Subject: RE: For Help when compile axis-1_1 using the tool elipse Date: Mon, 5 Jan 2004 16:52:27 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002A_01C3D3AC.5131CE00" X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Thread-Index: AcPTI2UZABGA+yuEQV+bKSqQ6rziDAAMx+CA X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------=_NextPart_000_002A_01C3D3AC.5131CE00 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Here's how to add the excluding line: Add to your project's .classpath file like ... I think its order inside doesn't matter but the first is my recommendation. Or, you can do that by Project-Properties-Java Build Path Source-Edit Exclusion Filter-Add or Add Multiple. In this case, Eclipse tutorial from various resouces including its official site and in Help menu helps you. As you can guess, excluding files from a source folder is not an issue specific to Axis. Wishing you success on that, Ias _____ From: xuliujuan [mailto:xuliujuan@hotmail.com] Sent: Monday, January 05, 2004 9:32 AM To: axis-dev@ws.apache.org Subject: Re: For Help when compile axis-1_1 using the tool elipse Thanks a lot. I have the last problem to find the required lib for com.ibm.net.ssl.SSLConext; As you also find it hard to find the lib.Maybe I can try to use the method you have used,just excluded the two java file. Could you tell me how to add ? B Rs. /XuLiujuan ----- Original Message ----- From: Ias To: axis-dev@ws.apache.org Sent: Saturday, January 03, 2004 3:02 PM Subject: RE: For Help when compile axis-1_1 using the tool elipse org.apache.axis.components.bridge.COMBridge.java is in ws-axis/proposals/COMBridge/java. Adding to your .classpath helps you with the import. (Note that you need not only ws-axis/java but also ws-axis/proposals from Apache CVS referring to http://ws.apache.org/axis/cvshtml ) Good luck, Ias _____ From: xuliujuan [mailto:xuliujuan@hotmail.com] Sent: Saturday, January 03, 2004 3:41 PM To: axis-dev@ws.apache.org Subject: Re: For Help when compile axis-1_1 using the tool elipse I see,thank you. I am also unable to find the required library for com.ibm.ssl.*; and org.apache.axis.components.bridge.COMBridge; Do you have some suggestion for where to find the library for import org.apache.axis.components.bridge.COMBridge; B Rs. /XuLiujuan ----- Original Message ----- From: Ias To: axis-dev@ws.apache.org Sent: Saturday, January 03, 2004 1:55 PM Subject: RE: For Help when compile axis-1_1 using the tool elipse is sort of default for a Java project because it contains core Java APIs. The reason why I put to my .classpath is that I considered those components unnecessary, hence decided not to deal with them. If you want to keep them under your Axis project on Eclipse, you need some library that the components requires. Unfortunately, I have no idea of how I can get the required library. (That was also one reason I dropped them.) In conclusion, I recommend adding the lines that you don't have to your .classpath in case there's no (big) concern caused by them. Happy New Year! Ias _____ From: xuliujuan [mailto:xuliujuan@hotmail.com] Sent: Saturday, January 03, 2004 2:08 PM To: axis-dev@ws.apache.org Subject: Re: For Help when compile axis-1_1 using the tool elipse First thank you very much. I have compare the classpath with mine. I haven't got and there is no To: axis-dev@ws.apache.org Sent: Saturday, January 03, 2004 11:37 AM Subject: RE: For Help when compile axis-1_1 using the tool elipse The attached file is the .classpath file I'm using for ws-axis project with Eclipse 3.0M5. Of course, I can build ws-axis/java without problem by the configuration. Hoping it helps you, Ias ========================================================= Lee, Changshin (Korean name) Ias (International name) Company Web Site: http://www.tmax.co.kr Personal Web Site: http://www.iasandcb.pe.kr --------------------------------------------------------- JSR 201, JSR 204 and JSR 222 EG member Apache Axis (JAX-RPC and SAAJ) and JaxMe (JAXB) committer R&D Institute Tmax Soft, Inc. ========================================================= _____ From: xuliujuan [mailto:xuliujuan@hotmail.com] Sent: Saturday, January 03, 2004 11:44 AM To: axis-dev@ws.apache.org Subject: For Help when compile axis-1_1 using the tool elipse Hi all, I have difficulty in completely compiling axis-1_1. Error List: 1.import progress.message.client.*; can't be resolve.That may be caused by classpath,but I have alreadly import jms.jar. It is said it needs jms provider's jar. But I don't really know what I should do to it. 2. import com.ibm.net.ssl.*; and import com.ibm.jsse.*; can't be resolved. Where to download the needed jar? 3. import org.apache.axis.components.bridge.COMBridge; can't be resolved. I also don't know which jar it needed and which package I should download. 4.In commonsHTTPSender.java there is a error when using client.getState().setProxyCredentials(..) Could anyone who can help me solve these problems. Thanks a lot. Best wishes. /Xu Liujuan ------=_NextPart_000_002A_01C3D3AC.5131CE00 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Here's how to add the excluding=20 line:
 
Add=20
 <classpathentry=20 excluding=3D"org/apache/axis/components/net/IBMFakeTrustSocketFactory.jav= a|org/apache/axis/components/net/IBMJSSESocketFactory.java|org/apache/axi= s/components/jms/SonicMQVendorAdapter.java/|org/apache/axis/components/ne= t/SunFakeTrustSocketFactory.java|org/apache/axis/components/net/SunJSSESo= cketFactory.java"=20 kind=3D"src" path=3D"java/src"/>
to=20 your project's .classpath file like
<?xml version=3D"1.0"=20 encoding=3D"UTF-8"?>
<classpath>
 <classpathentry = excluding=3D"org/apache/axis/components/net/IBMFakeTrustSocketFactory.jav= a|org/apache/axis/components/net/IBMJSSESocketFactory.java|org/apache/axi= s/components/jms/SonicMQVendorAdapter.java/|org/apache/axis/components/ne= t/SunFakeTrustSocketFactory.java|org/apache/axis/components/net/SunJSSESo= cketFactory.java"=20 kind=3D"src" path=3D"java/src"/>
...
</classpath>
 
I=20 think its order inside <classpath> doesn't matter but the first is = my=20 recommendation.
Or,=20 you can do that by
Project-Properties-Java Build Path = Source-Edit=20 Exclusion Filter-Add or Add Multiple.
In=20 this case, Eclipse tutorial from various resouces including its official = site=20 and in Help menu helps you. As you can guess, excluding files from a = source=20 folder is not an issue specific to Axis.
 
Wishing you success on = that,
 
Ias


From: xuliujuan = [mailto:xuliujuan@hotmail.com]=20
Sent: Monday, January 05, 2004 9:32 AM
To:=20 axis-dev@ws.apache.org
Subject: Re: For Help when compile = axis-1_1=20 using the tool elipse

Thanks a lot.
I have the last problem to find the = required lib=20 for com.ibm.net.ssl.SSLConext; As you also find it hard to find the = lib.Maybe=20 I can try to use the method you have used,just excluded the two java=20 file.
Could you tell me how to add = <classpathentry=20 = exculding=3D"org/apache/axis/components/net?IBMFakeTrustSocketFactory.jav= a|...">?
  B Rs.
/XuLiujuan
----- Original Message -----
From:=20 Ias=20
Sent: Saturday, January 03, = 2004 3:02=20 PM
Subject: RE: For Help when = compile=20 axis-1_1 using the tool elipse

org.apache.axis.components.bridge.COMBridge.java is in = ws-axis/proposals/COMBridge/java.=20
Adding <classpathentry=20 kind=3D"src" path=3D"proposals/COMBridge/java"/> to your .classpath
helps you=20 with the import. (Note that you need not only ws-axis/java but also=20 ws-axis/proposals from Apache CVS referring to http://ws.apache.org/axis/cvs= html )=20
 
Good = luck,
 
Ias


From: xuliujuan=20 [mailto:xuliujuan@hotmail.com]
Sent: Saturday, January = 03, 2004=20 3:41 PM
To: axis-dev@ws.apache.org
Subject: = Re: For=20 Help when compile axis-1_1 using the tool = elipse

I see,thank you.
I am also unable to find the = required library=20 for com.ibm.ssl.*;
and =20 = org.apache.axis.components.bridge.COMBridge;  
Do you have some suggestion for = where to find=20 the library for import=20 = org.apache.axis.components.bridge.COMBridge;  
  B = Rs.
/XuLiujuan
----- Original Message ----- =
From:=20 Ias=20
Sent: Saturday, January = 03, 2004=20 1:55 PM
Subject: RE: For Help = when compile=20 axis-1_1 using the tool elipse

<classpathentry kind=3D"con"=20 path=3D"org.eclipse.jdt.launching.JRE_CONTAINER"/>
is sort of default for a Java project = because=20 it contains core Java APIs.
 
The reason why I=20 put <classpathentry=20 = excluding=3D"org/apache/axis/components/net/IBMFakeTrustSocketFactory.jav= a|org/apache/axis/components/net/IBMJSSESocketFactory.java|org/apache/axi= s/components/jms/SonicMQVendorAdapter.java/|org/apache/axis/components/ne= t/SunFakeTrustSocketFactory.java|org/apache/axis/components/net/SunJSSESo= cketFactory.java"=20 kind=3D"src" path=3D"java/src"/> to my .classpath is that I = considered=20 those components unnecessary, hence decided not to deal = with them.=20 If you want to keep them under your Axis project on = Eclipse, you=20 need some library that the components requires. Unfortunately, I = have no=20 idea of how I can get the required library. (That was also one = reason I=20 dropped them.)
 
In conclusion, I recommend adding the = lines=20 that you don't have to your .classpath in case there's no (big) = concern=20 caused by them.
 
Happy New Year!
 
Ias


From: xuliujuan=20 [mailto:xuliujuan@hotmail.com]
Sent: Saturday, = January 03,=20 2004 2:08 PM
To: = axis-dev@ws.apache.org
Subject:=20 Re: For Help when compile axis-1_1 using the tool=20 elipse

First thank you very much. I = have compare=20 the classpath with mine.
I haven't got = <classpathentry=20 kind=3D"con" path=3D"org.elipse.jdt.lauching.JRE_CONAINER"> =
and there is no = <classpathentry=20 excluding=3D"org/apache/axis/components/net/IBMFake........" = on the file=20 of my list
 Could you tell me the=20 reason?
 B Rs.
/XuLiujuan
----- Original Message ----- =
From:=20 Ias
To: axis-dev@ws.apache.org=20
Sent: Saturday, = January 03,=20 2004 11:37 AM
Subject: RE: For Help = when=20 compile axis-1_1 using the tool elipse

The attached file is the = .classpath file=20 I'm using for ws-axis project with Eclipse 3.0M5. Of course, = I can=20 build ws-axis/java without problem by the=20 configuration.
 
Hoping it helps = you,
 
Ias
 
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Lee,=20 Changshin (Korean name)
Ias (International=20 = name)
          &nbs= p;   =20 Company Web Site: http://www.tmax.co.kr
  =              = Personal Web Site: http://www.iasandcb.pe.kr
----= -----------------------------------------------------
JSR=20 201, JSR 204 and JSR 222 EG member
Apache Axis (JAX-RPC = and SAAJ)=20 and JaxMe (JAXB) committer
R&D Institute
Tmax = Soft,=20 = Inc.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=20
 


From: xuliujuan=20 [mailto:xuliujuan@hotmail.com]
Sent: Saturday, = January=20 03, 2004 11:44 AM
To:=20 axis-dev@ws.apache.org
Subject: For Help when = compile=20 axis-1_1 using the tool elipse

Hi all,
  I have difficulty = in=20 completely compiling axis-1_1.
Error List:
1.import=20 progress.message.client.*; can't be resolve.That = may be=20 caused by classpath,but I have alreadly import jms.jar. It = is said=20 it needs jms provider's jar. But I don't really know what = I should=20 do to it.
2. = import=20 com.ibm.net.ssl.*; and import com.ibm.jsse.*; can't be=20 resolved. Where to download the needed = jar?
3. import=20 org.apache.axis.components.bridge.COMBridge; can't be=20 resolved. I also don't know which jar it needed and = which=20 package I should download.
4.In=20 commonsHTTPSender.java there is a error when using=20 client.getState().setProxyCredentials(..) =
  Could anyone who = can help me=20 solve these problems. Thanks a lot.
  Best = wishes.
/Xu=20 = Liujuan
------=_NextPart_000_002A_01C3D3AC.5131CE00--