Ok, Conor

 Thank you.
--- Conor MacNeill <[EMAIL PROTECTED]>
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:[EMAIL PROTECTED]]
> > Sent: Tuesday, 18 September 2001 10:32 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Bug report!!!
> >
> >
> >   Thenk you Bojan.
> >
> >    Im gonna send the  bug report in the line of
> JDK.
> > Thanks
> >
> > Edgar
> > --- Bojan Smojver <[EMAIL PROTECTED]> 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/

Reply via email to