El mié, 04-01-2006 a las 12:12 -0500, CFAS Webmaster escribió: > All, > > I'm submitting this to the dev list because I *think* this is new > behaviour in 0.8. I haven't tried it again with 0.7 as this machine is > a bit low on disk space. > > I have an HTML file that I'm processing through Forrest, > http://www.cfas.org/Committees/Application.html if you're interested. > It included a Javascript file in a <script> tag. Unfortunately Forrest > is trying to process the tag contents and replace them. The error > message is this: > > X [0] Committees/dues.js BROKEN: > /home/kronenpj/src/svn/forrest/main/webapp/./resources/scripts/Committees/dues.js > > (No such file or directory) > > While it's true that the ./resources/scripts/Committees/dues.js file > doesn't exist, that's not how I'm referencing it in the HTML file. The > tag is this in the source, in the Committees subdirectory: > > <script src="dues.js" language="javascript" type="text/javascript"></script> > > While I can place the Javascript file into Forrest's > resources/scripts/Committees, that's not where I feel it belongs. I > would like to know what piece within Forrest to change to make it > comply, if that's possible. > > Thanks!
Depends what are you using. ;-) Generally speaking this rewritting is be done in the resource.xmap. There you will find a match for *.js. HTH -- thorsten "Together we stand, divided we fall!" Hey you (Pink Floyd)
