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 82815 - Take over the fix of issue #81039 into all J2EE project-types
Summary: Take over the fix of issue #81039 into all J2EE project-types
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords:
Depends on: 81527
Blocks:
  Show dependency tree
 
Reported: 2006-08-16 14:55 UTC by Milan Kubec
Modified: 2006-08-29 12:24 UTC (History)
1 user (show)

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 Milan Kubec 2006-08-16 14:55:39 UTC
Take over the fix of issue #81039 to EJB project (EjbJarProjectGenerator class).
Comment 1 Martin Krauskopf 2006-08-25 14:14:39 UTC
Can fix without fixing issue 81527 but let's be notified when (and if) the 81527
is fixed so we can utilize it here.
Comment 2 Milan Kubec 2006-08-25 14:49:19 UTC
Do you know where the code is in other J2EE projects than ejbproject?
Do you expect issue #81527 be fixed for release55?
Comment 3 Martin Krauskopf 2006-08-25 15:07:13 UTC
> Do you know where the code is in other J2EE projects than ejbproject?

EjbJarProjectGenerator - ejbjarproject
AppClientProjectGenerator - clientproject
Utils - webproject (not sure here)
And might be in archiveproject as well - do not know this, so not sure.
Comment 4 Martin Krauskopf 2006-08-25 15:08:11 UTC
And if you really want you may fix it also in apisupport/project in trunk ;)
Comment 5 Milan Kubec 2006-08-29 12:24:35 UTC
Done. Fix of issue #81039 imported to client, ejb and web projects.

Checking in
j2ee/clientproject/src/org/netbeans/modules/j2ee/clientproject/api/AppClientProjectGenerator.java;
/cvs/j2ee/clientproject/src/org/netbeans/modules/j2ee/clientproject/api/Attic/AppClientProjectGenerator.java,v
 <--  AppClientProjectGenerator.java
new revision: 1.1.4.19; previous revision: 1.1.4.18
done
Checking in web/project/src/org/netbeans/modules/web/project/Utils.java;
/cvs/web/project/src/org/netbeans/modules/web/project/Utils.java,v  <--  Utils.java
new revision: 1.10.20.2.2.2; previous revision: 1.10.20.2.2.1
done
Checking in
j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/api/EjbJarProjectGenerator.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/api/EjbJarProjectGenerator.java,v
 <--  EjbJarProjectGenerator.java
new revision: 1.1.2.6.2.13; previous revision: 1.1.2.6.2.12
done

Diff:
http://www.netbeans.org/source/browse/j2ee/clientproject/src/org/netbeans/modules/j2ee/clientproject/api/Attic/AppClientProjectGenerator.java?r1=1.1.4.18&r2=1.1.4.19
http://www.netbeans.org/source/browse/web/project/src/org/netbeans/modules/web/project/Utils.java?r1=1.10.20.2.2.1&r2=1.10.20.2.2.2
http://www.netbeans.org/source/browse/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/api/EjbJarProjectGenerator.java?r1=1.1.2.6.2.12&r2=1.1.2.6.2.13