Swiper
Swiper copied to clipboard
Swiper - 9.0.1 FP6
Hi is Swiper supported with Notes Version 9.0.1 FP6? We keep getting META-Data in commits.
System: Windows 10 Notes 9.0.1 FP6 latest Swiper donload.
Hi There thanks for the bug report. I haven't tried it with FP6 yet, I will try tomorrow when I am at the office. In the meantime, can you tell me, was Swiper installed before or after upgrading to FP6? If it was before, sometimes the Designer FP upgrades cause existing plugins to become disabled. You can check in: File -> Applications ->Application Management If you find the Swiper plugin in that list maybe it has a little 'disabled' icon on it. If so you can right-click and enable, and maybe need to restart. Otherwise if it is definitely installed and enabled, try removing Swiper from the project and then adding again.
Is the metadata inclusion occuring on all design elements or only some types?
Hi, thanks for your fast response. Yes, it was installed before, Plugin was enabled, and we also reinstalled it. Metadata is only occuring on some types, but we can not narrow it down. So it seems to be happen sporadically.
Ok if you get any more info regarding which types it is working for and not then please post here Another idea is to turn logging on for a short period of time and see if anything interesting is reported (errors etc) File -> Swiper -> Start Logging and then do something e.g. create a new Form or View, or try to recreate the problem then File -> Swiper -> Stop Logging then check %HOME%/.swiper/ for log files
Is it happening on more than one machine?
Can you check the contents of the .project file in the NSF (using 'Navigator' eclipse view)
It should contain a
it seems only happening on ScriptLibraries (.lss) Logging don´t get any errors. It happens currently only on one machone. (Only one update to 901 FP6)
.project File seems also be OK:
<buildCommand>
<name>org.openntf.swiper.SwiperPreSyncBuilder</name>
<arguments/>
</buildCommand>
<buildCommand>
<name>com.ibm.designer.domino.team.builder.NsfToPhysicalSynBuilder</name>
<arguments/>
</buildCommand>
<buildCommand>
<name>org.openntf.swiper.SwiperPostSyncBuilder</name>
<arguments/>
</buildCommand>
Ok thanks for checking that. If you are able to attach any logs which might mention the .lss files then that might help me. Also if you can attach a sample of the metadata that is getting through but if you can't do that because of privacy then no problem.
I will try to upgrade my machine tomorrow and see if I can reproduce the error.
I'm using Notes 9.0.1FP7 and it's happening to me more than seldomly with different kind of elements but mostly XPage, Custom Control and Java class elements.
I will enable the debug but its' quite annoying. Most of the times I reset the change through my source control app, other times I select all the elements from the left pane and swipe them all at once. Both approaches fix the problem but it's a time waster.
Another thing I noticed is that the dabase icon moves from AppProperties/$DBIcon to Resources/Images/$DBIcon. No way to fix that but deleting the element from Images and reloading the image from the db icon property page. I don't know if it's a Swiper issue though.
I must state that my setup is quite unique. Source Control folder is tied to a vm-sort-of-network-folder that maps to a regular folder in my host operating system (macOS). That's because I want to have just one Source Control app and not have to maintain it in my Windows Guest OS (I'm using VMWare Fusion).