rmischak wrote: > > > The file footer.inc is regenerated after running mvn generate-sources on > helloworld-web, but it does not include my changes, if I'm using the > binary build 1.2.0. >
Yes, I think this is due to a resource loading issue that we didn't detect when testing 1.2.0. We have fixed it in 1.3.0-SNAPSHOT. rmischak wrote: > > When I rebuild helloworld-web with sculptor.version 1.3.0-SNAPSHOT, maven > fails at the first run with the message that some dependant jars could not > be found. Afterwards, mavn runs without error messages. > Stange. I would be interested of what dependencies that fail. Can you create a new project structure by running the archetypes again? You need to rename workflow.oaw in the web project as described here: http://fornax-platform.org/cp/display/fornax/9.+What%27s+New+%28CSC%29#9.What%27sNew%28CSC%29-Migration rmischak wrote: > > I delete the footer.inc and run mvn generate-sources > -Dfornax.generator.force.execution=true on helloworld-web, but the > footer.inc is no longer generated at all. Is there somthing wrong with my > WebSpecialCases.xpt? > Use AROUND, not DEFINE in your WebSpecialCases. It should be something like this: «IMPORT sculptormetamodel» «EXTENSION extensions::helper» «EXTENSION extensions::properties» «EXTENSION extensions::guihelper» «AROUND *::footer FOR Application-» «FILE "WEB-INF/jsp/generated/footer.inc" TO_GEN_WEBROOT-» </div> <div class="cleaner"> </div> <!-- END Main area --> <div id="footer"> foo footer </div> </body> </html> «ENDFILE » «ENDAROUND » -- View this message in context: http://www.nabble.com/How-to-modify-header.inc-and-footer.inc--tp14798486s17564p14810431.html Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Fornax-developer mailing list Fornax-developer@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/fornax-developer