Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to install rpcddsgen tool ? #12

Open
ding511265378 opened this issue Nov 26, 2020 · 5 comments
Open

how to install rpcddsgen tool ? #12

ding511265378 opened this issue Nov 26, 2020 · 5 comments

Comments

@ding511265378
Copy link

I have downloaded the installation package according to the tutorial on the official website. Both Linux and windows have tried and failed. I thought the reason is probably due to rpcddsgen.jar error.
Please give the detailed installation tutorial and installation package, looking forward to your reply.

@richiware
Copy link
Member

Which packages did you downloaded? From https://www.eprosima.com? Could you paste the errors you had?

@hero952
Copy link

hero952 commented Sep 26, 2022

hello:

  1. env:
    java -version
    java version "1.8.0_321"
    Java(TM) SE Runtime Environment (build 1.8.0_321-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 25.321-b07, mixed mode)

gradle -v
Gradle 4.4.1

  1. Steps:
    $ mkdir ~/RPC
    $ cd RPC
    $ git clone https://github.com/eProsima/RPC.git
    master branch
    $ cd ~/RPC/RPC/fastrpcgen
    $ gradle assemble
    **
    ANTXR Parser Generator Version 0.9.0 Copyright (c) 2005, Scott Stanchfield, JavaDude.com
    :buildIDLParser
    :idl:clean
    :idl:antlr4 UP-TO-DATE
    :idl:compileJava
    :idl:processResources
    :idl:classes
    :idl:jar
    :idl:assemble
    :idl:compileTestJava NO-SOURCE
    :idl:processTestResources NO-SOURCE
    :idl:testClasses UP-TO-DATE
    :idl:test NO-SOURCE
    :idl:check UP-TO-DATE
    :idl:build
    :compileJava/home/zhito/RPC/RPC/fastrpcgen/build/generated-src/com/eprosima/fastrpc/wadl/grammar/WADLParser.java:42: 警告: [unchecked] 对作为原始类型Map的成员的put(K,V)的调用未经过检查
    __xml_namespaceMap.put("$DEFAULT","http://wadl.dev.java.net/2009/02");
    ^
    其中, K,V是类型变量:
    K扩展已在接口 Map中声明的Object
    V扩展已在接口 Map中声明的Object
    1 个警告

    :processResources
    :classes
    :jar
    :assemble

    BUILD SUCCESSFUL in 1s
    4 actionable tasks: 4 executed

    **

3.result:
fastrpcgen.jar is found in ~/RPC/RPC/fastrpcgen/build/libs
rpcddsjen.jar is not found
rpcrestjen.jar is not found

how to install rpcddsgen tool???

thank you.

@Tooo-Top
Copy link

hello:

  1. env:
    java -version
    java version "1.8.0_321"
    Java(TM) SE Runtime Environment (build 1.8.0_321-b07)
    Java HotSpot(TM) 64-Bit Server VM (build 25.321-b07, mixed mode)

gradle -v Gradle 4.4.1

  1. Steps:
    $ mkdir ~/RPC
    $ cd RPC
    $ git clone https://github.com/eProsima/RPC.git
    master branch
    $ cd ~/RPC/RPC/fastrpcgen
    $ gradle assemble
    **
    ANTXR Parser Generator Version 0.9.0 Copyright (c) 2005, Scott Stanchfield, JavaDude.com
    :buildIDLParser
    :idl:clean
    :idl:antlr4 UP-TO-DATE
    :idl:compileJava
    :idl:processResources
    :idl:classes
    :idl:jar
    :idl:assemble
    :idl:compileTestJava NO-SOURCE
    :idl:processTestResources NO-SOURCE
    :idl:testClasses UP-TO-DATE
    :idl:test NO-SOURCE
    :idl:check UP-TO-DATE
    :idl:build
    :compileJava/home/zhito/RPC/RPC/fastrpcgen/build/generated-src/com/eprosima/fastrpc/wadl/grammar/WADLParser.java:42: 警告: [unchecked] 对作为原始类型Map的成员的put(K,V)的调用未经过检查
    __xml_namespaceMap.put("$DEFAULT","http://wadl.dev.java.net/2009/02");
    ^
    其中, K,V是类型变量:
    K扩展已在接口 Map中声明的Object
    V扩展已在接口 Map中声明的Object
    1 个警告
    :processResources
    :classes
    :jar
    :assemble
    BUILD SUCCESSFUL in 1s
    4 actionable tasks: 4 executed
    **

3.result: fastrpcgen.jar is found in ~/RPC/RPC/fastrpcgen/build/libs rpcddsjen.jar is not found rpcrestjen.jar is not found

how to install rpcddsgen tool???

thank you.

Has the problem been solved?

@hero952
Copy link

hero952 commented Jan 29, 2023 via email

@Tooo-Top
Copy link

邮件已经收到,谢谢!

怎么联系。也有这个问题。不知道你解决了么。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants