if (manifest == null) {
throw new BuildException("source manifest file is required for convertmanifest task");
}
if (profileProvider == null) {
try {
profileProvider = new ExecutionEnvironmentProfileProvider();
} catch (IOException e) {
throw new BuildException("Enable to load the default environment profiles", e);
}
}