Martin,
Yep, works fine for me too. Good idea.
Changed the original :
C:\ANTBUILD\assemble\DVL\BA200302\AXA Bank Java
Core\build\javaroot\be\axa\ah\service\table\RendererMetrics.java
into:
C:\ANTBUILD\assemble\DVL\BA200302\AXABAN~1
\build\javaroot\be\axa\ah\service\table\RendererMetrics.java
and then both compilers compile nicely.
But this is going back to the 8dot3 standard of DOS. Is this also
compatible with the UNIX AIX/Solaris/HP/... platform ?
I haven't peeked into the code of the compiler, but shouldn't it ignore
brackets in the source file (@list) ? If it does (what I expect), using
brackets would and should work on each and any platform javac runs on.
Haven't tested it out though ... just a gut-feeling.
Martin, I'm leaving now. (CET time)
But Koen, and I, still have some work we'll have to take care off on
Saturday. If you still have questions, we'll be happy to look into them
tomorrow.
Have a nice weekend !
Kind Regards,
Carlo
____________________________________
AXA Bank Belgium
Carlo Van de Sompel
DIO Bank Application - Application Expert / Project Lead
Postcode: DIO - B03/623 - Site Berchem
Tel: +32 (0)3 286.29.95
Fax: +32 (0)3 286.20.37
Mob: +32 (0)478 88.65.70
eMail : carlo.vandesompel@axa.be
----------------------------------------------------------------------------------------------------------------------------------------
Dit bericht is vertrouwelijk; de inhoud ervan vormt in geen geval een
verbintenis
van AXA onder voorbehoud van elk schriftelijk akkoord tussen u en AXA. Elke
publicatie, gebruik, verspreiding, zelfs gedeeltelijk, moet vooraf worden
toegestaan.
Als u niet de geadresseerde bent van dit bericht, gelieve de verzender dan
onmiddelijk
te verwittigen.
----------------------------------------------------------------------------------------------------------------------------------------
This message may contain confidential information destined to be read only
by the
intended recipient. No other persons should read, use, publish or reproduce
the
content of this message. If you receive this message by mistake, please
notify the
sender immediately. The information contained in this message represents
the
personal opinions of the individual that sent it and should not be
construed as
representing the position of neither AXA Bank Belgium nor the AXA Group.
----------------------------------------------------------------------------------------------------------------------------------------
Martin Gainty
<mgainty@hotm To: ant-dev@jakarta.apache.org@SMTP@Exchange
ail.com> cc: Carlo Van de Sompel/Axa.be@Mail
Subject: Re: DO NOT REPLY [Bug 10499] - Compiler
task doesn't handle
05/07/2002 spaces in filenames correctly
17:41
Please
respond to
webmaster
Carlo:
shortening names along with escaping the slash (\\) works for me:
e.g.
C:\\Program Files\\Something\\*.java TO:
C:\\Progra~1\\Something\\*.java
Let me know how this works for you...
Martin Gainty
______________________________________________
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relating to the official
business of Laconia Data Systems (LDS) is proprietary to the company. It
is confidential, legally privileged and protected by law. LDS does not
own and endorse any other content. Views and opinions are those of the
sender unless clearly stated as being that of LDS.
The person addressed in the e-mail is the sole authorised recipient.
Please notify the sender immediately if it has unintentionally reached
you and do not read, disclose or use the content in any way.
LDS can not assure that the integrity of this communication has been
maintained nor that it is free of errors, virus, interception or
interference.
_______________________________________________
>From: bugzilla@apache.org
>Reply-To: "Ant Developers List"
>To: ant-dev@jakarta.apache.org
>Subject: DO NOT REPLY [Bug 10499] - Compiler task doesn't handle spaces in
filenames correctly
>Date: 5 Jul 2002 15:36:51 -0000
>Received: from nagoya.betaversion.org ([192.18.49.131]) by
mc2-f15.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.4905); Fri, 5 Jul
2002 08:35:10 -0700
>Received: (qmail 2106 invoked by uid 97); 5 Jul 2002 15:36:52 -0000
>Received: (qmail 2091 invoked by uid 50); 5 Jul 2002 15:36:51 -0000
>Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm
>Precedence: bulk
>List-Unsubscribe:
>List-Subscribe:
>List-Help:
>List-Post:
>List-Id: "Ant Developers List"
>Delivered-To: mailing list ant-dev@jakarta.apache.org
>Message-ID: <20020705153651.2090.qmail@nagoya.betaversion.org>
>Return-Path: ant-dev-return-35138-mgainty=hotmail.com@jakarta.apache.org
>X-OriginalArrivalTime: 05 Jul 2002 15:35:10.0421 (UTC) FILETIME
=[8C3B0850:01C22439]
>
>DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
>RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
>.
>ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
>INSERTED IN THE BUG DATABASE.
>
>http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10499
>
>Compiler task doesn't handle spaces in filenames correctly
>
>
>
>
>
>------- Additional Comments From carlo.vandesompel@axa.be 2002-07-05 15:36
-------
>Done the test with 1.3 and 1.4 against W2K and got the same results.
>Specs :
>Compilation on : Microsoft Windows 2000 [Version 5.00.2195]
>1. Compiled against java full version "1.4.0-b92"
>error -> javac: invalid flag: C:\\ANTBUILD\\assemble\\DVL\\BA200302\\AXA
....
>2. Compiled against java full version "1.3.1_01"
>error -> javac: invalid argument: C:
\\ANTBUILD\\assemble\\DVL\\BA200302\\AXA ...
>
>Actual entry in the (example) source.file.list :
>"C:\ANTBUILD\assemble\DVL\BA200302\AXA Bank Java
>Core\build\javaroot\be\axa\ah\service\table\RendererMetrics.java"
>Both compiled correctly with the complete pathname in closing brackets.
>
>Cheers,
>Carlo
>
>PS. next reply will be next week or tomorrow (it's already 18:00 local
time)
>
>--
>To unsubscribe, e-mail:
>For additional commands, e-mail:
_____
MSN Photos is the easiest way to share and print your photos: Click Here <
http://g.msn.com/1HM1ENUS/c156??PI=44364>
--
To unsubscribe, e-mail: <mailto:ant-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:ant-dev-help@jakarta.apache.org>
|