[Webfunds-commits] html/download/zip run run.bat

Ian Grigg iang@cypherpunks.ai
Mon, 21 Aug 2000 14:15:30 -0400 (AST)


iang        00/08/21 14:15:30

  Modified:    download makezip zip_README.html
               download/zip run run.bat
  Added:       download .cvsignore
  Log:
  checkpoint 1.6.3

Revision  Changes    Path
1.9       +1 -1      html/download/makezip

Index: makezip
===================================================================
RCS file: /home/webfunds/cvsroot/html/download/makezip,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- makezip	2000/06/21 11:49:12	1.8
+++ makezip	2000/08/21 18:15:29	1.9
@@ -15,7 +15,7 @@
 additionals=""
 product=WebFunds
 tmp=/tmp
-jars="WebFunds.jar SOX.jar Cryptix.jar src.zip"
+jars="WebFunds.jar SOX.jar Cryptix.jar cryptix-*.jar cryptix-openpgp.jar src.zip"
 files="zip"
 
 while true



1.22      +90 -2     html/download/zip_README.html

Index: zip_README.html
===================================================================
RCS file: /home/webfunds/cvsroot/html/download/zip_README.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- zip_README.html	2000/06/21 11:49:12	1.21
+++ zip_README.html	2000/08/21 18:15:29	1.22
@@ -11,14 +11,97 @@
 
 <h3>Current</h3>
 
+    <P>
+       <b>
+              The versions 1.6.0-1.6.2 are not for public distribution,
+              internal testing only.
+       </b>
+    </P><P>
+
 <p>
 Current Version: 
-<a href="http://webfunds.org/download/WebFunds-1.6.0.zip">
+<a href="http://webfunds.org/download/WebFunds-1.6.2.zip">
+    <b>1.6.2</b></a>:
+            <p align=center><b><i>
+              This version not for public distribution,
+              internal testing only.
+            </i></b></p>
+            <p>
+              Minor series of changes to fix 1.6.1
+            </p>
+            <ul><li>
+                Contract Browse bug fixed, needed new files in SOX.jar
+                in order to read the DigiGold x.509 contract.
+              </li><li>
+                WebFunds may now run under some circumstances under JDK 1.2.
+              </li><li>
+                Set CLASSPATH in run.bat, no clue as to whether this is right.
+            </li></ul>
+
+    </P><P>
+
+
+    <b>1.6.1</b></a>:
+            <p align=center><b><i>
+              This version not for public distribution,
+              internal testing only.
+            </i></b></p>
+            <p>
+              Major series of changes designed to get OpenPGP contracts in.
+            </p>
+            <ul><li>
+                OpenPGP contracts now added:
+                <ul><li>
+                     New Jar to do OpenPGP stuff included.
+                   </li><li>
+                     Ricardian Contracts handle either the old
+                     x.509 contracts or the new OpenPGP contracts.
+                   </li><li>
+                     "SignContractWizard" is rewritten from scratch
+                     The new SWING library 1.1.1-RELEASE is needed for
+                     this, see notes below.
+                </li></ul>
+              </li><li>
+                New unused code includes PaymentFactory and Payment
+                types to do tokens.  Also, DepositRequest is modified
+                to accept these new Payments and to handle additional
+                protocol state and type information suitable for
+                token methods.  However, nothing in WebFunds uses this
+                code as yet.
+              </li><li>
+                Now uses the Cryptix JCE for much of the Crypto code.
+                Not completely changed over as yet.
+              </li><li>
+                x.509 is now moving to deprecated track.  Current
+                DigiGold contract will be supported as long as it
+                is valuable, but no new x.509 contracts.
+              </li><li>
+                There are probably other changes....
+              </li><li>
+                Some old deprecated junk contracts have been removed,
+                <ul><li>
+                     "Digigold" Trial
+                   </li><li>
+                     "Glitter" play currency
+                </li></ul>
+                we don't believe they are in use and should be
+                rolled over ASAP if they are found in existance.
+                A play contract will be provided with the public
+                releasable WebFunds.
+            </li></ul>
+
+    </P><P>
 
     <P>
     <b>1.6.0</b></a>:
+            <p align=center><b><i>
+              This version not for public distribution,
+              internal testing only.
+            </i></b></p>
+            <p>
               Major series of changes designed to assist new wallets
               in development.
+            </p>
             <ul><li>
                 new debugging module places all STDERR and STDOUT
                 output into files of those names (lowercase).
@@ -46,6 +129,7 @@
             </li></ul>
 
     </P><P>
+    </P>
 
 <p>
 Go to
@@ -165,8 +249,12 @@
     - preferably the latest (1.1.8 at the time of writing).
 
   </li><p><li>
+    the
     <a href="http://java.sun.com/products/jfc/download.html">Swing</a>
-    (at least 1.1.1b2, 1.1 won't work) - swingall.jar
+    <code>swingall.jar</code> is needed.
+    Preferably 1.1.1-RELEASE (1.1.1b2 will work for the main screens
+    but won't display correct text in some new areas like the
+    SignContractWizard).  1.1 will not work at all.
 
   </li><p><li>
 



1.1                  html/download/.cvsignore

Index: .cvsignore
===================================================================
WebFunds*



1.10      +5 -1      html/download/zip/run

Index: run
===================================================================
RCS file: /home/webfunds/cvsroot/html/download/zip/run,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- run	2000/06/21 11:49:13	1.9
+++ run	2000/08/21 18:15:29	1.10
@@ -48,10 +48,14 @@
 
 
 # these shouldn't need to change
-export CLASSPATH=.:${SWING}:WebFunds.jar:SOX.jar:Cryptix.jar:$MORE_JARS
+cryptix_jars=cryptix-jce-compat.jar:cryptix-jce-api.jar:cryptix-jce-provider.jar:cryptix-openpgp.jar:Cryptix.jar
+sox_jars=${cryptix_jars}:SOX.jar
+export CLASSPATH=${sox_jars}:${SWING}:WebFunds.jar:$MORE_JARS
 
 # preserves a log so errors can be sent straight to WebFunds bug central.
 echo "Note, errors now kept in the file stderr"
 mv -f stderr stderr.old
+echo $CLASSPATH > stdcp
+
 ${java} webfunds.client.Core
 



1.10      +9 -3      html/download/zip/run.bat

Index: run.bat
===================================================================
RCS file: /home/webfunds/cvsroot/html/download/zip/run.bat,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- run.bat	1999/11/15 01:03:40	1.9
+++ run.bat	2000/08/21 18:15:30	1.10
@@ -10,11 +10,17 @@
 :end_local
 rem
 rem       the rest shouldn't need to be set 
-rem       warning, SOX must go first
-SET CLASSPATH=.;SOX.jar;WebFunds.jar;Cryptix.jar;%JDK%\lib\classes.zip;%SWING%
-rem SET PATH=%PATH%;%JDK%\bin
+# these shouldn't need to change
+SET cryptix_jars=cryptix-jce-compat.jar;cryptix-jce-api.jar;cryptix-jce-provider.jar;cryptix-openpgp.jar;Cryptix.jar
+SET sox_jars=%cryptix_jars%;SOX.jar
+SET CLASSPATH=%sox_jars%;%SWING%;WebFunds.jar;%MORE_JARS%
+rem
 MODE CON:LINES=50
 DOSKEY /i
 SET JIT=-nojit
 rem
 %JDK%\bin\java %JIT% webfunds.client.Core
+rem
+rem       warning, SOX must go first
+rem SET CLASSPATH=.;SOX.jar;WebFunds.jar;Cryptix.jar;%JDK%\lib\classes.zip;%SWING%
+rem SET PATH=%PATH%;%JDK%\bin