JFX build issue
Vasiliy Baranov
vasiliy.baranov at oracle.com
Tue Aug 27 00:46:42 PDT 2013
On 27.08.2013 9:36, K, Dhevendran (MSDU) wrote:
> Hi
>
> I compiled with the option '-PCOMPILE_WEBKIT=true'. Now I am getting the new set of errors
Yeah, that is the same result as in
https://javafx-jira.kenai.com/browse/RT-32289 . I can't speak for the
Media team but my guess is the binary stub is the only option at the moment.
Regards,
-- Vasiliy
> Thanks & Regards
> Dhevendran K
> -----Original Message-----
> From: Vasiliy Baranov [mailto:vasiliy.baranov at oracle.com]
> Sent: Monday, August 26, 2013 8:02 PM
> To: K, Dhevendran (MSDU)
> Cc: openjfx-dev at openjdk.java.net
> Subject: Re: JFX build issue
>
> On 23.08.2013 20:54, K, Dhevendran (MSDU) wrote:
> [snip]
>>
>> Now, I am facing the new issue as attached
>>
>> apps:experiments:3DViewer:assemble
>> :apps:experiments:Modena:compileJava
>> [ant:javac]
>> C:\dheva\JavaFX_1_8\JavaFX_SRC\myfx8\rt\apps\experiments\Modena\src\main\java\modena\SamplePage.java:91: error: package javafx.scene.web does not exist [ant:javac] import javafx.scene.web.HTMLEditor;
>> [ant:javac] ^
>
> Your build artifact (jfxrt.jar) is missing javafx.scene.web.* classes.
> You need to either provide the binary stub to the gradle script with '-PBINARY_STUB=/path/to/jfxrt.jar' or build modules/web code yourself with '-PCOMPILE_WEBKIT=true', see e.g.
> https://javafx-jira.kenai.com/browse/RT-32289 .
>
> Regards,
> -- Vasiliy
>
>> [ant:javac] C:\dheva\JavaFX_1_8\JavaFX_SRC\myfx8\rt\apps\experiments\Modena\src\main\java\modena\SamplePage.java:468: error: cannot find symbol
>> [ant:javac] new HTMLEditor() {{
>> [ant:javac] ^
>> [ant:javac] symbol: class HTMLEditor
>> [ant:javac] location: class SamplePage
>> [ant:javac] C:\dheva\JavaFX_1_8\JavaFX_SRC\myfx8\rt\apps\experiments\Modena\src\main\java\modena\SamplePage.java:474: error: cannot find symbol
>> [ant:javac] withState(new HTMLEditor() {{
>> [ant:javac] ^
>> [ant:javac] symbol: class HTMLEditor
>> [ant:javac] location: class SamplePage
>> [ant:javac] Note: Some input files use or override a deprecated API.
>> [ant:javac] Note: Recompile with -Xlint:deprecation for details.
>> [ant:javac] Note: Some input files use unchecked or unsafe operations.
>> [ant:javac] Note: Recompile with -Xlint:unchecked for details.
>> [ant:javac] 3 errors
>> :apps:experiments:Modena:compileJava FAILED
>>
>> FAILURE: Build failed with an exception.
>>
>> * What went wrong:
>> Execution failed for task ':apps:experiments:Modena:compileJava'.
>>> Compile failed; see the compiler error output for details.
>>
>> * Try:
>> Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
>>
>> BUILD FAILED
>>
>> Total time: 35 mins 13.756 secs
>>
>>
>> Thanks & Regards
>> Dhevendran K
>
More information about the openjfx-dev
mailing list