Hi, This sounds worryingly like the ant script hasn't correctly determined your platform.
Could try running ant in verbose mode, and attach the produced output, so we determine which check is failing. > $ cd ~/ws-axis/c > $ ant -v Thanks, Adrian _______________________________________ Adrian Dick ([EMAIL PROTECTED]) Simon Detheridge <[EMAIL PROTECTED]> wrote on 23/05/2005 10:42:32: > I'm building on Linux. Gentoo to be precise... > > The full command I'm using, is simply: > $ cd ~/ws-axis/c > $ ant > > > On Mon, 2005-05-23 at 08:14 +0100, John Hawkins wrote: > > > > What platform are you trying to build on? > > > > It looks like the "SolarisLinker" is not defined before you are > > calling buildClient.xml . If I look in buildInitialize.xml then it > > appears to be defined in there. > > > > <linkerid="SolarisLinker"name="CC"libtool="true"if="solaris"> > > <linkerargvalue="-g"if="debug"/> > > <linkerargvalue="-Qoption"/> > > <linkerargvalue="ld"/> > > <linkerargvalue="-zmuldefs"/> > > </linker> > > > > We need to make sure that you are picking up this file before you call > > buildClient.xml > > > > What is the full command that you are using to build with please? > > > > > > > > > > > > > > Simon Detheridge > > <[EMAIL PROTECTED]> > > > > 20/05/2005 16:29 > > Please respond to > > "Apache AXIS C User List" > > > > > > > > > > To > > [email protected] > > cc > > > > Subject > > axis-c ant build > > error > > > > > > > > > > > > > > > > > > I'm getting the following, when trying to build axis-c using ant: > > > > ... > > > > compileAxisClient: > > > > buildVersionResource: > > > > BUILD FAILED > > /root/axis-install/ws-axis/c/build.xml:234: The following error > > occurred > > while executing this line: > > /root/axis-install/ws-axis/c/build.xml:222: The following error > > occurred > > while executing this line: > > /root/axis-install/ws-axis/c/build.xml:93: The following error > > occurred > > while executing this line: > > /root/axis-install/ws-axis/c/build/buildClient.xml:23: SolarisLinker > > doesn't denote a ProcessorDef > > > > --- > > > > Any idea why, and how I can make it go away? > > > > Thanks, > > Simon > > > > > > > >
