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 47485

Summary: unable to compile Web Application
Product: javaee Reporter: Jan Horvath <jhorvath>
Component: CodeAssignee: _ ludo <ludo>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jan Horvath 2004-08-19 14:55:52 UTC
build 040818

1. add libnb-j2ee-dev-000.zip to netbeans
2. create Web Application
3. build project fails with message
"/opt/work/test/WebApplication33/nbproject/build-impl.xml:140:
taskdef class
org.netbeans.modules.web.project.ant.CopyFiles
cannot be found
BUILD FAILED (total time: 0 seconds)"
Comment 1 _ ludo 2004-08-19 16:05:03 UTC
Category might not be ejb since the issue is related to web app...
The root cause might be in the build for cdp j2ee in the web support.

My work around for now is to remove the faulty line in build-impl.xml
I'll talk to Pavel Buzez
Comment 2 Pavel Buzek 2004-08-19 21:51:21 UTC
ejbjarproject replaces the copyfiles provided by web/project and
defines different package names, thus the class name used by
web/project does not exist
Comment 3 Pavel Buzek 2004-08-19 21:52:26 UTC
this is the issue about copyfiles
http://www.netbeans.org/issues/show_bug.cgi?id=45284
Comment 4 _ ludo 2004-08-20 18:59:59 UTC
I'll remove the dependency to copyfile, not needed for ejb projects.
This will fix the issue.
Comment 5 _ ludo 2004-08-20 19:08:35 UTC
Change integrated
Comment 6 Jan Horvath 2004-08-26 10:01:01 UTC
V.
Comment 7 Jan Horvath 2004-09-14 10:09:21 UTC
V.
Comment 8 Petr Blaha 2004-10-13 10:45:33 UTC
Move issues from temprorary component.