Re: Autoupdate problem

2020-03-04 Thread Jerome Lelasseux
Yes. It was a normal behavior actually. Once an update is read, there is by default a 1 week delay before checking again for an update. But NB still scans the remote updates.xml upon EACH startup, that's why I was misleaded. The scan is to compare the date within updates.xml with the last loca

Re: Autoupdate problem

2020-03-04 Thread Peter Hull
Hi Jerome, Did you ever fix this issue? Peter On Thu, 13 Feb 2020 at 22:32, Jerome Lelasseux wrote: > > I see the "Comparing versions" log lines only upon first start after fresh > install (when I removed AppData/Local/jjazzlab and AppData/Roaming/jjazzlab). > > When the problem occurs (it does

Re: Autoupdate problem

2020-02-13 Thread Jerome Lelasseux
I see the "Comparing versions" log lines only upon first start after fresh install (when I removed AppData/Local/jjazzlab and AppData/Roaming/jjazzlab). When the problem occurs (it does not detect the 2nd round of update) logging is: FINEST [org.netbeans.modules.autoupdate.ui.actions.AutoupdateS

Re: Autoupdate problem

2020-02-12 Thread Peter Hull
On Wed, 12 Feb 2020 at 17:27, Jerome Lelasseux wrote: > Maybe you viewed the xml file using the builtin Firefox viewer which hides > the XML declaration part... Well I have learnt something anyway - yes I was using firefox. Looking at the code you should be seeing log lines like [exec] FINER [or

Re: Autoupdate problem

2020-02-12 Thread Jerome Lelasseux
@Pete No there is a XML declaration + DTD in my updates.xml, I've checked again. Maybe you viewed the xml file using the builtin Firefox viewer which hides the XML declaration part... If the XML was malformed I guess it would not work at all: in my case it works fine for the 1st update (with a

Re: Autoupdate problem

2020-02-12 Thread Peter Hull
I don't know the answer, but looking at the NB update center, the XML does start with an XML declaration and a DTD (see below), whereas yours does not. Maybe the DTD needs to be added? Pete http://www.netbeans.org/dtds/autoupdate-catalog-2_6.dtd";> On Wed, 12 Feb 2020 at 10:43, Geertjan Wielenga

Re: Autoupdate problem

2020-02-12 Thread Geertjan Wielenga
If I could, I would help, I just don't know -- and have no way to reproduce. Maybe someone else with a NetBeans Platform app with a Plugin Manager etc, other than the IDE itself, can advise. Gj On Tue, Feb 11, 2020 at 11:26 PM Jerome Lelasseux wrote: > Hello, > > I have set up an autoupdate cen

Autoupdate problem

2020-02-11 Thread Jerome Lelasseux
Hello, I have set up an autoupdate center for my NB application (Windows JDK11.1). After a fresh install of an (old) app, the new modules are detected, user is notified and the app is automatically updated. If I generate yet another change (change code of one module, increase module spec in mani