Revision: 189
Author:
pila...@gmail.com
Date: Sat May 5 21:16:14 2012
Log: Edited wiki page ContributorStepsMac through web user interface.
http://code.google.com/p/snapbackup/source/detail?r=189
Modified:
/wiki/ContributorStepsMac.wiki
=======================================
--- /wiki/ContributorStepsMac.wiki Sat Jan 1 22:48:55 2011
+++ /wiki/ContributorStepsMac.wiki Sat May 5 21:16:14 2012
@@ -10,8 +10,8 @@
*B) Download Code*
Run _Terminal_ (it's in `/Applications/Utilities`) and enter the
following commands at the Unix shell prompt:
- || `$ mkdir ~/Projects` ||
- || `$ cd ~/Projects` ||
+ || `$ mkdir ~/projects` ||
+ || `$ cd ~/projects` ||
|| `$ svn checkout
https://snapbackup.googlecode.com/svn/trunk/
snapbackup --username <USERNAME HERE>` ||
In the above instructions, replace "`<USERNAME HERE>`" with your Google
Code username. If you get an "Error validating server certificate", you
can enter "p" to permanently accept the certificate.
@@ -25,13 +25,13 @@
Open _Finder_ --> Go to the folder `~/Projects/snapbackup/src/tools`
--> Double-click the file _*build.sh.command*_ --> Go to the folder
`~/Projects/snapbackup/build` --> Double-click the file _*snapbackup.jar*_
--> Verify that the Snap Backup application launches and works properly
*B) Edit Code*
- The project files are under the `~/Projects/snapbackup` folder. Use
your editor or IDE to make changes to the appropriate files.
+ The project files are under the `~/projects/snapbackup` folder. Use
your editor or IDE to make changes to the appropriate files.
*C) Build the Project and Verify*
Repeat step A above.
*D) Check Changes into SVN Repository (Server)*
- || `$ cd ~/Projects/snapbackup` ||
+ || `$ cd ~/projects/snapbackup` ||
|| `$ svn update` ||
|| `$ svn status` ||
|| `$ svn commit --message "<COMMENT HERE>."` ||
@@ -39,15 +39,15 @@
In the above instructions, replace "`<COMMENT HERE>`" with a short
description of the changes you made.
== 3. Mac OS X Installer ==
-To wrap the Mac application (`~/Projects/snapbackup/build/Snap
Backup.app`) into a native [
http://www.centerkey.com/mac/java/ Mac OS X
installer], follow these steps:
- # Using _Finder_, navigate to the
`~/Projects/snapbackup/src/installer/mac` folder
+To wrap the Mac application (`~/projects/snapbackup/build/Snap
Backup.app`) into a native [
http://www.centerkey.com/mac/java/ Mac OS X
installer], follow these steps:
+ # Using _Finder_, navigate to the
`~/projects/snapbackup/src/installer/mac` folder
# Double-click _*snap-backup.pmdoc*_ (the first time you may have
to open from !PackageMaker)
# Click the _*Build*_ hammer icon
- # Navigate to the `~/Projects/snapbackup/build` folder
+ # Navigate to the `~/projects/snapbackup/build` folder
# Deselect the "Hide extension" option
# Click the _*Save*_ button
# Quit _!PackageMaker_ and choose _*Don't Save*_ your changes
-The new installer will be at:
`~/Projects/snapbackup/build/SnapBackupInstaller.mpkg`
+The new installer will be at:
`~/projects/snapbackup/build/SnapBackupInstaller.mpkg`
----