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 - unable to compile Web Application
Summary: unable to compile Web Application
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: _ ludo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-19 14:55 UTC by Jan Horvath
Modified: 2006-05-31 18:23 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 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.