• 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: Embed a external command-line tool in bundle
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Embed a external command-line tool in bundle


  • Subject: Re: Embed a external command-line tool in bundle
  • From: Johann Werner <email@hidden>
  • Date: Mon, 17 Oct 2011 09:54:35 +0200

Hi yllan,

I would put that into the 'Resources' directory and use

WOResourceManager.pathURLForResourceNamed(
	command-line-tool-name, // name of your tool
	null, // null if you put this into your app project
	null); // null as you are not interested in localized resources

jw


Am 17.10.2011 um 09:31 schrieb Yung-Luen Lan:

> Hi,
>
> I have some external command-line tools written by Objective-C that
> needs to be invoked in my wo app.
>
> Of course I could put them in somewhere like /usr/local/bin, etc.
>
> But I want to embed these command-line tools inside my wo app bundle
> so that people don't forget to copy the command-line tools when
> install the wo app. However, getting path of NSBundle is deprecated
> API. Which directory should I put these tools in and how do I get the
> path when I want to call them?
>
> The app is a woa bundle so don't have to take jar into account.
>
> Any comment?
>
> Regards,
> yllan


 _______________________________________________
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

  • Follow-Ups:
    • Re: Embed a external command-line tool in bundle
      • From: Yung-Luen Lan <email@hidden>
References: 
 >Embed a external command-line tool in bundle (From: Yung-Luen Lan <email@hidden>)

  • Prev by Date: Embed a external command-line tool in bundle
  • Next by Date: Rép : Re: Calling PL/SQL FUNCTION In WebObjects( FUNCTION is not a procedure or is undefined )
  • Previous by thread: Embed a external command-line tool in bundle
  • Next by thread: Re: Embed a external command-line tool in bundle
  • Index(es):
    • Date
    • Thread