users@jax-rpc.java.net

Re: xrpcc classpaths

From: Richard Perks <richard.perks_at_bea.com>
Date: Mon, 27 May 2002 14:25:28 +0100

Mischa,

In Ant, specify you can specify a classpath delimiter with the : character
or use a classpath ant reference:

 <classpath>
      <pathelement path="${classpath}"/>
      <pathelement location="lib/helper.jar"/>
    </classpath>

Regards,
Rich

27/05/2002 12:55:38, Mischa <yawningrascal_at_HOTMAIL.COM> wrote:

>Hi,
>how can I define more than one class-path for xrpcc. It seems that only
one is allowed. Unfortunately I need xrpcc to look at two different. I
tried to seperate the classpaths with semicolon but it did not work...so
how does it work???
>
>
> <target name="xrpcc-server" depends="compile-server"
> description="Runs the xrpcc tool for the server">
> <echo message="Running xrpcc for the server:"/>
> <exec executable="${xrpcc}">
> <arg line="-classpath ${shareddir};${SOME_OTHER_DIR}" />
> <arg line="-server" />
> <arg line="-d ${serverdir}" />
> <arg line="config.xml" />
> </exec>
> </target>
>
>
********************************************************
Richard Perks, Senior Consultant, UK Professional Services

bea - The E-Commerce Transactions Company
BEA Systems Ltd, Windsor Court
Kingsmead Business Park
London Road, High Wycombe
Bucks, HP11 1JU

Tel: + 44 (0)1494 559527 Fax: + 44 (0)1494 452202
Mobile: +44 (0)7818 038857

richard.perks_at_bea.com <mailto:richard.perks_at_bea.com>
******************************************************

Want useful information about enterprise portals at your fingertips? Go
to www.usefulportal.com. Download a FREE Giga
report on portal evaluation criteria, plus white papers and useful links
from BEA.