The only catch is that Activator expects the activator.properties file in the root of your SBT project, so when SBT runs, it'll fire up the default project, which for ping-play is the aggregate rootProject and not the sample apps. Is it possible to have two activator.properties files, one in each sample app, even though the build details are in the directory above?
The only catch is that Activator expects the
activator.propertiesfile in the root of your SBT project, so when SBT runs, it'll fire up the default project, which for ping-play is the aggregaterootProjectand not the sample apps. Is it possible to have twoactivator.propertiesfiles, one in each sample app, even though the build details are in the directory above?