Stefan Bodewig
8b334fef06
Draft proposal for Ant's standalone website
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273603 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
c8d9f6406f
Don't append a dot to package roots if there already is one.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273601 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
d4b5f4f17a
make XMLCatalog less verbose
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273600 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
4193003d23
Add <catalogpath> to <xmlcatalog>.
PR: 14978
Submitted by: Jeff Turner <jefft at apache.org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273599 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
2bcfa28ef7
Add pointer to Antenna.
Submitted by: Joerg Pleumann <joerg@pleumann.de>
Update information on JCSC.
Submitted by: Ralph Jocham <rjocham72@netscape.net>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273597 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
cdc9a6f724
remove trailing dot
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273596 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
cac0c1cdb8
because I had a pressing need to be find out which parser I was using on java1.4, and new all the code was a cut and paste away
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273595 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
a6be151ffd
fixing alignment and reporting of .net app probe
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273594 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
b34331f69d
<vbc> docs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273593 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
851ecf269e
<vbc> docs
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273592 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
7584391fe4
cleaning up something that looks like an incomplete tag otherwise
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273591 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
832a9030fe
better update our own links as well
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273589 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
b85821436f
moved the KEYS file
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273587 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
58cee40515
<http>'s errorsbeginat didn't work, Bug 14833
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273585 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
0378839169
<xmlvalidate> ignored the encoding declaration of files it should
validate.
PR: 11279
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273582 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
e10361c13b
Add pointers to JCSC and Greebo
Submitted by: Ralph Jocham <rjocham72 at yahoo.com>
Ozben Evren <OzbenE at discore.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273580 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
b5a1aa1901
exclude all velocity logfiles
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273579 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
afceaeefe2
propery copyright line format
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273578 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Christoph Wilhelms
44dde348b3
Finally updated Wolf and my e-Mail addresses.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273576 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Costin Manolache
67b776a8b5
Allow multiple <systemPath> ( system path is used to add more stuff
to the 'main' loader - for example to add junit.jar so that
<junit> optional task can work )
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273575 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Costin Manolache
ae5f8603d5
I hope this won't brake anything :-), but I need to try it.
Remove the reference to the task after the task execution.
Next time the task is called a new instance will be created.
This avoids excessive memory usage and potential leaks in large
programs. All the memory that is used by the task - i.e. the
task itself and all the object it creates - are beeing hold in
memory and prevented from GC by this reference.
I hope this will remove some OutOfMemory errors for large build
files.
Nicola - please let me know if you see any problems after this change !
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273574 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Costin Manolache
7802293457
Merged the patch from Nicola.
Removed some stuff that was not used.
If the dynamic properties are adopted in the main tree, we
can remove ( or move out ) the optional implementations.
I also removed the jmx stuff - there is no need to have them
tied to embed or ant1.6. Some functional ( but not complete )
jmx tasks are already in jakarta-commons/modeler ( including
code to control tomcat5 using jmx )
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273573 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
e2d3dfc0c9
Expand tasks did not behave as expected with PatternSets.
PR: 11100
Submitted by: gudnabrsam@yahoo.com
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273572 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
dba647572b
Patch that fix memory leaks in SelectorUtils.java
The method matchPatternStart generates memory leaks due to the 2 Vectors: patDirs and strDirs, used to hold tokenizedPaths.
Submitted by: "Francis ANDRE" <francis.andre@e-xmlmedia.fr>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273571 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
90b811d74b
The filesetmanifest attribute of <jar> has been reenabled.
PR: 13296
Submitted by: bdeitte@macromedia.com (Brian Deitte)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273570 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
1dd390137b
Allow start and end tokens to be multiple characters long.
PR: 13939
Submitted by: "Don Brown" <mrdon@twdata.org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273569 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
a984179d1f
Add a test that shows that <script> can use beanshell.
... and disable it as Apache BSF now supports beanshell, but beanshell
doesn't seem to support Apache BSF yet.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273568 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
ad49e2a62d
Add tests for <script>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273564 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
894f64660c
help Nicola build embed in Gump
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273563 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
2b56412ece
Looks as if JDK 1.4 is counting lines differently
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273561 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
cb24526356
revert unnecessary formatting changes
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273560 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
e7474bf8bb
Good-Bye resolver 1.0.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273559 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
4d7ccf81ca
Fix some typos and remove a tab
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273557 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
ec7017acb2
bug ID 14613: no passdown of webinc and webxml, by toby.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273556 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
98f3237b31
Add drimode attribute for the permissions od directories to <tarfileset>.
PR: 12289
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273555 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
de06c1b597
Don't add newlines in <concat> that haven't been in the files
originally - no matter what encoding.
PR: 12511
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273553 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
6b5c48061a
Don't stop with encoding # when creating URIs for the XML parser.
Code heavily inspired by Xerces-J code. This version is extremely
simplified as it doesn't deal with non-ASCII characters for now.
PR: 13679
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273552 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
092cd9e58f
The cvschangelog task doesn't seem to report changes for the current
calendar day.
The problem lies in the fact that the exec'ed cvs command is in the form:
> cvs log "-d >=2002-11-7"
rather than:
> cvs log -d ">=2002-11-7"
The two commands return different results when changes have been made today!
PR: 14397
Submitted by: Paul Berrevoets <paul at swi.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273550 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
444a47088e
Add pointer to serialver project.
PR: 7901
Submitted by: stephane chauvin <stchauvin at yahoo.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273548 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
389d6115a7
merge some minor changes from 1.5 branch
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273547 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
411b9f267d
Throw in a reuseloadedstylesheet attribute for <style> (feel free to
come up with a better name). This provides a workaround for a bug in
Xalan-J - the version that gets distributed with JDK 1.4.1.
PR: 13859
based on a patch submitted by: Jens Elkner <elkner at linofee.org>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273545 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
87c70578dc
correct attribute name in icontract docs, PR13972
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273543 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
92345dee0c
Add new tasks to overview
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273542 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
7381c1f077
Switching to Apache BSF
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273541 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
ec3031196a
Print a warning and don't create an output file if there is no input
to <concat>.
PR: 14310
Submitted by: Gus Heck <gus.heck at olin.edu>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273539 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
2adc01920c
Upgrade to Xerces-J 2.2.1
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273537 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
9c9ab44296
Reenable tests for xmlcatalog
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273536 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
7361a15e69
forgot the since tags
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273535 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
1001f42c58
1.5 branch has been more recent here 8-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273533 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
1e9ab53b05
Nightly builds have moved to cvs.apache.org
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273532 13f79535-47bb-0310-9956-ffa450edef68
23 years ago