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 94878 - It's not possible to build plugin when you are not connected to the internet
Summary: It's not possible to build plugin when you are not connected to the internet
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: OC4J (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Michal Mocnak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-07 17:39 UTC by Michal Mocnak
Modified: 2007-02-07 17:40 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 Michal Mocnak 2007-02-07 17:39:10 UTC
It's not possible to build plugin when you are not connected to the internet.
Problem is in the validation of xml schemas. Solution is to switch off the
validation.
Comment 1 Michal Mocnak 2007-02-07 17:40:00 UTC
Modified:
Checking in build.xml;
/cvs/serverplugins/oc4j/build.xml,v  <--  build.xml
new revision: 1.2; previous revision: 1.1
done
Checking in src/org/netbeans/modules/j2ee/oc4j/resources/data-sources-10_1.xsd;
/cvs/serverplugins/oc4j/src/org/netbeans/modules/j2ee/oc4j/resources/data-sources-10_1.xsd,v
 <--  data-sources-10_1.xsd
new revision: 1.2; previous revision: 1.1
done
Comment 2 Michal Mocnak 2007-02-07 17:40:44 UTC
Verified