mr_ped Messages: 826 Registered: November 2005 Location: Czech Republic - Praha
Experienced Contributor
I think you need to specify all package directories in assembly to let U++ build process know, where it should look.
I'm not 100% sure, but I think if you have your package "myapp\App" using "uppsrc\Core", and you create new assembly which will list "uppsrcSVN" instead of "uppsrc", you can use the very same myapp\App package, but it will build+link with the Core from the new uppsrcSVN directory.
If the bazaar is not in assembly definition, theIDE will not look for packages there when adding package to current project.