Hi all,By any chance has anyone been able to parse the deployment infostream using java rather than perl using iwxml.pm.Is there a way for me to parse the in-memory xml formatted logs using java withouth having to provide the filename of the manifest file.I can parse xml files using java, im just wondering if there is a way to find out the list of files that were successfully deployed/unsuccessfuly deployed using java without having to provide the location of the manifest file.
Hi Ghoti,Thanks for your reply. Maybe the way i am running the DNR is wrong or my perl code is wrong. In order for iwxml.pm to work i have to manually pass in the manifest file and this file has a new name for each instance.The reason i am doing it in java is because the client does not want to do anything in perl, they'd much rather prefer java.Am i supposed to pass in the filename for the manifest file in order for iwxml.pm to work?
my $xml = do { local $/; <STDIN> };