mbenson 2005/04/12 10:18:30
Modified:src/main/org/apache/tools/ant UnknownElement.java
Log:
When getting the real object from UE, do not call Task.init() on the Object
returned from ComponentHelper as init() has been called in createComponent().
PR: 34411
Revision Changes
jkf 2005/03/03 06:02:32
Modified:src/main/org/apache/tools/ant UnknownElement.java
Log:
Renamed parameter to avoid hidden member variable
Revision ChangesPath
1.87 +4 -4 ant/src/main/org/apache/tools/ant/UnknownElement.java
Index: UnknownElement.java
peterreilly2005/02/22 07:30:40
Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH
UnknownElement.java
Log:
sync
Revision ChangesPath
No revision
No revision
1.63.2.14 +5 -0 ant/src/main/org/apache
peterreilly2005/02/22 07:30:19
Modified:src/main/org/apache/tools/ant UnknownElement.java
Log:
NPE when when tries to configure a task that
cannot be instantiated.
PR: 33689
Reported by: Steve Loughran
Revision ChangesPath
1.85 +5 -0 ant/src/main/org/
peterreilly2004/04/07 05:17:12
Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH
UnknownElement.java
Log:
sync with head
Revision ChangesPath
No revision
No revision
1.63.2.12 +13 -8 ant/src/main/
peterreilly2004/04/07 05:11:17
Modified:src/main/org/apache/tools/ant UnknownElement.java
Log:
remove refernce to optional.jar in "unable to create task/type" message
Obtained from: Jack J. Woehr
Revision ChangesPath
1.79 +8 -6 ant/src/main/org/apache/tools/an
--- Steve Loughran <[EMAIL PROTECTED]> wrote:
> Actually I didnt add the word misspelt; that bit was
> already there. I
> just indented the text there in a desparate attempt
> to improve
> readability. I worry that that error message is too
> long.
Doh--I wondered why it looked so familiar.
-Ma
Matt Benson wrote:
--- Steve Loughran <[EMAIL PROTECTED]> wrote:
Matt Benson wrote:
Do we get to have another long discussion about
the spellings of words related to spelling now? ;)
I thought I'd tried to phrase my use of misspelling
so it was suitable
everywhere
I was just remembering last tim
--- Steve Loughran <[EMAIL PROTECTED]> wrote:
> Matt Benson wrote:
> > Do we get to have another long discussion about
> the spellings of words related to spelling now? ;)
>
> I thought I'd tried to phrase my use of misspelling
> so it was suitable
> everywhere
I was just remembering last time,
Matt Benson wrote:
--- [EMAIL PROTECTED] wrote:
+ " - You have misspelt '" +
have spelt wrong or not " + lSep
Do we get to have another long discussion about the
spellings of words related to spelling now? ;)
I thought I'd tried to phrase my use of misspelling so it was suitable
e
--- [EMAIL PROTECTED] wrote:
>+ " - You have misspelt '" +
> have spelt wrong or not " + lSep
Do we get to have another long discussion about the
spellings of words related to spelling now? ;)
__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the
stevel 2004/02/25 04:44:42
Modified:src/main/org/apache/tools/ant UnknownElement.java
Log:
adding hints about presetdef/macrodef to the errors. Now that I am using
them, they are the main source of this error :)
Revision ChangesPath
1.77 +6 -3 ant/src/main/org
peterreilly2003/12/24 02:48:44
Modified:src/main/org/apache/tools/ant UnknownElement.java
Log:
Reverting setting the wrapper proxy to null as the unit tests failed.
Revision ChangesPath
1.73 +5 -1 ant/src/main/org/apache/tools/ant/UnknownElement.java
Index:
peterreilly2003/12/24 02:38:05
Modified:src/main/org/apache/tools/ant UnknownElement.java
Log:
UnknownElement set the created task to null for gc , but did not
set the RuntimeConfigurable's copy to null as well
Revision ChangesPath
1.72 +1 -0 ant/src/main/org/
peterreilly2003/11/24 01:20:41
Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH
UnknownElement.java
Log:
sync with HEAD
Revision ChangesPath
No revision
No revision
1.63.2.6 +5 -0 ant/src/main/
peterreilly2003/11/24 01:15:41
Modified:src/main/org/apache/tools/ant UnknownElement.java
Log:
Set tasktype and taskname for preset'defed tasks
PR: 24934
Obtained from: Jacob Kjome
Revision ChangesPath
1.70 +5 -0 ant/src/main/org/apache/tools/ant/UnknownElem
peterreilly2003/10/14 02:00:06
Modified:src/etc/testcases/types Tag: ANT_16_BRANCH addtype.xml
src/testcases/org/apache/tools/ant/types Tag: ANT_16_BRANCH
AddTypeTest.java
src/main/org/apache/tools/ant Tag: ANT_16_BRANCH
peterreilly2003/10/14 01:51:27
Modified:src/main/org/apache/tools/ant UnknownElement.java
Log:
remove error added method
Revision ChangesPath
1.66 +0 -26 ant/src/main/org/apache/tools/ant/UnknownElement.java
Index: UnknownElement.java
=
peterreilly2003/09/26 03:31:12
Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH
UnknownElement.java
Log:
sync with HEAD
Revision ChangesPath
No revision
No revision
1.63.2.1 +16 -2 ant/src/main/
peterreilly2003/09/26 03:16:02
Modified:src/main/org/apache/tools/ant UnknownElement.java
Log:
UE#similar had forgot to check the text
Revision ChangesPath
1.64 +16 -2 ant/src/main/org/apache/tools/ant/UnknownElement.java
Index: UnknownElement.java
===
conor 2003/04/01 07:34:38
Modified:src/main/org/apache/tools/ant UnknownElement.java
Log:
Defer configuration of TaskContainer's tasks. This forces Tasks to get
configured just prior to execution picking up latest property values
etc.
Revision ChangesPath
1.43
21 matches
Mail list logo