+1 to enable
An example tuscany.policy file is attached to this article.
http://cwiki.apache.org/confluence/display/TUSCANY/Running+Tuscany+with+Java+2+Security+Enabled
Run the security profile by name (tuscany.policy in
{java.home}/lib/security):
mvn test -P security
or run the security profile by providing a policy property:
mvn "-Dtuscany.policy.file=file:///e:/tuscany.policy"
Mike Edwards wrote:
+1 to turn it on for the default build.
Yours, Mike.
Simon Laws wrote:
On Fri, Sep 19, 2008 at 6:36 AM, Jean-Sebastien Delfino
<[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
Luciano Resende wrote:
Should we create a build profile to run the security enable
build in
the Continuum environment ?
I can help with that, just want to check if we can point to a
policy
file from our svn or relative to sca checkout, as we won't
have easy
access to place/update the policy file in the JDK/JRE
installed in
continuum.
Why a different build? My 2c: it would be simpler to just enable
security on the default build.
-- Jean-Sebastien
+1 and if you find it easy to just turn it on for our main build, as
Sebastien suggested, then that sounds OK to me.
Simon
--
Thanks, Dan Becker