I'm up and running!! Steve helped me work out the issue with resolving to my block definition file. I actually have to type in the full pathname to this file, so the code should be:
criteria.put( "merlin.deployment", "target/deliverables/block/your-container-defintion.block" ); The thing with this approach, though, is that is doesn't really inspire confidence for managing projects in the long term. Is anybody able to share with me what they consider best practices for managing projects? I am assuming that the project should be deployed in a jar file, then sent to the repository. That way it can be resolved using artifact spec ([repository-cache]/[group]/[type]s/[name]-[version].[type]). Would you agree that this is the best approach? Is there a build target that can do this for me, or do I have to make my own target to manage my blocks? Thanks for the insights! --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
