如何运行buildcodenameone构建?

如何运行buildcodenameone构建?,codenameone,Codenameone,好的,我在eclipse的simular下运行了一些演示。提交了一个桌面构建并获得了一个jar。现在我如何运行这个罐子?似乎不是 直接运行 另外,我应该在哪里找到这些信息而不是询问 这是个愚蠢的问题 > Buildfile: G:\share\projects\eclipse\Charts Demo\build.xml > > jar: > [echo] Compile is forcing compliance to the supported API

好的,我在eclipse的simular下运行了一些演示。提交了一个桌面构建并获得了一个jar。现在我如何运行这个罐子?似乎不是 直接运行

另外,我应该在哪里找到这些信息而不是询问 这是个愚蠢的问题

> Buildfile: G:\share\projects\eclipse\Charts Demo\build.xml
> 
> jar:
>         [echo] Compile is forcing compliance to the supported API's/features for maximum device compatibility. This allows smaller
>         [echo]            code size and wider device support
>         [copy] Copying 1 file to G:\share\projects\eclipse\Charts Demo\build\tmp
>        [javac] G:\share\projects\eclipse\Charts Demo\build.xml:147: warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
>        [javac] Compiling 25 source files to G:\share\projects\eclipse\Charts Demo\build\tmp
>        [javac] warning: [options] source value 1.5 is obsolete and will be removed in a future release
>        [javac] warning: [options] target value 1.5 is obsolete and will be removed in a future release
>        [javac] warning: [options] To suppress warnings about obsolete options, use -Xlint:-options.
>        [javac] Note: Some input files use or override a deprecated API.
>        [javac] Note: Recompile with -Xlint:deprecation for details.
>        [javac] Note: G:\share\projects\eclipse\Charts Demo\src\com\codename1\demos\charts\ChartDemosForm.java uses unchecked
> or unsafe operations.
>        [javac] Note: Recompile with -Xlint:unchecked for details.
>        [javac] 3 warnings
>          [jar] Building jar: G:\share\projects\eclipse\Charts Demo\dist\Charts Demo.jar
>        [javac] G:\share\projects\eclipse\Charts Demo\build.xml:171: warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds BUILD
> SUCCESSFUL Total time: 1 second

通常,桌面构建应该返回windows的exe文件和Mac的dmg文件。获取jar文件时可能出现了一些问题

您可以在页面上找到大量信息,下面是一个桌面构建

你可以做的另一件事是在谷歌搜索前加上
https://www.codenameone.com

例如,像这样搜索桌面构建:
https://www.codenameone.com 桌面应用程序


我还建议您遵循Codenameone,因为这里提供了过去发布的许多酷东西的新功能、最新版本和存档。

我在问题中添加了我的构建成绩单。我看不到任何EXE的迹象,您应该通过右键单击您的项目->Codenameone->发送桌面窗口来发送构建。然后在Codenameone仪表板上跟踪您的构建状态,我认为它可能是@ddyer在bin目录下查看的,而不是在您提供的构建服务器URL上。exe等应该在那里。