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 122543 - Excessively long file paths in CVS
Summary: Excessively long file paths in CVS
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: OpenESB addons (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ raffaelespazzoli
URL:
Keywords:
Depends on:
Blocks: 122540
  Show dependency tree
 
Reported: 2007-11-21 20:01 UTC by Jesse Glick
Modified: 2008-03-26 18:09 UTC (History)
2 users (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 Jesse Glick 2007-11-21 20:01:39 UTC
Please shorten somehow:

enterprise/compapp/casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/resources/SynchronousSampleApplication/jbiServiceUnits/SynchronousSample/SynchronousSample.wsdl
enterprise/compapp/casaeditor/test/unit/src/org/netbeans/modules/compapp/casaeditor/model/casa/resources/SynchronousSampleApplication/jbiServiceUnits/SynchronousSample/SynchronousSample.xsd
enterprise/openesbaddons/contrib-imola/cics-bc/netbeansplugin/wsdlExtension/src/main/java/META-INF/services/org.netbeans.modules.xml.wsdl.bindingsupport.spi.ExtensibilityElementTemplateProvider
enterprise/openesbaddons/contrib-imola/corba-bc/netbeansplugin/idl2wsdlWizard/src/main/java/it/imolinfo/jbi4corba/netbeansplugin/idl2wsdlwizard/wsdl/Jbi4CorbaPartnerLinkDeserializer.java
enterprise/openesbaddons/contrib-imola/corba-bc/netbeansplugin/idl2wsdlWizard/src/main/java/it/imolinfo/jbi4corba/netbeansplugin/idl2wsdlwizard/wsdl/Jbi4CorbaPartnerLinkExtension.java
enterprise/openesbaddons/contrib-imola/corba-bc/netbeansplugin/idl2wsdlWizard/src/main/java/it/imolinfo/jbi4corba/netbeansplugin/idl2wsdlwizard/wsdl/Jbi4CorbaPartnerLinkSerializer.java
enterprise/openesbaddons/contrib-imola/corba-bc/netbeansplugin/wsdlExtension/src/main/java/it/imolinfo/jbi4corba/netbeansplugin/wsdlextension/validator/CorbaValidatorSchemaFactory.java
enterprise/openesbaddons/contrib-imola/corba-bc/netbeansplugin/wsdlExtension/src/main/java/META-INF/services/org.netbeans.modules.xml.wsdl.bindingsupport.spi.ExtensibilityElementTemplateProvider
enterprise/openesbaddons/contrib-imola/ejb-bc/netbeansplugin/wsdlExtension/src/META-INF/services/org.netbeans.modules.xml.wsdl.bindingsupport.spi.ExtensibilityElementTemplateProvider
Comment 1 Venkat Chellasamy 2007-11-21 22:04:36 UTC
Tien, please fix the files in casaeditor with long file paths and reassign the bug to raffaelespazzoli for fixing imola
contibutions
Comment 2 Tientien Li 2007-11-26 20:38:39 UTC
Fixes for CASA related problems have been checked in.

Comment 3 Antonin Nebuzelsky 2008-01-16 16:08:58 UTC
Can this be fixed ASAP, please?
Comment 4 Jesse Glick 2008-01-21 20:04:01 UTC
I will simply change the import script so that files which are too long are not imported at all. (Michal Zlamal will
also put in place a push hook preventing such files from being committed later.)

Anyway contrib-imola is currently dumped into the misc repo, since these modules are in suite format (not nb.org
modules) so cannot even be built in their current form.
Comment 5 Jesse Glick 2008-01-21 20:04:27 UTC
Making P2 therefore; will not wait for you.
Comment 6 Alexander Fung 2008-03-26 18:09:38 UTC
I have checked in a fix that changes the long paths for CORBA.