--- Ken Gentle <[EMAIL PROTECTED]> wrote:
> At 09:35 AM 12/11/2001 -0800, you wrote:
> >The build-file you included in this mail works for me -- are you
> >absolutely certain it's the exact same file you're running?
>
> Er, um - yes, I am.
In that case I'm as stumped as you are as to why it works for me and not
for you.
> You got something like
>
> "classpath.project=D:\iplanet\ias6\ias\iasclient.jar" ?!?
I get:
$ ant -f pc.xml
Buildfile: pc.xml
generate_classpath:
[echo] BEFORE: PATH.PREFIX.TOKEN=/prefix
[echo] BEFORE: home.iplanet=/prefix/iplanet/ias6/ias
[echo] BEFORE: tools.windows.iplanet=D:\
[echo] BEFORE: classpath.project=${classpath.project}
[echo] AFTER:
classpath.project=D:\prefix\iplanet\ias\ias\classes\java\iasclient.jar}
dump-info:
[echo] ant.version=Ant version 1.4 compiled on September 3 2001
[echo] ant.file=D:\cygwin\home\dianeh\work\ant\pc.xml
[echo] java.vm.info=mixed mode
[echo] java.vm.name=Java HotSpot(TM) Client VM
[echo] java.vm.vendor=Sun Microsystems Inc.
[echo] java.vm.version=1.3.0-C
[echo] os.arch=x86
[echo] os.name=Windows NT
[echo] os.version=4.0
[echo]
classpath.project=D:\prefix\iplanet\ias\ias\classes\java\iasclient.jar}
BUILD SUCCESSFUL
Total time: 0 seconds
> I am noticing an extraneous "}" in my output:
>
> [echo]
> AFTER:
> classpath.project=e:\prefix\iplanet\ias6\ias\classes\java\iasclient.jar}
That's just because you have it in your <pathelement>:
<pathelement location="${home.iplanet}/classes/java/iasclient.jar}"/>
Diane
=====
([EMAIL PROTECTED])
__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>