zulhisham wrote:

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..


just type ./build.sh

I think for the 1.2.4 version upwards the install target has been modified. Type

./build.sh -projecthelp

to get an overview of all targets

Michi


best,

jörn





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




--
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
[EMAIL PROTECTED]                        [EMAIL PROTECTED]


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

Reply via email to