User development,
A new message was posted in the thread "Switching seam debug mode":
http://community.jboss.org/message/523017#523017
Author : Piotr Sobczyk
Profile :
http://community.jboss.org/people/piotr.sobczyk
Message:
--------------------------------------------------------------
The problem with seam debug mode is that when you change it to false all classes inside
"hot" source directory start to be useless (when debug="false" there
is no hot deployment and WEB-INF/dev directory of application is ignored). In JBoss Tools
project there is no problem because it's enought to set action.dir=/WEB-INF/classes
(instead of /WEB-INF/dev/) in build.properties file. JBoss Tools project is not driven by
Ant script so the problem can't be solved by changing property. Is there any easy
solution in JBoss Tools that allows changing debug to false without manually copying all
source files from "hot" source direcotry to "main" source directory?
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/523017#523017