|
From: Pelle B. <pe...@us...> - 2004-04-17 19:28:10
|
Update of /cvsroot/neuclear/neuclear-pay/src/test/org/neuclear/asset/contracts/builders In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30025/src/test/org/neuclear/asset/contracts/builders Modified Files: AssetBuilderTest.java Log Message: Identity is now fully html based as is the ServiceBuilder. VerifyingReader correctly identifies html files and parses them as such. Targets and Target now parse html link tags AssetBuilder and ExchangeAgentBuilder have been updated to support it and provide html formatted contracts. The Asset.Reader and ExchangeAgent.Reader still need to be updated. Index: AssetBuilderTest.java =================================================================== RCS file: /cvsroot/neuclear/neuclear-pay/src/test/org/neuclear/asset/contracts/builders/AssetBuilderTest.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AssetBuilderTest.java 2 Apr 2004 16:58:55 -0000 1.1 --- AssetBuilderTest.java 17 Apr 2004 19:28:00 -0000 1.2 *************** *** 12,15 **** --- 12,22 ---- $Id$ $Log$ + Revision 1.2 2004/04/17 19:28:00 pelle + Identity is now fully html based as is the ServiceBuilder. + VerifyingReader correctly identifies html files and parses them as such. + Targets and Target now parse html link tags + AssetBuilder and ExchangeAgentBuilder have been updated to support it and provide html formatted contracts. + The Asset.Reader and ExchangeAgent.Reader still need to be updated. + Revision 1.1 2004/04/02 16:58:55 pelle Updated Asset and Asset Builder with semi fully featured functionality. *************** *** 45,50 **** protected Builder createBuilder() throws Exception { ! return new AssetBuilder(URL, ! getSigner().getPublicKey("neu://test/bux"), getAlice().getPublicKey(), DECIMAL, MINIMUM); --- 52,57 ---- protected Builder createBuilder() throws Exception { ! return new AssetBuilder(URL, "bux", ! getSigner().getPublicKey("bux"), getAlice().getPublicKey(), DECIMAL, MINIMUM); |