Re: WOComponent .api files
Mike Schrag <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
.api files are used only by development environments to provide things like code completion, etc. They are not used at all in deployment, so that's not your problem. It's also not really possible to autogenerate .api files because the point of them is to define things that an IDE is not able to figure out on its own. For instance, if you have a dynamic element, it's impossible for an IDE to know what the bindings are for it. ms On Feb 3, 2007, at 9:18 AM, WILLIAM GARNETT wrote: > Hello everyone; > > > > A recent disaster required me to re-generate my project. > > I started a new project and added in all the WOCompents - but this > process > did not generate the corresponding .api files. > > It all seems to work fine, but sporadically I have some mysterious > crashes > in deployment mode. > > > > My question is: Could these crashes be due to the fact that > the .api files > are not there? Are they essential? > > > > If so, do I have to generate the .api's manually? Or is there a > tool that > will build them automatically? > > > > Thanking you in advance for your replies, > > > > Cheers, > > Bill. > > > _______________________________________________ > WebObjects-dev mailing list > [email protected] > http://www.omnigroup.com/mailman/listinfo/webobjects-dev