Re: build problem, no such resource in classpath
Gene <[email protected]>
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Message-ID | <[email protected]> |
Shash, removing the keel-client property did the trick. Even with the error below. Thanks gene gene wrote: > i get this: > > [gmccullough@D1311-87D8G41 MavenOCCA]$ maven > keel:maven __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.0.2 > > BUILD FAILED > Goal "keel:maven" does not exist in this project. > Total time: 2 seconds > Finished at: Thu Apr 07 15:05:54 CDT 2005 > > BTW, I'm using the latest keel-mavenplugin from CVS, > 1.2.15. > > thanks for the time Shash > gene > --- "Sasvata (Shash) Chatterjee" <[email protected]> > wrote: > > >>Gene wrote: >> >> >>>no, actually none of my classes are listed in the >> >>uber jar (classes or >> >>>.meta). I've tried maven clean on both my app and >> >>my project dir. >> >>>Then I did also do the maven jar:install on the >> >>app, but then I did >> >>>maven keel:maven clean war on the project. is >> >>that correct? >> >>>jar -tf target/occa-1.0-uber.jar | grep .meta >>>gives me none of my app files. >>> >>>not sure what i'm doing wrong. I do get >> >>app-occa-1.0.1.jar in my >> >>>repository (If i delete it, my project build fails >> >>and says so) after >> >>>the maven jar:install. >>> >>>my project.xml contains: >>> >>><dependency> >>><groupId>keel</groupId> >>><artifactId>app-occa</artifactId> >>><version>1.0.1</version> >>><properties> >>><keel.client>true</keel.client> >>><keel.server>true</keel.server> >>></properties> >>></dependency> >> >>Put this (and not keel.client) in the project.xml >>for app-occa (use >>app-register/project.xml as a reference), only >>clnt-* and keel-common >>need the keel.client property. >> <properties> >> <keel.server>true</keel.server> >> </properties> >> >>After you are done, you need to do a "maven >>keel:maven" before the war >>build and make sure that the keel.client property is >>gone for app-occa >>(or, you could just manually remove it). >> >>HTH, >>Shash >> >> >>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 > http://keelframework.org/documentation.shtml Keelgroup mailing list [email protected] http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com