View results here -> http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040603205150

BUILD FAILED
Ant Error Message: file:/home/build/cruisecontrol/work/scripts/build-jboss-head.xml:80: exec returned: 1
Date of build: 06/03/2004 20:51:50
Time to build: 10 minutes 59 seconds
Last changed: 06/03/2004 20:31:50
Last log entry: Factor out the common privileged actions

 Unit Tests: (0)
No Tests Run
This project doesn't have any tests
 

 Modifications since last build:  (11)
1.12.4.14modifiedstarksmsecurity/src/main/org/jboss/security/plugins/JaasSecurityManagerService.javaFactor out the common privileged actions
1.27.2.12modifiedstarksmsecurity/src/main/org/jboss/security/plugins/JaasSecurityManager.javaFactor out the common privileged actions
1.1.2.1modifiedstarksmtestsuite/src/resources/security/jaassecdomain-tests-service.xmlConfig for JaasSecurityDomain tests
1.1.2.2modifiedstarksmtestsuite/src/main/org/jboss/test/security/test/JaasSecurityDomainUnitTestCase.javaUse the security/jaassecdomain-tests-service.xml deployment and add correctthe creation of the tst.password file
1.3.2.5modifiedstarksmtestsuite/src/resources/security-spec/service-inf/jboss-service.xmlAdd Salt and IterationCount attributes
1.1.2.1modifiedstarksmtestsuite/src/main/org/jboss/test/security/test/JaasSecurityDomainUnitTestCase.javaAdd tests of the JaasSecurityDomain encode/decode ops and new formats of theKeyStorePass attribute value.
1.6.2.9modifiedstarksmsecurity/src/main/org/jboss/security/plugins/JaasSecurityDomain.javaGeneralize the KeyStorePass attribute to support non-plaintext values. Thevalue is now one of:- The plaintext password for the KeyStore(or whatever format is usedby the KeyStore). The toCharArray() value of the string is used without anymanipulation.- A command to execute to obtain the plaintext password. The formatis '{EXT}...' where the '...' is the exact command line that will be passedto the Runtime.exec(String) method to execute a platform command. The firstline of the command output is used as the password.- A class to create to obtain the plaintext password. The formatis '{CLASS}classname[:ctorarg]' where the '[:ctorarg]' is an optionalstring delimited by the ':' from the classname that will be passed to theclassname ctor. The password is obtained from classname by invoking a 'char[]toCharArray()' method if found, otherwise, the 'String toString()' method isused.- The KeyStorePass is also used in combination with the Salt and IterationCountattributes to create a PBE secret key used with the encode/decode operations.
1.1.2.1modifiedstarksmsecurity/src/main/org/jboss/security/plugins/FilePassword.javaRead a password in opaque form to a file for use with the FilePassword accessor in conjunction with the JaasSecurityDomain {CLASS}org.jboss.security.plugins.FilePassword:password-file format of the KeyStorePass attribute. The original opaque password file can be created by running: java org.jboss.security.plugins.FilePassword salt count password password-file Running java org.jboss.security.plugins.FilePassword will generate a usage message.
1.1.2.1modifiedstarksmsecurity/src/main/org/jboss/security/plugins/TmpFilePassword.javaRead a password from a file specified via the ctor and then overwrite the file contents with garbage, and then remove it. This may be used as a password accessor in conjunction with the JaasSecurityDomain {CLASS}org.jboss.security.plugins.TmpFilePassword:password-file format of the KeyStorePass attribute.
1.1.2.1modifiedstarksmsecurity/src/main/org/jboss/security/plugins/ConsolePassword.javaRead a password from the System.in stream. This may be used as a password accessor in conjunction with the JaasSecurityDomain {CLASS}org.jboss.security.plugins.ConsolePassword format of the KeyStorePass attribute.
1.1.2.1modifiedstarksmsecurity/src/main/org/jboss/security/plugins/SubjectActions.javaCommon PrivilegedAction used by classes in the org.jboss.security.plugins package

Reply via email to