You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by "Chinthana C. Dinapala" <CD...@virtusa.com> on 2005/01/31 11:56:55 UTC

Problems when building with Ant..

Hi,

 

I'm facing flowing problem when try to build in ANT.

 

 C:\ws-axis\c>ant

Buildfile: build.xml

 

pre-init:

 

set-platform-specifics:

 

checkIfDebug:

 

initialize:

 

build:

 

compile:

 

compileClient:

 

compileAxisClient:

 

BUILD FAILED

C:\ws-axis\c\build.xml:197: The following error occurred while executing
this line:

C:\ws-axis\c\build.xml:185: The following error occurred while executing
this line:

C:\ws-axis\c\build.xml:56: The following error occurred while executing
this line:

C:\ws-axis\c\build\buildClient.xml:8: Cannot resolve path
C:\ws-axis\c\..\..\..\obj\objects

 

Total time: 1 second

 

 

 

Thanks

 

Chinthana Dinapala

Associate Software Engineer

Virtusa Corp. 
16th Floor, West Tower
World Trade Center

Colombo 01

<http://www.virtusa.com/> 

  <http://www.virtusa.com/> 

Creating competitive advantage  

 



--------------------------------------------------------------------------------------------------
This message, including any attachments, contains confidential information intended for a specific individual and purpose, and is intended for the addressee only.  Any unauthorized disclosure, use, dissemination, copying, or distribution of this message or any of its attachments or the information contained in this e-mail, or the taking of any action based on it, is strictly prohibited.  If you are not the intended recipient, please notify the sender immediately by return e-mail and delete this message. 

Re: Problems when building with Ant..

Posted by Adrian Dick <ad...@uk.ibm.com>.
Hi,

Due to this ANT script being originally designed to work with our nightly
build systems, it makes some assumptions about your build structure, and
places all generated artefacts seperate from the source code.

Your sources structure is expected to be:
<build root>/
   <src dir>/ws-axis/c

And then builds into:
<build root>/
   obj

And the package step creates a zip file into:
<build root>/
    zips


Adrian
_______________________________________
Adrian Dick (adrian.dick@uk.ibm.com)
WebSphere MQ and ESB Development
Tel: +44-(0)-1962-819212
Notes: Adrian Dick/UK/IBM@IBMGB

"Chinthana C. Dinapala" <CD...@virtusa.com> wrote on 31/01/2005
10:56:55:

> Hi,
>
> I’m facing flowing problem when try to build in ANT.
>
>  C:\ws-axis\c>ant
> Buildfile: build.xml
>
> pre-init:
>
> set-platform-specifics:
>
> checkIfDebug:
>
> initialize:
>
> build:
>
> compile:
>
> compileClient:
>
> compileAxisClient:
>
> BUILD FAILED
> C:\ws-axis\c\build.xml:197: The following error occurred while
> executing this line:
> C:\ws-axis\c\build.xml:185: The following error occurred while
> executing this line:
> C:\ws-axis\c\build.xml:56: The following error occurred while
> executing this line:
> C:\ws-axis\c\build\buildClient.xml:8: Cannot resolve path C:\ws-
> axis\c\..\..\..\obj\objects
>
> Total time: 1 second
>
>
>
> Thanks
>
> Chinthana Dinapala
> Associate Software Engineer
> Virtusa Corp.
> 16th Floor, West Tower
> World Trade Center
> Colombo 01
>
> [image removed]
> Creating competitive advantage
>
>
--------------------------------------------------------------------------------------------------

> This message, including any attachments, contains confidential
> information intended for a specific individual and purpose, and is
> intended for the addressee only. Any unauthorized disclosure, use,
> dissemination, copying, or distribution of this message or any of
> its attachments or the information contained in this e-mail, or the
> taking of any action based on it, is strictly prohibited. If you are
> not the intended recipient, please notify the sender immediately by
> return e-mail and delete this message.