To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96671
                 Issue #|96671
                 Summary|wrong message in SDK's configure.pl
               Component|sdk
                 Version|DEV300m36
                Platform|All
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|tools
             Assigned to|jsc
             Reported by|arielch





------- Additional comments from [EMAIL PROTECTED] Thu Nov 27 20:33:52 +0000 
2008 -------
After setting the SDK environment, the message printed shows a wrong location
for the resulting scripts; for example:

 ************************************************************************
 * ... your SDK environment has been prepared.
 * For each time you want to use this configured SDK environment, you
 * have to run the "setsdkenv_unix" script file!
 * Alternatively can you source one of the scripts
 *   "/home/ariel/openoffice.org3.0_sdk/setsdkenv_unix.sh"
 *   "/home/ariel/openoffice.org3.0_sdk/setsdkenv_unix.csh"
 * to get an environment without starting a new shell.
 ************************************************************************


it misses the host name:

 *   "/home/ariel/openoffice.org3.0_sdk/localhost/setsdkenv_unix.sh"
 *   "/home/ariel/openoffice.org3.0_sdk/localhost/setsdkenv_unix.csh"



so configure.pl should be

print " *
\"$main::OO_SDK_CONFIG_HOME/$main::hostname/setsdkenv_unix.sh\"\n";
print " *
\"$main::OO_SDK_CONFIG_HOME/$main::hostname/setsdkenv_unix.csh\"\n";



instead of

print " *   \"$main::OO_SDK_CONFIG_HOME/setsdkenv_unix.sh\"\n";
print " *   \"$main::OO_SDK_CONFIG_HOME/setsdkenv_unix.csh\"\n";

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to