Running hudson it is easy but currently the documentation is missing the tutorial for installing an running hudson as a daemon/service on OS X.
When you switch to production you need to assure that it is properly configured and secured.
Requirements:
be able to run it on port 80
not running as root (or at least not running the jobs...
Hi
As it says ... in OSX can i create an application based off a bash script - that accepts arguments ?
So for example i can run in terminal :
open /path/to/MyBashScriptApp.app myArgument1
This app will run with the argument passed to it?
I know i can rename to .command - but i need it to be an app .
...
I am wondering how to have a popup alert on my computer (Mac OS X) every hour. I figured writing this in Applescript would be pretty simple but I have no Applescript experience. Thanks
...
Hello,
I'm sorry for my knowledge of English.
I have an Cocoa application, which I want to install on removable volume (usb flash drive).
I use PackageMaker to create package. After install is completed the Installer create in root path of flash drive folder "/Library/Receipts" with receipts files in it. I don't need this files on a fla...
Hello;
I would like to be notifier each time a new window is created or destructed, at system level (not only the ones belonging to my application)
Do you have any pointer to achieve this?
Thanks in advance for your help,
Regards,
...
How can I see what environmental variables are set for GUI applications on OS X?
On OS X the GUI applications are not able to access the environmental variables used by console apps and you have to edit them in ~/.MacOSX/environment.plist by using the Property Editor.
How can I display them?
I tried to run a python script from the Fin...
I have an core data model as follows
The attributes property of Page is a set of DictionaryEntry, they are values for my Page objects, much like a standard NSDictionary (except all of the keys and values are strings)
I have a Page that has a DictionaryEntry with key="title" and value="Home". How would i form a fetch request to load t...
How to find current user home directory on OS X?
HOME environmental variable is not always set, for example when you do not run in console (GUI apps).
For this reason I'm looking for a generic solution, one that will fall-back if os.environ['HOME'] is not set.
There is a similar question (C) but it already has an accepted solution tha...
Hi,
I am using MAMP pro on osx 10.5.8 and everytime I launch MAMP, it overrides what I have set in the httpd.conf for user. It overwrites it with my current user name, and MAMP wont work unless I have both user and group set as www -- Does anyone have any idea as to how to fix this problem?
Any help would be much appreciated!
Thanks
...
Hi. I have a simple question: does Xcode 3.2.4 work on Mac OS X Leopard (10.5) ?
...
I'm developing a cross-platform application and am not very familiar with the Mac platform. I use Qt for the GUI. I use a QGLWidget to make sure the drawing (with QPainter) is done in OpenGL.
My project built fine in XCode and runs. However, drawing is slow as hell, in situations where on Windows and Linux machines speed is not an issue...
I've installed Clojure 1.2.0 using Homebrew package management system on Mac OS X 10.6.4. Running:
$ clj -e '(println "русский язык\n")'
in the Terminal results in:
??????? ????
While running in the same terminal:
$ php -r 'echo "русский язык\n";'
displays the Cyrillic text correctly.
The same effect when running $ clj <some .c...
Hi :-)
I have a simple problem, I will be straighforward.
Suppose I have a third-party cocoa application running that has a chat box inside. Well, I need to capture the text inside that chat-box in real time from another application and write a logfile in real time with that information.
I am sure there is a way, I just don't know whe...
I'm typing at the console
from graphics import *
and I get this error
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
from graphics import *
ImportError: No module named graphics
...
I have a normal NSTableView that displays a list of tracks. I have dedicated a table column to displaying an icon that indicates which track is currently playing.
I'm working on adding fuller VoiceOver support and I don't like how when each row in the table is selected the first thing said is "image". I would like to disable accessibili...
I imported the libsqlite3.0.dylib framework but this code
sqlite3 *database;
generates an error saying that sqlite3 is undeclared.
...
I am working on a job where we are developing a set of cross-platform applications using C++, Qt, and CMake (among other things). On the Mac we run into the problem that we need to package all of our shared libraries into each .app (currently there are 4 of them), which causes the size of the download and install to get large fairly rapi...
This line of code
if (sqlite3_open(([databasePath UTF8String], &database) == SQLITE_OK)
generates an error saying that there are too few arguments to sqlite3_open. How many arguments are required? How can this be fixed?
...
I want to develop an android application without having to purchase an android phone,
1) Is there an android emulator on the mac? the same as on windows?
2) is it better to develop on an android app on a pc, or a mac? same?
...
How do I get the amount of free virtual memory on Mac OSX?
I'm speaking of total free virtual memory (or: free addresses) and also the biggest allocatable continous block of memory available for the current process.
(Like e.g. on Windows returned by GlobalMemoryStatus (free mem) or querieable with a combination of GetSystemInfo / Virt...