Hello Sebastian

Thanks a lot for your advice always.

Based on the [How to build a distribution] in
http://code.google.com/p/openmeetings/wiki/BuildSourceNew#How_to_build_a_distribution,

I run the command ant -f build_red5webapp.xml dist
and it seemed completed successful and I also get the sub-directory dist
which there is red5 folder under it.
and in the red5/webapps/ folder there is also [openmeetings] sub-folder.

I run the red5.bat and it is also boot successfully.

I access the URI [http://127.0.0.1:5080/] the red5 root page was layout.
But when I access openmeetings [http://127.0.0.1:5080/openmeetings],
http404 error(The requested resource (/openmeetings/) is not available)
screen was layout.

I don't know why. Is there any other steps I should do except
build_red5webapp.xml command ?

Your help is very appreciated.

Thanks & Regards

Yali Hu





"[email protected]" <[email protected]>@googlegroups.com 2011/02/02
19:40:43

[email protected]に返信してください

送信者:     [email protected]


宛先:  [email protected]
cc:
件名:  Re: [openmeetings-dev] how lanuch new openmeetings module for IT


the *ant* task will create a complete distribution so actually a 1:1 copy
of what is on the website in the downloads sections (except you did some
modifications on the source code of course ;))

Sebastian

2011/2/2 [email protected] <[email protected]>
those ant task are intend to be run from command line or cmd.

For that you download ANT from the website and put the ant_home directory
in your %PATH% variable of executables.

And you need to set JAVA_HOME variable to a JDK6 installation.



Sebastian


2011/2/2  <[email protected]>


Hello Sebastian

Thanks a lot for your prompt reply.

I check the reference page about [how to creat .war] and [how to build a
distribution] but I really don't know the details meaning.

May I ask you some questions based on it.

(1) deploy openmeetings to Tomcat server
Is it enough to creat .war and deploy it to Tomcat webapps foler?

About the steps of create .war
 *Run the ant - dist
 *(eventually you have to run "ant signWebStartJars" after that again)
 *Export in Eclipse a .war file

(2) How to run the ant -dist?
I means in the Eclipse how can I run this command?
You know  there is the ant plugin in Eclipse and run ant build by function
menu.
I don't know where I can input these command.

(3)I don't know the meaning of (eventually you have to run "ant
signWebStartJars" after that again)

(4) Export in Eclipse a .war file
I used the [export war file] menu of ROOT project to create war file and
the default export directory is [Red5\lib\ROOT.war]

After I get this ROOT.war file and put it to Tomcat webapps is OK?

(5) in the how to build a distribution
run this command [ant -f build_red5webapp.xml dist] to create
maindebug.swf8.swf and main.swf8.swf file?
and after it, is it OK to deploy main.swf8.swf file to red5 webapps ?

I real don't know which file I should create it when deploy openmeetings,
war file or swf file?
and which server should I deploy, tomcat or red5?
and what is the relation between create war and build a distrbution?

I am so sorry for my poor knowledge and skill and appreciate your help.

Thanks & Regards.

Yali Hu








"[email protected]" <[email protected]>@googlegroups.com 2011/02/02
16:24:40

[email protected]に返信してください

送信者:     [email protected]


宛先:  [email protected]
cc:
件名:  Re: [openmeetings-dev] how lanuch new openmeetings module for IT


Have a look at the section:
http://code.google.com/p/openmeetings/wiki/BuildSourceNew#How_to_build_a_distribution

Sebastian

2011/2/2  <[email protected]>


Hello Sebastian

I tried to build and deploy ROOT project in my local Ecplise using ant
build.xml.
But it seems these two file main.swf8.swf and maindebug.swf8.swf didnot
output.

I got the message in the Ecplise console as the below:

Buildfile: D:\EclipseWorkSpace\ROOT\build.xml
cleanForBinary:
clean:
prepare:
  [mkdir] Created dir: D:\EclipseWorkSpace\ROOT\temp
  [mkdir] Created dir: D:\EclipseWorkSpace\ROOT\screen_compile
resources:
   [copy] Copying 96 files to D:\EclipseWorkSpace\ROOT\temp
   [copy] Copying 8 files to D:\EclipseWorkSpace\ROOT\screen_compile
compile:
   [echo] D:\EclipseWorkSpace\ROOT/temp
  [javac] Compiling 282 source files to D:\EclipseWorkSpace\ROOT\temp

It seems file was compiled and I also found them in the directory D:
\EclipseWorkSpace\ROOT\temp.
But I don't know what should I do after this.

Do I need to modify the build.xml?

Could you give some advice about it?

Thanks&Regards.
Yali Hu





"[email protected]" <[email protected]>@googlegroups.com 2011/01/31
18:25:50

[email protected]に返信してください

送信者:     [email protected]


宛先:  [email protected]
cc:
件名:  Re: [openmeetings-dev] how lanuch new openmeetings module for IT


yes,

if you deploy using ant there are two SWFs

one called maindebug.swf8.swf
and one called main.swf8.swf

if you invoke the URl
host:port/openmeetings/ => it will load the main.swf8.swf and no labelid's
are NOT in brackets

if you invoke:
host:port/openmeetings/?swf=maindebug.swf8.swf => it will load the
maindebug.swf8.swf and labelid's are in brackets

Sebastian

2011/1/31  <[email protected]>


Hello Sebastian

Thank you for your reply.

>If your menus are duplicated I guess you've installed the hole
installation in the same database twice.
Yes, you are right. I did install twice. I will make clear the duplication
data in the database.

And you know, in the development version there is the log output screen and
all of component also layout its ID in the screen also.
So after complile using ant task, all of them will be dispear
automatically?

Anyway I will try it.

Thanks& Regards

Yali Hu






"[email protected]" <[email protected]>@googlegroups.com 2011/01/31
06:50:11

[email protected]に返信してください

送信者:     [email protected]


宛先:  [email protected]
cc:
件名:  Re: [openmeetings-dev] how lanuch new openmeetings module for IT


Hallo Mr. Hu,

the process to update is not different from updating any old version.
You can use the Export/Import function to get the settings and to impor
them again from the Administration panel.

If your menus are duplicated I guess you've installed the hole installation
in the same database twice.

You should use the ant tasks to compile a distribution and use that to
deploy it to your servers.

Sebastian

2011/1/28  <[email protected]>


Dear Mr.Wagner

Good morning. .

I did some modifications of openmeetings chat function and want to lanuch
it for local team test.
But I don't how to do it. Could you give me some advice?

My development environment was setup followed by [Run, Develop, Test, Debug
all in Eclipse http://code.google.com/p/openmeetings/wiki/BuildSourceNew]

I added some new functions for chat and also confirmed it in my Eclipse
local envrionment.

After this I want to deploy my new version to team server and distribute it
for my team IT.

Could you give me some detailed steps how to do it?

And it is a little strange that the menu is duplicated in my local
openmeetings screen layout which source was download from SVN.
For example, after sign in openmeetings, the main menu [room]
[Administrator],,, is layout duplicated.

So I want to know the version which was download from SVN is the normal
distribution ?

In fact I want to get the normal and stable version source and add my new
functions based on it and distribute for my team.


Thanks & Regards.

Yali Hu



--
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.





--
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
[email protected]

--
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.





--
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.




--
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
[email protected]

--
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.



--
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.




--
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
[email protected]

--
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.



--
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.




--
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
[email protected]



--
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
[email protected]

--
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.



-- 
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.

Reply via email to