" file into existing package "
Store.Policies packagePolicy
forcePackage: (Store.Registry packageNamed: 'GeneratedCodePackage')
while: [ ... ]
" file into package (created on the fly if it does not exist yet) "
Store.Policies packagePolicy
forcePackage: (Store.Registry packageNamedOrCreate: 'GeneratedCodePackage')
while: [ ]
-----Ursprüngliche Nachricht-----
Von:
[hidden email] [mailto:
[hidden email]] Im Auftrag von Steffen Märcker
Gesendet: Mittwoch, 13. Januar 2010 10:24
An: vwnc
Betreff: [vwnc] setting a package programmatically
Hi,
I am working on some code generation and want to set the package where the
generated code will be stored in. How can I set that destination package
programmatically? ... or even create one on the fly?
THX,
Steffen
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc