This makes me wonder if we should impose a rigid structure for each application based upon the current structure for larger projects. I know many people have small apps that are single files, but there is a lot of pathing code that we could potentially reduce or eliminate. Also, seems we get a pathing/structure related question every month or so. What is the argument for not having a standard directory structure rigidly imposed?
Nate On Mon, Feb 16, 2009 at 6:39 PM, Ed Leafe <[email protected]> wrote: > On Feb 16, 2009, at 12:05 PM, Paul McNett wrote: > >> So if we have the rule that the db location is relative to the app >> location, remind >> me why the cnxml can't be set like: >> >> <database>db/my.sqlite.db</database> >> >> This issue isn't really that simple, so I don't have any answers. > > > The answer is to create a 'project' entity. With the concept of a > project, all this goes away. Until then, 'HomeDirectory' only has > context at runtime. When the CxnEditor is running, the 'HomeDirectory' > is the IDE directory, so paths are stored relative to the location of > the .cnxml file. > > Since several people have reported this exact problem in their > attempts to use Dabo, I wanted to ensure that this discrepancy didn't > deter new users when they tried out Dabo. _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/[email protected]
