Re: temp directory
Michael Nash <[email protected]>
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Organization | JGlobal Limited |
| Message-ID | <[email protected]> |
Thomas: On Thu, 2005-03-03 at 14:17, Thomas Duff wrote: > I downloaded 1.2.9, wiped out my complete binary dist and repository > and did a keel:install and maven war of default from scratch. Two > things I noticed: > > 1) default/temp still gets created. The only thing in it at the end of > the > build is an empty dir called temp/confjar I saw that one too - and have just fixed it. Typo - I thought I had moved everything to target/temp :-) > 2) I get a LOT of warnings similar to this one: > [java] [KeelUberJar] WARNING: Entry > org/xml/sax/SAXParseException.class in > /Users/duff/keel/keel-build/repository/tidy/jars/tidy-1.0.jar is a > duplicate, and is being ignored Yes, I thought I'd show this when Jar-ing everything together, so we can over time track down jars that provide the exact same classes and weed them out. Basically what it's saying is that class is being already provided by another jar. Not sure if we can eliminate them altogether, but it's good to know about it I think. Does the resulting war work for you OK? I'm just about to publish an updated directory using the SNAPSHOTs of new versions that solves another couple of bugs... Mike > > t > > http://keelframework.org/documentation.shtml > Keelgroup mailing list > [email protected] > http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com http://keelframework.org/documentation.shtml Keelgroup mailing list [email protected] http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com