DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5217>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5217 Sitraka JProbe tasks do not work on Solaris Summary: Sitraka JProbe tasks do not work on Solaris Product: Ant Version: 1.5 alpha (nightly) Platform: Sun OS/Version: Solaris Status: NEW Severity: Critical Priority: Other Component: Optional Tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I am trying to get the JProbe tasks working on Solaris 8 with JProbe 3.0.1. I ran into two major problems: 1. Apparently the JProbe installation directory structure differs in that the directory names are all lowercase (on Windows they are title case). 2. The jpcovreport caused null pointer exceptions deep in the guts of Xalan. I tracked down problem (2) above to an apparent platform difference in the compiler (odd since I was using the same JDK on Windows and Solaris). On Windows the compilers add an attribute to the class files they generate indicating the name of the source file. On Solaris, this attribute is not present. I am attaching a patch to this defect report that fixes the above problems, and cleans up some file access a little. With this patch, the sitraka tasks all work on Solaris, but it is very slow (about 25 time normal execution time). Still working with Sitraka to figure that out. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
