Max,

 

I should have asked, how to you install “Eclipse EE + subclipse plugin” ?

 

Thanks,

 

George Kirkham

 

IT Manager

Cooperative Research Centre For Greenhouse Gas Technologies (CO2CRC) 

NFF House, 14 - 16 Brisbane Avenue, Barton, ACT, 2600, Australia

T: (02) 6120 1600

F: (02) 6273 7181

E: gkirk...@co2crc.com.au, 

W: www.co2crc.com.au

 

 

From: Maxim Solodovnik [mailto:solomax...@gmail.com] 
Sent: Thursday, 10 May 2012 1:59 PM
To: openmeetings-user@incubator.apache.org
Subject: Re: Editing OpenMeetings with Eclipse

 

Under Ubuntu 12.04

I use:

1) ant from apt-get (1.8.2 works as expected)

2) Eclipse EE + subclipse plugin

3) command line svn (apt-get subversion)

4) oracle jdk 1.6 (downloaded as .bin)

On Sun, May 6, 2012 at 2:55 PM, George Kirkham <gkirk...@co2crc.com.au> wrote:

Thibault,

Sadly I did not get far following the instructions at

http://incubator.apache.org/openmeetings/BuildInstructions.html

Step1 - Get required Software

   To develop OpenMeetings you need at least:

       Eclipse in a up to date copy and Sun JDK6  (used Deiban packages for Sun 
JDK and Eclipse)
       Apache ANT (minimum) 1.8.3  (installed)
       Subclipse 1.8 (Subversion 1.7 required!) http://subclipse.tigris.org/  
(Subclipse would not install into Eclipse due to issues with dependices, which 
I was not able to successful install either)
       SVN Command line client (Subversion 1.7 required!) 
http://subversion.apache.org/packages.html
       Spring IDE for Eclipse (installable via Help > Eclipse Marketplace) (no 
such menu option existed, or could I find a market place)
       MySQL (or Postgres, or other Databases supported by Hibernate) are 
optionally but handy to have them

Adding a new software site
There are several different ways to add a software site to the list of sites 
that are used when browsing available software and checking for updates. You 
must know the Web Site location (URL) of the site that you want to add. To add 
the site, use one of the following procedures:
*       Add a new site using the  Install/Update > Available Software Sites 
preference page.
1.      Click the Add... button.
2.      Type a name into the Name text box.
3.      If the software site is located on the web, type the Web Site location 
(URL) of the site into the Location text box. You may also paste or drag and 
drop a URL from a web browser into this text box.
4.      If the software site is in your local file system (including a CD), 
click Local... to specify the directory location of the site.
5.      If the software site is in your local file system but is packaged as a 
jar or zip file, click Archive... to specify the name of the file.
*       Drag and drop the site URL from a browser into one of the following 
locations:
1.      The Work With combo box or the software list on the first page of the 
Install New Software wizard.
2.      The Available Software Sites preference page.
3.      The Location text field in the Add Site... dialog.

https://hudson.eclipse.org/hudson/job/gef-nightly-tycho/lastSuccessfulBuild/artifact/update-site/

http://download.eclipse.org/mylyn/releases/latest

http://subclipse.tigris.org/update_1.8.x

Classic way, Eclipse IDE, click "Help" -> "Install New Software...". Type 
"http://springide.org/updatesite"; to access the Spring IDE update site.

Thanks,

George Kirkham




-----Original Message-----
From: Thibault Le Meur [mailto:thibault.lem...@supelec.fr]

Sent: Sunday, 6 May 2012 4:26 PM
To: openmeetings-user@incubator.apache.org

Subject: Re: Editing OpenMeetings with Eclipse

It's been a long time since I've used eclipse on linux.
However, I would recommend that you download eclipse instead of using the one 
provided by your OS, the same goes with the java jdk (use the one from sun), 
and ant (download it from apache). Everything can be put in /opt

Then you can install the subclipse plugin from within eclipse gui, to get the 
svn features.



----- Message de gkirk...@co2crc.com.au ---------
    Date : Sun, 6 May 2012 15:11:30 +1000
     De : George Kirkham <gkirk...@co2crc.com.au> Répondre à : 
openmeetings-user@incubator.apache.org
 Objet : Editing OpenMeetings with Eclipse
      À : openmeetings-user@incubator.apache.org


> I am using Debian for my OpenMeetings server,
>
>
>
> Could someone give me  a few hints on how to install Eclipse to edit
> OpenMeetings.
>
>
>
> Using synaptic package manager, if I select the package "eclipse", it
> will want to also install debian's ant but to be able to build
> OpenMeeting I had to download and use Apache's ant.
>
>
>
> You are correct I am using "svn", does Eclipse integrate with svn and
> can I set Eclipse to use my downloaded Apache's ant ?
>
>
>
> Thanks,
>
>
>
> George Kirkham
>
>
>
> IT Manager
>
> Cooperative Research Centre For Greenhouse Gas Technologies (CO2CRC)
>
> NFF House, 14 - 16 Brisbane Avenue, Barton, ACT, 2600, Australia
>
> T: (02) 6120 1600
>
> F: (02) 6273 7181
>
> E: gkirk...@co2crc.com.au,
>
> W: www.co2crc.com.au
>
>
>
>
>
> From: seba.wag...@gmail.com [mailto:seba.wag...@gmail.com]
> Sent: Saturday, 5 May 2012 11:37 PM
> To: openmeetings-user@incubator.apache.org
> Subject: Re: When a user first joins an Meeting Room, they are
> presented with two screens asking about Audio/Video hardware, can
> these be combined into one screen.
>
>
>
> Hi Georg,
>
> changes to the plain tables in the databases require restart of red5
> service as there is a ORM Layer inbetween involved (OpenJPA) that does
> some caching.
>
> Your changes to labels and salutions seem reasonable however the right
> way to contribute would be:
> Checkout the project using your favorite SVN tool Edit the files:
> WebContent/languages/english.xml
> src/org.openmeetings.app.installation.ImportInitvalues.java Line 238
> => add your salution to the install routine Create a patch / SVN Diff
> using your favorite SVN tool
>
> Open a Jira Issue + attach your SVN patch :)
>
> I am sorry but requests with x files to be changed manually won't be
> possible to be accepted.
> You might find some kind developers that accept 1 file to be changed
> manually and they create the patch then for you but with lists like
> 1,2,3 please change x,y,z => this just will not work, we need a way
> that works for us both.
>
> Thanks!
> Sebastian
>
> 2012/5/5 George Kirkham <gkirk...@co2crc.com.au>
>
> Sebastian,
>
>
>
> I would like to submit new change records (Improvement request) for
> the following, is this reasonable?  And should I explain the request better?
>
>
>
> 1)      Improvement - add a new "salutation" for the User's Title field
> for "Prof" (e.g. Professor). I tried to add a new "salutation" field
> in the Language editor but OpenMeetings is not using it as yet?
> (Maybe it needs a restart?)
>
> 2)      Improvement - change the English text for 1312, "upload file
> explorer", from "Do directly load to whiteboard" to "Load directly to
> the Whiteboard".
>
> 3)      Improvement - add a search field in the "Language Editor" just
> like there is in the "User" manager.
>
> 4)      Improvement - Can the User sending an Invitation be allowed to
> change the Subject line, or at least add text to it, so that each
> meeting Invitation email can have a unique subject line that is
> relevant to the particular meeting?
>
> 5)      Improvement - Fix text in English text for 1315,   "recording
> flag", from  "Do not forget start recording. One user per room always
> needs to start it to have the recording afterwards." To "Do not forget
> to 'start recording', if you want have the meeting recorded."
>
> 6)      Improvement - Fix typo in English text for 452,
> "choose_video_settings_info_text" from  "No audio/video from you PC
> will be published, you profile picture will be shown" to "No
> audio/video from your PC will be published, your profile picture will be 
> shown"
>
> 7)      Improvement - Suggest changing English text for 1462,  "file
> explorer"  from " You need moderation or the right to draw on
> whiteboard to upload, add, delete or load files and folders."  To "You
> need to be a Moderator or have the right to 'draw on whiteboard' to
> upload, add, delete or load files and folders." But please ask other
> to check my suggestion.
>
>
>
> Thanks,
>
>
>
> George Kirkham
>
>
>
>
>
>
> --
> Sebastian Wagner
> https://twitter.com/#!/dead_lock <https://twitter.com/#%21/dead_lock>
> http://www.openmeetings.de <http://www.openmeetings.de>
> http://www.webbase-design.de <http://www.webbase-design.de>
> http://www.wagner-sebastian.com <http://www.wagner-sebastian.com>
> seba.wag...@gmail.com <mailto:seba.wag...@gmail.com>
>
>


----- Fin du message de gkirk...@co2crc.com.au -----







 

-- 
WBR
Maxim aka solomax

Reply via email to