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 56470 - Unable to build imported J2EE application
Summary: Unable to build imported J2EE application
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-15 15:42 UTC by Petr Blaha
Modified: 2006-05-30 11:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
sample application (46.94 KB, application/x-gzip)
2005-03-15 15:43 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2005-03-15 15:42:09 UTC
I imported application from J2EE tutorial. I was not able to build this
application. I get error:
Created dir:
/home.local/blaha/testing/cmpcu/cmpcustomer-war/build/ear-module/META-INF
/home.local/blaha/testing/cmpcu/nbproject/build-impl.xml:146: The following
error occurred while executing this line:
/home.local/blaha/testing/cmpcu/cmpcustomer-war/nbproject/build-impl.xml:227:
The following error occurred while executing this line:
/home.local/blaha/testing/cmpcu/cmpcustomer-war/nbproject/build-impl.xml:118:
srcdir attribute must be set!
Comment 1 Petr Blaha 2005-03-15 15:43:12 UTC
Created attachment 20853 [details]
sample application
Comment 2 Vince Kraemer 2005-03-15 19:21:47 UTC
opened 56487 to get this resolved in the WebProjectGenerator code.

Have hack to cover this, for now...
Comment 3 Vince Kraemer 2005-03-16 01:45:41 UTC
hack fix checked in:  EarProjectGenerator.java (1.14)
Comment 4 Petr Blaha 2005-03-21 12:56:58 UTC
[Build 20050320]