Joern Nettingsmeier wrote:
zulhisham wrote:
hi..
i have problem when to compile or run this command ./build.sh install
(ste p no 9 at
http://lenya.apache.org/1_2_x/tutorial/installing_lenya.html)and got
this error msg
*mac:~/web_software/lenya-1.2.4 webapp$ ./build.sh install
-su: ./build.sh: Permission denied
*my computer spec:
mac os X
jdk 1.4
tomcat 5.0
apache lenya 1.2.4
is it i have problem with lenya's file or need some configuration on my
server??
tq
check the file permissions:
# ls -al build.sh
you need to be able to read and execute the file. most probably the x
bit got lost somewhere. either do "chmod 755 build.sh" or alternatively
start it explicitly as a shell script with "sh build.sh".
ok it done by chmod the build.sh, but another error msg appear like-->
mac:~/web_software/lenya-1.2.4 webapp$ ./build.sh install
Buildfile: build.xml
BUILD FAILED
Target `install' does not exist in this project.
Total time: 2 seconds
mac:~/web_software/lenya-1.2.4 webapp$
any ideas..
best,
jörn
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]