[ 
https://jira.codehaus.org/browse/MNG-5331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=306582#comment-306582
 ] 

Konstantin Solomatov commented on MNG-5331:
-------------------------------------------

Actually I can't. It can't be moved to maven repository due to its license 
restrictions. The only way to do so is with hack similar to this:


    <dependency>
        <groupId>com.oracle</groupId>
        <artifactId>javafx</artifactId>
        <version>2.0</version>
        <scope>system</scope>
        <systemPath>C:/apps/jfx2.0/rt/lib/jfxrt.jar</systemPath>
    </dependency>

which is very machine specific configuration.

                
> JavaFX should be added to compilation classpath
> -----------------------------------------------
>
>                 Key: MNG-5331
>                 URL: https://jira.codehaus.org/browse/MNG-5331
>             Project: Maven 2 & 3
>          Issue Type: Bug
>            Reporter: Konstantin Solomatov
>
> Since JDK 1.7, JavaFX is part of JRE and JDK. However, Maven doesn't include 
> them into classpath automatically.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to