Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 9628 invoked from network); 18 Jan 2005 09:18:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Jan 2005 09:18:37 -0000 Received: (qmail 29826 invoked by uid 500); 18 Jan 2005 09:18:37 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 29801 invoked by uid 500); 18 Jan 2005 09:18:36 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 29781 invoked by uid 99); 18 Jan 2005 09:18:36 -0000 X-ASF-Spam-Status: No, hits=1.0 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_50_60,HTML_MESSAGE,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ausmtp01.au.ibm.com (HELO ausmtp01.au.ibm.com) (202.81.18.186) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 18 Jan 2005 01:18:34 -0800 Received: from sd0208e0.au.ibm.com (d23rh904.au.ibm.com [202.81.18.202]) by ausmtp01.au.ibm.com (8.12.10/8.12.10) with ESMTP id j0I9KF0b143568 for ; Tue, 18 Jan 2005 20:20:15 +1100 Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.250.243]) by sd0208e0.au.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j0I9KaX5228372 for ; Tue, 18 Jan 2005 20:20:37 +1100 Received: from d23av02.au.ibm.com (loopback [127.0.0.1]) by d23av02.au.ibm.com (8.12.11/8.12.11) with ESMTP id j0I9IUCI010441 for ; Tue, 18 Jan 2005 20:18:30 +1100 Received: from d23m0174.in.ibm.com (d23m0174.in.ibm.com [9.182.98.15]) by d23av02.au.ibm.com (8.12.11/8.12.11) with ESMTP id j0I9IS0l010421 for ; Tue, 18 Jan 2005 20:18:29 +1100 In-Reply-To: To: "Apache AXIS C Developers List" MIME-Version: 1.0 Subject: Re: Ant test framework - running a test X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 Message-ID: From: James Jose Date: Tue, 18 Jan 2005 14:47:36 +0530 X-MIMETrack: Serialize by Router on d23m0174/23/M/IBM(Release 6.51HF653 | October 18, 2004) at 18/01/2005 14:47:36, Serialize complete at 18/01/2005 14:47:36 Content-Type: multipart/alternative; boundary="=_alternative 00336B3765256F8D_=" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multipart message in MIME format. --=_alternative 00336B3765256F8D_= Content-Type: text/plain; charset="US-ASCII" Sanjaya, oops...pressed send button before completing the draft Can u send the command that u used to run a test Regards James -------------------------------------------------- James Jose Messaging Clients Team, WMQDDC IBM Software Labs, India Direct: 91-80- 25094331 Ext :2331 E-mail: jamejose@in.ibm.com James Jose/India/IBM@IBMIN 18/01/2005 14:40 Please respond to "Apache AXIS C Developers List" To "Apache AXIS C Developers List" cc Subject Re: Ant test framework - running a test Sanjaya, Can u send the command that u Regards James -------------------------------------------------- James Jose Messaging Clients Team, WMQDDC IBM Software Labs, India Direct: 91-80- 25094331 Ext :2331 E-mail: jamejose@in.ibm.com "sanjaya singharage" 18/01/2005 12:16 Please respond to "Apache AXIS C Developers List" To "Apache AXIS C Developers List" cc Subject Re: Ant test framework - running a test It failed with this property included. that's what's confusing me. sanjaya. ----- Original Message ----- From: James Jose To: Apache AXIS C Developers List Sent: Tuesday, January 18, 2005 12:11 PM Subject: Re: Ant test framework - running a test Hi, I think if u pass xmlparser info then this problem will be solved. So include -Ddir.xmlParser=[directory of xmlparser] also in the ant command. Regards James -------------------------------------------------- James Jose Messaging Clients Team, WMQDDC IBM Software Labs, India Direct: 91-80- 25094331 Ext :2331 E-mail: jamejose@in.ibm.com "sanjaya singharage" 17/01/2005 18:10 Please respond to "Apache AXIS C Developers List" To "Apache AXIS C Developers List" cc Subject Re: Ant test framework - running a test Still having problems. Finally got it working to generate the source and compile. When running the calculator sample the execution fails. The output of the Calculator.out file is... Sending Requests to Server http://localhost:13260/axis/Calculator ....... Exception : DLOPEN FAILED in loading parser library When I run the client separately on the command line the test succeeds. What am I missing? sanjaya. ----- Original Message ----- From: "Samisa Abeysinghe" To: "Apache AXIS C Developers List" Sent: Tuesday, January 11, 2005 4:51 PM Subject: Re: Ant test framework - running a test > The problem is that when ant is run with test.xml, it is trying to use > the release folder wsdl2ws.jar wihtout -bin suffix. > I think it would work if we suffix use of dir.release in test related files. > > Thanks, > Samisa... > > > On Tue, 11 Jan 2005 10:40:10 +0000, Adrian Dick wrote: > > > > > > The packaging process appends '-src' and '-bin' to the end of dir.release > > when creating a source and binary package respectively. So, modifying the > > property files would not have the effect you're hoping for. > > > > _______________________________________ > > Adrian Dick (adrian.dick@uk.ibm.com) > > > > Andrew Perry2/UK/IBM@IBMGB wrote on 11/01/2005 09:50:42: > > > > > > > > I generally call the ant -f test.xml -Ddir.release= > > rather > > > than change the properties file. I'm not too sure if/how the build.xml > > uses > > > the dir.release property so cannot comment safely on altering the > > > properties file, unless it is only for the test run in which case there > > is > > > no problem. > > > > > > Adrian any comments on what the impact of changing dir.release propery > > > would have on the build/packaging process? > > > > > > Regards, > > > > > > Andrew Perry > > > > > > --=_alternative 00336B3765256F8D_= Content-Type: text/html; charset="US-ASCII"
Sanjaya,

oops...pressed send button before completing the draft

Can u send the command that u used to run a test

Regards
James
--------------------------------------------------
James Jose
Messaging Clients Team, WMQDDC
IBM Software Labs, India
Direct: 91-80- 25094331  Ext :2331
E-mail: jamejose@in.ibm.com




James Jose/India/IBM@IBMIN

18/01/2005 14:40
Please respond to
"Apache AXIS C Developers List"

To
"Apache AXIS C Developers List" <axis-c-dev@ws.apache.org>
cc
Subject
Re: Ant test framework - running a test






Sanjaya,


  Can u send the command that u






Regards
James
--------------------------------------------------
James Jose
Messaging Clients Team, WMQDDC
IBM Software Labs, India
Direct: 91-80- 25094331  Ext :2331
E-mail: jamejose@in.ibm.com



"sanjaya singharage" <sanjayas@opensource.lk>

18/01/2005 12:16
Please respond to
"Apache AXIS C Developers List"

To
"Apache AXIS C Developers List" <axis-c-dev@ws.apache.org>
cc
Subject
Re: Ant test framework - running a test







It failed with this property included. that's what's confusing me.

 

sanjaya.

----- Original Message -----
From:
James Jose
To:
Apache AXIS C Developers List
Sent:
Tuesday, January 18, 2005 12:11 PM
Subject:
Re: Ant test framework - running a test


Hi,

 I think if  u pass  xmlparser info then this problem will be solved.

So include  -Ddir.xmlParser=[directory of xmlparser] also in the ant command.

Regards
James
--------------------------------------------------
James Jose
Messaging Clients Team, WMQDDC
IBM Software Labs, India
Direct: 91-80- 25094331  Ext :2331
E-mail: jamejose@in.ibm.com



"sanjaya singharage" <sanjayas@opensource.lk>

17/01/2005 18:10
Please respond to
"Apache AXIS C Developers List"


To
"Apache AXIS C Developers List" <axis-c-dev@ws.apache.org>
cc
Subject
Re: Ant test framework - running a test









Still having problems. Finally got it working to generate the source and
compile.
When running the calculator sample the execution fails. The output of the
Calculator.out file is...

Sending Requests to Server http://localhost:13260/axis/Calculator .......

Exception : DLOPEN FAILED in loading parser library

When I run the client separately on the command line the test succeeds. What
am I missing?

sanjaya.


----- Original Message -----
From: "Samisa Abeysinghe" <samisa.abeysinghe@gmail.com>
To: "Apache AXIS C Developers List" <axis-c-dev@ws.apache.org>
Sent: Tuesday, January 11, 2005 4:51 PM
Subject: Re: Ant test framework - running a test


> The problem is that when ant is run with test.xml, it is trying to use
> the release folder wsdl2ws.jar wihtout -bin suffix.
> I think it would work if we suffix use of dir.release in test related
files.
>
> Thanks,
> Samisa...
>
>
> On Tue, 11 Jan 2005 10:40:10 +0000, Adrian Dick <adrian.dick@uk.ibm.com>
wrote:
> >
> >
> > The packaging process appends '-src' and '-bin' to the end of
dir.release
> > when creating a source and binary package respectively.  So, modifying
the
> > property files would not have the effect you're hoping for.
> >
> > _______________________________________
> > Adrian Dick (adrian.dick@uk.ibm.com)
> >
> > Andrew Perry2/UK/IBM@IBMGB wrote on 11/01/2005 09:50:42:
> >
> > >
> > > I generally call the ant -f test.xml -Ddir.release=<path to package>
> > rather
> > > than change the properties file. I'm not too sure if/how the build.xml
> > uses
> > > the dir.release property so cannot comment safely on altering the
> > > properties file, unless it is only for the test run in which case
there
> > is
> > > no problem.
> > >
> > > Adrian any comments on what the impact of changing dir.release propery
> > > would have on the build/packaging process?
> > >
> > > Regards,
> > >
> > > Andrew Perry
> >
> >
>
>



--=_alternative 00336B3765256F8D_=--