> > chown -R `whoami` /Library/Frameworks >
Thank you that worked. I have no idea how the directory got hosed. Ted --- On Mon, 7/23/12, Maik Musall <[email protected]> wrote: > From: Maik Musall <[email protected]> > Subject: Re: what did I break with ant? > To: "Theodore Petrosky" <[email protected]> > Date: Monday, July 23, 2012, 12:48 PM > > Am 23.07.2012 um 17:59 schrieb Theodore Petrosky: > > BUILD FAILED > > > /Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml:57: > Directory /Library/Frameworks/ASPOOpenProjectsFW.framework > creation was not successful for an unknown reason > > Most likely a permission problem. If the directory > /Library/Frameworks/ASPOOpenProjectsFW.framework already > exists, do > > chown -R `whoami` > /Library/Frameworks/ASPOOpenProjectsFW.framework > > otherwise do > > chown `whoami` /Library/Frameworks > > or even > > chown -R `whoami` /Library/Frameworks > > to fix all problems of that sort for the future. > > Maik > > _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
