bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug cp-tools/28012] Strange error message from appletviewer


From: langel at redhat dot com
Subject: [Bug cp-tools/28012] Strange error message from appletviewer
Date: 14 Jun 2006 18:40:10 -0000


------- Comment #4 from langel at redhat dot com  2006-06-14 18:40 -------
Actually, I am not so sure it is the parser.
If I create a html file (applet.html), with these contents:
***************************
<applet
  code=jfig.gui.JFigViewerApplet
  codebase=archive
  archive=jfig-bean.jar
  width=600
  height=500
>
<param name="URL"
value="http://tams-www.informatik.uni-hamburg.de/applets/jfig/
gallery/jfig-class-diagram.fig">
</applet>
********************************************

and i run "appletviewer -verbose applet.html", it prints out:
*************************
raw arguments:
 -verbose
 applet.html
parsed applet tags:
 tag 0:
  name=
  code=jfig.gui.JFigViewerApplet
  codebase=archive
  archive=[file:/to/scratch/langel/bug-tests/awt-apps/applet/jfig-bean.jar]
 
parameters={url=http://tams-www.informatik.uni-hamburg.de/applets/jfig/gallery/jfig-class-diagram.fig,
name=, width=600, object=, alt=, vspace=-1, align=, hspace=-1, height=500}
  documentbase=file:/to/scratch/langel/bug-tests/awt-apps/applet/applet.html
***************************************

So, it is parsing the arguments correctly for this test.

I am still looking into this. very unusual.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28012





reply via email to

[Prev in Thread] Current Thread [Next in Thread]