cp dist/red5/webapps/openmeetings/public/*.swf $OM_HOME/webapps/openmeetings/public
On Wed, May 28, 2014 at 4:10 PM, Uma <[email protected]> wrote: > i run the ant client.only,it gives build successful. > > How to integrate the change made by me to my working application > > > On Tue, May 27, 2014 at 10:04 PM, Maxim Solodovnik > <[email protected]>wrote: > >> try delete *build* and *dist* folders and run ant one more time >> OR >> run "ant client.only" to build swf only >> >> >> On Tue, May 27, 2014 at 6:48 PM, Uma <[email protected]> wrote: >> >>> [FAILED ] org.smslib#smslib;3.5.3!smslib.jar: smslib.org(5566ms) >>> [ivy:resolve] [FAILED ] org.smslib#smslib;3.5.3!smslib.jar: >>> smslib.org (5566ms) >>> [ivy:resolve] ==== smslib: tried >>> [ivy:resolve] >>> http://smslib.org/maven2/v3/org/smslib/smslib/3.5.3/smslib-3.5.3.jar >>> [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: >>> [ivy:resolve] :: FAILED DOWNLOADS :: >>> [ivy:resolve] :: ^ see resolution messages for details ^ :: >>> [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: >>> [ivy:resolve] :: org.smslib#smslib;3.5.3!smslib.jar >>> [ivy:resolve] :::::::::::::::::::::::::::::::::::::::::::::: >>> [ivy:resolve] >>> [ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS >>> >>> BUILD FAILED >>> >>> /home/uma/Documents/roycemeet_source/build.xml:1229: The following error >>> occurred while executing this line: >>> /home/uma/Documents/roycemeet_source/build.xml:1128: impossible to >>> resolve dependencies: >>> resolve failed - see output for details >>> >>> Total time: 33 minutes 55 seconds >>> >>> >>> >>> On Tue, May 27, 2014 at 5:15 PM, Uma <[email protected]> wrote: >>> >>>> i got this message only... >>>> I dont know where that file located? >>>> >>>> >>>> On Tue, May 27, 2014 at 5:07 PM, Maxim Solodovnik <[email protected] >>>> > wrote: >>>> >>>>> " see output for details" and the output is ....... ? >>>>> On May 27, 2014 6:29 PM, "Uma" <[email protected]> wrote: >>>>> >>>>>> I dont how to fix this >>>>>> >>>>>> I got this message >>>>>> >>>>>> /home/uma/Documents/roycemeet_source/build.xml:1229: The following >>>>>> error occurred while executing this line: >>>>>> /home/uma/Documents/roycemeet_source/build.xml:1128: impossible to >>>>>> resolve dependencies: >>>>>> resolve failed - see output for details >>>>>> >>>>>> >>>>>> >>>>>> On Tue, May 27, 2014 at 4:54 PM, Maxim Solodovnik < >>>>>> [email protected]> wrote: >>>>>> >>>>>>> Usually it additionally gave some info why ..... >>>>>>> On May 27, 2014 6:12 PM, "Uma" <[email protected]> wrote: >>>>>>> >>>>>>>> It's shows build failed >>>>>>>> >>>>>>>> >>>>>>>> On Tue, May 27, 2014 at 12:55 PM, Uma <[email protected]> wrote: >>>>>>>> >>>>>>>>> Can u explain me how to do that... >>>>>>>>> I got source file from >>>>>>>>> https://builds.apache.org/view/M-R/view/OpenMeetings/job/Openmeetings%203.0.x/21/ >>>>>>>>> >>>>>>>>> and >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> I know that I can add item for menu context in >>>>>>>>> WebContent/openmeetings/plguins/fileexplorer/treeitems/imageExplorerItem.lzx, >>>>>>>>> but I don't know how to get the file path. >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> On Tue, May 27, 2014 at 12:41 PM, Maxim Solodovnik < >>>>>>>>> [email protected]> wrote: >>>>>>>>> >>>>>>>>>> Actually you can get >>>>>>>>>> "BUILD SUCCESSFULL" or "BUILD FAILED" after the build >>>>>>>>>> you can run "ant client.only" to rebuild *.swf files >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Tue, May 27, 2014 at 2:07 PM, Uma <[email protected]>wrote: >>>>>>>>>> >>>>>>>>>>> I'm add this code in >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> baseFileExplorerItems.lzx >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <attribute name="uploadmodulefolder" value="" type="string" /> >>>>>>>>>>> >>>>>>>>>>> <method name="addFolderSequence" args="foldername"> >>>>>>>>>>> <![CDATA[ >>>>>>>>>>> this.uploadmodulefolder = '/'; >>>>>>>>>>> this.uploadmodulefolder += foldername; >>>>>>>>>>> ]]> >>>>>>>>>>> </method> >>>>>>>>>>> >>>>>>>>>>> <method name="makeDocumentHash" args="fhash, fname"> >>>>>>>>>>> <![CDATA[ >>>>>>>>>>> var documentHash = fhash; >>>>>>>>>>> var pos = fname.lastIndexOf("."); >>>>>>>>>>> var strlen = fname.length; >>>>>>>>>>> if (pos != -1 && strlen != pos + 1) { >>>>>>>>>>> var ext = fname.split("."); >>>>>>>>>>> var len = ext.length; >>>>>>>>>>> var extension = ext[len - >>>>>>>>>>> 1].toLowerCase(); >>>>>>>>>>> documentHash = fhash + "." + extension; >>>>>>>>>>> } >>>>>>>>>>> >>>>>>>>>>> return documentHash; >>>>>>>>>>> ]]> >>>>>>>>>>> </method> >>>>>>>>>>> >>>>>>>>>>> <method name="downloadDocumentByName"> >>>>>>>>>>> lz.Browser.loadURL(this.formatDocumentURL(),'_blank'); >>>>>>>>>>> </method> >>>>>>>>>>> >>>>>>>>>>> <method name="formatDocumentURL"> >>>>>>>>>>> <![CDATA[ >>>>>>>>>>> this.addFolderSequence(this.fileHash); >>>>>>>>>>> var documentHash = this.makeDocumentHash(this.fileHash, >>>>>>>>>>> this.fileName); >>>>>>>>>>> >>>>>>>>>>> var downloadurl = 'http://' + canvas.rtmphostlocal + >>>>>>>>>>> ':' + canvas.red5httpport +canvas.httpRootKey+'DownloadHandler?' + >>>>>>>>>>> 'fileName=' + documentHash + >>>>>>>>>>> '&moduleName=' + "videoconf1" + >>>>>>>>>>> '&parentPath=' + this.uploadmodulefolder + '/'+ >>>>>>>>>>> '&room_id=files'+ >>>>>>>>>>> '&sid='+canvas.sessionId; >>>>>>>>>>> return downloadurl; >>>>>>>>>>> ]]> >>>>>>>>>>> </method> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> and i run ant it does not show any error >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> On Tue, May 27, 2014 at 12:24 PM, Maxim Solodovnik < >>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>> >>>>>>>>>>>> just not working? no errors etc.? >>>>>>>>>>>> >>>>>>>>>>>> Image download from the room seems to be unavailable (office >>>>>>>>>>>> documents are downloadable) >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> On Tue, May 27, 2014 at 1:29 PM, Uma <[email protected]>wrote: >>>>>>>>>>>> >>>>>>>>>>>>> Thanks it does not working for me.... >>>>>>>>>>>>> >>>>>>>>>>>>> If download the image file option enabled in any version ??? >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> On Tue, May 27, 2014 at 11:42 AM, Maxim Solodovnik < >>>>>>>>>>>>> [email protected]> wrote: >>>>>>>>>>>>> >>>>>>>>>>>>>> use ant :) >>>>>>>>>>>>>> ant >>>>>>>>>>>>>> OR >>>>>>>>>>>>>> ant -Ddb=mysql >>>>>>>>>>>>>> >>>>>>>>>>>>>> http://openmeetings.apache.org/BuildInstructions.html >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> On Tue, May 27, 2014 at 12:28 PM, Uma >>>>>>>>>>>>>> <[email protected]>wrote: >>>>>>>>>>>>>> >>>>>>>>>>>>>>> Hi, >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> How to build the code after changes are made in the code.... >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> I have the code for image file download i dont know how to >>>>>>>>>>>>>>> build that code i'm using OM 3.0.x(3.0.2/21). >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> I need the help for build the coding >>>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> -- >>>>>>>>>>>>>> WBR >>>>>>>>>>>>>> Maxim aka solomax >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> -- >>>>>>>>>>>> WBR >>>>>>>>>>>> Maxim aka solomax >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> WBR >>>>>>>>>> Maxim aka solomax >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>> >>>> >>> >> >> >> -- >> WBR >> Maxim aka solomax >> > > -- WBR Maxim aka solomax
