attached latest update...added content to sections 3.3 open new version
and 3.4 checkpoint saves ... changed 3.5 update project structure, but it is not near final form ... spent most of day extending api for modifications, which I've now got working, but am running out of daylight:) I expect to finish things up tomorrow so this'll be last chance for feedback:) Dale blog_12.html (49K) Download Attachment |
Hi Dale,
In your example: etacelloToolBox createBaseline: '1.0-baseline' for: 'GemToolsExample' repository: 'http://seaside.gemstone.com/ss/GLASSClient' requiredProjects: #('FFI' 'OmniBrowser' 'Shout' 'HelpSystem') packages: #('OB-SUnitGUI' 'GemTools-Client' 'GemTools-Platform'Â 'GemTools-Help' ) dependencies: {('OB-SUnitGUI' -> #( 'OmniBrowser' )). ('GemTools-Client' -> #( 'OmniBrowser' 'FFI' 'Shout' 'OB-SUnitGUI' )). ('GemTools-Platform' -> #( 'GemTools-Client' )). ('GemTools-Help' -> #( 'HelpSystem' 'GemTools-Client' )). } groups: {('default' -> #( 'OB-SUnitGUI' 'GemTools-Client' 'GemTools-Platform' 'GemTools-Help' ))}. What is requiredProjects? The basenames of some configurations present in memory? Alexandre On 14 Jan 2011, at 22:12, Dale Henrichs wrote: > attached latest update...added content to sections 3.3 open new version and 3.4 checkpoint saves ... changed 3.5 update project structure, but it is not near final form ... spent most of day extending api for modifications, which I've now got working, but am running out of daylight:) > > I expect to finish things up tomorrow so this'll be last chance for feedback:) > > Dale > <blog_12.html> -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. |
The answer is yes. I should have tried a bit more before sending the email
cheers, Alexandre On 17 Jan 2011, at 20:51, Alexandre Bergel wrote: > Hi Dale, > > In your example: > etacelloToolBox > createBaseline: '1.0-baseline' > for: 'GemToolsExample' > repository: 'http://seaside.gemstone.com/ss/GLASSClient' > requiredProjects: #('FFI' 'OmniBrowser' 'Shout' 'HelpSystem') > packages: #('OB-SUnitGUI' 'GemTools-Client' 'GemTools-Platform'Â > 'GemTools-Help' ) > dependencies: > {('OB-SUnitGUI' -> #( 'OmniBrowser' )). > ('GemTools-Client' -> #( 'OmniBrowser' 'FFI' 'Shout' 'OB-SUnitGUI' )). > ('GemTools-Platform' -> #( 'GemTools-Client' )). > ('GemTools-Help' -> #( 'HelpSystem' 'GemTools-Client' )). } > groups: > {('default' -> #( 'OB-SUnitGUI' 'GemTools-Client' 'GemTools-Platform' > 'GemTools-Help' ))}. > > What is requiredProjects? The basenames of some configurations present in memory? > > Alexandre > > On 14 Jan 2011, at 22:12, Dale Henrichs wrote: > >> attached latest update...added content to sections 3.3 open new version and 3.4 checkpoint saves ... changed 3.5 update project structure, but it is not near final form ... spent most of day extending api for modifications, which I've now got working, but am running out of daylight:) >> >> I expect to finish things up tomorrow so this'll be last chance for feedback:) >> >> Dale >> <blog_12.html> > > -- > _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: > Alexandre Bergel http://www.bergel.eu > ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. > > > > > -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;. |
Free forum by Nabble | Edit this page |