Re: web project question
Peter Wisnovsky <[email protected]> Wed, 3 Sep 2003 17:45:01 -0700
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Message-ID | <[email protected]> |
Pavel Buzek writes: > This should work in web module project. Rebuild the war file and it > should contain all the files that are in web folder. If not this is a > bug -- please file a bug in issuezilla and add some details (it works > for me) -- how do you add the file? does the file appear in "Deployable > Directory Structure?, etc. I created the file using the direct java.io APIs, since I needed to do a schema2beans write on it and the APIs there are in terms of java.io. Should I have used FileObject.createData() and then extracted the java.io.File? Peter