Packaging multiple features into a single WSP solution file

mosssharepointsharepoint-2007wspwspbuilder

I am working on a sharepoint feature which includes a couple of list definitions, 2 webparts, a feature receiver assembly and an InfoPath form.

I have to use WSPBuilder to package these, and the requirement is to package all these features into a single WSP solution file.

Now, WSP builder requires the deployment files in a particular folder structure, same as the 12 Hive of sharepoint.

My problem is that all my features were developed separately, and consist of multiple project files, and these are not necessarily in the same folder structure..

How do I use WSP Builder to package multiple features into a single WSP solution?

Best Answer

Maybe this will help: http://www.codeplex.com/wspbuilder/Thread/View.aspx?ThreadId=43125

Ultimately, I think you gain a lot of flexibility by building your own wsp files by using a tool like NANT.