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 248952 - Property "libs.jsf20.classpath" has not been set
Summary: Property "libs.jsf20.classpath" has not been set
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 8.0.1
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-27 13:58 UTC by sachinsharmanetbeans
Modified: 2016-07-07 08:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
verbose clean and deploy log (126.73 KB, text/plain)
2014-11-27 13:58 UTC, sachinsharmanetbeans
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sachinsharmanetbeans 2014-11-27 13:58:19 UTC
Created attachment 150745 [details]
verbose clean and deploy log

I started working on creating a JSF CRUD application from a database following the instructions from this link.

https://netbeans.org/kb/docs/web/jsf20-crud.html

Server:Glassfish 4.1

The application works fine if I run it from the IDE (this double-checks that I did not leave any step undone).

But when I tried to create a war out of it using "Clean and Build", The build script failed showing this error message.

E:\NetBeansProjects\Dashboard1\nbproject\build-impl.xml:1006: Warning: Could not find file E:\NetBeansProjects\Dashboard1\${libs.jsf20.classpath} to copy.

When I printed a Verbose log, the reason for error shown was (complete trace attached separately):

Loading E:\NetBeansProjects\Dashboard1\nbproject\project.properties
Property "libs.jsf20.classpath" has not been set
Property "libs.eclipselink.classpath" has not been set
Property "libs.jsf20.classpath" has not been set
Property "libs.eclipselink.classpath" has not been set
Property "libs.eclipselink.classpath" has not been set
Property "libs.jsf20.classpath" has not been set
Property "libs.eclipselink.classpath" has not been set
Property "libs.jsf20.classpath" has not been set
Property "libs.eclipselink.classpath" has not been set
Property "libs.jsf20.classpath" has not been set
Property "libs.eclipselink.classpath" has not been set
Property "libs.jsf20.classpath" has not been set
Property "libs.eclipselink.classpath" has not been set
Property "libs.jsf20.classpath" has not been set
Property "libs.eclipselink.classpath" has not been set
Comment 1 Martin Balin 2016-07-07 08:53:39 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss