Re: AW: Build Problem HOJ
Raj Joshi <[email protected]> Mon, 29 Aug 2005 21:38:18 -0400
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Message-ID | <[email protected]> |
I got a fresh copy from CVS of keel/keel-client and trying to do "maven jar:install" running into compile errors: C:\keel\keel-client>maven jar:install __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 Attempting to download servletapi-2.3.jar. 76K downloaded Attempting to download commons-resources-0.1-dev.jar. 34K downloaded Attempting to download jstl-1.1.2.jar. 20K downloaded Attempting to download standard-1.1.2.jar. 384K downloaded build:start: java:prepare-filesystem: [mkdir] Created dir: C:\keel\keel-client\target\classes java:compile: [echo] Compiling to C:\keel\keel-client/target/classes [javac] Compiling 19 source files to C:\keel\keel-client\target\classes C:\keel\keel-client\src\java\org\keel\clients\DefaultClientConnector.java:25: ca nnot find symbol symbol : class DynamicMessageSupport location: package org.keel.util.i18n import org.keel.util.i18n.DynamicMessageSupport; ^ C:\keel\keel-client\src\java\org\keel\clients\DefaultClientConnector.java:53: ca nnot find symbol symbol : class DynamicMessageSupport location: class org.keel.clients.DefaultClientConnector protected DynamicMessageSupport msgSupport = null; ^ C:\keel\keel-client\src\java\org\keel\clients\DefaultClientConnector.java:261: c annot find symbol symbol : class DynamicMessageSupport location: class org.keel.clients.DefaultClientConnector this.msgSupport = new DynamicMessageSupport(configPath, log); ^ 3 errors BUILD FAILED File...... C:\Documents and Settings\Joshira\.maven\cache\maven- java-plugin-1.5\ plugin.jelly Element... ant:javac Line...... 63 Column.... 48 Compile failed; see the compiler error output for details. Total time: 36 seconds Finished at: Mon Aug 29 21:38:15 EDT 2005 C:\keel\keel-client> On 8/29/05, Raj Joshi <[email protected]> wrote: > > I'm getting the same "Channel timed out waiting for response..." > with the "default" example-project of keel, working with Tomcat 5.5.9 > > Raj > > On 8/29/05, Raoul Pierre <[email protected]> wrote: > > > > Uta, > > > > I have no more idea about Channel timed out problem. I think it's a keel > > problem. > > > > I will try to run hoj here: I work with Tomcat 5.0.28. > > > > Pierre > > > > >I also tried HOJ by using a fresh download from CVS HEAD, fixed the > > >dependency problem > > >from svc-cache-excalibur 2.2 to 2.3 and added the missing property > > >base.webapp=keel-build/webapps/struts-1.2.4/ > > >like in default. I allways do a undeploy/deploy and even tried some > > fresh > > >Tomcat versions. > > >I completely deleted the maven repositories and source checked out from > > cvs > > >to redo it all. > > >I reinstalled the maven plugin from CVS. > > > > > >The latest errormessage, deploying on tomcat 5.5.1 is: > > > > > > > > >note > > > > >**************************************************************************** > > >*+ > > > > > >Deploying on tomcat Apache Tomcat/4.1.29: > > > > > > > > > > > >root cause > > > > > >org.keel.services.model.ModelException: [KeelStarter] :Channel timed > > out > > >waiting for response > > > at > > >org.keel.clients.direct.KeelClientDirect.execute(KeelClientDirect.java > > :74) > > > > > > > > > > > > > > http://keelframework.org/documentation.shtml > > Keelgroup mailing list > > [email protected] > > http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com > > > >