On Aug 23, 2007, at 12:19 AM, Scott Deboy wrote:
Looks good -
A few things:
1. helpers/Constants.java is in both extras & component. I looked
in helpers for other dups, but didn't see any - not sure if we have
other dups..
Without Constants in extras, TimestampEqualsRule and
TimestampInequalityRule won't build. I'll rework them so they have
no dependency on Constants.
2. When I try to use UDPReceiver (with XMLDecoder), it looks like
it's trying to go out to the internet to retrieve the DTD. Here's
the exception:
I've modified Log4JEntityResolver so that if it can't find the
log4j.dtd resource using a getResourceAsStream() call, then it will
return an empty InputSource instead of null. That will prevent the
parser from attempting to locate the log4j.dtd on its own, but the
empty DTD would result in warnings if validation is enabled. Could
you check how it behaves in Eclipse?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]