Startup issues with Labkey 2.3 branch

LabKey Support Forum (Inactive)
Startup issues with Labkey 2.3 branch Matthew Bellew  2007-12-03 15:05
Status: Closed
 
Be sure that the build.xml you are using matches the branch you are building (svn status build.xml).

In particular, the struts config files will not be built for a module (core in this case) unless this line appears inside the sub_build_module task for the module target.

            <param name="useBeehive" value="true" />