I resently started in a new job, here the complete j2ee project is checked out from CVS to a single java project (and build/deploy is done by maven).
This means that we have several src folders (for util, ejb, web, and test for each) within the project.
The problem is that the struts flow modeler outputs generated code to the first src folder in the classpath (which isn’t the web folder), so the question is:
“Is there a way to point struts codegeneration to a specific src folder“?
Thanks