> Not sure who created the .zip distro, but I would suggest 
> that next time it gets created on some linux box.
> That way the correct file modes will be picked up.
> 
> Regards,
> Mladen.

I don't think this will work. The "bin-zip" target in
build/build-release.xml uses the ant "zip" task to create the zipfile
which according to the ant manual:

"Note that file permissions will not be stored in the resulting
zipfile."

I guess the only thing we can do is document you need to 'chmod ugo+rx
$JBOSS_HOME/bin/*.sh'

OTOH, this is something you can't possibly miss, otherwise jboss won't
start :)


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to