linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] Linphone-users Digest, Vol 177, Issue 9


From: Rajasekhar Reddy
Subject: Re: [Linphone-users] Linphone-users Digest, Vol 177, Issue 9
Date: Sat, 5 Aug 2017 13:21:29 +0530

Hi Team,

Previously i had files named "liblinphone-android-sdk-3.2.2-11-g81d0a0b.zip" after using *"make liblinphone-android-sdk"*

but now it is missing.

Please suggest me to achieve it.

Thank you,

On Sat, Aug 5, 2017 at 1:15 PM, <address@hidden> wrote:
Send Linphone-users mailing list submissions to
        address@hidden

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.nongnu.org/mailman/listinfo/linphone-users
or, via email, send a message with subject or body 'help' to
        address@hiddenorg

You can reach the person managing the list at
        address@hiddenorg

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Linphone-users digest..."


Today's Topics:

   1. Re:  naptr (tanay narayan)
   2.  Linphone make in linux - liblinphone jar is missing
      (Rajasekhar Reddy)


----------------------------------------------------------------------

Message: 1
Date: Sat, 5 Aug 2017 07:19:52 +0530
From: tanay narayan <address@hidden>
To: address@hidden
Subject: Re: [Linphone-users] naptr
Message-ID:
        <CAOq=-CpCM54H=7dkbjAsttFQ=V5J0oE1x9uLs4EEduh1b=mnWA@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

NO I AM NOT ABLE TO. ADMIN PLS REMOVE ME FROM THIS GRP

On 4 Aug 2017 11:30, "sebastian.gutzwiller" <address@hidden>
wrote:

> Hi
>
> You should be able to do this at the bottom of the hyperlink below.
>
> Cheers Sebastian
>
>
>
> Von meinem Samsung Galaxy Smartphone gesendet.
>
> -------- Urspr?ngliche Nachricht --------
> Von: tanay narayan <address@hidden>
> Datum: 04.08.17 05:15 (GMT+01:00)
> An: address@hidden, "Amod, Er. A. kumar" <address@hidden>,
> Amod 2 <address@hidden>, Amod 2 <address@hidden>
> Betreff: Re: [Linphone-users] naptr
>
> PLEASE REMOVE NE FROM THIS FORUM. WHO IS THE ADMIN ???
>
> I AM UNABLE TO UNREGISTER.... I DO NOT WANT THESE EMAILS IN BY MAILBOX.
>
> LAIKA PLS HELP.
>
> On 4 Aug 2017 00:46, "Russell Treleaven" <address@hidden> wrote:
>
>> Do the Linphone clients support naptr resolution?
>>
>>
>>
>> _______________________________________________
>> Linphone-users mailing list
>> address@hidden
>> https://lists.nongnu.org/mailman/listinfo/linphone-users
>>
>>
> _______________________________________________
> Linphone-users mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/linphone-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nongnu.org/archive/html/linphone-users/attachments/20170805/237b9e95/attachment.html>

------------------------------

Message: 2
Date: Sat, 5 Aug 2017 13:15:22 +0530
From: Rajasekhar Reddy <address@hidden>
To: address@hidden
Subject: [Linphone-users] Linphone make in linux - liblinphone jar is
        missing
Message-ID:
        <CADrwEg+X-ycwNoD_--p7mHBMzs8VXGhYded3TZGn5vT0LSpOaddress@hidden>
Content-Type: text/plain; charset="utf-8"

Hi Team,

Please suggest how to generate liblinphone-sdk zip file which contains
liblinphone jar file if any commands changed please update the ReadMe
Linphone document

As i am doing linphone make since 2015, i am able to make linphone
successfully and liblinphone sdk zip file successfully.  But now i dont
know whether linphone team has removed this* linphone-sdk zip* file
generation or not. It is not generating now and the required *liblinphone*
jar file is missing for using stable tag sources from linphone source
available in github.

Here is the errors but build is successful while using *"make
liblinphone-android-sdk"*


Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:processReleaseJavaRes
:transformResourcesWithMergeJavaResForRelease
:transformClassesAndResourcesWithSyncLibJarsForRelease
:mergeReleaseJniLibFolders
:transformNativeLibsWithMergeJniLibsForRelease
:transformNativeLibsWithStripDebugSymbolForRelease
:transformNativeLibsWithSyncJniLibsForRelease
:bundleRelease
:compileReleaseSources
:assembleRelease
:releaseJavadoc
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/ErrorInfo.java:12:
warning: no @return
        String getProtocol();
               ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/ErrorInfo.java:26:
warning: no @return
        String getWarnings();
               ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/ErrorInfo.java:30:
warning: no @return
        ErrorInfo getSubErrorInfo();
                  ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/ErrorInfo.java:35:
warning: no @param for r
        void setReason(Reason r);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/ErrorInfo.java:39:
warning: no @param for protocol
        void setProtocol(String protocol);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/ErrorInfo.java:43:
warning: no @param for code
        void setProtocolCode(int code);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/ErrorInfo.java:47:
warning: no @param for phrase
        void setPhrase(String phrase);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/ErrorInfo.java:51:
warning: no @param for warnings
        void setWarnings(String warnings);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/ErrorInfo.java:55:
warning: no @param for sub_ei
        void setSubErrorInfo(ErrorInfo sub_ei);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneAddress.java:88:
warning: no description for @param
         * @param name
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneAddress.java:93:
warning: no description for @param
         * @param username
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneAddress.java:98:
warning: no description for @param
         * @param domain
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneAuthInfo.java:42:
warning: no description for @param
         * @param username
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneAuthInfo.java:52:
warning: no description for @param
         * @param password
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneAuthInfo.java:57:
warning: no description for @return
         * @return
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneAuthInfo.java:62:
warning: no description for @param
         * @param realm
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneAuthInfo.java:74:
warning: no @param for userid
        void setUserId(String userid);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneAuthInfo.java:83:
warning: no @param for ha1
        void setHa1(String ha1);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneAuthInfo.java:87:
warning: no description for @param
         * @param domain
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:161:
warning: no @return
        State getState();
              ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:167:
warning: no @return
        LinphoneAddress  getRemoteAddress();
                         ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:183:
warning: no @return
    LinphoneAddress getDiversionAddress();
                    ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:202:
warning: no @return
        LinphoneCallParams getRemoteParams();
                           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:207:
warning: no @return
        LinphoneCallParams getCurrentParams();
                           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:214:
warning: no @return
        LinphoneCallParams getCurrentParamsCopy();
                           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:221:
warning: no description for @param
         * @param enable
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:231:
warning: no description for @param
         * @param enable
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:243:
warning: no @return
        LinphoneCall getReplacedCall();
                     ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:272:
warning: no @return
        float getAverageQuality();
              ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:320:
warning: no @return
        String getRemoteUserAgent();
               ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:325:
warning: no @return
        String getRemoteContact();
               ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:330:
warning: no @param for path
        void takeSnapshot(String path);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:335:
warning: no @param for factor
        void zoomVideo(float factor, float cx, float cy);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:335:
warning: no @param for cx
        void zoomVideo(float factor, float cx, float cy);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:335:
warning: no @param for cy
        void zoomVideo(float factor, float cx, float cy);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:357:
warning: no @param for msg
        void sendInfoMessage(LinphoneInfoMessage msg);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:363:
warning: no @return
        LinphoneCall getTransfererCall();
                     ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:368:
warning: no @return
        LinphoneCall getTransferTargetCall();
                     ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:381:
warning: no @param for obj
        void setUserData(Object obj);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:405:
warning: no @param for listener
        void setListener(LinphoneCall.LinphoneCallListener listener);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:411:
warning: no @return
        boolean askedToAutoAnswer();
                ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:416:
warning: no @param for ei
        void declineWithErrorInfo(ErrorInfo ei);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCall.java:421:
warning: no @param for ei
        void terminateWithErrorInfo(ErrorInfo ei);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCallLog.java:93:
warning: no description for @return
         * @return
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCallParams.java:69:
warning: no @param for enable
        void enableLowBandwidth(boolean enable);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCallParams.java:99:
warning: no @param for name
        String getCustomHeader(String name);
               ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCallStats.java:129:
warning: no @return
        public IceState getIceState();
                        ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneChatMessage.java:143:
warning: no @param for name
        void addCustomHeader(String name, String value);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneChatMessage.java:143:
warning: no @param for value
        void addCustomHeader(String name, String value);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneChatMessage.java:147:
warning: no description for @param
         * @param name
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneChatMessage.java:228:
warning: no @return
        int downloadFile();
            ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneChatMessage.java:233:
warning: no @param for listener
        void setListener(LinphoneChatMessage.LinphoneChatMessageListener
listener);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneChatMessage.java:238:
warning: no description for @throws
         * @throws LinphoneCoreException
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneChatMessage.java:20:
warning: no @param for msg
                void
onLinphoneChatMessageFileTransferReceived(LinphoneChatMessage msg,
LinphoneContent content, LinphoneBuffer buffer);
                     ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneChatMessage.java:29:
warning: no @param for msg
                void
onLinphoneChatMessageFileTransferSent(LinphoneChatMessage msg,
LinphoneContent content, int offset, int size, LinphoneBuffer bufferToFill);
                     ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneChatMessage.java:37:
warning: no @param for msg
                void
onLinphoneChatMessageFileTransferProgressChanged(LinphoneChatMessage msg,
LinphoneContent content, int offset, int total);
                     ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneChatRoom.java:49:
warning: no @param for listener
        void sendMessage(LinphoneChatMessage message,
LinphoneChatMessage.StateListener listener);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneChatRoom.java:122:
warning: no @param for message
        LinphoneChatMessage createLinphoneChatMessage(String message,
String url, State state, long timestamp, boolean isRead, boolean
isIncoming);
                            ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneChatRoom.java:122:
warning: no @param for url
        LinphoneChatMessage createLinphoneChatMessage(String message,
String url, State state, long timestamp, boolean isRead, boolean
isIncoming);
                            ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneChatRoom.java:122:
warning: no @param for state
        LinphoneChatMessage createLinphoneChatMessage(String message,
String url, State state, long timestamp, boolean isRead, boolean
isIncoming);
                            ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneChatRoom.java:122:
warning: no @param for timestamp
        LinphoneChatMessage createLinphoneChatMessage(String message,
String url, State state, long timestamp, boolean isRead, boolean
isIncoming);
                            ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneChatRoom.java:122:
warning: no @param for isRead
        LinphoneChatMessage createLinphoneChatMessage(String message,
String url, State state, long timestamp, boolean isRead, boolean
isIncoming);
                            ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneChatRoom.java:122:
warning: no @param for isIncoming
        LinphoneChatMessage createLinphoneChatMessage(String message,
String url, State state, long timestamp, boolean isRead, boolean
isIncoming);
                            ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneChatRoom.java:139:
warning: no description for @param
         * @param message
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneChatRoom.java:158:
warning: no description for @return
         * @return
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneConference.java:32:
warning: no @return
        public LinphoneAddress[] getParticipants();
                                 ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneContent.java:42:
warning: no @return
        String getEncoding();
               ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneContent.java:51:
warning: no @return
        byte [] getData();
                ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneContent.java:61:
warning: no @param for size
        void setExpectedSize(int size);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneContent.java:82:
warning: no @param for encoding
        void setEncoding(String encoding);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneContent.java:91:
warning: no @param for data
        void setData(byte data[]);
             ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:638:
warning: no @param for context
        public void setContext(Object context);
                    ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:643:
warning: no @return
        public GlobalState getGlobalState();
                           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:651:
warning: no description for @param
         * @param proxyCfg
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:652:
warning: no description for @throws
         * @throws LinphoneCoreException
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:658:
warning: no description for @param
         * @param proxyCfg
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:667:
warning: no description for @param
         * @param proxyCfg
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:680:
warning: no @return
        LinphoneAuthInfo[] getAuthInfosList();
                           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:685:
warning: no @param for username
        LinphoneAuthInfo findAuthInfo(String username, String realm, String
domain);
                         ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:685:
warning: no @param for realm
        LinphoneAuthInfo findAuthInfo(String username, String realm, String
domain);
                         ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:685:
warning: no @param for domain
        LinphoneAuthInfo findAuthInfo(String username, String realm, String
domain);
                         ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:685:
warning: no @return
        LinphoneAuthInfo findAuthInfo(String username, String realm, String
domain);
                         ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:688:
warning: no description for @param
         * @param authInfo
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:699:
warning: no description for @param
         * @param info
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:705:
warning: no description for @param
         * @param destination
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:706:
warning: no description for @return
         * @return
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:713:
warning: no description for @param
         * @param destination
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:715:
warning: no @return
        public LinphoneCall invite(String destination)throws
LinphoneCoreException;
                            ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:715:
warning: no @throws for org.linphone.core.LinphoneCoreException
        public LinphoneCall invite(String destination)throws
LinphoneCoreException;
                            ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:739:
warning: no @return
        public LinphoneCall getCurrentCall();
                            ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:776:
warning: no description for @throws
         * @throws LinphoneCoreException
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:778:
warning: no @param for aCall
        public void acceptCall(LinphoneCall aCall) throws
LinphoneCoreException;
                    ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:787:
warning: no description for @throws
         * @throws LinphoneCoreException
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:789:
warning: no @param for aCall
        public void acceptCallWithParams(LinphoneCall aCall,
LinphoneCallParams params) throws LinphoneCoreException;
                    ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:789:
warning: no @param for params
        public void acceptCallWithParams(LinphoneCall aCall,
LinphoneCallParams params) throws LinphoneCoreException;
                    ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:798:
warning: no description for @throws
         * @throws LinphoneCoreException
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:800:
warning: no @param for aCall
        public void acceptCallUpdate(LinphoneCall aCall, LinphoneCallParams
params) throws LinphoneCoreException;
                    ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:800:
warning: no @param for params
        public void acceptCallUpdate(LinphoneCall aCall, LinphoneCallParams
params) throws LinphoneCoreException;
                    ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:810:
warning: no description for @throws
         * @throws LinphoneCoreException
           ^
/home/raj/Desktop/Linphone/linphone_aug1/linphone-android/submodules/linphone/java/common/org/linphone/core/LinphoneCore.java:812:
warning: no @param for aCall
        public void deferCallUpdate(LinphoneCall aCall) throws
LinphoneCoreException;
                    ^
100 warnings
:androidJavadocsJar

BUILD SUCCESSFUL

Total time: 17.042 secs
./gradlew -b libLinphoneAndroidSdk.gradle sourcesJar
:sourcesJar
Total time: 0.683 secs
./gradlew -b libLinphoneAndroidSdk.gradle assembleRelease
:preBuild UP-TO-DATE
:preReleaseBuild UP-TO-DATE
:checkReleaseManifest
:preDebugAndroidTestBuild UP-TO-DATE
:preDebugBuild UP-TO-DATE
:preDebugUnitTestBuild UP-TO-DATE
:preReleaseUnitTestBuild UP-TO-DATE
:prepareComAndroidSupportMultidex101Library
:prepareReleaseDependencies
:compileReleaseAidl UP-TO-DATE
:compileReleaseNdk NO-SOURCE
:compileLint UP-TO-DATE
:copyReleaseLint NO-SOURCE
:mergeReleaseShaders UP-TO-DATE
:compileReleaseShaders UP-TO-DATE
:generateReleaseAssets UP-TO-DATE
:mergeReleaseAssets UP-TO-DATE
:mergeReleaseProguardFiles UP-TO-DATE
:packageReleaseRenderscript NO-SOURCE
:compileReleaseRenderscript UP-TO-DATE
:generateReleaseResValues UP-TO-DATE
:generateReleaseResources UP-TO-DATE
:packageReleaseResources UP-TO-DATE
:processReleaseManifest UP-TO-DATE
:generateReleaseBuildConfig UP-TO-DATE
:mergeReleaseResources UP-TO-DATE
:processReleaseResources UP-TO-DATE
:generateReleaseSources UP-TO-DATE
:incrementalReleaseJavaCompilationSafeguard UP-TO-DATE
:javaPreCompileRelease
:compileReleaseJavaWithJavac UP-TO-DATE
:processReleaseJavaRes UP-TO-DATE
:transformResourcesWithMergeJavaResForRelease UP-TO-DATE
:transformClassesAndResourcesWithSyncLibJarsForRelease UP-TO-DATE
:mergeReleaseJniLibFolders UP-TO-DATE
:transformNativeLibsWithMergeJniLibsForRelease UP-TO-DATE
:transformNativeLibsWithStripDebugSymbolForRelease UP-TO-DATE
:transformNativeLibsWithSyncJniLibsForRelease UP-TO-DATE
:bundleRelease UP-TO-DATE
:compileReleaseSources UP-TO-DATE
:assembleRelease UP-TO-DATE

BUILD SUCCESSFUL

Total time: 0.673 secs
./gradlew -b libLinphoneAndroidSdk.gradle sdkZip
:sdkZip

BUILD SUCCESSFUL

Thank you,

-Raj
--

U.Rajasekhar Reddy
Android Developer
?Mail: address@hidden <address@hidden>net
?Web: http://www.krify.com/
?(Landline)* +91-*884-2342100 Ex: 21
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.nongnu.org/archive/html/linphone-users/attachments/20170805/eda4ba5d/attachment.html>

------------------------------

Subject: Digest Footer

_______________________________________________
Linphone-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-users


------------------------------

End of Linphone-users Digest, Vol 177, Issue 9
**********************************************



--

U.Rajasekhar Reddy
Android Developer
•Mail: address@hiddennet 
•Web: http://www.krify.com/
(Landline) +91-884-2342100 Ex: 21




reply via email to

[Prev in Thread] Current Thread [Next in Thread]