Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files aren't filtered (Could not determine the Designer Project) #5

Open
beranPro opened this issue Nov 20, 2015 · 6 comments
Open

Comments

@beranPro
Copy link

Hi,
i'm getting the following error message:

<record>
    <date>2015-11-20T11:00:36</date>
    <millis>1448013636558</millis>
    <sequence>50</sequence>
    <level>INFO</level>
    <class>SwiperUtil</class>
    <method></method>
    <thread>2</thread>
    <message>Swiper: **** Performing Explicit Filtering</message>
</record>
<record>
    <date>2015-11-20T11:00:36</date>
    <millis>1448013636558</millis>
    <sequence>51</sequence>
    <level>SEVERE</level>
    <class>com.ibm.commons.log.AbstractLogMgr</class>
    <method>log</method>
    <thread>2</thread>
    <message>Could not determine the Designer Project</message>
</record>

AutoExportImport is on
AutomaticBuild is on

@camac
Copy link
Owner

camac commented Nov 20, 2015

thanks for the log files, can you tell me:

what design elements were selected when you chose 'filter selected'? or was
it a category of design elements?

On Friday, November 20, 2015, BeranPro [email protected] wrote:

Hi,
i'm getting the following error message:

2015-11-20T11:00:36 1448013636558 50 INFO SwiperUtil 2 Swiper: ***\* Performing Explicit Filtering 2015-11-20T11:00:36 1448013636558 51 SEVERE com.ibm.commons.log.AbstractLogMgr log 2 Could not determine the Designer Project

AutoExportImport is on
AutomaticBuild is on


Reply to this email directly or view it on GitHub
#5.

@beranPro
Copy link
Author

Hi, in this case i selected all forms and clicked "Filter Selected".

image

@beranPro beranPro reopened this Nov 23, 2015
@beranPro
Copy link
Author

when a single design element is saved the filter works. Just the "Filter Selected" doesn't run.
Is it possible to filter all DesignElements at once when Swiper is added? Now i have to save every single node. A "recompile all" doesn't work either.

@beranPro
Copy link
Author

i don't know why, but he filtered all my design notes ~30 minutes after recompile all. Maybe my sync process was late...

All DesignElements where filtered with no error.

<record>
    <date>2015-11-23T09:57:27</date>
    <millis>1448269047597</millis>
    <sequence>90</sequence>
    <level>FINEST</level>
    <class>com.ibm.commons.log.AbstractLogMgr</class>
    <method>log</method>
    <thread>9</thread>
    <message>Swiper: Swiper: PreSyncBuilder</message>
</record>
...

@beranPro
Copy link
Author

beranPro commented Dec 1, 2015

Maybe you can send me some "domino plugin development" links you used to develop this stuff, so i can fork this repo and try it to fix myself. I'm a notes developer but i never coded a eclipse/domino designer plugin before.

@camac
Copy link
Owner

camac commented Dec 1, 2015

Sure thing! I must warn you If you haven't done a plugin before, there is a lot to 'gotchas' so it can be a bumpy ride. but it is definitely an interesting exercise and if you can make changes yourself you can customise exactly how you like.
To explain everything about plugin development would be quite a big post, however to get started here are a couple of articles about setting up Eclipse so you can develop plugins and launch Notes / Designer in debug mode. Ralf is a guru on Notes Plugin development.

To start with, download 'Eclipse for RCP and RAP developers' from the eclipse site

then follow Ralf's instructions to configure Eclipse

http://www.everythingaboutit.eu/2014/06/how-to-configure-eclipse-43-to-develop.html
http://www.everythingaboutit.eu/2014/06/how-to-configure-eclipse-43-to-develop_17.html

For swiper, we want to launch designer so, additionally follow these instructions to create the designer launch configuration
http://www.everythingaboutit.eu/2014/06/launch-domino-designer-from-eclipse-to.html

Import the org.openntf.swiper project into your workspace and include it in your debug configuration for designer.

I'm sure you will have more questions so let me know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants