target.createNewFile();
log.debug("Compiling rules to {}", target.getAbsolutePath());
PolicyCompilerImpl pc = new PolicyCompilerImpl();
pc.compile(profile, new FileWriter(target));
JOptionPane.showMessageDialog(WebPolicyEditor.getWindow(),
"The rules have been successfully compiled into file\n "
+ target.getAbsolutePath() + "\n");
}