Re: what did I break with ant?

2012-08-02 Thread Jesse Tayler

I may have two troubles at once here.

I removed the refs to the ERSync and I'm able to build and run the app from the 
command line as I'd expect.

When I move to the server, I run the app and again, I get zero output after the 
first warning.

WOMan.woa/WOMan 
WOMan: NEXT_ROOT environment variable is not set! Terminating.
[helloworld tmp]$ 


Why would WO simply Terminate like that?

Since I still have a running app from my previous deployment, I can only figure 
it is a local developer configuration that I'm packing up along with the 
release.

This may have nothing to do with ANT 1.8

Any ideas out there?



On Aug 1, 2012, at 4:15 PM, Jesse Tayler jtay...@oeinc.com wrote:

 
 thanks David-
 
 I'm narrowing it down.
 
 I notice a somewhat new path (my install scripts  where ANT has been install 
 to:
 
 /Library/WebObjects/Versions/WebObjects543/Library/WebObjects/Applications
 
 I see the embedded frameworks all look there in the .woa
 
 But I think I last installed WOnder frameworks in /Library/Frameworks where 
 they are now.
 
 Am I following correct?
 
 Should my WOnder frameworks be somewhere else?
 
 
 
 On Aug 1, 2012, at 2:38 PM, David LeBer dle...@codeferous.com wrote:
 
 Jesse,
 
 When you build with ant, you need to make sure that all of the support 
 frameworks used by the app are built first and living in one of the 
 Frameworks locations as specified in your wolips.properties. Ant does NOT 
 know anything about, and will not use, the frameworks in the workspace.
 
 D
 
 --
 David LeBer
 Codeferous Software
 
 On 2012-08-01, at 2:02 PM, Jesse Tayler jtay...@oeinc.com wrote:
 
 
 Someone please help me walk through this -
 
 I can run the app in eclipse just fine.
 
 I use new Ant 1.8 to build to install, and unpack the tar ball in /tmp
 
 unlike on my server, the app runs, and reports a likely candidate for a 
 clue:
 
 Exception in thread main java.lang.NoClassDefFoundError: 
 er/sync/api/ERXSyncAuthenticator
 
 this is an addition since last deployment - I added ERXSync although I'm 
 not yet using it.
 
 I figure while running Eclipse, my frameworks are from the wonder 
 frameworks there right in Eclipse? I know there are also copies of 
 Frameworks from a build of Wonder which at some point I put into my 
 /Library/Frameworks somewhere.
 
 I notice the ERSync framework is indeed in my app bundle
 
 Contents/Frameworks/
 
 So, I'm unable to run on my server - no error is reported at all.
 
 On my developer machine, it runs normally in Eclipse.
 
 On my developer machine, the unpack of the tarball runs with that error 
 regarding ersyncauthenticator
 
 I also notice ERXSyncAuthenticator.class is my contents resources.
 
 Do I need to update those /Library/Frameworks on my developer and server 
 system even if I'm bundling frameworks in my app?
 
 I can't figure what I've got hosed here.
 
 Any Ideas?
 
 
 On Aug 1, 2012, at 11:18 AM, Tim Worman li...@thetimmy.com wrote:
 
 Jesse:
 
 No, I haven't seen what you're experiencing here.
 
 Tim
 UCLA GSEIS
 
 On Jul 31, 2012, at 4:38 PM, Jesse Tayler jtay...@oeinc.com wrote:
 
 
 Thanks again Tim,
 
 This seems to be related -
 
 I'm unable to launch the newly built app on my server, even though the 
 new ant build seems to work etc.
 
 If I just launch at the command line I can see the new app report output 
 along with the older install - the older install launches just fine, the 
 new install fails without report but for a NEXT_ROOT variable.
 
 WOMan.woa/WOMan
 WOMan: NEXT_ROOT environment variable is not set! Terminating.
 
 At first I thought -- ah, what's this missing NEXT_ROOT
 
 But I see the app normally has that as a first line, but then quickly 
 move through
 
 WOMan.woa/WOMan
 WOMan: NEXT_ROOT environment variable is not set!
 Reading UNIXClassPath.txt ...
 Launching WOMan.woa ...
 ...
 and continues launch.
 
 
 obviously, the app launches as I'd expect on my developer machine.
 
 did you run into any of that Tim?
 
 anyone have an idea?
 
 
 
 On Jul 31, 2012, at 3:32 PM, Tim Worman li...@thetimmy.com wrote:
 
 The build failure is not due to the 'includeantruntime' error. The build 
 failure is due to not being able to write to the framework directory as 
 set in ~/Application Support/WOLips/wolips.properties.
 
 If the directory doesn't exist, you do need to create it. If it isn't 
 writeable, the ownership/permissions must be changed.
 
 Tim
 UCLA GSEIS
 
 On Jul 31, 2012, at 12:12 PM, Jesse Tayler jtay...@oeinc.com wrote:
 
 I'm fairly certain you do NOT need to create any directory -- that's 
 simply an end-failure result of the build termination.
 
 I can see also some people outside the WO community having this trouble 
 and ironically, they too simply added that property to their 
 build.xml but I don't see how they did it and I must be doing it wrong 
 or something.
 
 So, either I'm confused or I'm doing it wrong -- but it's not yet 
 working for me.
 
 I don't really understand how the build.xml works so maybe I'm 

Re: what did I break with ant?

2012-08-02 Thread John Huss
On Thu, Aug 2, 2012 at 10:42 AM, Jesse Tayler jtay...@oeinc.com wrote:


 I may have two troubles at once here.

 I removed the refs to the ERSync and I'm able to build and run the app
 from the command line as I'd expect.

 When I move to the server, I run the app and again, I get zero output
 after the first warning.

 WOMan.woa/WOMan
 WOMan: NEXT_ROOT environment variable is not set! Terminating.
 [helloworld tmp]$


 Why would WO simply Terminate like that?


WOMan: NEXT_ROOT environment variable is not set! Terminating.
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: what did I break with ant?

2012-08-02 Thread Jesse Tayler

you mean to say there _is_ a missing NEXT_ROOT?

ah, I had thought I always got that warning at startup, but I see that indeed, 
I do NOT get that report from my own desktop when the app launches. I don't 
have any environment variable in my shell for NEXT_ROOT either that I can see...

IIRC, this is due to not building with the frameworks embedded, no?

I mean, NEXT_ROOT is never actually used anymore?

I should be looking to be build.xml for a flag somewhere, should I?

On Aug 2, 2012, at 12:50 PM, John Huss johnth...@gmail.com wrote:

 
 
 On Thu, Aug 2, 2012 at 10:42 AM, Jesse Tayler jtay...@oeinc.com wrote:
 
 I may have two troubles at once here.
 
 I removed the refs to the ERSync and I'm able to build and run the app from 
 the command line as I'd expect.
 
 When I move to the server, I run the app and again, I get zero output after 
 the first warning.
 
 WOMan.woa/WOMan
 WOMan: NEXT_ROOT environment variable is not set! Terminating.
 [helloworld tmp]$
 
 
 Why would WO simply Terminate like that?
 
 WOMan: NEXT_ROOT environment variable is not set! Terminating. 

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: what did I break with ant?

2012-08-01 Thread Tim Worman
Jesse:

No, I haven't seen what you're experiencing here.

Tim
UCLA GSEIS

On Jul 31, 2012, at 4:38 PM, Jesse Tayler jtay...@oeinc.com wrote:

 
 Thanks again Tim,
 
 This seems to be related -
 
 I'm unable to launch the newly built app on my server, even though the new 
 ant build seems to work etc.
 
 If I just launch at the command line I can see the new app report output 
 along with the older install - the older install launches just fine, the new 
 install fails without report but for a NEXT_ROOT variable.
 
 WOMan.woa/WOMan
 WOMan: NEXT_ROOT environment variable is not set! Terminating.
 
 At first I thought -- ah, what's this missing NEXT_ROOT
 
 But I see the app normally has that as a first line, but then quickly move 
 through
 
 WOMan.woa/WOMan
 WOMan: NEXT_ROOT environment variable is not set!
 Reading UNIXClassPath.txt ...
 Launching WOMan.woa ...
 ...
 and continues launch.
 
 
 obviously, the app launches as I'd expect on my developer machine.
 
 did you run into any of that Tim?
 
 anyone have an idea?
 
 
 
 On Jul 31, 2012, at 3:32 PM, Tim Worman li...@thetimmy.com wrote:
 
 The build failure is not due to the 'includeantruntime' error. The build 
 failure is due to not being able to write to the framework directory as set 
 in ~/Application Support/WOLips/wolips.properties.
 
 If the directory doesn't exist, you do need to create it. If it isn't 
 writeable, the ownership/permissions must be changed.
 
 Tim
 UCLA GSEIS
 
 On Jul 31, 2012, at 12:12 PM, Jesse Tayler jtay...@oeinc.com wrote:
 
 I'm fairly certain you do NOT need to create any directory -- that's simply 
 an end-failure result of the build termination.
 
 I can see also some people outside the WO community having this trouble and 
 ironically, they too simply added that property to their build.xml but I 
 don't see how they did it and I must be doing it wrong or something.
 
 So, either I'm confused or I'm doing it wrong -- but it's not yet working 
 for me.
 
 I don't really understand how the build.xml works so maybe I'm not setting 
 the environment variable properly?
 
 my build.xml now starts off like this:
 
 project name=WOMan default=build basedir=.
 
 presetdef name=javac
 javac includeantruntime=false /
 /presetdef
 
 
 
 
 
 
 On Jul 31, 2012, at 2:25 PM, David Holt programming...@mac.com wrote:
 
 I am having the same issues. And no, I cannot create the directory from 
 the command line. What should the permissions be?
 
 David
 
 
 On 2012-07-23, at 10:22 AM, Henrique Gomes li...@farol.pt wrote:
 
 
 On Jul 23, 2012, at 4:59 PM, Theodore Petrosky wrote:
 
 
 BUILD FAILED
 /Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml:57:
  Directory /Library/Frameworks/ASPOOpenProjectsFW.framework creation was 
 not successful for an unknown reason
 
 Total time: 3 seconds
 
 --
 for Unknown reason.
 
 Can you create de dir on the command line?
 
 $ mkdir  /Library/Frameworks/ASPOOpenProjectsFW.framework 
 
 HG
 
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com
 
 This email sent to programming...@mac.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
 
 This email sent to jtay...@oeinc.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
 
 This email sent to li...@thetimmy.com
 
 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: what did I break with ant?

2012-08-01 Thread Jesse Tayler

Someone please help me walk through this -

I can run the app in eclipse just fine.

I use new Ant 1.8 to build to install, and unpack the tar ball in /tmp

unlike on my server, the app runs, and reports a likely candidate for a clue:

Exception in thread main java.lang.NoClassDefFoundError: 
er/sync/api/ERXSyncAuthenticator

this is an addition since last deployment - I added ERXSync although I'm not 
yet using it.

I figure while running Eclipse, my frameworks are from the wonder frameworks 
there right in Eclipse? I know there are also copies of Frameworks from a build 
of Wonder which at some point I put into my /Library/Frameworks somewhere.

I notice the ERSync framework is indeed in my app bundle

Contents/Frameworks/

So, I'm unable to run on my server - no error is reported at all.

On my developer machine, it runs normally in Eclipse.

On my developer machine, the unpack of the tarball runs with that error 
regarding ersyncauthenticator

I also notice ERXSyncAuthenticator.class is my contents resources.

Do I need to update those /Library/Frameworks on my developer and server system 
even if I'm bundling frameworks in my app?

I can't figure what I've got hosed here.

Any Ideas?


On Aug 1, 2012, at 11:18 AM, Tim Worman li...@thetimmy.com wrote:

 Jesse:
 
 No, I haven't seen what you're experiencing here.
 
 Tim
 UCLA GSEIS
 
 On Jul 31, 2012, at 4:38 PM, Jesse Tayler jtay...@oeinc.com wrote:
 
 
 Thanks again Tim,
 
 This seems to be related -
 
 I'm unable to launch the newly built app on my server, even though the new 
 ant build seems to work etc.
 
 If I just launch at the command line I can see the new app report output 
 along with the older install - the older install launches just fine, the new 
 install fails without report but for a NEXT_ROOT variable.
 
 WOMan.woa/WOMan
 WOMan: NEXT_ROOT environment variable is not set! Terminating.
 
 At first I thought -- ah, what's this missing NEXT_ROOT
 
 But I see the app normally has that as a first line, but then quickly move 
 through
 
 WOMan.woa/WOMan
 WOMan: NEXT_ROOT environment variable is not set!
 Reading UNIXClassPath.txt ...
 Launching WOMan.woa ...
 ...
 and continues launch.
 
 
 obviously, the app launches as I'd expect on my developer machine.
 
 did you run into any of that Tim?
 
 anyone have an idea?
 
 
 
 On Jul 31, 2012, at 3:32 PM, Tim Worman li...@thetimmy.com wrote:
 
 The build failure is not due to the 'includeantruntime' error. The build 
 failure is due to not being able to write to the framework directory as set 
 in ~/Application Support/WOLips/wolips.properties.
 
 If the directory doesn't exist, you do need to create it. If it isn't 
 writeable, the ownership/permissions must be changed.
 
 Tim
 UCLA GSEIS
 
 On Jul 31, 2012, at 12:12 PM, Jesse Tayler jtay...@oeinc.com wrote:
 
 I'm fairly certain you do NOT need to create any directory -- that's 
 simply an end-failure result of the build termination.
 
 I can see also some people outside the WO community having this trouble 
 and ironically, they too simply added that property to their build.xml 
 but I don't see how they did it and I must be doing it wrong or something.
 
 So, either I'm confused or I'm doing it wrong -- but it's not yet working 
 for me.
 
 I don't really understand how the build.xml works so maybe I'm not setting 
 the environment variable properly?
 
 my build.xml now starts off like this:
 
 project name=WOMan default=build basedir=.

presetdef name=javac
javac includeantruntime=false /
/presetdef

 
 
 
 
 
 On Jul 31, 2012, at 2:25 PM, David Holt programming...@mac.com wrote:
 
 I am having the same issues. And no, I cannot create the directory from 
 the command line. What should the permissions be?
 
 David
 
 
 On 2012-07-23, at 10:22 AM, Henrique Gomes li...@farol.pt wrote:
 
 
 On Jul 23, 2012, at 4:59 PM, Theodore Petrosky wrote:
 
 
 BUILD FAILED
 /Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml:57:
  Directory /Library/Frameworks/ASPOOpenProjectsFW.framework creation 
 was not successful for an unknown reason
 
 Total time: 3 seconds
 
 --
 for Unknown reason.
 
 Can you create de dir on the command line?
 
 $ mkdir  /Library/Frameworks/ASPOOpenProjectsFW.framework 
 
 HG
 
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com
 
 This email sent to programming...@mac.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
 
 This email sent to jtay...@oeinc.com
 
 

Re: what did I break with ant?

2012-08-01 Thread David LeBer
Jesse,

When you build with ant, you need to make sure that all of the support 
frameworks used by the app are built first and living in one of the Frameworks 
locations as specified in your wolips.properties. Ant does NOT know anything 
about, and will not use, the frameworks in the workspace.

D

--
David LeBer
Codeferous Software

On 2012-08-01, at 2:02 PM, Jesse Tayler jtay...@oeinc.com wrote:

 
 Someone please help me walk through this -
 
 I can run the app in eclipse just fine.
 
 I use new Ant 1.8 to build to install, and unpack the tar ball in /tmp
 
 unlike on my server, the app runs, and reports a likely candidate for a clue:
 
 Exception in thread main java.lang.NoClassDefFoundError: 
 er/sync/api/ERXSyncAuthenticator
 
 this is an addition since last deployment - I added ERXSync although I'm not 
 yet using it.
 
 I figure while running Eclipse, my frameworks are from the wonder frameworks 
 there right in Eclipse? I know there are also copies of Frameworks from a 
 build of Wonder which at some point I put into my /Library/Frameworks 
 somewhere.
 
 I notice the ERSync framework is indeed in my app bundle
 
 Contents/Frameworks/
 
 So, I'm unable to run on my server - no error is reported at all.
 
 On my developer machine, it runs normally in Eclipse.
 
 On my developer machine, the unpack of the tarball runs with that error 
 regarding ersyncauthenticator
 
 I also notice ERXSyncAuthenticator.class is my contents resources.
 
 Do I need to update those /Library/Frameworks on my developer and server 
 system even if I'm bundling frameworks in my app?
 
 I can't figure what I've got hosed here.
 
 Any Ideas?
 
 
 On Aug 1, 2012, at 11:18 AM, Tim Worman li...@thetimmy.com wrote:
 
 Jesse:
 
 No, I haven't seen what you're experiencing here.
 
 Tim
 UCLA GSEIS
 
 On Jul 31, 2012, at 4:38 PM, Jesse Tayler jtay...@oeinc.com wrote:
 
 
 Thanks again Tim,
 
 This seems to be related -
 
 I'm unable to launch the newly built app on my server, even though the new 
 ant build seems to work etc.
 
 If I just launch at the command line I can see the new app report output 
 along with the older install - the older install launches just fine, the 
 new install fails without report but for a NEXT_ROOT variable.
 
 WOMan.woa/WOMan
 WOMan: NEXT_ROOT environment variable is not set! Terminating.
 
 At first I thought -- ah, what's this missing NEXT_ROOT
 
 But I see the app normally has that as a first line, but then quickly move 
 through
 
 WOMan.woa/WOMan
 WOMan: NEXT_ROOT environment variable is not set!
 Reading UNIXClassPath.txt ...
 Launching WOMan.woa ...
 ...
 and continues launch.
 
 
 obviously, the app launches as I'd expect on my developer machine.
 
 did you run into any of that Tim?
 
 anyone have an idea?
 
 
 
 On Jul 31, 2012, at 3:32 PM, Tim Worman li...@thetimmy.com wrote:
 
 The build failure is not due to the 'includeantruntime' error. The build 
 failure is due to not being able to write to the framework directory as 
 set in ~/Application Support/WOLips/wolips.properties.
 
 If the directory doesn't exist, you do need to create it. If it isn't 
 writeable, the ownership/permissions must be changed.
 
 Tim
 UCLA GSEIS
 
 On Jul 31, 2012, at 12:12 PM, Jesse Tayler jtay...@oeinc.com wrote:
 
 I'm fairly certain you do NOT need to create any directory -- that's 
 simply an end-failure result of the build termination.
 
 I can see also some people outside the WO community having this trouble 
 and ironically, they too simply added that property to their build.xml 
 but I don't see how they did it and I must be doing it wrong or something.
 
 So, either I'm confused or I'm doing it wrong -- but it's not yet working 
 for me.
 
 I don't really understand how the build.xml works so maybe I'm not 
 setting the environment variable properly?
 
 my build.xml now starts off like this:
 
 project name=WOMan default=build basedir=.
   
   presetdef name=javac
   javac includeantruntime=false /
   /presetdef
   
 
 
 
 
 
 On Jul 31, 2012, at 2:25 PM, David Holt programming...@mac.com wrote:
 
 I am having the same issues. And no, I cannot create the directory from 
 the command line. What should the permissions be?
 
 David
 
 
 On 2012-07-23, at 10:22 AM, Henrique Gomes li...@farol.pt wrote:
 
 
 On Jul 23, 2012, at 4:59 PM, Theodore Petrosky wrote:
 
 
 BUILD FAILED
 /Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml:57:
  Directory /Library/Frameworks/ASPOOpenProjectsFW.framework creation 
 was not successful for an unknown reason
 
 Total time: 3 seconds
 
 --
 for Unknown reason.
 
 Can you create de dir on the command line?
 
 $ mkdir  /Library/Frameworks/ASPOOpenProjectsFW.framework 
 
 HG
 
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 

Re: what did I break with ant?

2012-08-01 Thread Jesse Tayler

thanks David-

I'm narrowing it down.

I notice a somewhat new path (my install scripts  where ANT has been install to:

/Library/WebObjects/Versions/WebObjects543/Library/WebObjects/Applications

I see the embedded frameworks all look there in the .woa

But I think I last installed WOnder frameworks in /Library/Frameworks where 
they are now.

Am I following correct?

Should my WOnder frameworks be somewhere else?



On Aug 1, 2012, at 2:38 PM, David LeBer dle...@codeferous.com wrote:

 Jesse,
 
 When you build with ant, you need to make sure that all of the support 
 frameworks used by the app are built first and living in one of the 
 Frameworks locations as specified in your wolips.properties. Ant does NOT 
 know anything about, and will not use, the frameworks in the workspace.
 
 D
 
 --
 David LeBer
 Codeferous Software
 
 On 2012-08-01, at 2:02 PM, Jesse Tayler jtay...@oeinc.com wrote:
 
 
 Someone please help me walk through this -
 
 I can run the app in eclipse just fine.
 
 I use new Ant 1.8 to build to install, and unpack the tar ball in /tmp
 
 unlike on my server, the app runs, and reports a likely candidate for a clue:
 
 Exception in thread main java.lang.NoClassDefFoundError: 
 er/sync/api/ERXSyncAuthenticator
 
 this is an addition since last deployment - I added ERXSync although I'm not 
 yet using it.
 
 I figure while running Eclipse, my frameworks are from the wonder frameworks 
 there right in Eclipse? I know there are also copies of Frameworks from a 
 build of Wonder which at some point I put into my /Library/Frameworks 
 somewhere.
 
 I notice the ERSync framework is indeed in my app bundle
 
 Contents/Frameworks/
 
 So, I'm unable to run on my server - no error is reported at all.
 
 On my developer machine, it runs normally in Eclipse.
 
 On my developer machine, the unpack of the tarball runs with that error 
 regarding ersyncauthenticator
 
 I also notice ERXSyncAuthenticator.class is my contents resources.
 
 Do I need to update those /Library/Frameworks on my developer and server 
 system even if I'm bundling frameworks in my app?
 
 I can't figure what I've got hosed here.
 
 Any Ideas?
 
 
 On Aug 1, 2012, at 11:18 AM, Tim Worman li...@thetimmy.com wrote:
 
 Jesse:
 
 No, I haven't seen what you're experiencing here.
 
 Tim
 UCLA GSEIS
 
 On Jul 31, 2012, at 4:38 PM, Jesse Tayler jtay...@oeinc.com wrote:
 
 
 Thanks again Tim,
 
 This seems to be related -
 
 I'm unable to launch the newly built app on my server, even though the new 
 ant build seems to work etc.
 
 If I just launch at the command line I can see the new app report output 
 along with the older install - the older install launches just fine, the 
 new install fails without report but for a NEXT_ROOT variable.
 
 WOMan.woa/WOMan
 WOMan: NEXT_ROOT environment variable is not set! Terminating.
 
 At first I thought -- ah, what's this missing NEXT_ROOT
 
 But I see the app normally has that as a first line, but then quickly move 
 through
 
 WOMan.woa/WOMan
 WOMan: NEXT_ROOT environment variable is not set!
 Reading UNIXClassPath.txt ...
 Launching WOMan.woa ...
 ...
 and continues launch.
 
 
 obviously, the app launches as I'd expect on my developer machine.
 
 did you run into any of that Tim?
 
 anyone have an idea?
 
 
 
 On Jul 31, 2012, at 3:32 PM, Tim Worman li...@thetimmy.com wrote:
 
 The build failure is not due to the 'includeantruntime' error. The build 
 failure is due to not being able to write to the framework directory as 
 set in ~/Application Support/WOLips/wolips.properties.
 
 If the directory doesn't exist, you do need to create it. If it isn't 
 writeable, the ownership/permissions must be changed.
 
 Tim
 UCLA GSEIS
 
 On Jul 31, 2012, at 12:12 PM, Jesse Tayler jtay...@oeinc.com wrote:
 
 I'm fairly certain you do NOT need to create any directory -- that's 
 simply an end-failure result of the build termination.
 
 I can see also some people outside the WO community having this trouble 
 and ironically, they too simply added that property to their build.xml 
 but I don't see how they did it and I must be doing it wrong or 
 something.
 
 So, either I'm confused or I'm doing it wrong -- but it's not yet 
 working for me.
 
 I don't really understand how the build.xml works so maybe I'm not 
 setting the environment variable properly?
 
 my build.xml now starts off like this:
 
 project name=WOMan default=build basedir=.
  
  presetdef name=javac
  javac includeantruntime=false /
  /presetdef
  
 
 
 
 
 
 On Jul 31, 2012, at 2:25 PM, David Holt programming...@mac.com wrote:
 
 I am having the same issues. And no, I cannot create the directory from 
 the command line. What should the permissions be?
 
 David
 
 
 On 2012-07-23, at 10:22 AM, Henrique Gomes li...@farol.pt wrote:
 
 
 On Jul 23, 2012, at 4:59 PM, Theodore Petrosky wrote:
 
 
 BUILD FAILED
 /Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml:57:
  Directory 

Re: what did I break with ant?

2012-07-31 Thread Jesse Tayler

this happened to me when I updated ant to 1.8.x

I think you are having the same issue?

I thought I'd add that setting to my build.xml

presetdef name=javac
javac includeantruntime=false /
/presetdef

But I still get the error -

How did you fix?



On Jul 23, 2012, at 11:59 AM, Theodore Petrosky tedp...@yahoo.com wrote:

 Maybe I have been doing this wrong from the beginning but, all of a sudden, I 
 right click on my Wonder Framework and select Wo Ant tools = install. and 
 I get this error:
 
 
 Buildfile: 
 /Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml
 init.properties:
 init.install:
 init.build:
 compile:
 [wocompile] 
 /Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml:90: 
 warning: 'includeantruntime' was not set, defaulting to 
 build.sysclasspath=last; set to false for repeatable builds
 build.woframework:
 [woframework] Installing ASPOOpenProjectsFW in /Library/Frameworks
 
 BUILD FAILED
 /Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml:57: 
 Directory /Library/Frameworks/ASPOOpenProjectsFW.framework creation was not 
 successful for an unknown reason
 
 Total time: 3 seconds
 
 --
 for Unknown reason.
 
 I have tried other frameworks and they work as advertised. just this one is 
 hinky.
 
 Ted
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
 
 This email sent to jtay...@oeinc.com


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: what did I break with ant?

2012-07-31 Thread David Holt
I am having the same issues. And no, I cannot create the directory from the 
command line. What should the permissions be?

David


On 2012-07-23, at 10:22 AM, Henrique Gomes li...@farol.pt wrote:

 
 On Jul 23, 2012, at 4:59 PM, Theodore Petrosky wrote:
 
 
 BUILD FAILED
 /Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml:57: 
 Directory /Library/Frameworks/ASPOOpenProjectsFW.framework creation was not 
 successful for an unknown reason
 
 Total time: 3 seconds
 
 --
 for Unknown reason.
 
 Can you create de dir on the command line?
 
 $ mkdir  /Library/Frameworks/ASPOOpenProjectsFW.framework 
 
 HG
 
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com
 
 This email sent to programming...@mac.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: what did I break with ant?

2012-07-31 Thread Tim Worman
I always get the warning: 'includeantruntime' was not set error. It happened 
at an ant upgrade somewhere but doesn't impact framework building. On writing 
to your framework path:. Eclipse runs as your user, so the target directory 
either needs to be writable by that user or by  a group that user belongs to - 
like 'admin' if the user is an admin user. Here is the ownership and 
permissions on my framework directory.

I use this directory for my WO frameworks:

/usr/local/webobjects/Library/Frameworks/

The permissions are set like:

drwxrwxr-x  82 root  admin  2788 Jul 20 15:56 Frameworks/

The important bits are in red.

Tim
UCLA GSEIS

On Jul 31, 2012, at 11:25 AM, David Holt programming...@mac.com wrote:

 I am having the same issues. And no, I cannot create the directory from the 
 command line. What should the permissions be?
 
 David
 
 
 On 2012-07-23, at 10:22 AM, Henrique Gomes li...@farol.pt wrote:
 
 
 On Jul 23, 2012, at 4:59 PM, Theodore Petrosky wrote:
 
 
 BUILD FAILED
 /Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml:57:
  Directory /Library/Frameworks/ASPOOpenProjectsFW.framework creation was 
 not successful for an unknown reason
 
 Total time: 3 seconds
 
 --
 for Unknown reason.
 
 Can you create de dir on the command line?
 
 $ mkdir  /Library/Frameworks/ASPOOpenProjectsFW.framework 
 
 HG
 
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com
 
 This email sent to programming...@mac.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
 
 This email sent to li...@thetimmy.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: what did I break with ant?

2012-07-31 Thread Jesse Tayler
I'm fairly certain you do NOT need to create any directory -- that's simply an 
end-failure result of the build termination.

I can see also some people outside the WO community having this trouble and 
ironically, they too simply added that property to their build.xml but I 
don't see how they did it and I must be doing it wrong or something.

So, either I'm confused or I'm doing it wrong -- but it's not yet working for 
me.

I don't really understand how the build.xml works so maybe I'm not setting the 
environment variable properly?

my build.xml now starts off like this:

project name=WOMan default=build basedir=.

presetdef name=javac
javac includeantruntime=false /
/presetdef






On Jul 31, 2012, at 2:25 PM, David Holt programming...@mac.com wrote:

 I am having the same issues. And no, I cannot create the directory from the 
 command line. What should the permissions be?
 
 David
 
 
 On 2012-07-23, at 10:22 AM, Henrique Gomes li...@farol.pt wrote:
 
 
 On Jul 23, 2012, at 4:59 PM, Theodore Petrosky wrote:
 
 
 BUILD FAILED
 /Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml:57:
  Directory /Library/Frameworks/ASPOOpenProjectsFW.framework creation was 
 not successful for an unknown reason
 
 Total time: 3 seconds
 
 --
 for Unknown reason.
 
 Can you create de dir on the command line?
 
 $ mkdir  /Library/Frameworks/ASPOOpenProjectsFW.framework 
 
 HG
 
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com
 
 This email sent to programming...@mac.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
 
 This email sent to jtay...@oeinc.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: what did I break with ant?

2012-07-31 Thread Tim Worman
The build failure is not due to the 'includeantruntime' error. The build 
failure is due to not being able to write to the framework directory as set in 
~/Application Support/WOLips/wolips.properties.

If the directory doesn't exist, you do need to create it. If it isn't 
writeable, the ownership/permissions must be changed.

Tim
UCLA GSEIS

On Jul 31, 2012, at 12:12 PM, Jesse Tayler jtay...@oeinc.com wrote:

 I'm fairly certain you do NOT need to create any directory -- that's simply 
 an end-failure result of the build termination.
 
 I can see also some people outside the WO community having this trouble and 
 ironically, they too simply added that property to their build.xml but I 
 don't see how they did it and I must be doing it wrong or something.
 
 So, either I'm confused or I'm doing it wrong -- but it's not yet working for 
 me.
 
 I don't really understand how the build.xml works so maybe I'm not setting 
 the environment variable properly?
 
 my build.xml now starts off like this:
 
 project name=WOMan default=build basedir=.
   
   presetdef name=javac
   javac includeantruntime=false /
   /presetdef
   
 
 
 
 
 
 On Jul 31, 2012, at 2:25 PM, David Holt programming...@mac.com wrote:
 
 I am having the same issues. And no, I cannot create the directory from the 
 command line. What should the permissions be?
 
 David
 
 
 On 2012-07-23, at 10:22 AM, Henrique Gomes li...@farol.pt wrote:
 
 
 On Jul 23, 2012, at 4:59 PM, Theodore Petrosky wrote:
 
 
 BUILD FAILED
 /Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml:57:
  Directory /Library/Frameworks/ASPOOpenProjectsFW.framework creation was 
 not successful for an unknown reason
 
 Total time: 3 seconds
 
 --
 for Unknown reason.
 
 Can you create de dir on the command line?
 
 $ mkdir  /Library/Frameworks/ASPOOpenProjectsFW.framework 
 
 HG
 
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com
 
 This email sent to programming...@mac.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
 
 This email sent to jtay...@oeinc.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
 
 This email sent to li...@thetimmy.com


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: what did I break with ant?

2012-07-31 Thread Jesse Tayler
Good eye Tim!

BUILD SUCCESSFUL

sweet.

Basically, ant wanted to install here:

/Library/WebObjects/Versions/WebObjects543/Library/WebObjects/Applications

So, I just chown'ed the Application directory to my user and things built fine.

Not certain if I need better permissions, but the build ran!




On Jul 31, 2012, at 3:32 PM, Tim Worman li...@thetimmy.com wrote:

 The build failure is not due to the 'includeantruntime' error. The build 
 failure is due to not being able to write to the framework directory as set 
 in ~/Application Support/WOLips/wolips.properties.
 
 If the directory doesn't exist, you do need to create it. If it isn't 
 writeable, the ownership/permissions must be changed.
 
 Tim
 UCLA GSEIS
 
 On Jul 31, 2012, at 12:12 PM, Jesse Tayler jtay...@oeinc.com wrote:
 
 I'm fairly certain you do NOT need to create any directory -- that's simply 
 an end-failure result of the build termination.
 
 I can see also some people outside the WO community having this trouble and 
 ironically, they too simply added that property to their build.xml but I 
 don't see how they did it and I must be doing it wrong or something.
 
 So, either I'm confused or I'm doing it wrong -- but it's not yet working 
 for me.
 
 I don't really understand how the build.xml works so maybe I'm not setting 
 the environment variable properly?
 
 my build.xml now starts off like this:
 
 project name=WOMan default=build basedir=.
  
  presetdef name=javac
  javac includeantruntime=false /
  /presetdef
  
 
 
 
 
 
 On Jul 31, 2012, at 2:25 PM, David Holt programming...@mac.com wrote:
 
 I am having the same issues. And no, I cannot create the directory from the 
 command line. What should the permissions be?
 
 David
 
 
 On 2012-07-23, at 10:22 AM, Henrique Gomes li...@farol.pt wrote:
 
 
 On Jul 23, 2012, at 4:59 PM, Theodore Petrosky wrote:
 
 
 BUILD FAILED
 /Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml:57:
  Directory /Library/Frameworks/ASPOOpenProjectsFW.framework creation was 
 not successful for an unknown reason
 
 Total time: 3 seconds
 
 --
 for Unknown reason.
 
 Can you create de dir on the command line?
 
 $ mkdir  /Library/Frameworks/ASPOOpenProjectsFW.framework 
 
 HG
 
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com
 
 This email sent to programming...@mac.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
 
 This email sent to jtay...@oeinc.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
 
 This email sent to li...@thetimmy.com
 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: what did I break with ant?

2012-07-31 Thread Jesse Tayler

Thanks again Tim,

This seems to be related -

I'm unable to launch the newly built app on my server, even though the new ant 
build seems to work etc.

If I just launch at the command line I can see the new app report output along 
with the older install - the older install launches just fine, the new install 
fails without report but for a NEXT_ROOT variable.

 WOMan.woa/WOMan
WOMan: NEXT_ROOT environment variable is not set! Terminating.

At first I thought -- ah, what's this missing NEXT_ROOT

But I see the app normally has that as a first line, but then quickly move 
through

 WOMan.woa/WOMan
WOMan: NEXT_ROOT environment variable is not set!
Reading UNIXClassPath.txt ...
Launching WOMan.woa ...
...
and continues launch.


obviously, the app launches as I'd expect on my developer machine.

did you run into any of that Tim?

anyone have an idea?



On Jul 31, 2012, at 3:32 PM, Tim Worman li...@thetimmy.com wrote:

 The build failure is not due to the 'includeantruntime' error. The build 
 failure is due to not being able to write to the framework directory as set 
 in ~/Application Support/WOLips/wolips.properties.
 
 If the directory doesn't exist, you do need to create it. If it isn't 
 writeable, the ownership/permissions must be changed.
 
 Tim
 UCLA GSEIS
 
 On Jul 31, 2012, at 12:12 PM, Jesse Tayler jtay...@oeinc.com wrote:
 
 I'm fairly certain you do NOT need to create any directory -- that's simply 
 an end-failure result of the build termination.
 
 I can see also some people outside the WO community having this trouble and 
 ironically, they too simply added that property to their build.xml but I 
 don't see how they did it and I must be doing it wrong or something.
 
 So, either I'm confused or I'm doing it wrong -- but it's not yet working 
 for me.
 
 I don't really understand how the build.xml works so maybe I'm not setting 
 the environment variable properly?
 
 my build.xml now starts off like this:
 
 project name=WOMan default=build basedir=.
  
  presetdef name=javac
  javac includeantruntime=false /
  /presetdef
  
 
 
 
 
 
 On Jul 31, 2012, at 2:25 PM, David Holt programming...@mac.com wrote:
 
 I am having the same issues. And no, I cannot create the directory from the 
 command line. What should the permissions be?
 
 David
 
 
 On 2012-07-23, at 10:22 AM, Henrique Gomes li...@farol.pt wrote:
 
 
 On Jul 23, 2012, at 4:59 PM, Theodore Petrosky wrote:
 
 
 BUILD FAILED
 /Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml:57:
  Directory /Library/Frameworks/ASPOOpenProjectsFW.framework creation was 
 not successful for an unknown reason
 
 Total time: 3 seconds
 
 --
 for Unknown reason.
 
 Can you create de dir on the command line?
 
 $ mkdir  /Library/Frameworks/ASPOOpenProjectsFW.framework 
 
 HG
 
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com
 
 This email sent to programming...@mac.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
 
 This email sent to jtay...@oeinc.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
 
 This email sent to li...@thetimmy.com
 


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: what did I break with ant?

2012-07-31 Thread David Holt
Hi Tim,

On 2012-07-31, at 12:11 PM, Tim Worman li...@thetimmy.com wrote:

 I always get the warning: 'includeantruntime' was not set error. It 
 happened at an ant upgrade somewhere but doesn't impact framework building. 
 On writing to your framework path:. Eclipse runs as your user, so the target 
 directory either needs to be writable by that user or by  a group that user 
 belongs to - like 'admin' if the user is an admin user. Here is the ownership 
 and permissions on my framework directory.
 
 I use this directory for my WO frameworks:
 
 /usr/local/webobjects/Library/Frameworks/
 
 The permissions are set like:
 
 drwxrwxr-x  82 root  admin  2788 Jul 20 15:56 Frameworks/

Looks like the default group for a new user account in 10.8 has changed.

Everything is set as staff.

When I added the admin group my build problems went away. Thanks very much for 
taking the time to paste what they should be.

David

 
 The important bits are in red.
 
 Tim
 UCLA GSEIS
 
 On Jul 31, 2012, at 11:25 AM, David Holt programming...@mac.com wrote:
 
 I am having the same issues. And no, I cannot create the directory from the 
 command line. What should the permissions be?
 
 David
 
 
 On 2012-07-23, at 10:22 AM, Henrique Gomes li...@farol.pt wrote:
 
 
 On Jul 23, 2012, at 4:59 PM, Theodore Petrosky wrote:
 
 
 BUILD FAILED
 /Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml:57:
  Directory /Library/Frameworks/ASPOOpenProjectsFW.framework creation was 
 not successful for an unknown reason
 
 Total time: 3 seconds
 
 --
 for Unknown reason.
 
 Can you create de dir on the command line?
 
 $ mkdir  /Library/Frameworks/ASPOOpenProjectsFW.framework 
 
 HG
 
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/programmingosx%40mac.com
 
 This email sent to programming...@mac.com
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
 
 This email sent to li...@thetimmy.com
 

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


what did I break with ant?

2012-07-23 Thread Theodore Petrosky
Maybe I have been doing this wrong from the beginning but, all of a sudden, I 
right click on my Wonder Framework and select Wo Ant tools = install. and I 
get this error:


Buildfile: 
/Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml
init.properties:
init.install:
init.build:
compile:
[wocompile] 
/Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml:90: 
warning: 'includeantruntime' was not set, defaulting to 
build.sysclasspath=last; set to false for repeatable builds
build.woframework:
[woframework] Installing ASPOOpenProjectsFW in /Library/Frameworks

BUILD FAILED
/Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml:57: 
Directory /Library/Frameworks/ASPOOpenProjectsFW.framework creation was not 
successful for an unknown reason

Total time: 3 seconds

--
for Unknown reason.

I have tried other frameworks and they work as advertised. just this one is 
hinky.

Ted
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: what did I break with ant?

2012-07-23 Thread Henrique Gomes

On Jul 23, 2012, at 4:59 PM, Theodore Petrosky wrote:

 
 BUILD FAILED
 /Users/asacksadmin/Documents/workspaceAS_II/ASPOOpenProjectsFW/build.xml:57: 
 Directory /Library/Frameworks/ASPOOpenProjectsFW.framework creation was not 
 successful for an unknown reason
 
 Total time: 3 seconds
 
 --
 for Unknown reason.

Can you create de dir on the command line?

$ mkdir  /Library/Frameworks/ASPOOpenProjectsFW.framework 

HG


 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: what did I break with ant?

2012-07-23 Thread Theodore Petrosky
 
     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 m...@selbstdenker.ag wrote:

 From: Maik Musall m...@selbstdenker.ag
 Subject: Re: what did I break with ant?
 To: Theodore Petrosky tedp...@yahoo.com
 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  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com