Re: currentVersion, buildNumer and userDirectory
Mark Wade <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.modules.openide.devel |
|---|---|
| Message-ID | <[email protected]> |
Okay,
I see default_userdir="${HOME}/.${APPNAME}/dev" is being generated for
me when I have NetBeans package my application in etc/appname.conf and I
can make edits there which is fine.
If I'm understanding the placeholder value replacement I can't override
those replacement values unless I alter the source and recompile but I
can create my own and use them in my own bundles which I haven't done
yet and have no pressing need but I'll give it try.
On 02/11/2017 08:42 PM, Mark Wade wrote:
>
> Of greater interest is my applications userDirectory resolves to
> ~/.myappname/dev/ whereas Netbeans 8.2 userDirectory resolves to
> ~/.netbeans/8.2/
>
> Where does "dev" come from and how can I replace these values?
>
> -- Mark
>