atom feed23 messages in org.freebsd.freebsd-javaRe: Problems with compiling java prog...
FromSent OnAttachments
Super BisquitApr 1, 2012 3:25 pm 
Super BisquitApr 1, 2012 3:42 pm 
Justin HibbitsApr 1, 2012 3:46 pm 
Jonathan ChenApr 1, 2012 3:51 pm 
Greg LewisApr 1, 2012 4:02 pm 
Super BisquitApr 1, 2012 4:30 pm 
Super BisquitApr 1, 2012 4:32 pm 
Super BisquitApr 1, 2012 4:33 pm 
Super BisquitApr 2, 2012 1:35 am 
Matthew SeamanApr 2, 2012 1:41 am 
Super BisquitApr 2, 2012 7:21 am 
Super BisquitApr 2, 2012 5:19 pm 
Carlo DaporApr 2, 2012 10:18 pm 
Greg LewisApr 2, 2012 11:10 pm 
Super BisquitApr 3, 2012 7:42 am 
Greg LewisApr 3, 2012 8:16 am 
Super BisquitApr 3, 2012 4:46 pm 
Jason HelfmanApr 3, 2012 6:05 pm 
Greg LewisApr 3, 2012 6:25 pm 
Super BisquitApr 3, 2012 6:25 pm 
Jason HelfmanApr 3, 2012 7:22 pm 
Super BisquitApr 3, 2012 7:22 pm 
Super BisquitApr 3, 2012 7:33 pm 
Subject:Re: Problems with compiling java programs on FreeBSD from ports
From:Matthew Seaman (matt@FreeBSD.org)
Date:Apr 2, 2012 1:41:43 am
List:org.freebsd.freebsd-java

On 02/04/2012 09:35, Super Bisquit wrote:

chipchop# find -type d -exec chmod 0755 {}\; find: illegal option -- t find: illegal option -- y find: illegal option -- p find: illegal option -- e find: d: No such file or directory

You need to give find(1) a starting point directory as its first argument. Something like:

find /usr/local/java -type d -exec chmod 0755 {} \;

Cheers,

Matthew