• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: WO54 install missing WOLaunchURL?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WO54 install missing WOLaunchURL?


  • Subject: Re: WO54 install missing WOLaunchURL?
  • From: Timo Hoepfner <email@hidden>
  • Date: Wed, 31 Oct 2007 22:33:28 +0100


WOLaunchURL is a command line tool that resides in /System/Library/ WebObjects/Executables/WOOpenURL.


[mbp:Library/WebObjects/Executables] th% ./WOOpenURL
2007-10-31 22:26:53.961 WOOpenURL[10403] OpenURL - Syntax : OpenURL <url>


I would bet that it's called directly from within WOApplication via Runtime.exec().
Creating a symlink to "open" will probably be the easiest fix.


sudo mkdir -p /System/Library/WebObjects/Executables
sudo ln -s /usr/bin/open /System/Library/WebObjects/Executables/ WOOpenURL


Just tested it in Tiger and it appears to work fine.

[mbp:Library/WebObjects/Executables] th% ls -la
total 96
drwxr-xr-x 4 root wheel 136 Oct 31 22:28 ./
drwxr-xr-x 7 root wheel 238 Jun 3 2006 ../
lrwxr-xr-x 1 root wheel 13 Oct 31 22:28 WOOpenURL@ -> /usr/bin/ open
-rwxr-xr-x 1 root wheel 42380 Sep 12 2006 WOOpenURL.bak*



Timo

Am 31.10.2007 um 21:55 schrieb Mike Schrag:

I'm not familiar with the wolips startup script template but I'll take a look. The autolaunch stuff is part of the rapid turnaround support. If a valid project is detected then the 'open' command is called. WOLips tends to muddy the issue since by default most projects create a PB.project, .xcode project and build.xml file. This is likely confusing our the resource discovery.
Well, I'm not even sure this is part of the startup script -- So WO calls open, which means presumably 5.3 WO calls WOLaunchURL, right? I've never looked at this particular element to see where this call actually lives. If it's in WO, then almost certainly this is because I'm running 5.3 on Leopard and WOLaunchURL is gone away.

_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >WO54 install missing WOLaunchURL? (From: David LeBer <email@hidden>)
 >Re: WO54 install missing WOLaunchURL? (From: Mike Schrag <email@hidden>)
 >Re: WO54 install missing WOLaunchURL? (From: Daryl Lee <email@hidden>)
 >Re: WO54 install missing WOLaunchURL? (From: Mike Schrag <email@hidden>)
 >Re: WO54 install missing WOLaunchURL? (From: Daryl Lee <email@hidden>)
 >Re: WO54 install missing WOLaunchURL? (From: Mike Schrag <email@hidden>)

  • Prev by Date: Re: State of the Union
  • Next by Date: Re: WOLips nightly: generated SQL missing spaces
  • Previous by thread: Re: WO54 install missing WOLaunchURL?
  • Next by thread: WAR deployment as SSDD
  • Index(es):
    • Date
    • Thread