Closed pedagogly closed 7 years ago
I added DotCode class for greenbook, the special characters introduced must have changed the default compiler encoding. I have made changes and believe it should work now.
Thanks; the latest revision fixed some of the errors, but I'm still getting the following:
gov/uspto/patent/doc/greenbook/Greenbook.java:[96,46] cannot find symbol
symbol: method setKindCode(java.lang.String)
location: variable publicationId of type gov.uspto.patent.model.DocumentId
gov/uspto/patent/doc/greenbook/Greenbook.java:[100,46] cannot find symbol
symbol: method setKindCode(java.lang.String)
location: variable publicationId of type gov.uspto.patent.model.DocumentId
gov/uspto/patent/doc/greenbook/Greenbook.java:[103,46] cannot find symbol
symbol: method setKindCode(java.lang.String)
location: variable publicationId of type gov.uspto.patent.model.DocumentId
gov/uspto/patent/doc/greenbook/Greenbook.java:[106,46] cannot find symbol
symbol: method setKindCode(java.lang.String)
location: variable publicationId of type gov.uspto.patent.model.DocumentId
gov/uspto/patent/doc/greenbook/Greenbook.java:[109,46] cannot find symbol
symbol: method setKindCode(java.lang.String)
location: variable publicationId of type gov.uspto.patent.model.DocumentId
Fixed forgot to checkin the updated DocumentId class.
Works now; thanks.
While attempting to build revision 4a31817, I get the following errors. I believe the "unmappable character" errors have not prevented successful compilation in the past.
Thanks