Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 70356 invoked from network); 8 Feb 2006 02:31:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Feb 2006 02:31:56 -0000 Received: (qmail 71053 invoked by uid 500); 8 Feb 2006 02:31:50 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 71022 invoked by uid 500); 8 Feb 2006 02:31:50 -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: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 71011 invoked by uid 99); 8 Feb 2006 02:31:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2006 18:31:50 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of soi@us.ibm.com designates 32.97.182.146 as permitted sender) Received: from [32.97.182.146] (HELO e6.ny.us.ibm.com) (32.97.182.146) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2006 18:31:49 -0800 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e6.ny.us.ibm.com (8.12.11/8.12.11) with ESMTP id k182VRQi009231 for ; Tue, 7 Feb 2006 21:31:27 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay02.pok.ibm.com (8.12.10/NCO/VERS6.8) with ESMTP id k182VR9P207624 for ; Tue, 7 Feb 2006 21:31:27 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11/8.13.3) with ESMTP id k182VRkX004164 for ; Tue, 7 Feb 2006 21:31:27 -0500 Received: from d27mc602.rchland.ibm.com (d27mc602.rchland.ibm.com [9.10.229.36]) by d01av03.pok.ibm.com (8.12.11/8.12.11) with ESMTP id k182VQA4004145 for ; Tue, 7 Feb 2006 21:31:26 -0500 In-Reply-To: <43E8074C.8040308@opensource.lk> To: axis-dev@ws.apache.org Subject: Re: [Axis2] -- Problem building ver 0.94 MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0 HF85 November 04, 2005 Message-ID: From: Samuel Isokpunwu Date: Tue, 7 Feb 2006 20:31:24 -0600 X-MIMETrack: Serialize by Router on d27mc602/27/M/IBM(Release 7.0|August 18, 2005) at 02/07/2006 08:31:25 PM Content-Type: multipart/mixed; boundary="=_mixed 000DDC2E8625710F_=" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N --=_mixed 000DDC2E8625710F_= Content-Type: multipart/alternative; boundary="=_alternative 000DDC2E8625710F_=" --=_alternative 000DDC2E8625710F_= Content-Type: text/plain; charset="US-ASCII" Was able to resolve the SNAPSHOT dependency problem by editing the project.properties and prefixing SNAPSHOT with "1.0-" for "ws_policy.version" and "xmlschema.version" and also modified the "artifactId"s for "ws-common" groupId in project.xml within the core,webapp,codegen,wsdl,addressing, and adb sub-directories from "ws-policy" to "policy" . But have the following compile problems -- [javac] Compiling 144 source files to D:\dev\axis2\src\modules\core\target\classes [javac] D:\dev\axis2\src\modules\core\src\org\apache\axis2\deployment\DescriptionBuilder.java:41 0: cannot access org.apache.ws.commons.om.OMElement [javac] file org\apache\ws\commons\om\OMElement.class not found [javac] Policy p = reader.readPolicy((OMElement) policyElements.next()); [javac] ^ [javac] D:\dev\axis2\src\modules\core\src\org\apache\axis2\deployment\DescriptionBuilder.java:42 2: readPolicyReference(org.apache.ws.commons.om.OMElement) in org.apache.ws.policy.util.OMPolicyRead er cannot be applied to (org.apache.axis2.om.OMElement) [javac] .readPolicyReference((OMElement) policyRefElements.next()); [javac] ^ [javac] Note: D:\dev\axis2\src\modules\core\src\org\apache\axis2\transport\jms\JMSURLHelper.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 2 errors I tried to resolve the class not found problem by making "axiom-1.0-SNAPSHOT.jar" visible to the build part but then have the following compile problems. [javac] Compiling 144 source files to D:\dev\axis2\src\modules\core\target\classes [javac] D:\dev\axis2\src\modules\core\src\org\apache\axis2\deployment\DescriptionBuilder.java:41 0: cannot find symbol [javac] symbol : method readPolicy(org.apache.axis2.om.OMElement) [javac] location: class org.apache.ws.policy.util.OMPolicyReader [javac] Policy p = reader.readPolicy((OMElement) policyElements.next()); [javac] ^ [javac] D:\dev\axis2\src\modules\core\src\org\apache\axis2\deployment\DescriptionBuilder.java:42 2: readPolicyReference(org.apache.ws.commons.om.OMElement) in org.apache.ws.policy.util.OMPolicyRead er cannot be applied to (org.apache.axis2.om.OMElement) [javac] .readPolicyReference((OMElement) policyRefElements.next()); [javac] ^ [javac] Note: D:\dev\axis2\src\modules\core\src\org\apache\axis2\transport\jms\JMSURLHelper.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 2 errors Any suggestion? Samuel...............Have a great day. IBM WebSphere Development ("Web Services Engine") { phone = "(512) 838-4963, T/L : 678-4963"; internet = "soi@us.ibm.com"; } Eran Chinthaka 02/06/2006 08:34 PM Please respond to axis-dev@ws.apache.org To axis-dev@ws.apache.org cc Subject Re: [Axis2] -- Problem building ver 0.94 I think the problem is that we renamed tthe SNAPSHOT jars to contain 1.0 as well. We can either put the old SNAPSHOT jar without 1.0 or please go an edit the project.properties file. That contains the versions of all the dependencies of Axis2. -- Chinthaka Samuel Isokpunwu wrote: Thanks. Not sure what build file(s) to modify to make these jar files visible to the built part. Any suggestion? Samuel...............Have a great day. IBM WebSphere Development ("Web Services Engine") { phone = "(512) 838-4963, T/L : 678-4963"; internet = "soi@us.ibm.com"; } Davanum Srinivas 02/06/2006 04:30 PM Please respond to axis-dev@ws.apache.org To axis-dev@ws.apache.org cc Subject Re: [Axis2] -- Problem building ver 0.94 http://cvs.apache.org/repository/ws-commons/jars/ On 2/6/06, Samuel Isokpunwu wrote: I am having dependency errors trying to build Axis2 version 0.94 source code packaged as axis2-std-0.94-src.zip. The XmlSchema-SNAPSHOT.jar and ws-policy-SNAPSHOT.jar are missing. Where can I find these dependency jars. Samuel...............Have a great day. IBM WebSphere Development ("Web Services Engine") { phone = "(512) 838-4963, T/L : 678-4963"; internet = "soi@us.ibm.com"; } -- Davanum Srinivas : http://wso2.com/blogs/ --=_alternative 000DDC2E8625710F_= Content-Type: text/html; charset="US-ASCII"
Was able to resolve the SNAPSHOT dependency problem by editing the project.properties and prefixing SNAPSHOT with "1.0-" for "ws_policy.version" and "xmlschema.version" and also modified the "artifactId"s for "ws-common" groupId in project.xml within the core,webapp,codegen,wsdl,addressing, and adb sub-directories from  "ws-policy" to "policy" .

But have the following compile problems --

    [javac] Compiling 144 source files to D:\dev\axis2\src\modules\core\target\classes
    [javac] D:\dev\axis2\src\modules\core\src\org\apache\axis2\deployment\DescriptionBuilder.java:41
0: cannot access org.apache.ws.commons.om.OMElement
    [javac] file org\apache\ws\commons\om\OMElement.class not found
    [javac]             Policy p = reader.readPolicy((OMElement) policyElements.next());
    [javac]                              ^
    [javac] D:\dev\axis2\src\modules\core\src\org\apache\axis2\deployment\DescriptionBuilder.java:42
2: readPolicyReference(org.apache.ws.commons.om.OMElement) in org.apache.ws.policy.util.OMPolicyRead
er cannot be applied to (org.apache.axis2.om.OMElement)
    [javac]                     .readPolicyReference((OMElement) policyRefElements.next());
    [javac]                     ^
    [javac] Note: D:\dev\axis2\src\modules\core\src\org\apache\axis2\transport\jms\JMSURLHelper.java
 uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors

I tried to resolve the class not found problem by making "axiom-1.0-SNAPSHOT.jar" visible to the build part but then have the following compile problems.

    [javac] Compiling 144 source files to D:\dev\axis2\src\modules\core\target\classes
    [javac] D:\dev\axis2\src\modules\core\src\org\apache\axis2\deployment\DescriptionBuilder.java:41
0: cannot find symbol
    [javac] symbol  : method readPolicy(org.apache.axis2.om.OMElement)
    [javac] location: class org.apache.ws.policy.util.OMPolicyReader
    [javac]             Policy p = reader.readPolicy((OMElement) policyElements.next());
    [javac]                              ^
    [javac] D:\dev\axis2\src\modules\core\src\org\apache\axis2\deployment\DescriptionBuilder.java:42
2: readPolicyReference(org.apache.ws.commons.om.OMElement) in org.apache.ws.policy.util.OMPolicyRead
er cannot be applied to (org.apache.axis2.om.OMElement)
    [javac]                     .readPolicyReference((OMElement) policyRefElements.next());
    [javac]                     ^
    [javac] Note: D:\dev\axis2\src\modules\core\src\org\apache\axis2\transport\jms\JMSURLHelper.java
 uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 2 errors

Any suggestion?



Samuel...............Have  a great day.

IBM WebSphere Development ("Web Services Engine") {
     phone = "(512) 838-4963, T/L : 678-4963";
     internet  = "soi@us.ibm.com";
}



Eran Chinthaka <chinthaka@opensource.lk>

02/06/2006 08:34 PM
Please respond to
axis-dev@ws.apache.org

To
axis-dev@ws.apache.org
cc
Subject
Re: [Axis2] -- Problem building ver 0.94





I think the problem is that we renamed tthe SNAPSHOT jars to contain 1.0 as well.

We can either put the old SNAPSHOT jar without 1.0 or please go an edit the project.properties file. That contains the versions of all the dependencies of Axis2.

-- Chinthaka

Samuel Isokpunwu wrote:

Thanks. Not sure what build file(s) to modify to make these jar files
visible to the built part. Any suggestion?




Samuel...............Have  a great day.

IBM WebSphere Development ("Web Services Engine") {
     phone = "(512) 838-4963, T/L : 678-4963";
     internet  =
"soi@us.ibm.com";
}



Davanum Srinivas
<davanum@gmail.com>
02/06/2006 04:30 PM
Please respond to
axis-dev@ws.apache.org


To
axis-dev@ws.apache.org
cc

Subject
Re: [Axis2] -- Problem building ver 0.94






http://cvs.apache.org/repository/ws-commons/jars/


On 2/6/06, Samuel Isokpunwu
<soi@us.ibm.com> wrote:
 


I am having dependency errors trying to build Axis2 version 0.94 source
   

code
 

packaged as  axis2-std-0.94-src.zip. The XmlSchema-SNAPSHOT.jar and
ws-policy-SNAPSHOT.jar are missing. Where can I find these dependency
   

jars.
 




Samuel...............Have  a great day.

IBM WebSphere Development ("Web Services Engine") {
     phone = "(512) 838-4963, T/L : 678-4963";
     internet  =
"soi@us.ibm.com";
}
   



--
Davanum Srinivas :
http://wso2.com/blogs/


 

--=_alternative 000DDC2E8625710F_=-- --=_mixed 000DDC2E8625710F_= Content-Type: application/octet-stream; name="signature.asc" Content-Disposition: attachment; filename="signature.asc" Content-Transfer-Encoding: base64 LS0tLS1CRUdJTiBQR1AgU0lHTkFUVVJFLS0tLS0NClZlcnNpb246IEdudVBHIHYxLjQuMiAoTWlu Z1czMikNCg0KaUQ4REJRRkQ2QWRSak9OMnVCelVoaDhSQXVBSUFLQ3RaTFRLYWZGUm9JaDBBL0pE UEc1WHBwNFA0Z0NmWVlXQQ0KbmpkS1RCdlJwOTNIUVFUQ1dCVTZjUGs9DQo9K2cwQw0KLS0tLS1F TkQgUEdQIFNJR05BVFVSRS0tLS0tDQo= --=_mixed 000DDC2E8625710F_=--