Re: AW: Still integrating latest updates

Gene McCullough <[email protected]> Thu, 22 Sep 2005 12:22:47 -0500
Newsgroups gmane.comp.java.keel.devel
Message-ID <[email protected]>

Raoul Pierre wrote:

> In fact, to be sure that your project files overwrite keel files, the
> order of dependencies in your project.xml is deciding: you must be sure
> that app-personality is before any of your modules. For example I use
> this as project.xml:
> [...]
>  <dependencies>
>    <dependency>
>      <groupId>servletapi</groupId>
>      <artifactId>servletapi</artifactId>
>      <version>2.3</version>
>      <type>jar</type>
>      <properties>
>        <uber.skip>true</uber.skip>
>        <war.bundle>false</war.bundle>
>        <keel.client>true</keel.client>
>        <keel.server>true</keel.server>
>      </properties>
>    </dependency>
>    <dependency>
>      <groupId>keel</groupId>
>      <artifactId>app-personality</artifactId>
>      <version>1.2</version>
>      <properties>
>        <keel.client>true</keel.client>
>      </properties>
>    </dependency>
>    <dependency>
>      <groupId>my_project</groupId>
>      <artifactId>app-my_first_module</artifactId>
>      <version>0.01</version>
>      <properties>
>        <keel.client>true</keel.client>
>        <keel.server>true</keel.server>
>      </properties>
>    </dependency>
>    <dependency>
>      <groupId>my_project</groupId>
>      <artifactId>app-my_second_module</artifactId>
>      <version>0.01</version>
>      <properties>
>        <keel.server>true</keel.server>
>      </properties>
>    </dependency>
>  </dependencies>
> [...]
> 
> And any other dependency is specified in
> {project_home}/app-my_xxxx_module/project.xml
> 

I only have one custome app module, $MY_CUSTOM_APP, and I did manually
move it below app-personality in $MY_PROJECT/project.xml.
$MY_PROJECT/maven war

still no joy.

However, the files in question, just to be clear, are in
$MY_PROJECT/src/webapp/, as opposed to $MY_CUSTOM_APP/src/webapp.

I'm 100% sure that this config worked before updating to lastest plugin.
 However, I may have locally changed the app-personality files to make
it work previously, and they have been overwritten by latest update. (I
hate it when that happens!)

thanks for looking,
gene
http://keelframework.org/documentation.shtml
Keelgroup mailing list
[email protected]
http://lists.keelframework.com/listinfo.cgi/keelgroup-keelframework.com