|
From: <pe...@us...> - 2003-11-22 00:22:56
|
Update of /cvsroot/neuclear/neuclear-commons In directory sc8-pr-cvs1:/tmp/cvs-serv16986 Modified Files: project.properties Log Message: All unit tests in commons, id and xmlsec now work. AssetController now successfully processes payments in the unit test. Payment Web App has working form that creates a TransferRequest presents it to the signer and forwards it to AssetControlServlet. (Which throws an XML Parser Exception) I think the XMLReaderServlet is bust. Index: project.properties =================================================================== RCS file: /cvsroot/neuclear/neuclear-commons/project.properties,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** project.properties 19 Nov 2003 14:37:37 -0000 1.7 --- project.properties 22 Nov 2003 00:22:52 -0000 1.8 *************** *** 20,23 **** #maven.ui.property.file = ui.properties maven.repo.remote = http://www.ibiblio.org/maven/,http://dist.codehaus.org/,http://neuclear.org/maven/ ! maven.test.skip=true ! maven.uberjar.main = org.neuclear.commons.crypto.passphraseagents.CommandLineAgent \ No newline at end of file --- 20,23 ---- #maven.ui.property.file = ui.properties maven.repo.remote = http://www.ibiblio.org/maven/,http://dist.codehaus.org/,http://neuclear.org/maven/ ! #maven.test.skip=true ! maven.uberjar.main = org.neuclear.commons.crypto.passphraseagents.CommandLineAgent |