hi,
some how i broke the translation of Version ${pom.version} and
${copyright.year} in mij applicationResources*.properties file.
i still have the properties in my pom.xml file.
and my ApplicationResources.properties has:
webapp.version=Version ${pom.version}
copyright.year=${copyright.year}
but somehow it does not get resolved.
in my pom.xml:
<resources>
<resource>
<directory>src/main/resources</directory>
<excludes>
<exclude>ApplicationResources_nl.properties</exclude>
</excludes>
<filtering>true</filtering>
</resource>
</resources>
i have removed all ApplicationResources apart from teh default (en) the
_en and _nl. i only need dutch and english.
what could have broken it?
thanks,
tibi
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]