Log of /xerces/java/trunk/build.xml
Parent Directory
|
Revision Log
Revision
719475 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 21 04:54:50 2008 UTC
(12 months ago)
by
mrglavas
File length: 75494 byte(s)
Diff to
previous 608178
(
colored)
When executing the (x)javac task explicitly specify the source and target level.
Both of these values will be equal to the java version used for invoking Ant.
Previously we were relying on default values; target was 1.1 for JDK 1.3 and
1.2 for JDK 1.4.
Revision
478022 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 22 03:52:27 2006 UTC
(3 years ago)
by
mrglavas
File length: 72715 byte(s)
Diff to
previous 477935
(
colored)
- Fixing the djdjar target.
- Adding LICENSE and NOTICE to all of the xerces jar files
so that they can be distributed in the Maven repository
in compliance with ASF policy.
Revision
475966 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 16 23:01:58 2006 UTC
(3 years ago)
by
mrglavas
File length: 72114 byte(s)
Diff to
previous 473049
(
colored)
The JUnit license (which is an HTML file) isn't getting included
in the tools distribution. Add **/*.html to the list of includes.
Revision
379204 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 20 19:21:23 2006 UTC
(3 years, 9 months ago)
by
nddelima
File length: 59247 byte(s)
Diff to
previous 371999
(
colored)
Committing code and unit tests for the following line items from the Xerces 2.8.0 release plan:
- Expose annotations in XSAttributeUse and XSParticle
- Support lists of annotations for other XSObjects
Revision
320467 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 14 17:34:56 2005 UTC
(4 years, 5 months ago)
by
mrglavas
File length: 74985 byte(s)
Diff to
previous 320448
(
colored)
Remove META-INF/services/org.apache.xerces.xni.parser.XMLParserConfiguration from xercesImpl.jar.
xercesImpl.jar should not contain a META-INF/services entry indicating which configuration the parser
should use. It prevents applications further down the classpath from overriding the parser's default
and may also cause an incompatible mix of classes to be loaded leading to a failure such
as a NoSuchMethodError.
Revision
320106 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 14 03:45:33 2004 UTC
(5 years, 1 month ago)
by
mrglavas
File length: 73993 byte(s)
Diff to
previous 320088
(
colored)
In environments where taglets are not supported such
as in JDK 1.3 and lower, provide another method with
replacing the @xerces.internal and @xerces.experimental
tags. This patch is thanks to Ankit Pasricha.
Revision
320088 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 4 21:17:22 2004 UTC
(5 years, 1 month ago)
by
mrglavas
File length: 73263 byte(s)
Diff to
previous 320049
(
colored)
Updates to support new taglets for @xerces.internal
and @xerces.experimental. Thanks to Ankit Pasricha
for this contribution.
Revision
320049 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 15 15:38:19 2004 UTC
(5 years, 2 months ago)
by
mrglavas
File length: 72606 byte(s)
Diff to
previous 320047
(
colored)
Add manifest to jar for XML Schema 1.1. Also adding info to the
usage target about the new schema targets.
Revision
319899 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 23 21:50:05 2004 UTC
(5 years, 7 months ago)
by
mrglavas
File length: 68289 byte(s)
Diff to
previous 319875
(
colored)
Copy org.w3c.dom.DOMImplementationSourceList to META-INF/services.
Enable DOM L3 build to work with new DOMImplementationListImpl class.
Revision
319645 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jan 5 14:54:46 2004 UTC
(5 years, 10 months ago)
by
mrglavas
File length: 64882 byte(s)
Diff to
previous 319595
(
colored)
Update copyright info for API docs, etc... Also fixing 'usage' target.
The 'parser.Name' variable was not being initialized.
Revision
319547 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 17 15:44:54 2003 UTC
(6 years ago)
by
mrglavas
File length: 64437 byte(s)
Diff to
previous 319541
(
colored)
Package XS samples with xercesSamples.jar when building DOM Level 3.
Also, resolved one of the issues with dtdjars.
The other problems still need to be fixed.
Revision
319519 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 14 18:28:19 2003 UTC
(6 years ago)
by
mrglavas
File length: 64124 byte(s)
Diff to
previous 319512
(
colored)
Replace tokens for the default configuration in
entities.ent using two new properties. We could
come up with something fancier in the future which reads
org/apache/xerces/parsers/org.apache.xerces.xni.parser.XMLParserConfiguration,
but at least for now when the default config changes, we only
have to change the value of the properties in the build file.
Revision
319491 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 11 20:15:02 2003 UTC
(6 years ago)
by
sandygao
File length: 63038 byte(s)
Diff to
previous 319465
(
colored)
PSVI API changes. Step 1:
Move classes from packages org.apache.xerces.impl.xs.psvi and
org.apache.xercex.xni.psvi to org.apache.xerces.xs.
Revision
319429 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 27 02:06:39 2003 UTC
(6 years, 1 month ago)
by
mrglavas
File length: 63298 byte(s)
Diff to
previous 319361
(
colored)
Fixing Bug #24113 reported by Ville Skytt�.
Replace hard coded 'Created-By' with tokens to be replaced by a filter for version and vendor.
Also include the version of Ant used to build Xerces.
Revision
319347 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 30 13:38:53 2003 UTC
(6 years, 3 months ago)
by
neeraj
File length: 61920 byte(s)
Diff to
previous 319337
(
colored)
PR:
Obtained from:
Submitted by:
Reviewed by:
Correctin build failures. Now the build compiles sucessfully.
Revision
319237 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 4 15:55:09 2003 UTC
(6 years, 5 months ago)
by
neeraj
File length: 61799 byte(s)
Diff to
previous 319233
(
colored)
PR:
Obtained from:
Submitted by: Venugopal k.venugopal@sun.com
Reviewed by:Neeraj
Adding new Test case for testing JAXP 1.2 specification constraints as submitted by Venugopal. Many thanks to Venu for this contribution.
Revision
319184 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Apr 1 23:34:57 2003 UTC
(6 years, 7 months ago)
by
neilg
File length: 60534 byte(s)
Diff to
previous 319173
(
colored)
include manifest.xerces in the source distribution; if it is not present a build failure results. Tanks to Neil Delima
Revision
318978 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 17 23:52:33 2003 UTC
(6 years, 10 months ago)
by
neilg
File length: 58924 byte(s)
Diff to
previous 318967
(
colored)
since it seems that CVS does not understand tarballs, use a zip to store commons API source instead. Also, update copyright info as it appears on the documentation etc.
Revision
318967 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 17 16:53:20 2003 UTC
(6 years, 10 months ago)
by
neilg
File length: 59109 byte(s)
Diff to
previous 318958
(
colored)
compile against the classes in xml-apis.jar instead of the APIs in our CVS source tree. Updated all build targets to get sources from the new xml-apis--src.tar.gz; now we are ready to remove our APIs from CVS. Also updated the build script to copy DOM and SAX license information into distributions.
Revision
318946 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 14 21:40:23 2003 UTC
(6 years, 10 months ago)
by
sandygao
File length: 57343 byte(s)
Diff to
previous 318941
(
colored)
Make dv-only jar work again:
1. dvprepare-src target needs to depend on the prepare target
2. dv package now needs more classes to compile, namely those related
class loading and security managing.
Revision
318922 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jan 6 23:03:12 2003 UTC
(6 years, 10 months ago)
by
sandygao
File length: 55346 byte(s)
Diff to
previous 318913
(
colored)
Exclude DOMUtil.java from dtd-only jar build.
This file is only used by XML Schema code, and has dependency on
impl.xs package.
Revision
318832 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Nov 11 16:34:52 2002 UTC
(7 years ago)
by
neilg
File length: 53921 byte(s)
Diff to
previous 318774
(
colored)
remove javax.xml.parsers.ConvertToURI.java from API jar file. Also, clean up exclusions of non-existent files and remove some dead targets.
Revision
318774 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 27 22:31:04 2002 UTC
(7 years, 2 months ago)
by
neilg
File length: 54682 byte(s)
Diff to
previous 318770
(
colored)
enable Xerces to be compiled under IBM JDK 1.4.0 without hacking the JDK installation. This should not affect other JDKs at all.
Revision
318647 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 23 20:17:17 2002 UTC
(7 years, 3 months ago)
by
elena
File length: 54218 byte(s)
Diff to
previous 318578
(
colored)
Modify build to allow building xerces with DOM Level 3 implementation by modifying
import statements in the source code before compile
Revision
318578 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 31 22:03:45 2002 UTC
(7 years, 3 months ago)
by
neilg
File length: 51790 byte(s)
Diff to
previous 318572
(
colored)
Got rid of old dtdjar* targets because they did not seem to be useful; renamed tinyjar* to dtdjar*. Also added a new target, xml11jars, so that a xercesImpl can be built which transparently uses the new (experimental!) XML 1.1 support. Finally, renamed the output of the various new targets so that the resulting jars have somewhat self-describing names, and so that everything is not xercesImpl.jar.
Revision
318572 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 30 23:28:24 2002 UTC
(7 years, 3 months ago)
by
sandygao
File length: 56077 byte(s)
Diff to
previous 318527
(
colored)
1. Make the build target "tinyjars" work. This jar depends on some of the
schema component and datatype interfaces. We need to include them in the jar.
2. A new build target "dvjar", which generates a schema datatype jar. The
result "xercesDV.jar" provides the ability to query/create schema tpes, and
use them to validate String data, without the dependency on any other xerces
jars.
Revision
318490 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 19 16:51:29 2002 UTC
(7 years, 5 months ago)
by
elena
File length: 51453 byte(s)
Diff to
previous 318486
(
colored)
Modify build dtdjars target:
The src need to include org.apache.xerces.impl.xs.XSTypeDecl and
org.apache.xerces.impl.XSSimpleType to be able to ask isIDType() in
DOM Parser. Need to come up with better way to query isIDType..
Also includes org.apache.xerces.impl.xs.psvi -- it allows us to expose PSVI information via DOM.
Note xni.psvi is also included.
Revision
318466 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 12 00:27:47 2002 UTC
(7 years, 5 months ago)
by
lehors
File length: 47038 byte(s)
Diff to
previous 318401
(
colored)
continued Elena's changes to have a new build supporting DOMLevel 3 Core,
the default build no longer contains the DOM Level 3 Core extensions,
on the other hand a bunch of new targets are defined to build Xerces with it,
compile-dom3, samples-dom3, tests-dom3, test-dom3.
More may be added later on.
Revision
318400 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri May 17 00:27:14 2002 UTC
(7 years, 6 months ago)
by
twl
File length: 40385 byte(s)
Diff to
previous 318389
(
colored)
Add tasks to retreive and run XML Conformance test suites from sourceforge
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
318319 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 10 18:46:34 2002 UTC
(7 years, 7 months ago)
by
neilg
File length: 37934 byte(s)
Diff to
previous 318308
(
colored)
as proposed in bug 7800, now the build will fail if any target that is being executed--including the docs--fails. Formerly, docs could be executed, fail dramatically and yet the build would be labelled as successful.
Revision
318308 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 3 18:21:35 2002 UTC
(7 years, 7 months ago)
by
neilg
File length: 37652 byte(s)
Diff to
previous 318305
(
colored)
enable compression of jar files. Also, added a new build target for factoring out WML/HTML DOM; this gets xercesImpl down to 430K! Finally, refactored some of the more egregious common code in the various targets, but more could be done here.
Revision
318305 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 3 14:58:28 2002 UTC
(7 years, 7 months ago)
by
neilg
File length: 33554 byte(s)
Diff to
previous 318297
(
colored)
add a new build target, dtdjar, for constructing a DTD-only xercesImpl. Also added dtdjars to build the full set of jars with this one included.
Revision
318059 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 2 22:28:16 2002 UTC
(7 years, 10 months ago)
by
neilg
File length: 28587 byte(s)
Diff to
previous 318047
(
colored)
were no longer using the style-apachexml jar; its contents live under the docs directory. Therefore, removing that file and removing references to it in the ant script.
Revision
318047 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 18 00:18:08 2001 UTC
(7 years, 11 months ago)
by
neilg
File length: 28848 byte(s)
Diff to
previous 318016
(
colored)
changes for Xerces 2.0.0 beta 4. Also modified the "all" build target to generate a binary distribution containing the old-style jarfile.
Revision
317994 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 12 18:21:27 2001 UTC
(7 years, 11 months ago)
by
neilg
File length: 28014 byte(s)
Diff to
previous 317946
(
colored)
updating XMLReaderFactory to SAX 2.0 R2 Pr3 level. This makes loading class parsers more robust, in way similar to the previous update of ParserFactory. Note that this commit also addresses the two alternative methods for locating a default XMLReader that the new XMLReaderFactory provides--that is, an entry in META-INF/services is included, and the XMLReaderFactory defaults to our implementation if no other is found.
Revision
317711 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 15 17:58:30 2001 UTC
(8 years, 1 month ago)
by
neilg
File length: 23500 byte(s)
Diff to
previous 317709
(
colored)
porting patch from Sam Ruby <rubys@apache.org> to permit compilation under JDK 1.4.0 (and to make it faster as well) to Xerces2.
Revision
317703 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Oct 12 14:35:17 2001 UTC
(8 years, 1 month ago)
by
neilg
File length: 22360 byte(s)
Diff to
previous 317687
(
colored)
ensure that .properties files needed by the v2.util.regex package get included when the schema-all target is used.
Revision
317687 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 10 15:55:32 2001 UTC
(8 years, 1 month ago)
by
neilg
File length: 22338 byte(s)
Diff to
previous 317547
(
colored)
add an ant target to build in schema support. This is only a temporary hack until schema support gets mainstreamed. In case anyone is interested, schema-all is the target that builds schema support into everything; I have not constructed corresponding analogs for any of the other commonly-used targets.
Revision
317149 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu May 17 18:20:30 2001 UTC
(8 years, 6 months ago)
by
neilg
File length: 20305 byte(s)
Diff to
previous 317121
(
colored)
changed build scripts to allow our javaDoc-generated API documentation to live under docs/html instead of directly under docs; this should make the website more maintainable.
Revision
317065 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Apr 18 20:19:55 2001 UTC
(8 years, 7 months ago)
by
neilg
File length: 20265 byte(s)
Diff to
previous 316985
(
colored)
make sure we do not pull in classes from the xerces.jar in our tools directory when doing an Ant build; this way the build is certain to fail if a required class is not present. Note that this required an upgrade to ant 1.3 (dated 03/2001).
Revision
316970 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 13 20:28:55 2001 UTC
(8 years, 8 months ago)
by
neilg
File length: 20075 byte(s)
Diff to
previous 316961
(
colored)
patches to enable production of our HTML docs under Unix. Not pretty but no other way to do it unless StyleBook is updated so it can handle looking inside jars.
Revision
316961 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Mar 12 22:04:21 2001 UTC
(8 years, 8 months ago)
by
neilg
File length: 19904 byte(s)
Diff to
previous 316933
(
colored)
changes in support of Elena\\'s fix for bug #572; these make sure the necessary files are included in the package.
Revision
316930 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Feb 21 21:30:48 2001 UTC
(8 years, 9 months ago)
by
twl
File length: 19780 byte(s)
Diff to
previous 316846
(
colored)
Apply patch for arkin & Davanum Srinivas to correctly handle .res file
for serializers
PR:
Obtained from:
Submitted by:Arkin, Davanum Srinivas
Reviewed by:twl
Revision
315679 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 24 18:05:47 2000 UTC
(9 years, 6 months ago)
by
mode
File length: 9390 byte(s)
Diff to
previous 315676
(
colored)
Added javax to the jar task so people who want an alternate JAXP compliant parser can check out the sources and build using ant.
Revision
315676 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 24 07:47:46 2000 UTC
(9 years, 6 months ago)
by
mode
File length: 9380 byte(s)
Diff to
previous 315420
(
colored)
Put in a list of ignore files in the javac task for all the classes that don't compile. Would suggest that all the committers on xerces-j keep this file uptodate so that ant can also be used to build xerces-j
Revision
315196 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 21 22:13:00 2000 UTC
(9 years, 10 months ago)
by
twl
File length: 8840 byte(s)
Diff to
previous 315124
(
colored)
Changes to build.xml to produce the same output that the makefiles do.
We are not quite ready to switch to ANT due to a bug running javadoc2.
PR:
Obtained from:
Submitted by:
Reviewed by:
Revision
315124 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Dec 18 00:18:43 1999 UTC
(9 years, 11 months ago)
by
stefano
File length: 8225 byte(s)
Diff to
previous 315102
(
colored)
Here it is, a full working build file for Xerces that does
- xerces.jar
- samples compilation
- docs creation thru stylebook
- javadocs creation
- distribution creation
- site regeneration
Enjoy!!!
Revision
315102 -
(
view)
(
annotate)
-
[select for diffs]
Added
Sat Nov 27 11:08:36 1999 UTC
(10 years ago)
by
stefano
File length: 2191 byte(s)
First try of Ant makefile. It currently builds the xerces.jar file from all the source code.
Since Ant is not included here (to avoid duplication efforts), you should CVS-checkout the "jakarta-tools" module under taz.apache.org and install the required jar files in your classpath (see inside the file for more comments on how to use Ant for building).
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.