Piotr P. Karwasz
6594b8cd51
Fix retrieval from non-default repositories
Since the `<remoterepo>` tag is not in the scope of the `<resolve>`
target, fetching artifacts from repositories different from Maven
Central fails (e.g. JAI).
3 years ago
Jaikiran Pai
0bc302a60f
Maven Ant tasks has been EOLed ( https://maven.apache.org/ant-tasks/ ). Switch to Maven Artficat
Resolver Ant tasks instead (https://maven.apache.org/resolver-ant-tasks/ )
3 years ago
Matt Benson
945fd2520f
move netrexx to end because it's prone to hang/fail
3 years ago
Stefan Bodewig
a5a593ac8d
actually fetch javax.mail
4 years ago
twogee
cd1bb841b1
Use Jakarta EE
4 years ago
Stefan Bodewig
19ed75326f
download graal.js so we can use it in tests
5 years ago
Stefan Bodewig
96921f4a86
JavaMail -> Jakarta Mail - Bugzilla Issue 63683
6 years ago
jkf
ad49c5b4e8
Validating contents of resources fetched via insecure channels
6 years ago
jkf
3a4980e3c4
updated reference to license from http to https using
find . -type f -exec sed -i "s/http:\/\/www.apache.org\/licenses\/LICENSE-2.0/https:\/\/www.apache.org\/licenses\/LICENSE-2.0/" {} \;
6 years ago
Gintas Grigelionis
1c760db0dc
Dependency update/sync with POM build
7 years ago
Jaikiran Pai
063e112ed4
Merge 1.9.x branch into master
7 years ago
Jaikiran Pai
42812995d0
Fetch the right jars and dependencies for the mail task
7 years ago
Jaikiran Pai
063e60813a
JUnit 5 support - A new junitlauncher task
8 years ago
Gintas Grigelionis
536d0e6c88
Correct use of remoteRepository
7 years ago
Gintas Grigelionis
de56022619
Correct use of remoteRepository
7 years ago
Gintas Grigelionis
e740694111
Update commons-net and fix compilation on Java 5
8 years ago
twogee
ff1e521ed7
Update Maven Ant tasks, JUnit and optional libraries
8 years ago
twogee
75c27e5526
Update Maven Ant tasks, JUnit, and optional libraries
8 years ago
Stefan Bodewig
a8b4654899
update BCEL dependency to 6.0
https://bz.apache.org/bugzilla/show_bug.cgi?id=61196
8 years ago
Stefan Bodewig
a92845215f
first try all f2 dependencies, then get
8 years ago
Stefan Bodewig
d1e64cc7fe
infrastructure for XZ compression support - PR 60350
8 years ago
Jan Matrne
ceb5315728
Bugzilla-60349: add ivy to fetch "all"
9 years ago
Jan Matrne
74e57b25b3
Bugzilla-60349: add Ivy to fetch.xml
9 years ago
Jesse N. Glick
301bbff43d
Corrected location for jboss-public-repository-group.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1187945 13f79535-47bb-0310-9956-ffa450edef68
14 years ago
Jesse N. Glick
ad860385a7
Rewrote netrexx target to never call M2 tasks.
Otherwise maven-antrun-plugin in src/etc/poms/ant-netrexx/pom.xml dies under M3 with a linkage error.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1091755 13f79535-47bb-0310-9956-ffa450edef68
14 years ago
Jesse N. Glick
cb33b4f823
Hackish way of making NetRexxC.jar available to the Maven build without using a public repo.
Easy enough to run fetch.xml during Maven build, but complicated by fact that
system-scope dependencies are checked for existence before plugins get a chance
to run. Also complicated a bit by the fact that adding a plugin dependency to
maven-antrun-plugin (on commons-net:commons-net:1.4.0) does not seem to suffice
to let Ant load the <ftp> task (which does not support nested <classpath>).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@960950 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Bruce Atherton
c8f231cceb
Fixed missing dependency on networking, in case netrexx target is called by itself
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@946853 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Bruce Atherton
d01dd6aff4
Add NetRexxC library, add support for FTP and temp cache, delete obsolete comment, update ignores for IBM license
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@946848 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Bruce Atherton
5cd87d016e
Add JAI library through the JBoss public maven repository
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@945860 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Jesse N. Glick
bce2b193ec
Removing stale references to xercesImpl.jar and xml-apis.jar.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@911561 13f79535-47bb-0310-9956-ffa450edef68
15 years ago
Matthew Jason Benson
ef0fffc8ca
use copy not copypath
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@708923 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
6248c7599b
JSPC test doesn't seem to work with Jasper 4.1, requires servlet-api as well.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@643379 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
59475a0bf3
Add Jasper in order to test <jspc>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@643374 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Peter Reilly
281e280048
javamail is now in a maven repository
(http://vafer.org/blog/20060504000836 )
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@639907 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Peter Reilly
69819ee3c9
Remove jython.jar from list of downloaded jars
jython2.1.jar contains an old copy of oro
[There does not seem to be a way in fetch.xml to
specify the exact version number of the downloaded jars]
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@639903 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Peter Reilly
3a0ea500b3
Do not make system be the default location
- it is too dangerous - noone reads manuals!
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@639900 13f79535-47bb-0310-9956-ffa450edef68
17 years ago
Stefan Bodewig
a795a072de
Upgrade Xerces and xml-apis
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@489295 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
689c463eda
groupId for jsch is com.jcraft
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@468015 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
05b2571e85
groupId for jsch 01.29 jsch, not com.jcraft
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@467447 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Antoine Levy-Lambert
25d5b25d49
bsf 2.4.0 and rhino js 1.6R3 are available on the maven repository
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@467242 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
a63f2fa368
Move up to Xerces 2.8.1. I tried using Maven to do it, but the artifacts are out of date, inconsistent, and with dirty dependencies.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@464468 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
1f2d4bd6e9
when you ask for everything, you get everything, scripting included.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@448886 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
a1a3ac5d3d
copy2license.pl
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@439448 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
c69bcdce12
update jsch version.
I'd move to xerces 2.8.0 if there was a consistent release of the api and impl artifacts, as it is 2.6.2 is the one to use.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@434056 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
d6c1221db2
rename get-m2 dest.dir to m2.dest.dir for better portability;
<fail unless=""> is more compact than a nested <not><isset /></not> in fetch/pickDest
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416830 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
68f12c8172
Extracted get-m2.xml from fetch.xml; modified so that a single run is
sufficient even when DLing the m2 tasks.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416828 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Matthew Jason Benson
03ac32942c
ws
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@416815 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
62cfecef3b
add in script languages
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@415443 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Stefan Bodewig
032a5a3bb3
2006
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@385292 13f79535-47bb-0310-9956-ffa450edef68
19 years ago
Steve Loughran
8925a5e724
This bit of complexity verifies the sha1 key of the m2 library against what is in the libraries file.
Provided the ant distro is validated, this ensures that the maven library that comes down is also valid.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@383684 13f79535-47bb-0310-9956-ffa450edef68
19 years ago