Stefan Bodewig
eae4bfa2fb
Update Info on "Ant kurz & gut"
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273640 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
2616adb4c5
Add pointer to release notes and older release.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273639 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
ef9539bad9
remove catalogfiles from xmlcatalog
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273638 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
acb4027ccd
Regenerate after Erik's patches
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273637 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
2e8be235f6
Should have added the sources as well 8-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273636 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
a4fb53aba2
Add Ant Kurz & Gut.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273635 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
ad5ae4f10d
no longer 'coming soon'. its come. added some details of JDwA's contents also.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273634 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Erik Hatcher
0e3896feb4
added my bio
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273633 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
747ca81f77
Activate mirrors, merge Centipede description
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273632 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
cf10040e0a
Experimenting with the download page(s)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273631 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
397a5ed1b1
fix some typos
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273630 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
3255fa8ff4
Add support for Unix permissions to <zip> and friends, doing it the
Info-Zip way.
PR: 6492
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273629 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
182295c83c
Simple STATUS File - needs a bit more info
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273628 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Conor MacNeill
e1a43a0384
First cut at Ant bylaws. Nothing too strange here, I hope.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273627 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
e31ac22e3c
Update description of Krysalis centipede.
Based on submission by: Nick Chalko <nick at chalko.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273626 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
23f6c5508d
test that we get the expected reference on java1.2, by a bit of convolution. (i.e that we dont get the 1.1 compatible ref)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273625 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Steve Loughran
063e02e940
exposing the internal class for testing
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273624 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Costin Manolache
fbe839d144
Roll back. I'll do more testing and try again...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273623 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Costin Manolache
a13fd8fd14
Another small improvement - if the 'coreLoader' is set, try
it before Class.forName().
AFAIK nobody sets it right now. The 'only' system property is
checked.
I'll wait for the gump runs to see if anything breaks and revert
the "lazy task creation" if it does.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273622 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Costin Manolache
b59acbe7ba
Few extra checks and small improvements to the delayed tasks
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273621 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Costin Manolache
df59903f13
2 small (?) changes.
References are stored in a special hashtable that automatically
configures UnknownElements. ( this will probably be a noop with
the current execution model most of the times - since ProjectHelper
already does that ).
Also task and type creation is delayed and not all tasks are
constructed. That should remove few seconds from the startup time,
and will simplify a lot of code that modifies the classpath at
runtime.
Please review - and if you see any problem -1 it. I checked it in
mostly to allow other people to verify the Script with lazy
eval. If there are objections I can turn this into a hook
and move it to [embed].
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273620 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Costin Manolache
b03d49c69f
Added a hashtable that allows delayed initialization.
In most build files you don't use _all_ tasks and types -
and it takes few second to process all exceptions due to class not
found ( for optional tasks ). This class will allow tasks to
be created when needed, and will also improve the behavior
when the main class loader is changed.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273619 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Costin Manolache
869b5253ea
Replace the UE with the task as soon as the task is constructed.
This allows Script tasks to work in most cases- and any other task that
requires Task in the tree.
It is the current behavior - but I think it is not the best solution.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273618 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
6c7ff01478
getting close to Info-Zip now, will enable it next week
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273617 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
d66c043757
Some prelimnary commit for bug 6492 - I'm still trying to understand how Info-Zip stores the permissions
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273616 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
8b956f5cd0
forgot to add this
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273615 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
54ded1b809
merge mirror stuff from site
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273614 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
96da25e2bb
Add download page by Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273613 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
57cdca6062
Add flesh to the contributors page
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273612 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
3c2bbbcda3
Real tired of seeing email address being abused.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273610 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Magesh Umasankar
db9a46b384
The zip task doesn't work correctly if you're using filesetmanifest and update is false - Fix for this problem caused by previous patch.
Submitted by: Brian Deitte <bdeitte@macromedia.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273609 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stephane Bailliez
34fd83a7dc
Modest contribution to help Stefan if he wants to test for Forrest.
I doubt this is complete and there should probably be some tweaks
to do as it will remove some br formatting (and I did not test yet under
Forrest, only from the top of my head). Not perfect, but this should
somewhat ease the conversion by doing most of the borring work.
cya
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273608 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
0619a250bf
Make ConcatTest work on non-Unix
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273606 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
972b069add
Actually test the resolver stuff of xmlcatalog
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273605 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
Stefan Bodewig
9feeebfbf8
Add download from mirror links
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273604 13f79535-47bb-0310-9956-ffa450edef68
23 years ago
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