igniterealtime / openfire-ofmeet-plugin

Provides an HTTP Online Meeting solution for Openfire using Jitsi Meet.
Apache License 2.0
46 stars 44 forks source link

When compile ofmeet-summary.jsp in eclipse there report can't find urlEncode function #70

Closed cnscns closed 6 years ago

cnscns commented 6 years ago

I replace urlEncode with URLEncoder.encode and compile success

guusdk commented 6 years ago

I'm guessing that Eclipse fails to pick up the urlEncode method that is provided by the 'admin' taglib.

The ofmeet builds (including the continuous integration) does pre-compile these pages. As these builds do not fail, this problem appears to be an Eclipse issue, not an Openfire issue.

cnscns commented 6 years ago

Yes ,in Openfire 4.2.3 have this urlEncode tag.I want to debug openfire-meetings in eclipse,Is there any help documents?