This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 202772 - No html-file in dist dirctory
Summary: No html-file in dist dirctory
Status: VERIFIED WONTFIX
Alias: None
Product: javafx
Classification: Unclassified
Component: Deployment (show other bugs)
Version: 7.0.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Petr Somol
URL:
Keywords:
: 202881 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-09-28 11:06 UTC by javus
Modified: 2011-10-05 15:53 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description javus 2011-09-28 11:06:26 UTC
With the IDE I generated the Hello-World-JavaFXApplication. Then I "Clean and Build Main Project" Output:
-----------------------------------
init:
deps-clean:
Updating property file: C:\Users\Javus\Documents\NetBeansProjects\JavaFXApplication7\build\built-clean.properties
Deleting directory C:\Users\Javus\Documents\NetBeansProjects\JavaFXApplication7\build
clean:
init:
deps-jar:
Created dir: C:\Users\Javus\Documents\NetBeansProjects\JavaFXApplication7\build
Updating property file: C:\Users\Javus\Documents\NetBeansProjects\JavaFXApplication7\build\built-jar.properties
Created dir: C:\Users\Javus\Documents\NetBeansProjects\JavaFXApplication7\build\classes
Created dir: C:\Users\Javus\Documents\NetBeansProjects\JavaFXApplication7\build\empty
Compiling 1 source file to C:\Users\Javus\Documents\NetBeansProjects\JavaFXApplication7\build\classes
compile:
Created dir: C:\Users\Javus\Documents\NetBeansProjects\JavaFXApplication7\dist
Copying 1 file to C:\Users\Javus\Documents\NetBeansProjects\JavaFXApplication7\build
Not copying library C:\Users\Javus\Documents\NetBeansProjects\JavaFXApplication7\dist\JavaFXApplication7.jar , it can't be read.
Nothing to copy.
Building jar: C:\Users\Javus\Documents\NetBeansProjects\JavaFXApplication7\dist\JavaFXApplication7.jar
To run this application from the command line without Ant, try:
C:\Program Files\Java\jdk1.7.0/bin/java -jar "C:\Users\Javus\Documents\NetBeansProjects\JavaFXApplication7\dist\JavaFXApplication7.jar"
Deleting: C:\Users\Javus\Documents\NetBeansProjects\JavaFXApplication7\dist\JavaFXApplication7.jar
Deleting: C:\Users\Javus\Documents\NetBeansProjects\JavaFXApplication7\dist\README.TXT
C:\Users\Javus\Documents\NetBeansProjects\JavaFXApplication7\nbproject\jfx-impl.xml:542: The following error occurred while executing this line:
C:\Users\Javus\Documents\NetBeansProjects\JavaFXApplication7\nbproject\jfx-impl.xml:374: fx:deploy doesn't support the "includeDT" attribute
BUILD FAILED (total time: 22 seconds)
---------------------
After that I have the jar-file only in the dist dirctory.
Comment 1 javus 2011-09-28 11:14:16 UTC
I used netbeans-trunk-nightly-201109250601-ml-windows.
Comment 2 Stepan Zebra 2011-09-28 13:24:41 UTC
This happens because the latest NB development builds are adjusted for the latest FX SDK builds. The currently latest public available FX SDK is build 45, which is missing one new deploy attribute, thus FX is complaining about missing attribute, which is set in the deploy job in latest NB, and the deploy job fails to finish.
If you wish to workaround, until new FX SDK build will be available, delete the includeDT attribute from yourFXproject\nbbuild\jfx-impl.xml file.
Comment 3 javus 2011-09-28 16:08:37 UTC
I will wait for the next JavaFX build to verify.
Comment 4 Stepan Zebra 2011-09-30 12:26:33 UTC
*** Bug 202881 has been marked as a duplicate of this bug. ***
Comment 5 javus 2011-10-05 10:29:26 UTC
I am not shure, if I have a new JavaFX-version, because the JavaFX-installer doesn't work correctly (for details see https://forums.oracle.com/forums/thread.jspa?threadID=2285698&tstart=0)

But the problem has gone anyway. So I will set this bug to verified.
Comment 6 javus 2011-10-05 15:53:08 UTC
Now, I'm shur to have the correct version and it works ;)