Message5731

Author pjenvey
Recipients bpedman, pjenvey
Date 2010-04-17.18:03:20
SpamBayes Score 0.0065433322
Marked as misclassified No
Message-id <1271527401.15.0.88141755317.issue1595@psf.upfronthosting.co.za>
In-reply-to
Content
Correct me if I'm wrong... but one possible hack^H^H^H^Hsolution might be to just emit another package name with the same name for each chunk. This data is mapped to a java Map when read, so the reader code would just have to check if the package name already exists in the Map, and if so append the classes to what's already there
History
Date User Action Args
2010-04-17 18:03:21pjenveysetmessageid: <1271527401.15.0.88141755317.issue1595@psf.upfronthosting.co.za>
2010-04-17 18:03:21pjenveysetrecipients: + pjenvey, bpedman
2010-04-17 18:03:21pjenveylinkissue1595 messages
2010-04-17 18:03:20pjenveycreate