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 - Disallow IDE startup when a buggy Xalan is detected
Summary: Disallow IDE startup when a buggy Xalan is detected
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant Project (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jan Lahoda
URL: http://issues.apache.org/jira/browse/...
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-09 09:10 UTC by Jan Lahoda
Modified: 2006-01-16 15:45 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 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.