Hi,

I'm wondering how to set up and build some Castle projects (like
Castle Core, Windsor and some facilities) to be able to step into
their source code from my own project?

Right now my only idea is to:
 - get source for all projects
 - build first one, Castle.Core
 - copy dll/pdb to next one, Castle Windsor, and build this one
 - copy dlls/pdbs to next one, like some facility, and build
 - copy all dlls/pdbs to my own project

How do you do it? I can automate it with plain .bat file, but maybe
you have other ideas?

I wonder how Java does it, what is their equivalent to pdb? In Apache
Maven I can just download the sources, everything works out of the box.

-- 
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en.

Reply via email to