Re: Web Service Deployment

2002-04-27 Thread Amit Kaushik


Hi All,

Sorry for the previous question which i asked about web services deployment.
Actually i din't go through the build.xml file, now i got the solution.

thanks,
Amit Kaushik


 Hi All,

 Facing problem regarding the Environment variables. Couldn't understand
the
 meaning of ${jwsdp.home}, that's why it's giving me the following error
when
 i am trying to deploy a web service.


 ant build
 Buildfile: build.xml

 init:

 prepare:

 build:
 [javac] Compiling 1 source file to

/opt/jwsdp-1_0-ea2/docs/tutorial/examples/gs/${jwsdp.home}/docs/tutorial/exa
 mples/gs/build/WEB-INF/classes

 BUILD FAILED

 /opt/jwsdp-1_0-ea2/docs/tutorial/examples/gs/build.xml:57:
 /opt/jwsdp-1_0-ea2/docs/tutorial/examples/gs/${jwsdp.home}/common/lib not
 found.


 Ant help will be appretiated.

 thanks  regards,
 Amit Kaushik



 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]




--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




Web Service Deployment

2002-04-26 Thread Amit Kaushik

Hi All,

Facing problem regarding the Environment variables. Couldn't understand the
meaning of ${jwsdp.home}, that's why it's giving me the following error when
i am trying to deploy a web service.


ant build
Buildfile: build.xml

init:

prepare:

build:
[javac] Compiling 1 source file to
/opt/jwsdp-1_0-ea2/docs/tutorial/examples/gs/${jwsdp.home}/docs/tutorial/exa
mples/gs/build/WEB-INF/classes

BUILD FAILED

/opt/jwsdp-1_0-ea2/docs/tutorial/examples/gs/build.xml:57:
/opt/jwsdp-1_0-ea2/docs/tutorial/examples/gs/${jwsdp.home}/common/lib not
found.


Ant help will be appretiated.

thanks  regards,
Amit Kaushik



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




RE: Web Service Deployment

2002-04-26 Thread Douglas, Rory

${jwsdp.home} is the ant format for a property pointing to the installation
directory
of the Web Services Developer pack.

check your ant file for a line like this:

property name=jwsdp.homevalue=c:\dev\jwsdp-1_0-ea2/

obviously, replace c:\dev\jwsdp-1_0-ea2 with the path to your Web Services
Dev Pack install directory.

hope that helps


-Original Message-
From: Amit Kaushik [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 26, 2002 2:02 PM
To: tomcat
Subject: Web Service Deployment


Hi All,

Facing problem regarding the Environment variables. Couldn't understand the
meaning of ${jwsdp.home}, that's why it's giving me the following error when
i am trying to deploy a web service.


ant build
Buildfile: build.xml

init:

prepare:

build:
[javac] Compiling 1 source file to
/opt/jwsdp-1_0-ea2/docs/tutorial/examples/gs/${jwsdp.home}/docs/tutorial/exa
mples/gs/build/WEB-INF/classes

BUILD FAILED

/opt/jwsdp-1_0-ea2/docs/tutorial/examples/gs/build.xml:57:
/opt/jwsdp-1_0-ea2/docs/tutorial/examples/gs/${jwsdp.home}/common/lib not
found.


Ant help will be appretiated.

thanks  regards,
Amit Kaushik



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]