Ah, of course. Thanks for pointing it out. I scanned through the forum but did
not check JIRA. Sorry about that.
Thanks for the help, Jaroslav.
I now switched to the bundled webapp:
[code] <dependency>
<groupId>info.magnolia.bundle</groupId>
<artifactId>magnolia-bundled-webapp</artifactId>
<type>pom</type>
<version>${magnoliaVersion}</version>
</dependency>
<dependency>
<groupId>info.magnolia.bundle</groupId>
<artifactId>magnolia-bundled-webapp</artifactId>
<type>war</type>
<version>${magnoliaVersion}</version>
</dependency>[/code]
But for this to work I also had to set the version number of an other module
explicitly in the dependency management
[code] <dependency>
<groupId>info.magnolia</groupId>
<artifactId>magnolia-module-scheduler</artifactId>
<version>2.1.2</version>
</dependency>[/code]
It would be great, if the basic things like that would just work. At least the
empty and bundled web app should be tested with every version prior to
releases...
-will
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=89857e89-ce47-42a1-a83d-f56b6c9a5b69
----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------