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 70130

Summary: Disallow IDE startup when a buggy Xalan is detected
Product: projects Reporter: Jan Lahoda <jlahoda>
Component: Ant ProjectAssignee: Jan Lahoda <jlahoda>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
URL: http://issues.apache.org/jira/browse/XALANJ-2219
Issue Type: DEFECT Exception Reporter:

Description Jan Lahoda 2005-12-09 09:10:37 UTC
[current sources]

If a buggy Xalan (see URL above) is on the IDE's classpath (usually placed in 
jre/lib/endorsed or jre/lib/ext), project metadata are written with incorrect
namespaces and are therefore broken and unusable. See issue #66563 for more
information.

To prevent corruption of the project metadata, the IDE (and in particular
ant/project module) should refuse to start if a broken Xalan is found on the
classpath.
Comment 1 Jan Lahoda 2005-12-09 12:31:45 UTC
Done in the trunk:
Checking in ide/golden/deps.txt;
/cvs/ide/golden/deps.txt,v  <--  deps.txt
new revision: 1.264; previous revision: 1.263
done
Checking in ant/project/arch.xml;
/cvs/ant/project/arch.xml,v  <--  arch.xml
new revision: 1.13; previous revision: 1.12
done
Checking in ant/project/manifest.mf;
/cvs/ant/project/manifest.mf,v  <--  manifest.mf
new revision: 1.16; previous revision: 1.15
done
Checking in ant/project/nbproject/project.xml;
/cvs/ant/project/nbproject/project.xml,v  <--  project.xml
new revision: 1.16; previous revision: 1.15
done
RCS file:
/cvs/ant/project/src/org/netbeans/modules/project/ant/AntProjectModule.java,v
done
Checking in ant/project/src/org/netbeans/modules/project/ant/AntProjectModule.java;
/cvs/ant/project/src/org/netbeans/modules/project/ant/AntProjectModule.java,v 
<--  AntProjectModule.java
initial revision: 1.1
done
Checking in ant/project/src/org/netbeans/modules/project/ant/Bundle.properties;
/cvs/ant/project/src/org/netbeans/modules/project/ant/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.8; previous revision: 1.7
done
Comment 2 Jaromir Uhrik 2006-01-16 15:45:36 UTC
Marking this issue as VERIFIED since the issue reporter == issue owner.