You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/03/20 15:00:34 UTC

[Bug 1043] New - build.sh build script is a DOS text file

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

*** shadow/1043	Tue Mar 20 06:00:34 2001
--- shadow/1043.tmp.10947	Tue Mar 20 06:00:34 2001
***************
*** 0 ****
--- 1,20 ----
+ +============================================================================+
+ | build.sh build script is a DOS text file                                   |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 1043                        Product: XalanJ2                 |
+ |       Status: UNCONFIRMED                 Version: 2.0.0                   |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Normal                   OS/Version: Linux                   |
+ |     Priority: Medium                    Component: Xalan                   |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xalan-dev@xml.apache.org                                     |
+ |  Reported By: gisle@icesoft.no                                             |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ The build.sh build script is a DOS text file, which cause the shell interpreter
+ (bash in my case) to refuse to execute the script. Also, the script have the
+ wrong file permissions. It is not executable. By converting the file to unix
+ text and seting the right file permissions (e.g. chmod 755 build.sh), the script
+ runs.