How to specifiy multiple compile output directories in 9xx builds?
I have multiple source directories and would like to speicify multiple output directories. It was possible to do this in 3.0.x but I do not see how to do this in the latest 9xx builds. I am trying to use 939 if that helps.
Thanks.
Please sign in to leave a comment.
Tim,
You want "multi-module" support. This has been on the "soon" list for a while - search in the archives for history.
cheers
dim
Thanks, I'll look for it in a future build.
You can create multiple modules even now (but without the conveniences that configuration UI offers). Each module is described by an
iml file. So just copy exising iml file, edit the copy and "register" it in the ipr file similar to the "main" module is registered.
--
Best regards,
Eugene Zhuravlev
JetBrains, Inc, http://www.intellij.com
"Develop with pleasure!"
"Tim" <no_mail@jetbrains.com> wrote in message news:16945665.1064802507571.JavaMail.itn@is.intellij.net...
can you give us an example how to set the context to the second module?
What do you mean by "setting context"? If this is editing, then you'll have to use some other editor (or IDEA itself) to edit the
xml.
--
Best regards,
Eugene Zhuravlev
JetBrains, Inc, http://www.intellij.com
"Develop with pleasure!"
"ceva" <no_mail@jetbrains.com> wrote in message news:5404925.1064832603109.JavaMail.itn@is.intellij.net...
i need an example of multiple modules in the same project, not j2ee example.
Btw, how to set a web module?
In 939 you can import old projects from 3.0.2. If they have multi output paths import may setup your 393 project with them. Worth a try.
Just read my post above of how to use several modules or wait until configuration UI is available.
--
Best regards,
Eugene Zhuravlev
JetBrains, Inc, http://www.intellij.com
"Develop with pleasure!"
"ceva" <no_mail@jetbrains.com> wrote in message news:19265387.1066124679189.JavaMail.itn@is.intellij.net...
thank you, i have now 2 modules in one project :)