CVS update: sierra/src/java/org/openprivacy/sierra/client

From: cvs@openprivacy.org
Date: Wed Jan 24 2001 - 06:55:07 PST

  • Next message: cvs@openprivacy.org: "CVS update: sierra/build"

    Date: Wednesday January 24, 19101 @ 6:55
    Author: burton
    CVSWEB Options: -------------------

    Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

    View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/client

    -----------------------------------

    Update of /usr/local/cvs/public/sierra/src/java/org/openprivacy/sierra/client
    In directory giga:/tmp/cvs-serv3508/src/java/org/openprivacy/sierra/client

    Modified Files:
            PutReputation.java
    Log Message:
    moved the testing stuff and the deployment stuff in the the main ant

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/client/PutReputation.java

    CVSWEB Options: -------------------

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/client/PutReputation.java?annotate=1.7

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/client/PutReputation.java?rev=1.7&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/client/PutReputation.java.diff?r1=1.7&r2=1.6

    -----------------------------------

    Index: sierra/src/java/org/openprivacy/sierra/client/PutReputation.java
    diff -u sierra/src/java/org/openprivacy/sierra/client/PutReputation.java:1.6 sierra/src/java/org/openprivacy/sierra/client/PutReputation.java:1.7
    --- sierra/src/java/org/openprivacy/sierra/client/PutReputation.java:1.6 Sun Jan 14 22:40:52 2001
    +++ sierra/src/java/org/openprivacy/sierra/client/PutReputation.java Wed Jan 24 06:55:07 2001
    @@ -23,8 +23,9 @@
     import java.util.*;
     import java.security.*;
     
    -//sierra stuf
    +//sierra stuff
     import org.openprivacy.sierra.*;
    +import org.openprivacy.sierra.rce.*;
     import org.openprivacy.sierra.util.*;
     
     //soap stuff
    @@ -56,9 +57,10 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: PutReputation.java,v 1.6 2001/01/15 06:40:52 burton Exp $
    + * @version $Id: PutReputation.java,v 1.7 2001/01/24 14:55:07 burton Exp $
          */
         public PutReputation( String rpcRouter,
    + ReputationContext context,
                               Reputation reputation ) throws Exception {
     
             SOAPMappingRegistry smr = new SOAPMappingRegistry();
    @@ -88,8 +90,8 @@
             //add the Reputation as the param...
             Vector params = new Vector();
     
    - params.addElement(new Parameter("reputation", Reputation.class,
    - reputation, null));
    + params.addElement( new Parameter( "reputation", Reputation.class,
    + reputation, null ));
             call.setParams(params);
     
             Response resp = call.invoke( new URL( rpcRouter ), "" );
    @@ -107,7 +109,7 @@
          * main()
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: PutReputation.java,v 1.6 2001/01/15 06:40:52 burton Exp $
    + * @version $Id: PutReputation.java,v 1.7 2001/01/24 14:55:07 burton Exp $
          */
         public static void main( String[] args ) {
     
    @@ -186,7 +188,7 @@
          * Show the user how to work the system.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: PutReputation.java,v 1.6 2001/01/15 06:40:52 burton Exp $
    + * @version $Id: PutReputation.java,v 1.7 2001/01/24 14:55:07 burton Exp $
          */
         public static void showSyntax() {
     



    This archive was generated by hypermail 2b30 : Wed Jan 24 2001 - 06:55:09 PST