Re: PROPOSAL: Seperate *.class files from *.java files in build
Holger Krug <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jul 17, 2002 at 11:22:33AM +0200, Svata Dedic wrote: > Can you tell me which features do not work or are impacted if the class > files are somewhere else ? When you compile from within Netbeans (what makes sense during development) Netbeans puts those class files besides the sources. When you work simultaneously with Ant (to compile all files and build your deliverables) and with Netbeans compiler (to compile only one single file) you get confused, because Ant puts those class files into another dir as Netbeans does. That means the information Netbeans gives the user, if a file was compiled or not, is not correct when you work simultaneously with Ant and Netbeans compiler. -- Holger Krug [email protected]