J. Wolfgang Kaltz wrote:
I'm trying to reduce dependency on java.io.File in the document creation process - and, as side-effect, enable the create document
I checked in the above-mentioned changes. I noticed we now have several places where we have code like
String someUri = "lenya://lenya/pubs/" + pubId + ...
see FIXME note at DocumentTypeBuilderImpl::197
I guess we should encapsulate that somewhere ? How about Publication.getUri() ?
+1
time again to count the number of remaining java.io.File calls? :)
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
