Folks,

My project has several source paths, thus, I setup the project with output
type = "Multiple Output Paths".  In addition, I want to setup my output path
same as the source path (I want to setup this, as my app server accept class
files with expanded structure instead of ear file for development mode ->
not require to build/additional compile at all during development)as
follows:

sourcepath                                              outputpath
e:\test-ear\global-ejb                          e:\test-ear\global-ejb
e:\test-ear\materials-ejb                       e:\test-ear\materials-ejb
e:\test-ear\global-web\WEB-INF\classes
e:\test-ear\global-web\WEB-INF\classes

However, whenever I compile my project, idea would create another
directories (e.g. for global-web,
E:\test-ear\global-web\WEB-INF\classest_ipr.ab312a14\) for the class files
instead of my specified output paths.

Any thoughts?

Thanks in advance!

Chris

_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to