You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openmeetings.apache.org by "Coscend@OM" <OM...@Coscend.com> on 2016/09/01 16:51:13 UTC

RE: Whiteboard Tools Panel (CUSTOM) Broken

Dear Developers,

Any thoughts on how to resolve these issues:
(A)   issue [1] for 5 CUSTOM toolbars we have added.  Icons disappear when the toolbars are made vertical (right / left).
(B)   Some of these custom toolbars stick to each other while dragging anyone of them.
The ORIGINAL toolbar from source code does NOT have these issues.
-------
[1] WB vertical tools panel is broken: https://issues.apache.org/jira/browse/OPENMEETINGS-1433 

Thank you.

Sincerely,

Hemant K. Sabat

Coscend Communications Solutions
Web site: www.Coscend.com 
------------------------------------------------------------------
CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Terms_and_Conditions.html 

-----Original Message-----
From: Coscend@OM [mailto:OM.Insights@Coscend.com] 
Sent: Wednesday, August 31, 2016 12:07 PM
To: dev@openmeetings.apache.org
Subject: RE: Whiteboard Tools Panel (CUSTOM) Broken

Dear Sebastian,

Below are:
1. The data flow across files.
2. sample snippet from mainToolsPanel.lzx---this sets up the context fixedFileExplorerWhiteboard.lzx ----perhaps this is the cause of the issue

Thank you.

-----
Data flow
-----
Application.properties.xml:  contains label IDs of the different tools in a toolbar.
theme.xml:  png/jpg filenames of thumbnails
fixedFileExplorerWhiteBoard.lzx: connects the tools to whiteboard
mainToolsPanel.lzx:  methods for onclick activation of the tools

--------
Sample Snippet
--------
A.         mainToolsPanel.lzx 
1.    Defined the menuIconbar class: XYZMenuIconBar
   This class contains the instances of Tools class: <mainToolsPanelItem> for each tool
   Each such tool is linked to a  <resource> entry in theme.xml
   
2. Defined the class  XYZToolsTopPanel similar to existing class 3. Defined the class  XYZToolsTopPanelPointer similar to existing class 4. Defined the class XYZToolsLeftPanelPointer similar to existing class


B. Instantiate toolbar inside whiteboard fixedFileExplorer.lzx:

  <XYZToolsTopPanel x="80" y="105" name="_XYZToolsPanel" 
     visible="${ ((canvas.ismoderator || canvas.isAllowedToDraw) ? 
             true : false ) }"/> 
         
 <XYZToolsLeftPanelPointer y="20" name="_XYZToolsLeftPanelPointer" 
    visible="${ (parent.parent.restricted) ? false : 
        (((canvas.ismoderator) ? false : 
            ((canvas.isAllowedToDraw) ? false : true ))) }"/>

Sincerely,

Hemant K. Sabat

Coscend Communications Solutions
Web site: www.Coscend.com
------------------------------------------------------------------
CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Terms_and_Conditions.html 


-----Original Message-----
From: Coscend@OM [mailto:OM.Insights@Coscend.com] 
Sent: Tuesday, August 30, 2016 11:42 PM
To: dev@openmeetings.apache.org
Subject: RE: Whiteboard Tools Panel (CUSTOM) Broken

Dear Sebastian,

We will post the code snippet tomorrow AM US time by collecting it from the following files.

In the meantime, to vet your appetite:

Application.properties.xml:  contains label IDs of the different tools in a toolbar.
theme.xml:  png/jpg filenames of thumbnails
fixedFileExplorerWhiteBoard.lzx: connects the tools to whiteboard
mainToolsPanel.lzx:  methods for onclick activation of the tools

Thank you.

Sincerely,

Hemant K. Sabat

Coscend Communications Solutions
Web site: www.Coscend.com 
------------------------------------------------------------------
CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Terms_and_Conditions.html 


-----Original Message-----
From: seba.wagner@gmail.com [mailto:seba.wagner@gmail.com] 
Sent: Tuesday, August 30, 2016 11:10 PM
To: dev <de...@openmeetings.apache.org>
Cc: OM.Insights@Coscend.com
Subject: Re: Whiteboard Tools Panel (CUSTOM) Broken

@ Hemant do you have a sample snippet of how you use the toolbar ?

2016-08-31 15:35 GMT+12:00 Maxim Solodovnik <so...@gmail.com>:

> If I remember correctly original issue was caused by multiple WB on 
> top of each other I can't tell you what is wrong with your code :(
>
> On Wed, Aug 31, 2016 at 9:43 AM, seba.wagner@gmail.com < 
> seba.wagner@gmail.com> wrote:
>
> > If I can remember correctly we added the "stickiness" but you can 
> > disable it with a property.
> >
> > Thanks,
> > Sebastian
> >
> > 2016-08-31 7:55 GMT+12:00 Coscend@OM <OM...@coscend.com>:
> >
> > > Dear OpenMeetings Developers,
> > >
> > >
> > >
> > > We added 5 CUSTOM toolbars to the conference rooms.  We are facing
> > >
> > > (1)   issue [1] for the custom toolbars.
> > >
> > > (2)   Some of these custom toolbars stick to each other while dragging
> > > anyone of them.
> > >
> > >
> > >
> > > The ORIGINAL toolbar from source code does NOT have these issues.
> > >
> > >
> > >
> > > Could you please give us pointers to the CAUSE of this issue?
> > >
> > > -------
> > >
> > > [1] WB vertical tools panel is broken:
> > > https://issues.apache.org/jira/browse/OPENMEETINGS-1433
> > >
> > > Drag CUSTOM tools panel to the right/left side of the WB
> > > Result: panel contains no icons
> > >
> > >
> > >
> > > Thank you.
> > >
> > >
> > >
> > > Sincerely,
> > >
> > >
> > >
> > > Hemant K. Sabat
> > >
> > >
> > >
> > > Coscend Communications Solutions
> > >
> > > Web site:  <http://www.coscend.com/> www.Coscend.com
> > >
> > > ------------------------------------------------------------------
> > >
> > > CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding 
> > > E-mail Messages from Coscend Communications Solutions' posted at:
> > > <http://www.coscend.com/Terms_and_Conditions.html>
> > > http://www.Coscend.com/Terms_and_Conditions.html


Re: compilation problems

Posted by Peter Dähn <da...@vcrp.de>.
ok.. now I got it... :-) it is "early" here... still the first cup of 
coffee...

have a nice day


Am 02.09.2016 um 08:46 schrieb Maxim Solodovnik:
> First one builds everything, but not running tests
> Other one also skip test compilation, this causes compilation errors
>
> On Fri, Sep 2, 2016 at 1:43 PM, Peter D�hn <da...@vcrp.de> wrote:
>
>> ok.. this one changed somehow... thanks for the quick response...
>>
>>
>> Am 02.09.2016 um 08:39 schrieb Maxim Solodovnik:
>>
>>> You should use
>>>    -DskipTests=true
>>> not
>>>    -Dmaven.test.skip=true
>>>
>>> On Fri, Sep 2, 2016 at 1:33 PM, Peter D�hn <da...@vcrp.de> wrote:
>>>
>>> Hello together,
>>>> Compilation of OM ends up with an error.
>>>>
>>>> /svn checkout https://svn.apache.org/repos/a
>>>> sf/openmeetings/application/br
>>>> anches/3.1.x/
>>>> cd 3.1.x
>>>> mvn install -U -Dunpacked=true -Dmaven.test.skip=true
>>>> -Dold-backups.dwnd.skip=true -Ddb=postgresql/
>>>>
>>>> Error message
>>>>
>>>> /Downloading: https://repository.apache.org/
>>>> snapshots/org/apache/openmeeti
>>>> ngs/openmeetings-core/3.1.3-SNAPSHOT/openmeetings-core-3.
>>>> 1.3-SNAPSHOT-tests.jar
>>>> [INFO] ------------------------------------------------------------
>>>> ------------
>>>> [INFO] Reactor Summary:
>>>> [INFO]
>>>> [INFO] Openmeetings ....................................... SUCCESS [
>>>> 7.867 s]
>>>> [INFO] Openmeetings Util .................................. SUCCESS [
>>>> 11.449 s]
>>>> [INFO] Openmeetings DB .................................... SUCCESS [
>>>> 11.726 s]
>>>> [INFO] Openmeetings Core .................................. SUCCESS [
>>>> 6.216 s]
>>>> [INFO] Openmeetings Install ............................... SUCCESS [
>>>> 4.525 s]
>>>> [INFO] Openmeetings Service ............................... SUCCESS [
>>>> 2.905 s]
>>>> [INFO] Openmeetings Webservices ........................... SUCCESS [
>>>> 6.316 s]
>>>> [INFO] Openmeetings Web ................................... FAILURE [
>>>> 18.260 s]
>>>> [INFO] Openmeetings Flash ................................. SKIPPED
>>>> [INFO] Openmeetings Screen Sharing applet ................. SKIPPED
>>>> [INFO] Openmeetings Server ................................ SKIPPED
>>>> [INFO] ------------------------------------------------------------
>>>> ------------
>>>> [INFO] BUILD FAILURE
>>>> [INFO] ------------------------------------------------------------
>>>> ------------
>>>> [INFO] Total time: 01:12 min
>>>> [INFO] Finished at: 2016-09-02T08:18:41+02:00
>>>> [INFO] Final Memory: 65M/441M
>>>> [INFO] ------------------------------------------------------------
>>>> ------------
>>>> [ERROR] Failed to execute goal on project openmeetings-web: Could not
>>>> resolve dependencies for project org.apache.openmeetings:openme
>>>> etings-web:war:3.1.3-SNAPSHOT:
>>>> Could not find artifact org.apache.openmeetings:openme
>>>> etings-core:jar:tests:3.1.3-SNAPSHOT in apache-snapshots (
>>>> https://repository.apache.org/content/groups/snapshots) -> [Help 1]
>>>> [ERROR]
>>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>>>> -e switch.
>>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>>> [ERROR]
>>>> [ERROR] For more information about the errors and possible solutions,
>>>> please read the following articles:
>>>> [ERROR] [Help 1] http://cwiki.apache.org/conflu
>>>> ence/display/MAVEN/DependencyResolutionException
>>>> [ERROR]
>>>> [ERROR] After correcting the problems, you can resume the build with the
>>>> command
>>>> [ERROR]   mvn <goals> -rf :openmeetings-web
>>>> /
>>>> try to load "https://repository.apache.org/snapshots/org/apache/openmeet
>>>> ings/openmeetings-core/3.1.3-SNAPSHOT/openmeetings-core-3.
>>>> 1.3-SNAPSHOT-tests.jar" ends with:
>>>>
>>>>
>>>>    404 - Path
>>>>    /org/apache/openmeetings/openmeetings-core/3.1.3-SNAPSHOT/
>>>> openmeetings-core-3.1.3-SNAPSHOT-tests.jar
>>>>    not found in group repository "Snapshots" [id=snapshots-group].
>>>>
>>>> Path /org/apache/openmeetings/openmeetings-core/3.1.3-SNAPSHOT/
>>>> openmeetings-core-3.1.3-SNAPSHOT-tests.jar not found in group repository
>>>> "Snapshots" [id=snapshots-group].
>>>>
>>>>
>>>> Any Ideas?
>>>>
>>>> Greetings Peter
>>>>
>>>>
>>>
>

Re: compilation problems

Posted by Maxim Solodovnik <so...@gmail.com>.
First one builds everything, but not running tests
Other one also skip test compilation, this causes compilation errors

On Fri, Sep 2, 2016 at 1:43 PM, Peter Dähn <da...@vcrp.de> wrote:

> ok.. this one changed somehow... thanks for the quick response...
>
>
> Am 02.09.2016 um 08:39 schrieb Maxim Solodovnik:
>
>> You should use
>>   -DskipTests=true
>> not
>>   -Dmaven.test.skip=true
>>
>> On Fri, Sep 2, 2016 at 1:33 PM, Peter Dähn <da...@vcrp.de> wrote:
>>
>> Hello together,
>>>
>>> Compilation of OM ends up with an error.
>>>
>>> /svn checkout https://svn.apache.org/repos/a
>>> sf/openmeetings/application/br
>>> anches/3.1.x/
>>> cd 3.1.x
>>> mvn install -U -Dunpacked=true -Dmaven.test.skip=true
>>> -Dold-backups.dwnd.skip=true -Ddb=postgresql/
>>>
>>> Error message
>>>
>>> /Downloading: https://repository.apache.org/
>>> snapshots/org/apache/openmeeti
>>> ngs/openmeetings-core/3.1.3-SNAPSHOT/openmeetings-core-3.
>>> 1.3-SNAPSHOT-tests.jar
>>> [INFO] ------------------------------------------------------------
>>> ------------
>>> [INFO] Reactor Summary:
>>> [INFO]
>>> [INFO] Openmeetings ....................................... SUCCESS [
>>> 7.867 s]
>>> [INFO] Openmeetings Util .................................. SUCCESS [
>>> 11.449 s]
>>> [INFO] Openmeetings DB .................................... SUCCESS [
>>> 11.726 s]
>>> [INFO] Openmeetings Core .................................. SUCCESS [
>>> 6.216 s]
>>> [INFO] Openmeetings Install ............................... SUCCESS [
>>> 4.525 s]
>>> [INFO] Openmeetings Service ............................... SUCCESS [
>>> 2.905 s]
>>> [INFO] Openmeetings Webservices ........................... SUCCESS [
>>> 6.316 s]
>>> [INFO] Openmeetings Web ................................... FAILURE [
>>> 18.260 s]
>>> [INFO] Openmeetings Flash ................................. SKIPPED
>>> [INFO] Openmeetings Screen Sharing applet ................. SKIPPED
>>> [INFO] Openmeetings Server ................................ SKIPPED
>>> [INFO] ------------------------------------------------------------
>>> ------------
>>> [INFO] BUILD FAILURE
>>> [INFO] ------------------------------------------------------------
>>> ------------
>>> [INFO] Total time: 01:12 min
>>> [INFO] Finished at: 2016-09-02T08:18:41+02:00
>>> [INFO] Final Memory: 65M/441M
>>> [INFO] ------------------------------------------------------------
>>> ------------
>>> [ERROR] Failed to execute goal on project openmeetings-web: Could not
>>> resolve dependencies for project org.apache.openmeetings:openme
>>> etings-web:war:3.1.3-SNAPSHOT:
>>> Could not find artifact org.apache.openmeetings:openme
>>> etings-core:jar:tests:3.1.3-SNAPSHOT in apache-snapshots (
>>> https://repository.apache.org/content/groups/snapshots) -> [Help 1]
>>> [ERROR]
>>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>>> -e switch.
>>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>>> [ERROR]
>>> [ERROR] For more information about the errors and possible solutions,
>>> please read the following articles:
>>> [ERROR] [Help 1] http://cwiki.apache.org/conflu
>>> ence/display/MAVEN/DependencyResolutionException
>>> [ERROR]
>>> [ERROR] After correcting the problems, you can resume the build with the
>>> command
>>> [ERROR]   mvn <goals> -rf :openmeetings-web
>>> /
>>> try to load "https://repository.apache.org/snapshots/org/apache/openmeet
>>> ings/openmeetings-core/3.1.3-SNAPSHOT/openmeetings-core-3.
>>> 1.3-SNAPSHOT-tests.jar" ends with:
>>>
>>>
>>>   404 - Path
>>>   /org/apache/openmeetings/openmeetings-core/3.1.3-SNAPSHOT/
>>> openmeetings-core-3.1.3-SNAPSHOT-tests.jar
>>>   not found in group repository "Snapshots" [id=snapshots-group].
>>>
>>> Path /org/apache/openmeetings/openmeetings-core/3.1.3-SNAPSHOT/
>>> openmeetings-core-3.1.3-SNAPSHOT-tests.jar not found in group repository
>>> "Snapshots" [id=snapshots-group].
>>>
>>>
>>> Any Ideas?
>>>
>>> Greetings Peter
>>>
>>>
>>
>>


-- 
WBR
Maxim aka solomax

Re: compilation problems

Posted by Peter Dähn <da...@vcrp.de>.
ok.. this one changed somehow... thanks for the quick response...


Am 02.09.2016 um 08:39 schrieb Maxim Solodovnik:
> You should use
>   -DskipTests=true
> not
>   -Dmaven.test.skip=true
>
> On Fri, Sep 2, 2016 at 1:33 PM, Peter D�hn <da...@vcrp.de> wrote:
>
>> Hello together,
>>
>> Compilation of OM ends up with an error.
>>
>> /svn checkout https://svn.apache.org/repos/asf/openmeetings/application/br
>> anches/3.1.x/
>> cd 3.1.x
>> mvn install -U -Dunpacked=true -Dmaven.test.skip=true
>> -Dold-backups.dwnd.skip=true -Ddb=postgresql/
>>
>> Error message
>>
>> /Downloading: https://repository.apache.org/snapshots/org/apache/openmeeti
>> ngs/openmeetings-core/3.1.3-SNAPSHOT/openmeetings-core-3.
>> 1.3-SNAPSHOT-tests.jar
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] Reactor Summary:
>> [INFO]
>> [INFO] Openmeetings ....................................... SUCCESS [
>> 7.867 s]
>> [INFO] Openmeetings Util .................................. SUCCESS [
>> 11.449 s]
>> [INFO] Openmeetings DB .................................... SUCCESS [
>> 11.726 s]
>> [INFO] Openmeetings Core .................................. SUCCESS [
>> 6.216 s]
>> [INFO] Openmeetings Install ............................... SUCCESS [
>> 4.525 s]
>> [INFO] Openmeetings Service ............................... SUCCESS [
>> 2.905 s]
>> [INFO] Openmeetings Webservices ........................... SUCCESS [
>> 6.316 s]
>> [INFO] Openmeetings Web ................................... FAILURE [
>> 18.260 s]
>> [INFO] Openmeetings Flash ................................. SKIPPED
>> [INFO] Openmeetings Screen Sharing applet ................. SKIPPED
>> [INFO] Openmeetings Server ................................ SKIPPED
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] BUILD FAILURE
>> [INFO] ------------------------------------------------------------
>> ------------
>> [INFO] Total time: 01:12 min
>> [INFO] Finished at: 2016-09-02T08:18:41+02:00
>> [INFO] Final Memory: 65M/441M
>> [INFO] ------------------------------------------------------------
>> ------------
>> [ERROR] Failed to execute goal on project openmeetings-web: Could not
>> resolve dependencies for project org.apache.openmeetings:openmeetings-web:war:3.1.3-SNAPSHOT:
>> Could not find artifact org.apache.openmeetings:openme
>> etings-core:jar:tests:3.1.3-SNAPSHOT in apache-snapshots (
>> https://repository.apache.org/content/groups/snapshots) -> [Help 1]
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with the
>> -e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>> [ERROR] [Help 1] http://cwiki.apache.org/conflu
>> ence/display/MAVEN/DependencyResolutionException
>> [ERROR]
>> [ERROR] After correcting the problems, you can resume the build with the
>> command
>> [ERROR]   mvn <goals> -rf :openmeetings-web
>> /
>> try to load "https://repository.apache.org/snapshots/org/apache/openmeet
>> ings/openmeetings-core/3.1.3-SNAPSHOT/openmeetings-core-3.
>> 1.3-SNAPSHOT-tests.jar" ends with:
>>
>>
>>   404 - Path
>>   /org/apache/openmeetings/openmeetings-core/3.1.3-SNAPSHOT/
>> openmeetings-core-3.1.3-SNAPSHOT-tests.jar
>>   not found in group repository "Snapshots" [id=snapshots-group].
>>
>> Path /org/apache/openmeetings/openmeetings-core/3.1.3-SNAPSHOT/
>> openmeetings-core-3.1.3-SNAPSHOT-tests.jar not found in group repository
>> "Snapshots" [id=snapshots-group].
>>
>>
>> Any Ideas?
>>
>> Greetings Peter
>>
>
>

Re: compilation problems

Posted by Maxim Solodovnik <so...@gmail.com>.
You should use
 -DskipTests=true
not
 -Dmaven.test.skip=true

On Fri, Sep 2, 2016 at 1:33 PM, Peter Dähn <da...@vcrp.de> wrote:

> Hello together,
>
> Compilation of OM ends up with an error.
>
> /svn checkout https://svn.apache.org/repos/asf/openmeetings/application/br
> anches/3.1.x/
> cd 3.1.x
> mvn install -U -Dunpacked=true -Dmaven.test.skip=true
> -Dold-backups.dwnd.skip=true -Ddb=postgresql/
>
> Error message
>
> /Downloading: https://repository.apache.org/snapshots/org/apache/openmeeti
> ngs/openmeetings-core/3.1.3-SNAPSHOT/openmeetings-core-3.
> 1.3-SNAPSHOT-tests.jar
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Openmeetings ....................................... SUCCESS [
> 7.867 s]
> [INFO] Openmeetings Util .................................. SUCCESS [
> 11.449 s]
> [INFO] Openmeetings DB .................................... SUCCESS [
> 11.726 s]
> [INFO] Openmeetings Core .................................. SUCCESS [
> 6.216 s]
> [INFO] Openmeetings Install ............................... SUCCESS [
> 4.525 s]
> [INFO] Openmeetings Service ............................... SUCCESS [
> 2.905 s]
> [INFO] Openmeetings Webservices ........................... SUCCESS [
> 6.316 s]
> [INFO] Openmeetings Web ................................... FAILURE [
> 18.260 s]
> [INFO] Openmeetings Flash ................................. SKIPPED
> [INFO] Openmeetings Screen Sharing applet ................. SKIPPED
> [INFO] Openmeetings Server ................................ SKIPPED
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------
> ------------
> [INFO] Total time: 01:12 min
> [INFO] Finished at: 2016-09-02T08:18:41+02:00
> [INFO] Final Memory: 65M/441M
> [INFO] ------------------------------------------------------------
> ------------
> [ERROR] Failed to execute goal on project openmeetings-web: Could not
> resolve dependencies for project org.apache.openmeetings:openmeetings-web:war:3.1.3-SNAPSHOT:
> Could not find artifact org.apache.openmeetings:openme
> etings-core:jar:tests:3.1.3-SNAPSHOT in apache-snapshots (
> https://repository.apache.org/content/groups/snapshots) -> [Help 1]
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions,
> please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/conflu
> ence/display/MAVEN/DependencyResolutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR]   mvn <goals> -rf :openmeetings-web
> /
> try to load "https://repository.apache.org/snapshots/org/apache/openmeet
> ings/openmeetings-core/3.1.3-SNAPSHOT/openmeetings-core-3.
> 1.3-SNAPSHOT-tests.jar" ends with:
>
>
>  404 - Path
>  /org/apache/openmeetings/openmeetings-core/3.1.3-SNAPSHOT/
> openmeetings-core-3.1.3-SNAPSHOT-tests.jar
>  not found in group repository "Snapshots" [id=snapshots-group].
>
> Path /org/apache/openmeetings/openmeetings-core/3.1.3-SNAPSHOT/
> openmeetings-core-3.1.3-SNAPSHOT-tests.jar not found in group repository
> "Snapshots" [id=snapshots-group].
>
>
> Any Ideas?
>
> Greetings Peter
>



-- 
WBR
Maxim aka solomax

compilation problems

Posted by Peter Dähn <da...@vcrp.de>.
Hello together,

Compilation of OM ends up with an error.

/svn checkout 
https://svn.apache.org/repos/asf/openmeetings/application/branches/3.1.x/
cd 3.1.x
mvn install -U -Dunpacked=true -Dmaven.test.skip=true 
-Dold-backups.dwnd.skip=true -Ddb=postgresql/

Error message

/Downloading: 
https://repository.apache.org/snapshots/org/apache/openmeetings/openmeetings-core/3.1.3-SNAPSHOT/openmeetings-core-3.1.3-SNAPSHOT-tests.jar
[INFO] 
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Openmeetings ....................................... SUCCESS [  
7.867 s]
[INFO] Openmeetings Util .................................. SUCCESS [ 
11.449 s]
[INFO] Openmeetings DB .................................... SUCCESS [ 
11.726 s]
[INFO] Openmeetings Core .................................. SUCCESS [  
6.216 s]
[INFO] Openmeetings Install ............................... SUCCESS [  
4.525 s]
[INFO] Openmeetings Service ............................... SUCCESS [  
2.905 s]
[INFO] Openmeetings Webservices ........................... SUCCESS [  
6.316 s]
[INFO] Openmeetings Web ................................... FAILURE [ 
18.260 s]
[INFO] Openmeetings Flash ................................. SKIPPED
[INFO] Openmeetings Screen Sharing applet ................. SKIPPED
[INFO] Openmeetings Server ................................ SKIPPED
[INFO] 
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] 
------------------------------------------------------------------------
[INFO] Total time: 01:12 min
[INFO] Finished at: 2016-09-02T08:18:41+02:00
[INFO] Final Memory: 65M/441M
[INFO] 
------------------------------------------------------------------------
[ERROR] Failed to execute goal on project openmeetings-web: Could not 
resolve dependencies for project 
org.apache.openmeetings:openmeetings-web:war:3.1.3-SNAPSHOT: Could not 
find artifact 
org.apache.openmeetings:openmeetings-core:jar:tests:3.1.3-SNAPSHOT in 
apache-snapshots 
(https://repository.apache.org/content/groups/snapshots) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the 
-e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, 
please read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the 
command
[ERROR]   mvn <goals> -rf :openmeetings-web
/
try to load 
"https://repository.apache.org/snapshots/org/apache/openmeetings/openmeetings-core/3.1.3-SNAPSHOT/openmeetings-core-3.1.3-SNAPSHOT-tests.jar" 
ends with:


  404 - Path
  /org/apache/openmeetings/openmeetings-core/3.1.3-SNAPSHOT/openmeetings-core-3.1.3-SNAPSHOT-tests.jar
  not found in group repository "Snapshots" [id=snapshots-group].

Path 
/org/apache/openmeetings/openmeetings-core/3.1.3-SNAPSHOT/openmeetings-core-3.1.3-SNAPSHOT-tests.jar 
not found in group repository "Snapshots" [id=snapshots-group].


Any Ideas?

Greetings Peter

Re: Whiteboard Tools Panel (CUSTOM) Broken

Posted by Maxim Solodovnik <so...@gmail.com>.
you need to enable client debug mode and check what is going on
the "oninit diff" you are referring can not fix anything
these 2 code blocks are equivalent, I just prefer second one due to it is
more strict and compiler might help you to find the typo

On Fri, Sep 2, 2016 at 12:22 AM, Coscend@OM <OM...@coscend.com> wrote:

> Dear Developers,
>
> The original issue (OM-1433) with in-built toolbar icons disappearing when
> vertical was due to Oninit handler's visibility attribute in
> mainToolsPanel.lzx.  Any ideas for us to resolve the same issue with CUSTOM
> toolbars would be appreciated.
>
>         <mainToolsPanelItem name="clipart" modi="clipart" labelid="1323" >
>          <handler name="oninit">
> -            if (this["_bgIcon"]) {
> -                  this._bgIcon.setAttribute("visibility","hidden");
> -               }
> +               if (this["_bgIcon"]) {
> +                       this._bgIcon.setAttribute("visible", false);
> +               }
>
> Thank you.
> Sincerely,
>
> Hemant K. Sabat
> Coscend Communications Solutions
> Web site: www.Coscend.com
> ------------------------------------------------------------------
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
> -----Original Message-----
> From: Coscend@OM [mailto:OM.Insights@Coscend.com]
> Sent: Thursday, September 1, 2016 11:51 AM
> To: dev@openmeetings.apache.org
> Subject: RE: Whiteboard Tools Panel (CUSTOM) Broken
>
> Dear Developers,
>
> Any thoughts on how to resolve these issues:
> (A)   issue [1] for 5 CUSTOM toolbars we have added.  Icons disappear when
> the toolbars are made vertical (right / left).
> (B)   Some of these custom toolbars stick to each other while dragging
> anyone of them.
> The ORIGINAL toolbar from source code does NOT have these issues.
> -------
> [1] WB vertical tools panel is broken: https://issues.apache.org/
> jira/browse/OPENMEETINGS-1433
>
> Thank you.
>
> Sincerely,
>
> Hemant K. Sabat
>
> Coscend Communications Solutions
> Web site: www.Coscend.com
> ------------------------------------------------------------------
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
>
> -----Original Message-----
> From: Coscend@OM [mailto:OM.Insights@Coscend.com]
> Sent: Wednesday, August 31, 2016 12:07 PM
> To: dev@openmeetings.apache.org
> Subject: RE: Whiteboard Tools Panel (CUSTOM) Broken
>
> Dear Sebastian,
>
> Below are:
> 1. The data flow across files.
> 2. sample snippet from mainToolsPanel.lzx---this sets up the context
> fixedFileExplorerWhiteboard.lzx ----perhaps this is the cause of the issue
>
> Thank you.
>
> -----
> Data flow
> -----
> Application.properties.xml:  contains label IDs of the different tools in
> a toolbar.
> theme.xml:  png/jpg filenames of thumbnails
> fixedFileExplorerWhiteBoard.lzx: connects the tools to whiteboard
> mainToolsPanel.lzx:  methods for onclick activation of the tools
>
> --------
> Sample Snippet
> --------
> A.         mainToolsPanel.lzx
> 1.    Defined the menuIconbar class: XYZMenuIconBar
>    This class contains the instances of Tools class: <mainToolsPanelItem>
> for each tool
>    Each such tool is linked to a  <resource> entry in theme.xml
>
> 2. Defined the class  XYZToolsTopPanel similar to existing class 3.
> Defined the class  XYZToolsTopPanelPointer similar to existing class 4.
> Defined the class XYZToolsLeftPanelPointer similar to existing class
>
>
> B. Instantiate toolbar inside whiteboard fixedFileExplorer.lzx:
>
>   <XYZToolsTopPanel x="80" y="105" name="_XYZToolsPanel"
>      visible="${ ((canvas.ismoderator || canvas.isAllowedToDraw) ?
>              true : false ) }"/>
>
>  <XYZToolsLeftPanelPointer y="20" name="_XYZToolsLeftPanelPointer"
>     visible="${ (parent.parent.restricted) ? false :
>         (((canvas.ismoderator) ? false :
>             ((canvas.isAllowedToDraw) ? false : true ))) }"/>
>
> Sincerely,
>
> Hemant K. Sabat
>
> Coscend Communications Solutions
> Web site: www.Coscend.com
> ------------------------------------------------------------------
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
>
>
> -----Original Message-----
> From: Coscend@OM [mailto:OM.Insights@Coscend.com]
> Sent: Tuesday, August 30, 2016 11:42 PM
> To: dev@openmeetings.apache.org
> Subject: RE: Whiteboard Tools Panel (CUSTOM) Broken
>
> Dear Sebastian,
>
> We will post the code snippet tomorrow AM US time by collecting it from
> the following files.
>
> In the meantime, to vet your appetite:
>
> Application.properties.xml:  contains label IDs of the different tools in
> a toolbar.
> theme.xml:  png/jpg filenames of thumbnails
> fixedFileExplorerWhiteBoard.lzx: connects the tools to whiteboard
> mainToolsPanel.lzx:  methods for onclick activation of the tools
>
> Thank you.
>
> Sincerely,
>
> Hemant K. Sabat
>
> Coscend Communications Solutions
> Web site: www.Coscend.com
> ------------------------------------------------------------------
> CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail
> Messages from Coscend Communications Solutions' posted at:
> http://www.Coscend.com/Terms_and_Conditions.html
>
>
> -----Original Message-----
> From: seba.wagner@gmail.com [mailto:seba.wagner@gmail.com]
> Sent: Tuesday, August 30, 2016 11:10 PM
> To: dev <de...@openmeetings.apache.org>
> Cc: OM.Insights@Coscend.com
> Subject: Re: Whiteboard Tools Panel (CUSTOM) Broken
>
> @ Hemant do you have a sample snippet of how you use the toolbar ?
>
> 2016-08-31 15:35 GMT+12:00 Maxim Solodovnik <so...@gmail.com>:
>
> > If I remember correctly original issue was caused by multiple WB on
> > top of each other I can't tell you what is wrong with your code :(
> >
> > On Wed, Aug 31, 2016 at 9:43 AM, seba.wagner@gmail.com <
> > seba.wagner@gmail.com> wrote:
> >
> > > If I can remember correctly we added the "stickiness" but you can
> > > disable it with a property.
> > >
> > > Thanks,
> > > Sebastian
> > >
> > > 2016-08-31 7:55 GMT+12:00 Coscend@OM <OM...@coscend.com>:
> > >
> > > > Dear OpenMeetings Developers,
> > > >
> > > >
> > > >
> > > > We added 5 CUSTOM toolbars to the conference rooms.  We are facing
> > > >
> > > > (1)   issue [1] for the custom toolbars.
> > > >
> > > > (2)   Some of these custom toolbars stick to each other while
> dragging
> > > > anyone of them.
> > > >
> > > >
> > > >
> > > > The ORIGINAL toolbar from source code does NOT have these issues.
> > > >
> > > >
> > > >
> > > > Could you please give us pointers to the CAUSE of this issue?
> > > >
> > > > -------
> > > >
> > > > [1] WB vertical tools panel is broken:
> > > > https://issues.apache.org/jira/browse/OPENMEETINGS-1433
> > > >
> > > > Drag CUSTOM tools panel to the right/left side of the WB
> > > > Result: panel contains no icons
> > > >
> > > >
> > > >
> > > > Thank you.
> > > >
> > > >
> > > >
> > > > Sincerely,
> > > >
> > > >
> > > >
> > > > Hemant K. Sabat
> > > >
> > > >
> > > >
> > > > Coscend Communications Solutions
> > > >
> > > > Web site:  <http://www.coscend.com/> www.Coscend.com
> > > >
> > > > ------------------------------------------------------------------
> > > >
> > > > CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding
> > > > E-mail Messages from Coscend Communications Solutions' posted at:
> > > > <http://www.coscend.com/Terms_and_Conditions.html>
> > > > http://www.Coscend.com/Terms_and_Conditions.html
>
>
>
>
> -----
> No virus found in this message.
> Checked by AVG - www.avg.com
> Version: 2016.0.7752 / Virus Database: 4649/12926 - Release Date: 09/01/16
>
>
>


-- 
WBR
Maxim aka solomax

RE: Whiteboard Tools Panel (CUSTOM) Broken

Posted by "Coscend@OM" <OM...@Coscend.com>.
Dear Developers,

The original issue (OM-1433) with in-built toolbar icons disappearing when vertical was due to Oninit handler's visibility attribute in mainToolsPanel.lzx.  Any ideas for us to resolve the same issue with CUSTOM toolbars would be appreciated.

	<mainToolsPanelItem name="clipart" modi="clipart" labelid="1323" >
         <handler name="oninit">
-            if (this["_bgIcon"]) {
-        	   this._bgIcon.setAttribute("visibility","hidden");
-        	}
+		if (this["_bgIcon"]) {
+			this._bgIcon.setAttribute("visible", false);
+		}

Thank you.
Sincerely,

Hemant K. Sabat
Coscend Communications Solutions
Web site: www.Coscend.com 
------------------------------------------------------------------
CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Terms_and_Conditions.html 
-----Original Message-----
From: Coscend@OM [mailto:OM.Insights@Coscend.com] 
Sent: Thursday, September 1, 2016 11:51 AM
To: dev@openmeetings.apache.org
Subject: RE: Whiteboard Tools Panel (CUSTOM) Broken

Dear Developers,

Any thoughts on how to resolve these issues:
(A)   issue [1] for 5 CUSTOM toolbars we have added.  Icons disappear when the toolbars are made vertical (right / left).
(B)   Some of these custom toolbars stick to each other while dragging anyone of them.
The ORIGINAL toolbar from source code does NOT have these issues.
-------
[1] WB vertical tools panel is broken: https://issues.apache.org/jira/browse/OPENMEETINGS-1433 

Thank you.

Sincerely,

Hemant K. Sabat

Coscend Communications Solutions
Web site: www.Coscend.com 
------------------------------------------------------------------
CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Terms_and_Conditions.html 

-----Original Message-----
From: Coscend@OM [mailto:OM.Insights@Coscend.com] 
Sent: Wednesday, August 31, 2016 12:07 PM
To: dev@openmeetings.apache.org
Subject: RE: Whiteboard Tools Panel (CUSTOM) Broken

Dear Sebastian,

Below are:
1. The data flow across files.
2. sample snippet from mainToolsPanel.lzx---this sets up the context fixedFileExplorerWhiteboard.lzx ----perhaps this is the cause of the issue

Thank you.

-----
Data flow
-----
Application.properties.xml:  contains label IDs of the different tools in a toolbar.
theme.xml:  png/jpg filenames of thumbnails
fixedFileExplorerWhiteBoard.lzx: connects the tools to whiteboard
mainToolsPanel.lzx:  methods for onclick activation of the tools

--------
Sample Snippet
--------
A.         mainToolsPanel.lzx 
1.    Defined the menuIconbar class: XYZMenuIconBar
   This class contains the instances of Tools class: <mainToolsPanelItem> for each tool
   Each such tool is linked to a  <resource> entry in theme.xml
   
2. Defined the class  XYZToolsTopPanel similar to existing class 3. Defined the class  XYZToolsTopPanelPointer similar to existing class 4. Defined the class XYZToolsLeftPanelPointer similar to existing class


B. Instantiate toolbar inside whiteboard fixedFileExplorer.lzx:

  <XYZToolsTopPanel x="80" y="105" name="_XYZToolsPanel" 
     visible="${ ((canvas.ismoderator || canvas.isAllowedToDraw) ? 
             true : false ) }"/> 
         
 <XYZToolsLeftPanelPointer y="20" name="_XYZToolsLeftPanelPointer" 
    visible="${ (parent.parent.restricted) ? false : 
        (((canvas.ismoderator) ? false : 
            ((canvas.isAllowedToDraw) ? false : true ))) }"/>

Sincerely,

Hemant K. Sabat

Coscend Communications Solutions
Web site: www.Coscend.com
------------------------------------------------------------------
CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Terms_and_Conditions.html 


-----Original Message-----
From: Coscend@OM [mailto:OM.Insights@Coscend.com] 
Sent: Tuesday, August 30, 2016 11:42 PM
To: dev@openmeetings.apache.org
Subject: RE: Whiteboard Tools Panel (CUSTOM) Broken

Dear Sebastian,

We will post the code snippet tomorrow AM US time by collecting it from the following files.

In the meantime, to vet your appetite:

Application.properties.xml:  contains label IDs of the different tools in a toolbar.
theme.xml:  png/jpg filenames of thumbnails
fixedFileExplorerWhiteBoard.lzx: connects the tools to whiteboard
mainToolsPanel.lzx:  methods for onclick activation of the tools

Thank you.

Sincerely,

Hemant K. Sabat

Coscend Communications Solutions
Web site: www.Coscend.com 
------------------------------------------------------------------
CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding E-mail Messages from Coscend Communications Solutions' posted at: http://www.Coscend.com/Terms_and_Conditions.html 


-----Original Message-----
From: seba.wagner@gmail.com [mailto:seba.wagner@gmail.com] 
Sent: Tuesday, August 30, 2016 11:10 PM
To: dev <de...@openmeetings.apache.org>
Cc: OM.Insights@Coscend.com
Subject: Re: Whiteboard Tools Panel (CUSTOM) Broken

@ Hemant do you have a sample snippet of how you use the toolbar ?

2016-08-31 15:35 GMT+12:00 Maxim Solodovnik <so...@gmail.com>:

> If I remember correctly original issue was caused by multiple WB on 
> top of each other I can't tell you what is wrong with your code :(
>
> On Wed, Aug 31, 2016 at 9:43 AM, seba.wagner@gmail.com < 
> seba.wagner@gmail.com> wrote:
>
> > If I can remember correctly we added the "stickiness" but you can 
> > disable it with a property.
> >
> > Thanks,
> > Sebastian
> >
> > 2016-08-31 7:55 GMT+12:00 Coscend@OM <OM...@coscend.com>:
> >
> > > Dear OpenMeetings Developers,
> > >
> > >
> > >
> > > We added 5 CUSTOM toolbars to the conference rooms.  We are facing
> > >
> > > (1)   issue [1] for the custom toolbars.
> > >
> > > (2)   Some of these custom toolbars stick to each other while dragging
> > > anyone of them.
> > >
> > >
> > >
> > > The ORIGINAL toolbar from source code does NOT have these issues.
> > >
> > >
> > >
> > > Could you please give us pointers to the CAUSE of this issue?
> > >
> > > -------
> > >
> > > [1] WB vertical tools panel is broken:
> > > https://issues.apache.org/jira/browse/OPENMEETINGS-1433
> > >
> > > Drag CUSTOM tools panel to the right/left side of the WB
> > > Result: panel contains no icons
> > >
> > >
> > >
> > > Thank you.
> > >
> > >
> > >
> > > Sincerely,
> > >
> > >
> > >
> > > Hemant K. Sabat
> > >
> > >
> > >
> > > Coscend Communications Solutions
> > >
> > > Web site:  <http://www.coscend.com/> www.Coscend.com
> > >
> > > ------------------------------------------------------------------
> > >
> > > CONFIDENTIALITY NOTICE: See 'Confidentiality Notice Regarding 
> > > E-mail Messages from Coscend Communications Solutions' posted at:
> > > <http://www.coscend.com/Terms_and_Conditions.html>
> > > http://www.Coscend.com/Terms_and_Conditions.html




-----
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2016.0.7752 / Virus Database: 4649/12926 - Release Date: 09/01/16