Re: Delete of parent object triggers delete of to-one destination object

2010-10-06 Thread David Avendasora
And if all else fails, check the .plist file for the Entity with the relationship pointing to MIME_CONTENT. I have had it happen where there's something weird going on in the .plist. It's been a _long_ time though. Dave On Oct 5, 2010, at 9:08 PM, Ramsey Lee Gurley wrote: On Oct 5, 2010,

Re: Rule Modeler Update

2010-10-06 Thread David Avendasora
(moving to WebObjects Dev List) Looks great to me! How does it behave as you start adding things like entity and such? The only thing I would say is to remove the rule that is actually being worked on from the list at the bottom so it doesn't cause confusion. Dave On Oct 5, 2010, at 11:27

Re: Delete of parent object triggers delete of to-one destination object

2010-10-06 Thread Ricardo J. Parada
The mimeContent relationship in the .plist looks like this: { destination = MBMimeContent; isToMany = N; joinSemantic = EOLeftOuterJoin; joins = ({destinationAttribute = mimeContentID; sourceAttribute = mimeContentID; });

Re: Delete of parent object triggers delete of to-one destination object

2010-10-06 Thread Ricardo J. Parada
The Message entity has another to-one called notification which has Own Destination checked. But that to-one has a different destination entity. Anyways, I unchecked that and tried again but it still deleting the destination EO of the mimeContent to-one. :-/ On Oct 5, 2010, at 8:26 PM,

Re: Delete of parent object triggers delete of to-one destination object

2010-10-06 Thread David Avendasora
Out of curiosity, why is it a Left Outer Join? Dave On Oct 6, 2010, at 6:16 AM, Ricardo J. Parada wrote: The mimeContent relationship in the .plist looks like this: { destination = MBMimeContent; isToMany = N; joinSemantic = EOLeftOuterJoin;

TurnKey Installer

2010-10-06 Thread Jeremy Matthews
So...before I go tromping about and creating a half-dozen different installers (or writing some dependencies scripts)let me ask a question: 1) Eclipse comes in 3 flavors (3.6.1) - Carbon, Cocoa, and Cocoa/x86_64. Are we all pretty much working in Cocoa/x86_64 land nowadays? Is there a

Re: TurnKey Installer

2010-10-06 Thread Kieran Kelleher
Cocoa/x86_64 should run fine on any Mac that is less than a few years old. On Oct 6, 2010, at 7:13 AM, Jeremy Matthews wrote: So...before I go tromping about and creating a half-dozen different installers (or writing some dependencies scripts)let me ask a question: 1) Eclipse comes in

Re: Delete of parent object triggers delete of to-one destination object

2010-10-06 Thread Ricardo J. Parada
I asked the same thing when I saw that. :-) Switching it to EOInnerJoin doesn't make a difference though. On Oct 6, 2010, at 6:39 AM, David Avendasora wrote: Out of curiosity, why is it a Left Outer Join? Dave On Oct 6, 2010, at 6:16 AM, Ricardo J. Parada wrote: The mimeContent

Re: Boolean expression parser [SOLVED]

2010-10-06 Thread Kieran Kelleher
I had been thinking about EOQualifier . I even poked around a little in _EOQualifierParser with JD initially for ideas, but the only thing that drove me to check if there was some other simple boolean variable expression parser out there was the fact that I wanted to write concise boolean

Re: TurnKey Installer

2010-10-06 Thread David Avendasora
I think if the point is to have a TurnKey installer to make it simple for the beginner, it doesn't make sense to have more than one version, it will just confuse the beginner. Also, it will be far easier to maintain. I say: Eclipse 3.6, Cocoa/x86_64 and WO 5.4, Wonder Trunk. Dave On Oct 6,

Re: TurnKey Installer

2010-10-06 Thread Kieran Kelleher
Correction: Eclipse 3.6.1, Cocoa/x86_64 and WO 5.4, Wonder 54 branch. On Oct 6, 2010, at 7:56 AM, David Avendasora wrote: I think if the point is to have a TurnKey installer to make it simple for the beginner, it doesn't make sense to have more than one version, it will just confuse the

Re: TurnKey Installer

2010-10-06 Thread Antonio Petri
On 6 October 2010 12:56, David Avendasora webobje...@avendasora.com wrote: I think if the point is to have a TurnKey installer to make it simple for the beginner, it doesn't make sense to have more than one version, it will just confuse the beginner. Bingo! I am a beginner and with no much

Re: TurnKey Installer

2010-10-06 Thread David Avendasora
On Oct 6, 2010, at 8:02 AM, Kieran Kelleher wrote: Correction: Eclipse 3.6.1, Cocoa/x86_64 and WO 5.4, Wonder 54 branch. Fine with 3.6.1, but hasn't Mike said that the Wonder 54 branch is only for the Adventurous ? Dave On Oct 6, 2010, at 7:56 AM, David Avendasora wrote: I think if the

Re: TurnKey Installer

2010-10-06 Thread David LeBer
On 2010-10-06, at 8:06 AM, David Avendasora wrote: On Oct 6, 2010, at 8:02 AM, Kieran Kelleher wrote: Correction: Eclipse 3.6.1, Cocoa/x86_64 and WO 5.4, Wonder 54 branch. Fine with 3.6.1, but hasn't Mike said that the Wonder 54 branch is only for the Adventurous ? With Mike that

Re: TurnKey Installer

2010-10-06 Thread David Avendasora
On Oct 6, 2010, at 8:09 AM, David LeBer wrote: On 2010-10-06, at 8:06 AM, David Avendasora wrote: On Oct 6, 2010, at 8:02 AM, Kieran Kelleher wrote: Correction: Eclipse 3.6.1, Cocoa/x86_64 and WO 5.4, Wonder 54 branch. Fine with 3.6.1, but hasn't Mike said that the Wonder 54

Re: Rule Modeler Update

2010-10-06 Thread James Cicenia
It is currently using the existing search.. I am just doing it live and showing the results on the bottom. If there is a different behavior required I can look into it. James On Oct 6, 2010, at 3:55 AM, David Avendasora wrote: (moving to WebObjects Dev List) Looks great to me! How does

wsresources.exclude help

2010-10-06 Thread Theodore Petrosky
I have a few files that I don't want to delete that live in my WebServerResources folder. I assumed that the wsresources.exclude.patterns file would allow me to permit these files to live here but exclude them from the app build. So I added: WebServerResources/AA*.* to the exclude.patterns

Running App dead with Wonder 5, ERExtensions.framework

2010-10-06 Thread Sreenivasulu A
Hi All, When I am using wonder 4 ERExtensions.framework in my app, app is running. But when I am trying use wonder 5 ERExtensions.framework in my app, app is hanging and it becomes necessary to restart the app to work with this app. Any help is greatly appreciated, Sreenivasulu Arveti.

ERRest and qualifier parameter

2010-10-06 Thread Farrukh Ijaz
Hi, How can a define qualifier parameter for an ERRest request which contains attribute of to-one relationship? E.g. I can get all the publications by following url: http://hidden/app/ra/Publication.plist I can get a specific Publication as follows:

Re: Running App dead with Wonder 5, ERExtensions.framework

2010-10-06 Thread Kieran Kelleher
You need to debug the hanging. Do a thread dump. On Oct 6, 2010, at 9:34 AM, Sreenivasulu A wrote: Hi All, When I am using wonder 4 ERExtensions.framework in my app, app is running. But when I am trying use wonder 5 ERExtensions.framework in my app, app is hanging and it becomes necessary

Re: ERRest and qualifier parameter

2010-10-06 Thread Farrukh Ijaz
Okay I got it. http://developer.apple.com/legacy/mac/library/documentation/WebObjects/Reference/WO53_Reference/com/webobjects/eocontrol/EOQualifier.html?is-external=true Farrukh On 2010-10-06, at 4:38 PM, Farrukh Ijaz wrote: Hi, How can a define qualifier parameter for an ERRest request

Simple code changes require a restart of the app

2010-10-06 Thread Ricardo J. Parada
I just noticed that simple code changes require a restart of the app. Does anybody have this problem? What should I check? I'm using Eclipse 3.6.0 / WOLips 3.6.6142 / WO 5.4.3 / Wonder Revision 11424 from https://wonder.svn.sourceforge.net/svnroot/wonder/trunk/Wonder Thanks, Ricardo

Re: Patched MySQL plugin

2010-10-06 Thread John Huss
didn't 5.4 add adaptorValueConversionClassName in addition to the adaptorValueConversionMethodName that lets you get around that limitation? ms You can add this to the list of things that don't work in 5.4. When using the adaptorValueConversionClassName converts the value by assigning it to

Re: Simple code changes require a restart of the app

2010-10-06 Thread Farrukh Ijaz
Check in the Eclipse that Build Automatically is selected. Restart is normally required if you add new method, field, or change in property. Change in HTML is should work without restart. Use JRebel. Even with JRebel if you change the signature of existing method or class will require

Re: Simple code changes require a restart of the app (SOLVED)

2010-10-06 Thread Ricardo J. Parada
Thanks. That was it. At some point I turned off Build Automatically and forgot to turn it back on. :-) On Oct 6, 2010, at 12:08 PM, Farrukh Ijaz wrote: Check in the Eclipse that Build Automatically is selected. Restart is normally required if you add new method, field, or change in

Re: Delete of parent object triggers delete of to-one destination object

2010-10-06 Thread Ricardo J. Parada
Thanks Chuck... You lead me to the problem. My Message entity has a mimeType property derived from mimeContent.mimeType. So it seems that is the reason why EOF is deleting the mimeContent to-one when I delete the parent Message. On Oct 5, 2010, at 8:26 PM, Chuck Hill wrote: Is there

Re: Simple code changes require a restart of the app

2010-10-06 Thread David Holt
On 2010-10-06, at 9:08 AM, Farrukh Ijaz wrote: Check in the Eclipse that Build Automatically is selected. Restart is normally required if you add new method, field, or change in property. Change in HTML is should work without restart. Use JRebel. +1 it is hard to live without once you

When is a BLOB property fetched?

2010-10-06 Thread Ricardo J. Parada
Let's say I have an EO with a class property that is a BLOB. Is the BLOB fetched when the accessor method gets called? Or is it fetched when the EO is fetched? Thanks, Ricardo ___ Do not post admin requests to the list. They will be ignored.

Re: When is a BLOB property fetched?

2010-10-06 Thread Mike Schrag
it's an attribute like any other, so it's fetched when the EO is fetched ... this is why most people recommend pushing blobs into other entities. ms On Oct 6, 2010, at 12:38 PM, Ricardo J. Parada wrote: Let's say I have an EO with a class property that is a BLOB. Is the BLOB fetched when

ERD

2010-10-06 Thread Calven Eggert
In the old EOModeler I was able to 'nicely' print off Entity Relationship Diagrams. Now in Entity Modeler I don't see a way to do it. Is anyone out there creating ERDs? How? Calven ___ Do not post admin requests to the list. They will be

Re: Patched MySQL plugin

2010-10-06 Thread Ramsey Gurley
On Oct 6, 2010, at 11:57 AM, John Huss wrote: didn't 5.4 add adaptorValueConversionClassName in addition to the adaptorValueConversionMethodName that lets you get around that limitation? ms You can add this to the list of things that don't work in 5.4. When using the

Re: ERD

2010-10-06 Thread David Avendasora
There's no easy, free way. OmniGraffle can open .eomodeld files and create an ERD for you. Dave On Oct 6, 2010, at 1:26 PM, Calven Eggert wrote: In the old EOModeler I was able to 'nicely' print off Entity Relationship Diagrams. Now in Entity Modeler I don't see a way to do it. Is anyone

Re: ERD

2010-10-06 Thread David Holt
The easiest way is to open your EOModel in OmniGraffle and print it from there. Mike created a graffle generator http://webobjects.mdimension.com/wolips/eomodelgraffle-latest.jar There are other solutions. One is to convert it to GraphViz format. Anjo created a GraphViz page in D2W

Re: ERD

2010-10-06 Thread David Holt
On 2010-10-06, at 10:51 AM, David Holt wrote: The easiest way is to open your EOModel in OmniGraffle and print it from there. Mike created a graffle generator http://webobjects.mdimension.com/wolips/eomodelgraffle-latest.jar The file moved. It is now here:

Re: Patched MySQL plugin

2010-10-06 Thread Mike Schrag
i THINK it happens in EOAttribute it's like adaptorValueByConvertingSomething..Value? On Oct 6, 2010, at 1:46 PM, Ramsey Gurley wrote: On Oct 6, 2010, at 11:57 AM, John Huss wrote: didn't 5.4 add adaptorValueConversionClassName in addition to the adaptorValueConversionMethodName

Re: Patched MySQL plugin

2010-10-06 Thread Ramsey Gurley
Ok, I see it. Thanks, Ramsey On Oct 6, 2010, at 2:00 PM, Mike Schrag wrote: i THINK it happens in EOAttribute it's like adaptorValueByConvertingSomething..Value? On Oct 6, 2010, at 1:46 PM, Ramsey Gurley wrote: On Oct 6, 2010, at 11:57 AM, John Huss wrote: didn't 5.4 add

TurnKey Installer Components

2010-10-06 Thread Jeremy Matthews
So...from the old installer fileshere is a list of what was installed in the past (some components optional) 1) Eclipse (whatever) 2) WOLips (stable) 3) EOGenerator Templates (I believe these are no longer needed by anyone???) 4) Launchd scripts for wotaskd and womonitor 5) Wonder Frameworks

Re: TurnKey Installer Components

2010-10-06 Thread Pascal Robert
Le 2010-10-06 à 15:17, Jeremy Matthews a écrit : So...from the old installer fileshere is a list of what was installed in the past (some components optional) 1) Eclipse (whatever) 2) WOLips (stable) 3) EOGenerator Templates (I believe these are no longer needed by anyone???) 4)

Long Varchar and distinct

2010-10-06 Thread Jeffrey Simpson
The database that I am working with is DB2. I have a very old plugin. I plan on writing a new plugin and submitting it to Wonder. With that said, I ran into a problem with a column defined as a Long Varchar. When I batch fetch the entity with the long varchar the Sql that is generated

Re: TurnKey Installer Components

2010-10-06 Thread John Huss
And the mod_WebObjects adaptor compiled for snow leopard. John On Wed, Oct 6, 2010 at 2:23 PM, Pascal Robert prob...@macti.ca wrote: Le 2010-10-06 à 15:17, Jeremy Matthews a écrit : So...from the old installer fileshere is a list of what was installed in the past (some components

Problem launching WO533 project

2010-10-06 Thread David LeBer
I'm having problems launching projects in my WO533 workspace. This is the error I'm getting at launch: NSPropertyListSerialization.dictionaryWithPathURL didn't show up until WO5.4... Oct 06 16:08:42 SNAdmin[5599] (_PBXProjectWatcher.java:53) DEBUG com.webobjects._ideservices._PBXProjectWatcher

Re: Problem launching WO533 project

2010-10-06 Thread Mike Schrag
ah yeah ... ERFoundation.jar used to include NSPropertyListSerialization, but I pulled it out for the 5.4 branch when we pushed the source in. When I merged back to 5.3, I think I left out NSPropertyListSerialization, which means you don't have a 5.4-compatible impl anymore. Maybe try

Re: Problem launching WO533 project

2010-10-06 Thread Timo Hoepfner
The problem with the NSPlistSer in 5.3 were the incompatible xml jars in JavaXML.farmework. Putting it back into 5.3 w/o modification is probably not a good idea... Revision: 11384 http://wonder.svn.sourceforge.net/wonder/?rev=11384view=rev Author: mschrag Date: 2010-09-27

Re: Problem launching WO533 project

2010-10-06 Thread Mike Schrag
oh .. right. i'm tempted to just kill the new rapid turnaround from the 5.3 branch and just put back the old nsbundle crap. i don't really want to maintain 5.3 anymore. anyone who wants new rapid turnaround is welcome to fix this. ms On Oct 6, 2010, at 4:41 PM, Timo Hoepfner wrote: The

Re: Simple code changes require a restart of the app

2010-10-06 Thread Hugi Þórðarson
Check in the Eclipse that Build Automatically is selected. Restart is normally required if you add new method, field, or change in property. Change in HTML is should work without restart. Use JRebel. +1 it is hard to live without once you get it going. And to add to that; if you

Re: TurnKey Installer Components

2010-10-06 Thread Jeremy Matthews
And what is the consensus on the location for Eclipse? Last thread made me feel like we're leaning towards /Applications... /Applications /Developer other? Thanks, jeremy On Oct 6, 2010, at 3:43 PM, John Huss wrote: And the mod_WebObjects adaptor compiled for snow leopard. John On Wed,

D2W an Unmodeled Relationship

2010-10-06 Thread David Avendasora
Hi all, I'm working on a ERModernD2W app and I have a cross-DB toMany relationship that I can't model because DB is on a different physical server, so I've just created a method that fetches the related object by qualifying on the PK. All quite straight-forward. But when I add that method to

Re: D2W an Unmodeled Relationship

2010-10-06 Thread David Holt
For details see the thread from last week: Re: [Wonder-disc] derived related non-modeled EO List display Short answer: 95 : propertyKey = 'distinctPrivileges' = componentName = ERDList [com.webobjects.directtoweb.Assignment] 95 : propertyKey = 'distinctPrivileges' = listConfigurationName =

Re: Simple code changes require a restart of the app

2010-10-06 Thread Ricardo J. Parada
I tried JRebel a while back but I kept running into out of memory errors and had to adjust the memory parameters. The I figured I don't make that drastic code changes that often and so I went on without it. :-) On Oct 6, 2010, at 4:59 PM, Hugi Þórðarson wrote: Check in the Eclipse that

Re: Simple code changes require a restart of the app

2010-10-06 Thread David Holt
The memory problems happened for a week or two for me too. It is now working great. You might want to try it again. Any code change that normally requires a restart will no longer do so. There are a few exceptions, but it will tell you when it can't do it. David On 2010-10-06, at 2:16 PM,

Re: Simple code changes require a restart of the app

2010-10-06 Thread David Avendasora
Memory problems?! What are your launch arguments? I had to make some changes since with JRebel you're keeping a lot more in memory, but once I modified my launch arguments I haven't had a problem. Here's mine: ${jrebel_args} -XX:MaxPermSize=256m -Xms512m -Xmx1024m -Drebel.log4j-plugin=true

Re: TurnKey Installer Components

2010-10-06 Thread Mark Ritchie
On 6/Oct/2010, at 2:06 PM, Mike Schrag wrote: I'm a /Developer/Applications fan, personally ... I also like shuffling the config around so I only have an Eclipse.app and the plugins and configuration folders are inside the bundle. Ick, clearly NOT someone who erases and installs every new

Re: Simple code changes require a restart of the app

2010-10-06 Thread Ricardo J. Parada
I think it was the -XX:MaxPermSize which I had to set to something really big (like 2GB) or so. But I may try it again to see if it got better. Thanks for the info. On Oct 6, 2010, at 5:33 PM, David Avendasora wrote: Memory problems?! What are your launch arguments? I had to make some

Re: TurnKey Installer Components

2010-10-06 Thread Lachlan Deck
On 07/10/2010, at 8:48 AM, Mark Ritchie wrote: On 6/Oct/2010, at 2:06 PM, Mike Schrag wrote: I'm a /Developer/Applications fan, personally ... I also like shuffling the config around so I only have an Eclipse.app and the plugins and configuration folders are inside the bundle. Ick,

Re: TurnKey Installer Components

2010-10-06 Thread David Avendasora
Thinking like a complete noob, I'd put it in Applications. Dave On Oct 6, 2010, at 5:06 PM, Mike Schrag wrote: I'm a /Developer/Applications fan, personally ... I also like shuffling the config around so I only have an Eclipse.app and the plugins and configuration folders are inside the

Re: D2W an Unmodeled Relationship

2010-10-06 Thread David Avendasora
First of all, the changes to RuleModeler rock in that I could just copy paste your rules below directly into my rule files!Second. It doesn't quite work yet. The paging controls are there, but no listing. Hard to explain. Here's a screen shot (yes, I have my own Skin for ERModernD2W)You can see

Re: TurnKey Installer Components

2010-10-06 Thread D Tim Cummings
Like Lachlan, I install eclipse in ~/Applications. If you have more than one user on your Mac using eclipse, but only one installation of eclipse, you have all sorts of permissions problems when each one is installing their own plugins. Tim On 07/10/2010, at 7:55 AM, Lachlan Deck wrote: On

Re: TurnKey Installer Components

2010-10-06 Thread Kieran Kelleher
I put dev apps in ~/Applications and everything to do with development in ~/Developer Regards, Kieran On Oct 6, 2010, at 5:00 PM, Jeremy Matthews wrote: And what is the consensus on the location for Eclipse? Last thread made me feel like we're leaning towards /Applications...

Re: Long Varchar and distinct

2010-10-06 Thread Chuck Hill
On Oct 6, 2010, at 12:38 PM, Jeffrey Simpson wrote: The database that I am working with is DB2. I have a very old plugin. I plan on writing a new plugin and submitting it to Wonder. With that said, I ran into a problem with a column defined as a Long Varchar. When I batch fetch the

Re: D2W an Unmodeled Relationship

2010-10-06 Thread David Holt
On 2010-10-06, at 3:09 PM, David Avendasora wrote: First of all, the changes to RuleModeler rock in that I could just copy paste your rules below directly into my rule files! It's a new world! Second. It doesn't quite work yet. The paging controls are there, but no listing. Hard to

Re: TurnKey Installer Components

2010-10-06 Thread Q
I install eclipse in ~/Developer/Applications/ On 07/10/2010, at 7:00 AM, Jeremy Matthews wrote: And what is the consensus on the location for Eclipse? Last thread made me feel like we're leaning towards /Applications... /Applications /Developer other? Thanks, jeremy On Oct 6,

Re: TurnKey Installer Components

2010-10-06 Thread Mike Schrag
So it sounds like the majority is ~/something ... I think ~/Applications is a reasonable choice. ms On Oct 6, 2010, at 7:53 PM, Q wrote: I install eclipse in ~/Developer/Applications/ On 07/10/2010, at 7:00 AM, Jeremy Matthews wrote: And what is the consensus on the location for

Re: D2W an Unmodeled Relationship

2010-10-06 Thread Ramsey Lee Gurley
On Oct 6, 2010, at 7:38 PM, David Holt wrote: On 2010-10-06, at 3:09 PM, David Avendasora wrote: First of all, the changes to RuleModeler rock in that I could just copy paste your rules below directly into my rule files! It's a new world! Second. It doesn't quite work yet.

Migration Problem

2010-10-06 Thread Johnny Miller
Hi, I'm creating a new version of an existing model so I created a new framework with a new model with a name like MyModelv2 So my migration classes have names like MyModelv20.java MyModelv21.java MyModelv22.java ... Which works fine but when I got to MyModelv210.java when the

Re: Migration Problem

2010-10-06 Thread David Holt
Yes. It is looking for sequential numbers and you're jumping from 29 to 210 :-) David On 2010-10-06, at 5:06 PM, Johnny Miller wrote: Hi, I'm creating a new version of an existing model so I created a new framework with a new model with a name like MyModelv2 So my migration classes

Re: Migration Problem

2010-10-06 Thread Mike Schrag
i could have sworn it just appended numbers to the model name, though ... i'm a little surprised this is breaking. On Oct 6, 2010, at 8:09 PM, David Holt wrote: Yes. It is looking for sequential numbers and you're jumping from 29 to 210 :-) David On 2010-10-06, at 5:06 PM, Johnny

Re: Migration Problem

2010-10-06 Thread Johnny Miller
LOL, I guess I could update _dbupdater to version 209 :( On Oct 6, 2010, at 2:09 PM, David Holt wrote: Yes. It is looking for sequential numbers and you're jumping from 29 to 210 :-) David On 2010-10-06, at 5:06 PM, Johnny Miller wrote: Hi, I'm creating a new version of an

Re: Migration Problem

2010-10-06 Thread Mike Schrag
i would add some debugging into ERXMigrator to see what it's ACTUALLY doing On Oct 6, 2010, at 8:42 PM, Johnny Miller wrote: LOL, I guess I could update _dbupdater to version 209 :( On Oct 6, 2010, at 2:09 PM, David Holt wrote: Yes. It is looking for sequential numbers and you're

Re: TurnKey Installer Components

2010-10-06 Thread Q
On 07/10/2010, at 10:38 AM, Stephen R. Smith wrote: FWIW - I'm also a /Developer/Applications fan. I'm the only user on my machines, so I don't use ~/Applications at all. Office and Photoshop aren't really dev apps, so they logically belong in /Applications. Conversely, Xcode and Eclipse

Re: TurnKey Installer Components

2010-10-06 Thread Mike Schrag
I was the same until recently when I switched to a new machine and forgot to copy over eclipse for the umteen'th time. So I moved it to my home directory instead. If eclipse kept it's plugins and other global config in my home directory I would have no reason to keep it there also.

Re: TurnKey Installer Components

2010-10-06 Thread Jeremy Matthews
I had no idea what I was getting myself intoheh. This is for newbies...generally speaking, so we'll do ~/Applications...maybe offer a choice...dunno yet. -j On Oct 6, 2010, at 8:57 PM, Mike Schrag wrote: I was the same until recently when I switched to a new machine and forgot to copy

Re: TurnKey Installer Components

2010-10-06 Thread Lachlan Deck
On 07/10/2010, at 11:38 AM, Stephen R. Smith wrote: FWIW - I'm also a /Developer/Applications fan. I'm the only user on my machines, so I don't use ~/Applications at all. Office and Photoshop aren't really dev apps, so they logically belong in /Applications. Conversely, Xcode and Eclipse