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 bu...@apache.org on 2003/04/07 18:45:02 UTC

DO NOT REPLY [Bug 18769] New: - Environment settings not correct in instalation guide (AXISCLASSPATH)

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18769>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18769

Environment settings not correct in instalation guide (AXISCLASSPATH)

           Summary: Environment settings not correct in instalation guide
                    (AXISCLASSPATH)
           Product: Axis
           Version: 1.1rc2
          Platform: PC
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Documentation
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: patrick.hensgens@LogicaCMG.com


The installation guide tells you to make the following environment settings:
AXIS_HOME;
AXISLIB;
AXISCLASSPATH;

Since the environment variables are evaluated in alphabetical order. They will 
be evaluated in the following order:
AXIS_HOME;
AXISCLASSPATH;
AXISLIB;

This will cause the AXISCLASSPATH to be incorrect since it uses the AXISLIB, 
which is not known at evaluation time. If however the AXISLIB where to be 
renamed to AXIS_LIB it would work without problems.

Order of evaluation would then be
AXIS_HOME
AXIS_LIB
AXISCLASSPATH