You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by st...@apache.org on 2002/08/07 20:45:46 UTC

cvs commit: xml-axis/java/webapps/axis happyaxis.jsp

stevel      2002/08/07 11:45:46

  Modified:    java/webapps/axis happyaxis.jsp
  Log:
  moved a check from need to want, correct an erroneous error message
  
  Revision  Changes    Path
  1.4       +3 -3      xml-axis/java/webapps/axis/happyaxis.jsp
  
  Index: happyaxis.jsp
  ===================================================================
  RCS file: /home/cvs/xml-axis/java/webapps/axis/happyaxis.jsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- happyaxis.jsp	8 Jul 2002 21:35:36 -0000	1.3
  +++ happyaxis.jsp	7 Aug 2002 18:45:46 -0000	1.4
  @@ -204,7 +204,7 @@
   <p>
   <h3>Needed Components</h3>
   <%
  -    int needed,wanted;
  +    int needed=0,wanted=0;
   
       /**
        * the essentials, without these Axis is not going to work
  @@ -247,7 +247,7 @@
               "Axis will not work",
               "http://xml.apache.org/xerces-j/");
   
  -    wanted=wantClass(out,"javax.activation.DataHandler",
  +    needed+=needClass(out,"javax.activation.DataHandler",
               "activation.jar",
               "Activation API",
               "Axis will not work",
  @@ -267,7 +267,7 @@
       wanted+=wantClass(out,"org.apache.xml.security.Init",
               "xmlsec.jar",
               "XML Security API",
  -            "Attachments will not work",
  +            "XML Security is not supported",
               "http://xml.apache.org/security/");
   
       /*