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 - Identity module not present in enterprise pack builds
Summary: Identity module not present in enterprise pack builds
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks: 89517
  Show dependency tree
 
Reported: 2007-01-31 17:34 UTC by Andrey Yamkovoy
Modified: 2007-02-07 14:40 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 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.