Zapo wrote:
Hi All,

I am using apache-ant-1.7.0 on XP.

While running ANT I get the following error on windows-xp Filename too long
(please see the dump bold).

Looks like my path have gone for a toss, I tried using absolute path instead
of relative still no luck.
I also tried from Eclipse still the same, I making some rudimentary error.
Can some one point out where I should look?

Buildfile: C:\dev\workspace\help\src\build.xml
compile_common:
    [mkdir] Created dir: C:\dev\workspace\help\src\build\common
    [javac] Compiling 15 source files to
C:\dev\workspace\help\src\build\common
    [javac] error: error reading
c:\OraHome1\j2ee\home\..\..\jlib\..\j2ee\home\..\..\jlib\..\j2ee\home\..\..\jlib\..\j2ee\home\..\..\jlib\..\j2ee\home\..\..\jlib\..\j2ee\home\..\..\jlib\..\j2ee\home\..\..\jlib\..\j2ee\home\..\..\jlib\..\j2ee\home\..\..\jlib\..\j2ee\home\..\..\lib\xmlparserv2.jar;
Filename too long

That's javac bailing out; with the path to xmlparserv2.jar being way too wierd. How do you put that path together?

--
Steve Loughran                  http://www.1060.org/blogxter/publish/5
Author: Ant in Action           http://antbook.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to