if i have a project where i am working with a small team, is there any way i can automagically let everyone know about the dependencies? a bundler sort of this? this would also allow me build up a new image with my project quickly.. thanks! -- ---- peace, sergio photographer, journalist, visionary http://www.ThoseOptimizeGuys.com http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101
Metacello? On Sep 7, 2012, at 6:46 PM, sergio_101 <sergio.rrd@gmail.com> wrote:
if i have a project where i am working with a small team, is there any way i can automagically let everyone know about the dependencies?
a bundler sort of this?
this would also allow me build up a new image with my project quickly..
thanks!
-- ---- peace, sergio photographer, journalist, visionary
http://www.ThoseOptimizeGuys.com http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101
and read the available chapter. in pharo by example web site. On Sep 8, 2012, at 4:38 AM, Paul DeBruicker wrote:
Metacello?
On Sep 7, 2012, at 6:46 PM, sergio_101 <sergio.rrd@gmail.com> wrote:
if i have a project where i am working with a small team, is there any way i can automagically let everyone know about the dependencies?
a bundler sort of this?
this would also allow me build up a new image with my project quickly..
thanks!
-- ---- peace, sergio photographer, journalist, visionary
http://www.ThoseOptimizeGuys.com http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101
found it! thanks! -- ---- peace, sergio photographer, journalist, visionary http://www.ThoseOptimizeGuys.com http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101
Reading Metacello methods to understand dependencies requires you and your team understand the API. You may use the package dependencies: http://permalink.gmane.org/gmane.comp.lang.smalltalk.pharo.devel/19656 ( PDPackageAnalyzer onPackagesNamed: #( 'BioEntrez' 'BioEntrezTests' 'BioBlast' 'BioBlastTests' 'BioFormatters' 'BioFormatterTests' 'BioParsers' 'BioParsersTests' 'BioTools' 'BioToolsTests' 'BioSupport' 'BioWrappers' 'BioWrapperTests' 'BioNCBI' 'BioNCBITests' 'BioSupport' 'BioPharo' 'BioClassifier' 'BioClassifierTests' 'BioArlequin' 'BioToolsSamples' ) ) save: 'BioSmalltalk.dot' and load the .dot in GraphViz. 2012/9/8 sergio_101 <sergio.rrd@gmail.com>
if i have a project where i am working with a small team, is there any way i can automagically let everyone know about the dependencies?
a bundler sort of this?
this would also allow me build up a new image with my project quickly..
thanks!
-- ---- peace, sergio photographer, journalist, visionary
http://www.ThoseOptimizeGuys.com http://www.CodingForHire.com http://www.coffee-black.com http://www.painlessfrugality.com http://www.twitter.com/sergio_101 http://www.facebook.com/sergio101
participants (4)
-
Hernán Morales Durand -
Paul DeBruicker -
sergio_101 -
Stéphane Ducasse