Re: AbstractWebappClientConnector
Michael Nash <[email protected]>
| Newsgroups | gmane.comp.java.keel.devel |
|---|---|
| Organization | JGlobal Limited |
| Message-ID | <[email protected]> |
Raoul:
The new CVS contents will only work with the new Maven-based build
system. "ant completeinstall" is no longer supported, and we'll be
removing the build.xml files themselves shortly.
With Maven, you would do a "maven war" in that directory to create the
war file (it ends up in target/default.war).
You must first install Maven and the Maven plugin for Keel, described in
the online doc at
http://www.keelframework.org/release/HEAD/docbook/keel-doc/html_chunk/manual/ch13.html#d0e5613
HTH!
Mike
On Mon, 2005-02-28 at 13:09, Raoul Pierre wrote:
> Michael Nash a écrit :
>
> >Can you build the "default" example app? There's a new version of the
> >plugin that solves some build issues that may have been the problem
> >(1.2.4 is now the latest).
> >
> >HTH!
> >
> >
> >
> I restarted with a new CVS from 26/02/05.
>
> I ran "ant completeinstall" with keel-build/example-projects/default. I
> had to copy some junit, avalon-framework... jar files in \lib directories.
>
> And now I get:
>
> [...]
> keel_module:build:
> keel_module:serverbuild:
> keel_module:setupclasspath:
> [echo] Keel module server library: C:\DEV\keel/keel-core/lib
> keel_module:setupclover:
> keel_module:compileserver:
> [echo] Server-side classpath:
> C:\DEV\keel\keel-core\lib\avalon-framework-4.1.5.jar
> [javac] Compiling 2 source files to C:\DEV\keel\keel-core\build\classes
> [javac]
> C:\DEV\keel\keel-core\src\java\org\keel\models\test\TestWriteContext.java:25:
> cannot resolve symbol
> [javac] symbol : class ModelException
> [...]
> [javac] ^
> [javac]
> C:\DEV\keel\keel-core\src\java\org\keel\models\test\TestWriteContext.java:123:
> cannot resolve symbol
> [javac] symbol : variable log
> [javac] location: class org.keel.models.test.TestWriteContext
> [javac] log.debug("Test Model Returns");
> [javac] ^
> [javac] 12 errors
>
> BUILD FAILED
> C:\DEV\keel\keel-build\import\keel-project.xml:59: The following error
> occurred while executing this line:
> C:\DEV\keel\keel-build\import\keel-project.xml:301: The following error
> occurred while executing this line:
> C:\DEV\keel\keel-build\import\keel-project.xml:340: The following error
> occurred while executing this line:
> C:\DEV\keel\keel-build\import\keel-project.xml:453: The following error
> occurred while executing this line:
> C:\DEV\keel\keel-build\import\keel-iterate.xml:443: The following error
> occurred while executing this line:
> C:\DEV\keel\keel-build\import\keel-iterate.xml:142: The following error
> occurred while executing this line:
> C:\DEV\keel\keel-build\import\keel-iterate.xml:415: The following error
> occurred while executing this line:
> C:\DEV\keel\keel-build\import\keel-iterate.xml:166: The following error
> occurred while executing this line:
> C:\DEV\keel\keel-build\import\keel-module.xml:242: The following error
> occurred while executing this line:
> C:\DEV\keel\keel-build\import\keel-module.xml:65: The following error
> occurred while executing this line:
> C:\DEV\keel\keel-build\import\keel-module.xml:73: The following error
> occurred while executing this line:
> C:\DEV\keel\keel-build\import\keel-module.xml:108: Compile failed; see
> the compiler error output for details.
>
> Javac complains about a Keel jar files not found! So...?
>
> Pierre
>
>
>
>
>
>
>
> 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