 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
polyglot Guest
|
Posted: Wed Sep 03, 2003 8:07 pm Post subject: What is "Additional Settings" in JB (8 Ent)? |
|
|
I cant find in the online help of JB8 Enterprise any documentation on what the "Additional Settings" folder is for, how things get in there, etc.
Where is the doc for this?
What is it for, how does one use it?
(e.g. I see source and non-source files in it that it is not apparent why they aren't shown with the other similar files in src)
|
|
| Back to top |
|
 |
Bill Joy Guest
|
Posted: Thu Sep 04, 2003 12:42 am Post subject: Re: What is "Additional Settings" in JB (8 Ent)? |
|
|
Java and resource files which are made visible in the Project Pane by
way of the Automatic Packages Discovery feature are not being recorded
in your project file.
That normally would make it impossible to record any properties for
those files since there is no entry in the project for them. The
"Additional Settings" folder is created the first time a property is
set on such files and becomes the mechanism whereby their properties
are saved.
(Note that the files in the "Additional Settings" are also still
visible in their normal place in the Project Pane as automatically
discovered files just as if they did not have any properties.)
While this as the side benefit of making it easier to find the
"special" files which have property settings, just ignore this folder.
"polyglot" <bdn (AT) polyglotinc (DOT) com> wrote
| Quote: |
I cant find in the online help of JB8 Enterprise any documentation on
what the "Additional Settings" folder is for, how things get in there, |
etc.
| Quote: |
Where is the doc for this?
What is it for, how does one use it?
(e.g. I see source and non-source files in it that it is not apparent
why they aren't shown with the other similar files in src) |
|
|
| Back to top |
|
 |
John McGrath [TeamB] Guest
|
Posted: Thu Sep 04, 2003 2:43 am Post subject: Re: What is "Additional Settings" in JB (8 Ent)? |
|
|
On 9/3/2003 at 4:07:06 PM, polyglot wrote:
| Quote: | I cant find in the online help of JB8 Enterprise any documentation on
what the "Additional Settings" folder is for,
|
There is some documentation in there, but it is not anywhere you are
likely to look. There are a few mentions of the "Additional Settings"
folder under the OpenTools documentation, such as in the JavaDoc for
the classes:
com.borland.primetime.node.FolderNode class
com.borland.jbuilder.wizard.javadoc.Doclet
I just reported this problem on QualityCentral (#5832).
| Quote: | how things get in there, etc.
What is it for, how does one use it?
|
It is used to store settings for nodes that are not actually part of
the project, such as source files that are part of packages that are
members of the project and automatically generated files.
It is, perhaps, a somewhat direct view of the implementation. JBuilder
need a "real" node to hang the properties on. If it did not have one,
the properties would not be persisted.
--
Regards,
John McGrath [TeamB]
---------------------------------------------------
Before sending me e-mail, please read:
http://www.JPMcGrath.net/newsgroups/e-mail.html
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|