Re: can't open project after creating it
"Timothy N. Jones" <[email protected]> Fri, 10 Oct 2003 10:42:49 -0700
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Organization | Sun Microsystems, Inc. |
| Message-ID | <[email protected]> |
It works. I was doing something stupid. I hate it when that happens. Thanks, Tim Vitezslav Stejskal wrote: > > > Timothy N. Jones wrote: > >> I am creating a project from a template (via >> DataObject.createFromTemplate(DataFolder, String)). After I create >> it, I immediately attempt to open it with >> ProjectManager.getDefault().open(ProjectDescriptor). > > > Sounds strange. Assuming there is no wiered synchronization problem the > only think I can imagine is that you have incorrect ProjectDescriptor. > Are you passing there PD from the created DataObject? I guess the > template DO has PD too, but it's useless since the template can't be > opened as project. > > -vita > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >