Re: a2h Java Source Code Available

From: Shinya Yamada (shinya@bootstrap.org)
Date: Mon Aug 21 2000 - 07:00:42 PDT


Eugene,

Thank for your instructions. But this is wast of evry ones time
to compile it. Since Java state "Write Once Run Anyware" I made
jar file. Please down load it from
  http://quasar.bootstrap.org:8080/a2h/download.html
and invoke it like
  % java -jar a2h.jar <augment file> <output file>
Please use Java2 SEv1.2(jdk1.2?).
Appreciate your comments.

___
Shinya
P.S. I'll comment to Eugene's former email which includes commends for a2h.

From: Eugene Eric Kim <eekim@eekim.com>
Subject: Re: a2h Java Source Code Available
Date: Mon, 21 Aug 2000 00:44:08 -0700 (PDT)

> One other comment: A Makefile would be useful for people not experienced
> with compiling Java programs.
>
> Here are some quick instructions for the uninitiated. To compile and run:
>
> 1. Unpack the archive.
>
> 2. Compile the files in the src/util directory. On UNIX, using the JDK,
> the command is:
>
> % cd src/util ; javac *.java
>
> 3. Compile HtmlConvertor.java in src/org/bootstrap/convertor/html. Be
> sure that the src/ directory is in your class path. On UNIX, do:
>
> % cd src/org/bootstrap/convertor/html
> % javac -classpath ../../../../ HtmlConvertor.java
>
> 4. Run the resulting class file, HtmlConvertor.class. On UNIX:
>
> % java src/org/bootstrap/convertor/html/HtmlConvertor
>
> will print out the usage information.



This archive was generated by hypermail 2.0.0 : Tue Aug 21 2001 - 17:57:52 PDT