You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Michael Laccetti <mi...@eldan.com> on 2001/09/17 22:36:04 UTC

RE: changing behaviour per OS type

I don't know, I only use Ant in a *nix environment.  =\

-----Original Message-----
From: T Master [mailto:tmaster@iknowledgeinc.com] 
Sent: Monday, September 17, 2001 16:41
To: ant user mailist
Subject: changing behaviour per OS type



I think it has become such a common help topic, that this subject
(Changing behaviour per OS type) be addressed in the FAQ with an example
now.

I don't know how to do it though, so I can't contribute. Sorry.

Anyone agree?  Even better, contribute a nice example, one for Ant 1.3,
and another for Ant1.4.


T Master


RE: Bug report!!!

Posted by Edgar S�nchez <ve...@yahoo.com>.
  Ok, Conor

 Thank you.
--- Conor MacNeill <co...@cortexebusiness.com.au>
wrote:
> Before you do, please check both Ant's bugzilla and
> the JDK bug parade. The
> issue is caused by writing a jar which is on the
> classpath and then using a
> class from the jar that has not yet been loaded. You
> could try to reorganize
> you build so that doesn't happen.
> 
> Conor
> 
> 
> > -----Original Message-----
> > From: Edgar Sanchez [mailto:vesanchez@yahoo.com]
> > Sent: Tuesday, 18 September 2001 10:32 AM
> > To: ant-user@jakarta.apache.org
> > Subject: Re: Bug report!!!
> >
> >
> >   Thenk you Bojan.
> >
> >    Im gonna send the  bug report in the line of
> JDK.
> > Thanks
> >
> > Edgar
> > --- Bojan Smojver <bo...@binarix.com> wrote:
> > > "Edgar Sanchez" wrote:
> > > >
> > > >   Hi every one, i was doing a javac
> compilation
> > > with
> > > > Ant, and the following message was showed.
> > > >
> > > >     [javac] An exception has occurred in the
> > > compiler
> > > > (1.3.0). Please file a bug at the Java
> Developer
> > > > Connection (http://java.sun.com/cgi-b
> > > > in/bugreport.cgi).  Include your program and
> the
> > > > following diagnostic in your report.  Thank
> you.
> > > >     [javac] java.lang.InternalError: jzentry
> == 0
> > > >     [javac]     at
> > > >
> > >
> >
>
java.util.zip.ZipFile$2.nextElement(ZipFile.java:297)
> > > >     [javac]     at
> > > >
> > >
> >
>
com.sun.tools.javac.v8.code.ClassReader.openArchive(ClassReader.java:893)
> > > >     [javac]     at
> > > >
> > >
> >
>
com.sun.tools.javac.v8.code.ClassReader.list(ClassReader.java:1095)
> > > >     [javac]     at
> > > >
> > >
> >
>
com.sun.tools.javac.v8.code.ClassReader.listAll(ClassReader.java:1180)
> > > >     [javac]     at
> > > >
> > >
> >
>
com.sun.tools.javac.v8.code.ClassReader.fillIn(ClassReader.java:1202)
> > > >     [javac]     at
> > > >
> > >
> >
>
com.sun.tools.javac.v8.code.ClassReader.complete(ClassReader.java:955)
> > > >     [javac]     at
> > > >
> > >
> >
>
com.sun.tools.javac.v8.code.Symbol.complete(Symbol.java:366)
> > > >     [javac]     at
> > > >
> > >
> >
>
com.sun.tools.javac.v8.comp.Enter._case(Enter.java:424)
> > > >     [javac]     at
> > > >
> > >
> >
>
com.sun.tools.javac.v8.tree.Tree$TopLevel.visit(Tree.java:349)
> > > >     [javac]     at
> > > >
> > >
> >
>
com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:392)
> > > >     [javac]     at
> > > >
> > >
> >
>
com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:410)
> > > >     [javac]     at
> > > >
> > >
> >
>
com.sun.tools.javac.v8.comp.Enter.main(Enter.java:540)
> > > >     [javac]     at
> > > >
> > >
> >
>
com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:357)
> > > >     [javac]     at
> > > >
> com.sun.tools.javac.v8.Main.compile(Main.java:247)
> > > >     [javac]     at
> > > > com.sun.tools.javac.Main.compile(Main.java:26)
> > > >     [javac]     at
> > > > java.lang.reflect.Method.invoke(Native Method)
> > > >     [javac]     at
> > > >
> > >
> >
>
org.apache.tools.ant.taskdefs.compilers.Javac13.execute(Javac13.java:99)
> > > >     [javac]     at
> > > >
> > >
> >
>
org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:461)
> > > >     [javac]     at
> > > >
> > >
> org.apache.tools.ant.Target.execute(Target.java:153)
> > > >     [javac]     at
> > > >
> > >
> >
>
org.apache.tools.ant.Project.runTarget(Project.java:898)
> > > >     [javac]     at
> > > >
> > >
> >
>
org.apache.tools.ant.Project.executeTarget(Project.java:536)
> > > >     [javac]     at
> > > >
> > >
> >
>
org.apache.tools.ant.Project.executeTargets(Project.java:510)
> > > >     [javac]     at
> > > >
> org.apache.tools.ant.Main.runBuild(Main.java:421)
> > > >     [javac]     at
> > > > org.apache.tools.ant.Main.main(Main.java:149)
> > > >
> > > >   It says to go to http://java.sun.com/cgi-b
> > > > in/bugreport.cgi  but at the "Select a product
> or
> > > > tool" combo box looking for the Ant. 1.3 it
> > > doesn't
> > > > appear in the list. So I sent it to the
> mail-list
> > > for
> > > > some one to read this an make the require
> changes.
> > > >
> > > >   if someone know a page to report this bug,
> > > please
> > > > tell me about it, ok?
> > > >
> > > >   Thanks.
> > > >
> > > > Edgar
> > > >
> > > > =====
> > > >
> > > >
> > >
> >
>
_________________________________________________________________
> > > >
> > > > "Puedes sentirte desilusionado si fallas, pero
> > > estas condenado si no lo intentas."
> > > >
> > > > "You can get disappointed if you fail down,
> but
> > > you are doomed if you do not try it."
> > > >
> > > > ICQ #  22338121
> > > >
> > > >
> __________________________________________________
> > > > Terrorist Attacks on U.S. - How can you help?
> > > > Donate cash, emergency relief information
> > > >
> > >
> >
>
http://dailynews.yahoo.com/fc/US/Emergency_Information/
> > >
> > > This appears to be a bug in the JDK, not Ant.
> So,
> > > you should pick the
> > > correct version of your JDK in the bug report.
> > >
> > > Bojan
> 
=== message truncated ===


=====

_________________________________________________________________

"Puedes sentirte desilusionado si fallas, pero est�s condenado si no lo intentas."

"You can get disappointed if you fail down, but you are doomed if you do not try it."

ICQ #  22338121


__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/

RE: Bug report!!!

Posted by Conor MacNeill <co...@cortexebusiness.com.au>.
Before you do, please check both Ant's bugzilla and the JDK bug parade. The
issue is caused by writing a jar which is on the classpath and then using a
class from the jar that has not yet been loaded. You could try to reorganize
you build so that doesn't happen.

Conor


> -----Original Message-----
> From: Edgar Sanchez [mailto:vesanchez@yahoo.com]
> Sent: Tuesday, 18 September 2001 10:32 AM
> To: ant-user@jakarta.apache.org
> Subject: Re: Bug report!!!
>
>
>   Thenk you Bojan.
>
>    Im gonna send the  bug report in the line of JDK.
> Thanks
>
> Edgar
> --- Bojan Smojver <bo...@binarix.com> wrote:
> > "Edgar Sanchez" wrote:
> > >
> > >   Hi every one, i was doing a javac compilation
> > with
> > > Ant, and the following message was showed.
> > >
> > >     [javac] An exception has occurred in the
> > compiler
> > > (1.3.0). Please file a bug at the Java Developer
> > > Connection (http://java.sun.com/cgi-b
> > > in/bugreport.cgi).  Include your program and the
> > > following diagnostic in your report.  Thank you.
> > >     [javac] java.lang.InternalError: jzentry == 0
> > >     [javac]     at
> > >
> >
> java.util.zip.ZipFile$2.nextElement(ZipFile.java:297)
> > >     [javac]     at
> > >
> >
> com.sun.tools.javac.v8.code.ClassReader.openArchive(ClassReader.java:893)
> > >     [javac]     at
> > >
> >
> com.sun.tools.javac.v8.code.ClassReader.list(ClassReader.java:1095)
> > >     [javac]     at
> > >
> >
> com.sun.tools.javac.v8.code.ClassReader.listAll(ClassReader.java:1180)
> > >     [javac]     at
> > >
> >
> com.sun.tools.javac.v8.code.ClassReader.fillIn(ClassReader.java:1202)
> > >     [javac]     at
> > >
> >
> com.sun.tools.javac.v8.code.ClassReader.complete(ClassReader.java:955)
> > >     [javac]     at
> > >
> >
> com.sun.tools.javac.v8.code.Symbol.complete(Symbol.java:366)
> > >     [javac]     at
> > >
> >
> com.sun.tools.javac.v8.comp.Enter._case(Enter.java:424)
> > >     [javac]     at
> > >
> >
> com.sun.tools.javac.v8.tree.Tree$TopLevel.visit(Tree.java:349)
> > >     [javac]     at
> > >
> >
> com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:392)
> > >     [javac]     at
> > >
> >
> com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:410)
> > >     [javac]     at
> > >
> >
> com.sun.tools.javac.v8.comp.Enter.main(Enter.java:540)
> > >     [javac]     at
> > >
> >
> com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:357)
> > >     [javac]     at
> > > com.sun.tools.javac.v8.Main.compile(Main.java:247)
> > >     [javac]     at
> > > com.sun.tools.javac.Main.compile(Main.java:26)
> > >     [javac]     at
> > > java.lang.reflect.Method.invoke(Native Method)
> > >     [javac]     at
> > >
> >
> org.apache.tools.ant.taskdefs.compilers.Javac13.execute(Javac13.java:99)
> > >     [javac]     at
> > >
> >
> org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:461)
> > >     [javac]     at
> > >
> > org.apache.tools.ant.Target.execute(Target.java:153)
> > >     [javac]     at
> > >
> >
> org.apache.tools.ant.Project.runTarget(Project.java:898)
> > >     [javac]     at
> > >
> >
> org.apache.tools.ant.Project.executeTarget(Project.java:536)
> > >     [javac]     at
> > >
> >
> org.apache.tools.ant.Project.executeTargets(Project.java:510)
> > >     [javac]     at
> > > org.apache.tools.ant.Main.runBuild(Main.java:421)
> > >     [javac]     at
> > > org.apache.tools.ant.Main.main(Main.java:149)
> > >
> > >   It says to go to http://java.sun.com/cgi-b
> > > in/bugreport.cgi  but at the "Select a product or
> > > tool" combo box looking for the Ant. 1.3 it
> > doesn't
> > > appear in the list. So I sent it to the mail-list
> > for
> > > some one to read this an make the require changes.
> > >
> > >   if someone know a page to report this bug,
> > please
> > > tell me about it, ok?
> > >
> > >   Thanks.
> > >
> > > Edgar
> > >
> > > =====
> > >
> > >
> >
> _________________________________________________________________
> > >
> > > "Puedes sentirte desilusionado si fallas, pero
> > estas condenado si no lo intentas."
> > >
> > > "You can get disappointed if you fail down, but
> > you are doomed if you do not try it."
> > >
> > > ICQ #  22338121
> > >
> > > __________________________________________________
> > > Terrorist Attacks on U.S. - How can you help?
> > > Donate cash, emergency relief information
> > >
> >
> http://dailynews.yahoo.com/fc/US/Emergency_Information/
> >
> > This appears to be a bug in the JDK, not Ant. So,
> > you should pick the
> > correct version of your JDK in the bug report.
> >
> > Bojan
> >
> > PS. I had a few problems with ZipFile implementation
> > in JDK 1.3.1_01 on
> > Linux, so this might not be surprising.
>
>
> =====
>
> _________________________________________________________________
>
> "Puedes sentirte desilusionado si fallas, pero estas condenado si
> no lo intentas."
>
> "You can get disappointed if you fail down, but you are doomed if
> you do not try it."
>
> ICQ #  22338121
>
>
> __________________________________________________
> Terrorist Attacks on U.S. - How can you help?
> Donate cash, emergency relief information
> http://dailynews.yahoo.com/fc/US/Emergency_Information/
>


Re: Bug report!!!

Posted by Edgar S�nchez <ve...@yahoo.com>.
  Thenk you Bojan.

   Im gonna send the  bug report in the line of JDK.
Thanks

Edgar
--- Bojan Smojver <bo...@binarix.com> wrote:
> "Edgar S�nchez" wrote:
> > 
> >   Hi every one, i was doing a javac compilation
> with
> > Ant, and the following message was showed.
> > 
> >     [javac] An exception has occurred in the
> compiler
> > (1.3.0). Please file a bug at the Java Developer
> > Connection (http://java.sun.com/cgi-b
> > in/bugreport.cgi).  Include your program and the
> > following diagnostic in your report.  Thank you.
> >     [javac] java.lang.InternalError: jzentry == 0
> >     [javac]     at
> >
>
java.util.zip.ZipFile$2.nextElement(ZipFile.java:297)
> >     [javac]     at
> >
>
com.sun.tools.javac.v8.code.ClassReader.openArchive(ClassReader.java:893)
> >     [javac]     at
> >
>
com.sun.tools.javac.v8.code.ClassReader.list(ClassReader.java:1095)
> >     [javac]     at
> >
>
com.sun.tools.javac.v8.code.ClassReader.listAll(ClassReader.java:1180)
> >     [javac]     at
> >
>
com.sun.tools.javac.v8.code.ClassReader.fillIn(ClassReader.java:1202)
> >     [javac]     at
> >
>
com.sun.tools.javac.v8.code.ClassReader.complete(ClassReader.java:955)
> >     [javac]     at
> >
>
com.sun.tools.javac.v8.code.Symbol.complete(Symbol.java:366)
> >     [javac]     at
> >
>
com.sun.tools.javac.v8.comp.Enter._case(Enter.java:424)
> >     [javac]     at
> >
>
com.sun.tools.javac.v8.tree.Tree$TopLevel.visit(Tree.java:349)
> >     [javac]     at
> >
>
com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:392)
> >     [javac]     at
> >
>
com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:410)
> >     [javac]     at
> >
>
com.sun.tools.javac.v8.comp.Enter.main(Enter.java:540)
> >     [javac]     at
> >
>
com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:357)
> >     [javac]     at
> > com.sun.tools.javac.v8.Main.compile(Main.java:247)
> >     [javac]     at
> > com.sun.tools.javac.Main.compile(Main.java:26)
> >     [javac]     at
> > java.lang.reflect.Method.invoke(Native Method)
> >     [javac]     at
> >
>
org.apache.tools.ant.taskdefs.compilers.Javac13.execute(Javac13.java:99)
> >     [javac]     at
> >
>
org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:461)
> >     [javac]     at
> >
> org.apache.tools.ant.Target.execute(Target.java:153)
> >     [javac]     at
> >
>
org.apache.tools.ant.Project.runTarget(Project.java:898)
> >     [javac]     at
> >
>
org.apache.tools.ant.Project.executeTarget(Project.java:536)
> >     [javac]     at
> >
>
org.apache.tools.ant.Project.executeTargets(Project.java:510)
> >     [javac]     at
> > org.apache.tools.ant.Main.runBuild(Main.java:421)
> >     [javac]     at
> > org.apache.tools.ant.Main.main(Main.java:149)
> > 
> >   It says to go to http://java.sun.com/cgi-b
> > in/bugreport.cgi  but at the "Select a product or
> > tool" combo box looking for the Ant. 1.3 it
> doesn't
> > appear in the list. So I sent it to the mail-list
> for
> > some one to read this an make the require changes.
> > 
> >   if someone know a page to report this bug,
> please
> > tell me about it, ok?
> > 
> >   Thanks.
> > 
> > Edgar
> > 
> > =====
> > 
> >
>
_________________________________________________________________
> > 
> > "Puedes sentirte desilusionado si fallas, pero
> est�s condenado si no lo intentas."
> > 
> > "You can get disappointed if you fail down, but
> you are doomed if you do not try it."
> > 
> > ICQ #  22338121
> > 
> > __________________________________________________
> > Terrorist Attacks on U.S. - How can you help?
> > Donate cash, emergency relief information
> >
>
http://dailynews.yahoo.com/fc/US/Emergency_Information/
> 
> This appears to be a bug in the JDK, not Ant. So,
> you should pick the
> correct version of your JDK in the bug report.
> 
> Bojan
> 
> PS. I had a few problems with ZipFile implementation
> in JDK 1.3.1_01 on
> Linux, so this might not be surprising.


=====

_________________________________________________________________

"Puedes sentirte desilusionado si fallas, pero est�s condenado si no lo intentas."

"You can get disappointed if you fail down, but you are doomed if you do not try it."

ICQ #  22338121


__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/

Re: Bug report!!!

Posted by Bojan Smojver <bo...@binarix.com>.
"Edgar Sánchez" wrote:
> 
>   Hi every one, i was doing a javac compilation with
> Ant, and the following message was showed.
> 
>     [javac] An exception has occurred in the compiler
> (1.3.0). Please file a bug at the Java Developer
> Connection (http://java.sun.com/cgi-b
> in/bugreport.cgi).  Include your program and the
> following diagnostic in your report.  Thank you.
>     [javac] java.lang.InternalError: jzentry == 0
>     [javac]     at
> java.util.zip.ZipFile$2.nextElement(ZipFile.java:297)
>     [javac]     at
> com.sun.tools.javac.v8.code.ClassReader.openArchive(ClassReader.java:893)
>     [javac]     at
> com.sun.tools.javac.v8.code.ClassReader.list(ClassReader.java:1095)
>     [javac]     at
> com.sun.tools.javac.v8.code.ClassReader.listAll(ClassReader.java:1180)
>     [javac]     at
> com.sun.tools.javac.v8.code.ClassReader.fillIn(ClassReader.java:1202)
>     [javac]     at
> com.sun.tools.javac.v8.code.ClassReader.complete(ClassReader.java:955)
>     [javac]     at
> com.sun.tools.javac.v8.code.Symbol.complete(Symbol.java:366)
>     [javac]     at
> com.sun.tools.javac.v8.comp.Enter._case(Enter.java:424)
>     [javac]     at
> com.sun.tools.javac.v8.tree.Tree$TopLevel.visit(Tree.java:349)
>     [javac]     at
> com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:392)
>     [javac]     at
> com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:410)
>     [javac]     at
> com.sun.tools.javac.v8.comp.Enter.main(Enter.java:540)
>     [javac]     at
> com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:357)
>     [javac]     at
> com.sun.tools.javac.v8.Main.compile(Main.java:247)
>     [javac]     at
> com.sun.tools.javac.Main.compile(Main.java:26)
>     [javac]     at
> java.lang.reflect.Method.invoke(Native Method)
>     [javac]     at
> org.apache.tools.ant.taskdefs.compilers.Javac13.execute(Javac13.java:99)
>     [javac]     at
> org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:461)
>     [javac]     at
> org.apache.tools.ant.Target.execute(Target.java:153)
>     [javac]     at
> org.apache.tools.ant.Project.runTarget(Project.java:898)
>     [javac]     at
> org.apache.tools.ant.Project.executeTarget(Project.java:536)
>     [javac]     at
> org.apache.tools.ant.Project.executeTargets(Project.java:510)
>     [javac]     at
> org.apache.tools.ant.Main.runBuild(Main.java:421)
>     [javac]     at
> org.apache.tools.ant.Main.main(Main.java:149)
> 
>   It says to go to http://java.sun.com/cgi-b
> in/bugreport.cgi  but at the "Select a product or
> tool" combo box looking for the Ant. 1.3 it doesn't
> appear in the list. So I sent it to the mail-list for
> some one to read this an make the require changes.
> 
>   if someone know a page to report this bug, please
> tell me about it, ok?
> 
>   Thanks.
> 
> Edgar
> 
> =====
> 
> _________________________________________________________________
> 
> "Puedes sentirte desilusionado si fallas, pero estás condenado si no lo intentas."
> 
> "You can get disappointed if you fail down, but you are doomed if you do not try it."
> 
> ICQ #  22338121
> 
> __________________________________________________
> Terrorist Attacks on U.S. - How can you help?
> Donate cash, emergency relief information
> http://dailynews.yahoo.com/fc/US/Emergency_Information/

This appears to be a bug in the JDK, not Ant. So, you should pick the
correct version of your JDK in the bug report.

Bojan

PS. I had a few problems with ZipFile implementation in JDK 1.3.1_01 on
Linux, so this might not be surprising.

Bug report!!!

Posted by Edgar S�nchez <ve...@yahoo.com>.
  Hi every one, i was doing a javac compilation with
Ant, and the following message was showed.

    [javac] An exception has occurred in the compiler
(1.3.0). Please file a bug at the Java Developer
Connection (http://java.sun.com/cgi-b
in/bugreport.cgi).  Include your program and the
following diagnostic in your report.  Thank you.
    [javac] java.lang.InternalError: jzentry == 0
    [javac]     at
java.util.zip.ZipFile$2.nextElement(ZipFile.java:297)
    [javac]     at
com.sun.tools.javac.v8.code.ClassReader.openArchive(ClassReader.java:893)
    [javac]     at
com.sun.tools.javac.v8.code.ClassReader.list(ClassReader.java:1095)
    [javac]     at
com.sun.tools.javac.v8.code.ClassReader.listAll(ClassReader.java:1180)
    [javac]     at
com.sun.tools.javac.v8.code.ClassReader.fillIn(ClassReader.java:1202)
    [javac]     at
com.sun.tools.javac.v8.code.ClassReader.complete(ClassReader.java:955)
    [javac]     at
com.sun.tools.javac.v8.code.Symbol.complete(Symbol.java:366)
    [javac]     at
com.sun.tools.javac.v8.comp.Enter._case(Enter.java:424)
    [javac]     at
com.sun.tools.javac.v8.tree.Tree$TopLevel.visit(Tree.java:349)
    [javac]     at
com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:392)
    [javac]     at
com.sun.tools.javac.v8.comp.Enter.classEnter(Enter.java:410)
    [javac]     at
com.sun.tools.javac.v8.comp.Enter.main(Enter.java:540)
    [javac]     at
com.sun.tools.javac.v8.JavaCompiler.compile(JavaCompiler.java:357)
    [javac]     at
com.sun.tools.javac.v8.Main.compile(Main.java:247)
    [javac]     at
com.sun.tools.javac.Main.compile(Main.java:26)
    [javac]     at
java.lang.reflect.Method.invoke(Native Method)
    [javac]     at
org.apache.tools.ant.taskdefs.compilers.Javac13.execute(Javac13.java:99)
    [javac]     at
org.apache.tools.ant.taskdefs.Javac.execute(Javac.java:461)
    [javac]     at
org.apache.tools.ant.Target.execute(Target.java:153)
    [javac]     at
org.apache.tools.ant.Project.runTarget(Project.java:898)
    [javac]     at
org.apache.tools.ant.Project.executeTarget(Project.java:536)
    [javac]     at
org.apache.tools.ant.Project.executeTargets(Project.java:510)
    [javac]     at
org.apache.tools.ant.Main.runBuild(Main.java:421)
    [javac]     at
org.apache.tools.ant.Main.main(Main.java:149)


  It says to go to http://java.sun.com/cgi-b
in/bugreport.cgi  but at the "Select a product or
tool" combo box looking for the Ant. 1.3 it doesn't
appear in the list. So I sent it to the mail-list for
some one to read this an make the require changes.

  if someone know a page to report this bug, please
tell me about it, ok? 

  Thanks.

Edgar

=====

_________________________________________________________________

"Puedes sentirte desilusionado si fallas, pero est�s condenado si no lo intentas."

"You can get disappointed if you fail down, but you are doomed if you do not try it."

ICQ #  22338121


__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/