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 235762 - Running clean javafx maven project triggers error
Summary: Running clean javafx maven project triggers error
Status: RESOLVED DUPLICATE of bug 233613
Alias: None
Product: javafx
Classification: Unclassified
Component: Deployment (show other bugs)
Version: 8.0
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Roman Svitanic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-10 20:12 UTC by ionuion
Modified: 2013-09-11 07:25 UTC (History)
0 users

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 ionuion 2013-09-10 20:12:39 UTC
Environment:
Product Version: NetBeans IDE Dev (Build 201309090001)
Java: 1.7.0_40; Java HotSpot(TM) 64-Bit Server VM 24.0-b55
Runtime: Java(TM) SE Runtime Environment 1.7.0_40-b40
System: Mac OS X version 10.7.5 running on x86_64; UTF-8; en_US (nb)
User directory: /Users/ionuion/Library/Application Support/NetBeans/dev
Cache directory: /Users/ionuion/Library/Caches/NetBeans/dev

Steps to reproduce:
1. Create new maven javafx application project
2. In the Projects pane right click the process node and click Run.

Expected result:
The clean project successfully run, as for non-javafx maven projects, all dependent actions performed prior to the exec plugin being executed.

Actual result:
The following error message displayed: "Error: Unable to access jarfile /Pathe/mavenJavaFXproj1/target/mavenJavaFXproj1-1.0-SNAPSHOT.jar"
Comment 1 Roman Svitanic 2013-09-11 07:25:04 UTC

*** This bug has been marked as a duplicate of bug 233613 ***