Multiple output paths
Answered
Have we lost the ability to specify multiple output paths in the Aurora builds? I just upgraded from build 695 to 823 and can't seem to figure out how to specify the multiple output directories.
Thanks,
--Avs
Please sign in to leave a comment.
Search for "module" and you should find some threads on what's happened.
The short version is, yes, the multiple output paths functionality is
gone for now except for the option to have your test classes go to a
separate directory. (A hack if you only need two output paths would be
to put one in as a test directory, I guess.)
This will be resolved when they put in the ability to define more than
one module in a project. Dimitry (IIRC) has stated this is somewhere
near a couple of weeks away. (I translate that to one or two more
releases.)
A short-term solution is to only build using Ant, make your classes
directories "excluded", and then add those classes directories (or JARs
if you create them) as library class paths. That's what I've done and
although it's not perfect, it's working.
~Mike
Avneesh Saxena <asaxena@arbitrade.com> wrote in
news:9118346.1055342669517.JavaMail.itn@is.intellij.net:
Any updates on this important feature?
Fred Smith wrote:
Sorry, you'll have to wait a bit more...
Friendly,
Dmitry
--
Dmitry Lomov
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"
Thanks, as long as it is coming eventually.
Any approximate ETA on this very important fix?
Did this make it into the 922 release?
If not when should I expect it?
I want to move up to Aurora, but I cannot live without this feature.
Did this feature make it into 939? I am waiting (somewhat) patiently for this feature to come back so that I can try all of the latest features.
Thanks!
no, not in 939. but I believe you can edit the .iml and .ipr files by hand to implement the functionality - the functionality is written, but the UI isn't.... or at least that's what I've read...
AFAIK Build 977 still does not have this important feature.
When should we expect it?
Multiple output paths functionality can be achieved by using mutliple
modules. Each module can have its own output path.
--
Valentin Kipiatkov
JetBrains, Inc
http://www.intellij.com
"Develop with pleasure!"
"Fred Smith" <allspamgone@yahoo.com> wrote in message
news:20409766.1069688394897.JavaMail.itn@is.intellij.net...
>
Necro'd after ~20yrs i get it. Google searches brought me here, what can I say.
Feature doesn't seem to work properly as it won't let you add a document root that already exists, so therefore makes it useless for simultaneous multiple build output paths on the same project.