I would like to be able to use the jclouds-scriptbuilder outside of jclouds.

Currently jclouds script builder depends on jclouds-core, for the
following classes:

i) Credentials
ii) Nullable
iii) Maps2

Does it make sense to move login statements from script builder to
compute? That would eliminate (i).

Regarding (ii) the Nullable annotation is mostly used to let guice now
that we are ok with injecting null values, so inside the scriptbuilder
(chef statements) it only serves the purpose of documenting the code.
So it cab be just removed (if we decide to).

On (iii) its a single method used.

If the idea of moving the login statements to compute make sense then
(ii) and (iii) are really trivial to fix. wdyt?





-- 
Ioannis Canellos

Blog: http://iocanel.blogspot.com
Twitter: iocanel

Reply via email to