Hi All,

I updated my sources after all the latest revisions from yesterday,
but the src files are giving an compilation error while building using
any of the build files, is it something wrong at my end ?
i have pasted the compilation error from console below.

secondly i can find 2 new build files included in latest revision
screen sharer one and jar one, what exactly would these do ?


compile:
     [echo] D:\Eclipse\ROOT/temp
    [javac] Compiling 232 source files to D:\Eclipse\ROOT\temp
    [javac] D:\Eclipse\ROOT\src\app\org\openmeetings\app\ldap
\LdapLoginManagement.java:318: updateUser
(java.lang.String,long,boolean,java.lang.Long) in
org.openmeetings.app.data.basic.Sessionmanagement cannot be applied to
(java.lang.String,java.lang.Long)
    [javac]                             Boolean bool = 
Sessionmanagement.getInstance
().updateUser(SID, userid);
    [javac]                                                                     
      ^
    [javac] D:\Eclipse\ROOT\src\app\org\openmeetings\app\ldap
\LdapLoginManagement.java:355: updateUser
(java.lang.String,long,boolean,java.lang.Long) in
org.openmeetings.app.data.basic.Sessionmanagement cannot be applied to
(java.lang.String,java.lang.Long)
    [javac]                     Boolean bool = Sessionmanagement.getInstance
().updateUser(SID, u.getUser_id());
    [javac]                                                                   ^
    [javac] D:\Eclipse\ROOT\src\app\org\openmeetings\app\remote
\MainService.java:274: doLdapLogin
(java.lang.String,java.lang.String,org.openmeetings.app.hibernate.beans.recording.RoomClient,java.lang.String)
in org.openmeetings.app.ldap.LdapLoginManagement cannot be applied to
(java.lang.String,java.lang.String,org.openmeetings.app.hibernate.beans.recording.RoomClient,java.lang.String,boolean,java.lang.Long)
    [javac]                     o =  LdapLoginManagement.getInstance
().doLdapLogin(usernameOrEmail, Userpass, currentClient, SID,
    [javac]                                                           ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 3 errors

--

You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To post to this group, send email to openmeetings-u...@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.


Reply via email to