Thank you very much for prompt response. this really helped
-Ali On Dec 22, 6:23 am, Rodion Volkov <[email protected]> wrote: > Dear Ali > As I see, you see the login page, that means you managed to build and > deploy openmeetings succesfully and your issue has been resolved. > Your second problem has actually nothing to do with the original one and > that is the problem. Most of openmeetings' developers are enthusiasts, > and it means they are not paid in any way to answer any problem you may > encounter, that means you should be as clear as possible when stating > one to save their precious time. That means: > 1. You should name the problem accordingly (For example, subject must be > "I see no changes in interface after editing english.xml") > 2. You should do yourself as much as you can do (For example, give a > clear example of what is stated and what is wrong - because it is not > stated anywhere that interface strings are taken from xml files, they > are taken from the database; there are other ways of testing if the code > is working other than editing .xml files etc.) > > Only acting in this fashion you will most likely get an answer or advice > - in other cases there is a chance your letter will just be skipped with > no answer, no one is obliged to do anything in open source, except for > opening the source. > > Sorry for wasting your time, I hope this clarification will help you to > be more specific next time and not use the same topic for all the problems. > As for your last problem, as I already stated - your xml file is not > loaded every time you open the page, everything is taken from the > database. In order to put your xml to the database you have to either do > a fresh install of the openmeetings, or load it through the > administration page -> languages, as I remember the tab name. > > > Thanks for quick reply, > > > I did same as you mentioned, I made a change (just changed text 'User > > or Email' in english.xml ) but i did not see any change in login page > > (http://localhost:8080/openmeetings). > > > Any help would be greatly appreciated > > > -Ali > > > On Dec 22, 5:03 am, Rodion Volkov <[email protected]> wrote: > > >> Dear Ali! > >> Please re-read the BuildSourcesNew wiki document more thoroughly. You > >> obviously confuse building and running code in Eclipse with building a > >> separate distributive with ant. You don't need to call ant for anything, > >> you just have to start the tomcat server in eclipse when the ROOT has > >> been published > >> (http://openmeetings.googlecode.com/svn/docs/buildFromSource/deploy_9.png) > >> and then go to the urlhttp://localhost:8080/installandcomplete the > >> installation. After that, you need to open > >> thehttp://localhost:8080/openmeetingsURLand wait until its loaded. That's > >> all. Making distributives is only needed when you want to share your > >> copy of openmeetings with someone or make it accessible to everyone on > >> some server. > > >> Ali wrote: > > >>> Hi Sebastian Wagner, > > >>> Thanks for help. I issued the mentioned (ant -f build_red5webapp.xml > >>> dist) command to build distro and got the build folder 'dist'. I have > >>> the following argument option for tomcate server in my Eclipse IDE: > > >>> -Dcatalina.base="/openmeeting_source/.metadata/.plugins/ > >>> org.eclipse.wst.server.core/tmp0" -Dcatalina.home="/opt/apache- > >>> tomcat-6.0.20" -Dwtp.deploy="/openmeeting_source/.metadata/.plugins/ > >>> org.eclipse.wst.server.core/tmp0/wtpwebapps" -Djava.endorsed.dirs="/ > >>> opt/apache-tomcat-6.0.20/endorsed" -Xms512m -Xmx1024M > > >>> >From above options, I think the project deployment location is "/ > >>> openmeeting_source/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/ > >>> wtpwebapps". How do I deploy compiled 'dist' directory contents at > >>> this location? I got 404 when I replaced the 'openmeetings' by newly > >>> compiled one. Also, please guide me if I am not correct > > >>> Thanks, > >>> -Ali > > > -- > > > You received this message because you are subscribed to the Google Groups > > "OpenMeetings developers" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/openmeetings-dev?hl=en. -- You received this message because you are subscribed to the Google Groups "OpenMeetings developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/openmeetings-dev?hl=en.
