| ant4eclipse:/ant4eclipse/source/net/sf/ant4eclipse/ant/task/launch/ |
jump to detailed chart | hide Line HistoryConstraint |
Changelog
MAIN:wuetherich:20081019203645
by wuetherich on
19 October 2008, 15:36:59 -0500
(2 months 19 days ago)
~ further refactorings
./AbstractLaunchTask.java
1.24
./LaunchHelper.java
1.20
./LaunchPropertyTask.java
1.22
MAIN:wuetherich:20081009221629
by wuetherich on
09 October 2008, 17:16:42 -0500
(2 months 29 days ago)
~ improved test coverage
./LaunchHelper.java
1.19
./LaunchPropertyTask.java
1.21
MAIN:wuetherich:20080923212829
by wuetherich on
23 September 2008, 16:30:11 -0500
(3 months 14 days ago)
~ lang -> core umbenannt
./AbstractLaunchTask.java
1.23
./LaunchHelper.java
1.18
./LaunchJUnitTask.java
1.24
./LaunchTask.java
1.27
./LaunchTestNGTask.java
1.5
MAIN:wuetherich:20080826193609
by wuetherich on
26 August 2008, 14:38:48 -0500
(4 months 12 days ago)
~ Further refactorings
./AbstractLaunchTask.java
1.22
./LaunchHelper.java
1.17
./LaunchJUnitTask.java
1.23
./LaunchPropertyTask.java
1.20
./LaunchTask.java
1.26
MAIN:wuetherich:20080825205123
by wuetherich on
25 August 2008, 15:51:30 -0500
(4 months 13 days ago)
~ further refactorings
./AbstractLaunchTask.java
1.21
./LaunchHelper.java
1.16
./LaunchJUnitTask.java
1.22
./LaunchPropertyTask.java
1.19
./LaunchTask.java
1.25
MAIN:wuetherich:20080814215736
by wuetherich on
14 August 2008, 16:57:43 -0500
(4 months 24 days ago)
~ Further refactorings
./AbstractLaunchTask.java
1.20
./LaunchHelper.java
1.15
./LaunchPropertyTask.java
1.18
MAIN:wuetherich:20080806184329
by wuetherich on
06 August 2008, 13:43:47 -0500
(5 months 1 day ago)
~ JDT-Support refactored
./LaunchHelper.java
1.14
./LaunchPropertyTask.java
1.17
MAIN:wuetherich:20080803200436
by wuetherich on
03 August 2008, 15:04:59 -0500
(5 months 4 days ago)
~ javadoc ~ refactored net.sf.ant4eclipse.model.platform.resource
./AbstractLaunchTask.java
1.19
./LaunchHelper.java
1.13
./LaunchPropertyTask.java
1.16
M_0_5:nilsha:20070910202113
by nilsha on
10 September 2007, 15:21:39 -0500
(15 months ago)
~ changes from HEAD
./LaunchHelper.java
1.11.2.1
./LaunchJUnitTask.java
1.20.2.1
./LaunchTask.java
1.23.2.1
MAIN:nilsha:20070623090634
by nilsha on
23 June 2007, 04:06:50 -0500
(18 months ago)
~ merged from M_0_5
./AbstractLaunchTask.java
1.18
M_0_5:nilsha:20070623074536
by nilsha on
23 June 2007, 02:45:47 -0500
(18 months ago)
~ New, simpler, logging configuration ~ fixed tests (one still fails seems to be bug in Equinox)
./AbstractLaunchTask.java
1.17.2.1
MAIN:costamojan:20070110141518
by costamojan on
10 January 2007, 08:15:20 -0600
(23 months ago)
~ added attribute 'toDir' allowing to change the destination to write the test output files to
./LaunchHelper.java
1.12
./LaunchJUnitTask.java
1.21
./LaunchTask.java
1.24
MAIN:costamojan:20061023144511
by costamojan on
23 October 2006, 09:45:12 -0500
(2 years 2 months ago)
~ javadoc comments
./AbstractLaunchTask.java
1.17
./LaunchHelper.java
1.11
./LaunchJUnitTask.java
1.20
./LaunchTask.java
1.23
./LaunchTestNGTask.java
1.2
MAIN:costamojan:20061003013059
by costamojan on
02 October 2006, 20:30:59 -0500
(2 years 3 months ago)
~ added support for testng
./LaunchHelper.java
1.10
MAIN:costamojan:20061003013047
by costamojan on
02 October 2006, 20:30:47 -0500
(2 years 3 months ago)
+ first (non-functional) version of the LaunchTestNG task
./LaunchTestNGTask.java
1.1
MAIN:costamojan:20060912130139
by costamojan on
12 September 2006, 08:01:40 -0500
(2 years 3 months ago)
~ the attribute 'pathSeparator' is now delegated to the underlying 'WorkspaceBase'/'ProjectBase' instance. this also allowed to use 'setPathProperty' instead of 'setStringProperty'.
./LaunchPropertyTask.java
1.15
MAIN:costamojan:20060912125146
by costamojan on
12 September 2006, 07:51:52 -0500
(2 years 3 months ago)
~ preparation for further improvements. properties will now be set with the 'WorkspaceBase' class instead of the direct use of the 'setProperty()' method.
./AbstractLaunchTask.java
1.16
./LaunchPropertyTask.java
1.14
MAIN:wuetherich:20060911205002
by wuetherich on
11 September 2006, 15:50:20 -0500
(2 years 3 months ago)
~ several enhancements
./LaunchHelper.java
1.9
./LaunchPropertyTask.java
1.13
MAIN:costamojan:20060911130723
by costamojan on
11 September 2006, 08:07:23 -0500
(2 years 3 months ago)
~ the working directory information is now used for the java task, too.
./LaunchHelper.java
1.8
./LaunchTask.java
1.22
M_0_4:costamojan:20060906135614
by costamojan on
06 September 2006, 08:56:15 -0500
(2 years 4 months ago)
~ the previously required initialisation of the 'WorkspaceBase' instance is done implicitly using it's getter 'getWorkspace()'
./AbstractLaunchTask.java
1.13.2.2
./LaunchJUnitTask.java
1.16.2.2
./LaunchPropertyTask.java
1.9.2.2
./LaunchTask.java
1.18.2.2
M_0_4:costamojan:20060901224237
by costamojan on
01 September 2006, 17:42:39 -0500
(2 years 4 months ago)
~ initialisations before evaluation/executions
./LaunchJUnitTask.java
1.16.2.1
./LaunchPropertyTask.java
1.9.2.1
./LaunchTask.java
1.18.2.1
M_0_4:costamojan:20060901224056
by costamojan on
01 September 2006, 17:40:56 -0500
(2 years 4 months ago)
+ method 'initTask()' causes the 'WorkspaceBase' instance to become initialised.
./AbstractLaunchTask.java
1.13.2.1
MAIN:wuetherich:20060831154244
by wuetherich on
31 August 2006, 10:43:16 -0500
(2 years 4 months ago)
~ refactored packages
./AbstractLaunchTask.java
1.15
./LaunchHelper.java
1.7
./LaunchJUnitTask.java
1.19
./LaunchPropertyTask.java
1.12
./LaunchTask.java
1.21
MAIN:costamojan:20060826100820
by costamojan on
26 August 2006, 05:08:20 -0500
(2 years 4 months ago)
~ FR1529708 : added a patch from Laurent (Id1979) which provides the possibility to change use the working directory option from the launch configuration.
./LaunchHelper.java
1.6
./LaunchJUnitTask.java
1.18
./LaunchTask.java
1.20
MAIN:costamojan:20060809190618
by costamojan on
09 August 2006, 14:06:18 -0500
(2 years 4 months ago)
~ FR1529705: added a patch from Laurent (Id1979) which provides additional properties.
./LaunchPropertyTask.java
1.11
MAIN:wuetherich:20060623211037
by wuetherich on
23 June 2006, 16:14:24 -0500
(2 years 6 months ago)
~ changed license header to epl 1.0
./AbstractLaunchTask.java
1.14
./LaunchHelper.java
1.5
./LaunchJUnitTask.java
1.17
./LaunchPropertyTask.java
1.10
./LaunchTask.java
1.19
MAIN:costamojan:20060605111345
by costamojan on
05 June 2006, 06:13:46 -0500
(2 years 7 months ago)
~ catch Exception - Blocks will be prepended by catch BuildException blocks, so the causing traces will be preferred (prevention of exception wrapping)
./AbstractLaunchTask.java
1.13
./LaunchJUnitTask.java
1.16
./LaunchTask.java
1.18
MAIN:nilsha:20060519195540
by nilsha on
19 May 2006, 14:55:40 -0500
(2 years 7 months ago)
fixed architecture bug
./LaunchPropertyTask.java
1.9
|