I am using maven for xpages to create an NTF package on jenkins server and its working fine but when I open it in domino designer I came to know that some custom controls are missing.Then I had a check on jenkins workspace to make sure that all files are pulled properly and it was upto date. So my question is why headless designer(USING MAVEN) is skiping some custom controls while creating ntf package. Any help would be appreciated

2

There are 2 answers

0
akaushik On BEST ANSWER

Deleting all the files related to old build did the trick for me

1
Cameron Gregor On

are the .metadata files and .xsp-config files for the custom controls present in the on disk project?

e.g for 1 custom control there should be three files

mycustomcontrol.xsp
mycustomcontrol.xsp-config
mycustomcontrol.metadata

also what do you mean by 'missing' do you mean that you cannot see them in the list of custom controls? or do you mean that they are imported and you can see them in the NSF but they do not build properly, and therefore you see an errors within XPages about not being able to use them?

is there anything in common about the controls that are missing and the controls that are successful?