Re: 4.0.1 on OSX 10.8.2

2013-02-26 Thread Sebastien Goasguen
thanks, jlkinsel helped me on IRC. chown -R /opt/local/share/java/tomcat6 did the trick On Feb 27, 2013, at 1:03 AM, Rohit Yadav wrote: > Do a ant clean-all. Looks like it's unable to get the env var, make > sure to put export CATALINA_HOME in your ~/.profile and/or ~/.bashrc > If that still

Re: 4.0.1 on OSX 10.8.2

2013-02-26 Thread Rohit Yadav
Do a ant clean-all. Looks like it's unable to get the env var, make sure to put export CATALINA_HOME in your ~/.profile and/or ~/.bashrc If that still fails, a small hack would be to search/sed in build/*.xml the ${env.CATALINA_HOME} and replace with the actual path. Regards. On Wed, Feb 27, 2013

4.0.1 on OSX 10.8.2

2013-02-26 Thread Sebastien Goasguen
Hi, I am trying to run 4.0.1 release tar ball on OSX 10.8.2 I install tomcat6 via macports I set: $ echo $CATALINA_HOME /opt/local/share/java/tomcat6/ Then when I try to run ant deploy-server (as root), I get things like: deploy-awsapi: [copy] Copying 1 file to /Users/sebastiengoasguen/Do