[cosmo-dev] Empty config.properties

randy at osafoundation.org randy at osafoundation.org
Thu Aug 14 09:25:01 PDT 2008


> The properties file is empty. Nothing is copied into te webapp dir. What
> do i need to do with the properties file?
>

Are you trying to build the war file or the server bundle?  To build the
war file, you need to be in the "cosmo" subdir and execute "mvn package". 
So something like:

cd [toplevel src dir]
cd cosmo
mvn package

A common mistake is to execute "mvn package" at the toplevel dir.

-Randy



More information about the cosmo-dev mailing list