Stephane Bailliez
a25bca9c14
Making progress to collect JUnit tests.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270673 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
0ac8284adb
Change index to getIndex()
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270671 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
e2ec25c8e1
- Fix copyright date
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270669 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
e2815393a7
- Fix copyright date
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270668 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
68aafc9b3d
Throw some base build to use as testcases.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270627 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
efca9b32d8
Add a dist target to build up a jar file.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270626 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
c17b03af1d
Add some comments to base task
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270625 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
eeb31f3611
Bug fixing
Reported by: Wannheden, Knut <Knut@paranor.ch>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270615 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
69e9857675
Make it easy for people interested to compile.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270609 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
a8b3b468af
Adding more code to the JUnit task.
Still not functional but getting closer.
Roughly there is the test collector missing.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270601 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
5fe902d78b
- Introduce a specific OutputAttribute to deal with output.
- Cleaning
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270600 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
7c98303882
Initial commit.
Elements used to configure a Formatter.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270599 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
3835e0c016
Initial commit.
Task is empty and does nothing yet.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270598 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
b25ef93be7
some TestCases to be run by the TestRunner
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270546 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
4053f59bdd
Base TestCase. Food for thoughts.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270545 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
eeb29da468
Initial commit.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270544 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
59846623bf
- a TestCase can now implement a TestRunListener.
- create a FormatterRecorder from the TestRunRecorder.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270543 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
082ac15676
initial commit.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270542 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
94e05bfe74
A set of tasks to be used with Clearcase. Since I'm breaking backward
compatibility for now because I try to deal with multiple files, they will stay here.
This code has not been tested yet and the commands even be validated
since I do not have clearcase at home (how surprising eh ? :)
Some tests at work show that output is not exactly the one described in the
manual and that I nearly never have the full path but rather the absolute path
from the view. ie under Windows the drive is missing and under Unix the
'/vobs/' is missing....
If a Clearcase guru wants to contribute he is very welcome... :-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270541 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
ec67a210de
Rename the listener methods to onXXX(). It is more meaningful in this case
since otherwise it conflitcts somewhat with the testXXX methods in a testcase.
It leads to terrible code in testcase since we cannot then say that the testcase
is a testrunlistener (or a formatter) because of the method naming guidelines.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270540 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
af33c72ff3
initial commit
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270539 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
bd472c00bf
Initial commit.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270538 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
f7d1565cfd
initial commit.
Code based from Erich Gamma's plugin for Eclipse.
It has been heavily changed so I believe that not much is in
common now except the content of the message identifiers. :-)
I use Base64 encoding for transferring serialized objects and stacktrace.
This can be greatly simplified but it is ok for now.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270537 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
8e29fbd9e0
Code stolen from commons-sandbox.
This will stay here (code duplication is cool :-) until there is an official
release of commons-util
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270536 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
28e641ed17
Initial commit
This is a refactoring that have too much impact on the Ant JUnit code,
therefore I'm experimenting some ideas here.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270535 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Stephane Bailliez
b1cf1479c8
build scripts for this junit sandbox...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270534 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
9b4609e4ba
Stuck the http task set (get, head, post, setproxy) into the sandbox. All need to move to httpclient for a better user experience, except maybe setproxy which is ready to roll as is.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270035 13f79535-47bb-0310-9956-ffa450edef68
24 years ago
Steve Loughran
71587917fc
Jose Alberto Fernandez's prototype antlib/antjar code. This code lacks a build file of its own right now; it can drop in on top of build\classes.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270025 13f79535-47bb-0310-9956-ffa450edef68
24 years ago