mengwei wrote: > Hi, > > I have update the junit package according to your review comments. > > http://cr.opensolaris.org/~mengwei/junit/ > > The changes are: > > 1. Update junit from 4.4 to 4.5. > > 2. Add build.xml, build the binary jar file from the source. >
It's good that you built it from src! You should patch the build.xml file instead of replacing it. Attached is a possible patch file. You can look at this package for patch examples: http://cr.opensolaris.org/~jwalker/meld/ usr/src/lib/junit/Makefile.sfw - add something like this after you unzip $(PATCH) -p0 < build.xml.patch usr/src/lib/junit/sunman/junit.3.sunman - change name to junit.3 - add CDDL header like this: http://cr.opensolaris.org/~jwalker/meld/usr/src/cmd/meld/meld.1.html - you need to update install-sfw and prototype_com to install junit.3 to /usr/share/man/man3/junit.3 This is looking good. Go ahead and prepare your LSARC materials. Cheers, Jim -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: build.xml.patch URL: <http://mail.opensolaris.org/pipermail/sfwnv-discuss/attachments/20080827/57b9588b/attachment.ksh>
