Re: Changing the output path
Thomas Kellerer <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface,gmane.comp.java.ide.netbeans.user |
|---|---|
| Message-ID | <[email protected]> |
Serkan Camurcuoglu wrote on 16.11.2006 23:23: > Hi all, > I would like to learn if there's another way to change > the build output directory (the directory where the > compiled java classes are generated) of NetBeans > without modifying the project.properties or > project.xml manually. > > If there is no way to do that, I would like to inform > that there exists and issue for this (Issue 81420) and > if you think that this is an important problem, I > would like you to vote for this issue so that it can > be fixed sooner. Did you try to use a freeform project? I believe with that you have the full freedom over your directory structure and build script Thomas