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 93697

Summary: Identity module not present in enterprise pack builds
Product: serverplugins Reporter: Andrey Yamkovoy <kaktus>
Component: IdentityAssignee: issues@serverplugins <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 89517    

Description Andrey Yamkovoy 2007-01-31 17:34:45 UTC
The enterprise pack builds not contain identity module functionality. Only
identity samples jar file is present ...
As far as I know building other jars were commented to build in
project.properties file due to compilation errors.
Comment 1 Andrey Yamkovoy 2007-02-07 14:39:14 UTC
Was fixed by Peter:

Tag: release551
User: PeterTLiu
Date: 2007/01/31 10:26:03

Modified:
   identity/nbproject/project.properties

Log:
 re-enable identity modules

File Changes:

Directory: /identity/nbproject/
===============================

File [changed]: project.properties
Url:
http://identity.netbeans.org/source/browse/identity/nbproject/project.properties?r1=1.1.2.16.8.6&r2=1.1.2.16.8.7
Delta lines:  +5 -4
-------------------
--- project.properties	30 Jan 2007 13:26:53 -0000	1.1.2.16.8.6
+++ project.properties	31 Jan 2007 18:26:00 -0000	1.1.2.16.8.7
@@ -20,11 +20,12 @@
     harness
 
 modules=\
+    ${project.identity.ant}:\
+    ${project.identity.profile.ui}:\
+    ${project.identity.profile.api}:\
+    ${project.identity.server.manager}:\
     ${project.identity.samples}
-#   ${project.identity.ant}:\
-#   ${project.identity.profile.ui}:\
-#   ${project.identity.profile.api}:\
-#   ${project.identity.server.manager}:\
+    
 
 project.identity.ant=ant
 project.identity.profile.ui=profileui
Comment 2 Andrey Yamkovoy 2007-02-07 14:40:27 UTC
Verified.