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 39827 - [36cat] Building projects work incorrect
Summary: [36cat] Building projects work incorrect
Status: RESOLVED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Other Other
: P3 blocker with 1 vote (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-09 18:14 UTC by charzynski
Modified: 2004-02-26 22:57 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 charzynski 2004-02-09 18:14:15 UTC
[ JDK VERSION : J2SE 1.4.2_02 ]

[Windows 2003 Server]
I have tried to build project which contains web module and simple applet in other location. When I choose Project -> Build project or -> Compile project only classes in web module were built (compiled). Project paths looks like this:
projectName/appletFolder/Applet.class <--this wasn't 
compiled
projectName/WEB-INF/classes/package/My.class  <-- this was compiled
Workaround is to build (compile) classes in web module and in other locations separately - but it's very uncomfortable
Comment 1 ehucka 2004-02-23 10:17:36 UTC
It seems like problem in web module.
Comment 2 Pavel Buzek 2004-02-26 22:56:47 UTC
this looks like something wrong in your setup

do you have both projectName/appletFolder/ and
projectName/WEB-INF/classes/ mounted as filesystems? Do you have both
of these folders added in Project tab?

Ask at nbusers@netbeans.org for help. Please reopen if you are sure
this is really a bug.