Re: Hotswap HTML not working.

2008-02-10 Thread James Carman
hit ctrl+s then compile , this no needed, you only enough hit compile. -- View this message in context: http://www.nabble.com/Hotswap-HTML-not-working.-tp15393063p15393215.html Sent from the Wicket - User mailing list archive at Nabble.com

Hotswap HTML not working.

2008-02-09 Thread Ned Collyer
/Hotswap-HTML-not-working.-tp15393063p15393063.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Hotswap HTML not working.

2008-02-09 Thread Igor Vaynberg
is needed? These are the lines with configuration details in the Start class. bb.setContextPath(/myapp); bb.setWar(src/main/webapp); -- View this message in context: http://www.nabble.com/Hotswap-HTML-not-working.-tp15393063p15393063.html Sent from the Wicket - User mailing list archive

Re: Hotswap HTML not working.

2008-02-09 Thread Ned Collyer
. (unless u know off the top of ur head how to automate this copy). igor.vaynberg wrote: make sure intellij copies html files (into target/classes/ or wherever your compiled classes go) to upon save. -igor -- View this message in context: http://www.nabble.com/Hotswap-HTML-not-working

Re: Hotswap HTML not working.

2008-02-09 Thread Ned Collyer
. 1- compile in Background = true 2- honor dependncies in compile = false 3- compile command autosave bafore compile file(s) / package(s) if you hit ctrl+s then compile , this no needed, you only enough hit compile. -- View this message in context: http://www.nabble.com/Hotswap-HTML-not-working