Sponsored Content
Operating Systems OS X (Apple) what are OS X Developer tools . Post 302239176 by deepakl28 on Tuesday 23rd of September 2008 04:28:35 AM
Old 09-23-2008
what are OS X Developer tools .

hi all,

what are OS X Developer tools. Whether Mac oS x developer tools are same as unix os x developer tools.

problem .. i am trying to tomcat as daemon process. i referred Installing Apache Tomcat 6 on Mac OS X 10.5 Leopard and started to run tomcat as daemon process in unix environment. But in "Comiling JSVC " it is asking that "OS X developer tolls " to be installed .

can any one suggest me what are the OS x developer tools that are to be installed ,inorder to make my tomcat as a daemon process in unix environment.

Thanks in advance.
 

2 More Discussions You Might Find Interesting

1. Solaris

how to uninstall Forte Developer 6.2?

Hi, i installed forte 6.2 in my solaris 8, but when i wanted to uninstall it, i dont know what to do, i donrt know where it reside. i tried pkgrm to my guess the said directory ut i am wrong. what will i do? (0 Replies)
Discussion started by: kenshinhimura
0 Replies

2. Shell Programming and Scripting

Shell Developer Needed

Hello programmers, A small team of developers and myself have started a VoIP project for the gaming community. We are all working volunteerily to make the application. We all have experience in what we do, but we have hit a dead end. After setting up registration, login, and the custom graphic UI,... (3 Replies)
Discussion started by: suzi9spal
3 Replies
xcrun
     xcrun -- run or locate development tools

SYNOPSIS
xcrun [-sdk SDK] -find <tool_name> xcrun [-sdk SDK] [-log] <tool_name> [<tool_arguments>] <tool_name> [<tool_arguments>] DESCRIPTION
xcrun provides a means locate or invoke coexistence- and platform-aware developer tools from the command-line, without requiring users to modify makefiles or otherwise take laborious or inconvenient measures to adopt Xcode's multiple tool chains. xcode-select is used to specify which installation of Xcode is used, and may be overridden by the DEVELOPER_DIR environment variable. The SDK defaults to the current OS SDK, and can be specified by SDKROOT environment variable or the -sdk flag (which takes precedences over SDKROOT). USAGE
The first usage returns the full path to the found tool_name. The second usage executes tool_name with the given tool_arguments. The last syntax is when xcrun replaces any of the standard UNIX developer tools (typically in /usr/bin). In this case, xcrun will use its tool name to locate the corresponding tool within evaluated DEVELOPER_DIR and SDK. If the tool is not named xcrun , tool_arguments are not parsed by xcrun. OPTIONS
-verbose display information about how the redirected path is constructed. -no-cache don't consult the cache when looking up values. In effect, causes the cache to be refreshed. -sdk SDK specifies which SDK to use. Overrides any SDKROOT set in the environment. -log print the full command line that is invoked. -find print the full path to the tool. ENVIRONMENT
DEVELOPER_DIR - specifies the search path for locating the current developer tools (overrides xcode-select default). SDKROOT - specifies the SDK to use; overriden by the command line -sdk flag. xcrun_log - same as specifying -log xcrun_nocache - same as specifying -no-cache xcrun_verbose - same as specifying -verbose DIAGNOSTICS
When xcrun is invoked with the name xcrun , the flags -log and -verbose are useful debugging aids. The flag -no-cache can be used to bypass cache lookup. When xcrun as taken the place of another tool, the arguments are those of the tool replaced, and the various xcrun flags can't be used. In this case, use the specific environment variables instead. SEE ALSO
xcodebuild -find Xcode coexistence
All times are GMT -4. The time now is 01:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy