Re: Symbol value random characters

2013-05-16 Thread Lance Java
Tapestry provides a random hex string default value for the application version. I'm guessing that's what you're seeing. There must be some circumstances under which tapestry can't find the override in your property file.

Re: Symbol value random characters

2013-05-16 Thread Nathan Quirynen
On 16/05/13 12:26, Lance Java wrote: ${project.version} is a reserved property in maven. I'm guessing maven is using its own value instead of your filter. Check by inspecting appversion.properties in your jar/war. I removed the project.version=1.2.3 from my fil

Re: Symbol value random characters

2013-05-16 Thread Lance Java
${project.version} is a reserved property in maven. I'm guessing maven is using its own value instead of your filter. Check by inspecting appversion.properties in your jar/war.

Symbol value random characters

2013-05-16 Thread Nathan Quirynen
Hi, Using a maven filter file I set the symbol tapestry.application-version and want to show it in a page: AppModule.java     public static void contributeSymbolSource(OrderedConfiguration config) {         config.add("AppVersion", new ClasspathR