>> Does this set of classes look more sensible to move to a "Utilities" >> (or maybe "Convenience") subproject?: >> >> ETCArray >> ETGetOptionsDictionary - function for processing command line args >> ETTranscript - transcript for Smalltalk >> NSFileManager+NameForTempFile >> NSFileManager+TempFile >> NSIndexPath+Etoile >> NSIndexSet+Etoile >> NSInvocation+Etoile - convenience factory method for NSInvocation >> NSString+Etoile - some convenience methods for NSString >> NSURL+Etoile - some convenience methods for NSURL > > Yes (except ETTranscript may be). It's fine for me. Feel free to > rearrange it like that if David agrees (he is the other > EtoileFoundation maintainer).
I tried to do this, but the makefile changes were more of a pain than I expected. I got it to work by putting the "Convenience" files in a separate framework - would that be bad? It would require changing a lot of code, I guess. I tried to keep them in the same framework but put the source and header files in Headers/Convenience and Source/Convenience, but that didn't work (and is also a bit ugly). _______________________________________________ Etoile-dev mailing list Etoile-dev@gna.org https://mail.gna.org/listinfo/etoile-dev