mbenson 2004/12/16 13:11:19
Modified:src/main/org/apache/tools/ant IntrospectionHelper.java
Log:
More LOC; also shrank constructor so checkstyle wouldn't complain.
Revision ChangesPath
1.93 +176 -232
ant/src/main/org/apache/tools/ant/IntrospectionHelper.java
I
bodewig 2004/10/22 02:15:11
Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH
IntrospectionHelper.java
Log:
Merge the patch that allows this branch to compile
Revision ChangesPath
No revision
No revisio
t: Monday, September 13, 2004 4:12 AM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: ant/src/main/org/apache/tools/ant
> IntrospectionHelper.java
>
> peterreilly2004/09/13 02:11:47
>
> Modified:src/main/org/apache/tools/ant IntrospectionHelper.java
> Log:
> ma
peterreilly2004/09/13 02:12:29
Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH
IntrospectionHelper.java
Log:
sync
Revision ChangesPath
No revision
No revision
1.65.2.18 +10 -2
ant/src/main/org/
peterreilly2004/09/13 02:11:47
Modified:src/main/org/apache/tools/ant IntrospectionHelper.java
Log:
make IntrospectionHelper compile under jdk1.2.2
Revision ChangesPath
1.89 +10 -2
ant/src/main/org/apache/tools/ant/IntrospectionHelper.java
Index: Introspect
bodewig 2004/09/08 04:32:07
Modified:src/main/org/apache/tools/ant IntrospectionHelper.java
Log:
Doesn't compile on JDK 1.3: IntrospectionHelper.java:1471: method is
inherited from org.apache.tools.ant.IntrospectionHelper.NestedCreator and hides
variable in outer class
createAddTy
stevel 2004/09/07 04:33:15
Modified:src/main/org/apache/tools/ant IntrospectionHelper.java
Log:
jikes compiles us now
Revision ChangesPath
1.87 +5 -4
ant/src/main/org/apache/tools/ant/IntrospectionHelper.java
Index: IntrospectionHelper.java
peterreilly2004/08/23 06:42:42
Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH
IntrospectionHelper.java
Log:
sync
Revision ChangesPath
No revision
No revision
1.65.2.17 +221 -119
ant/src/main/org/
peterreilly2004/08/23 06:42:20
Modified:src/main/org/apache/tools/ant IntrospectionHelper.java
Log:
Provide access to extension points and attribute/element/extensions/text
methods in
IntrospectionHelper
PR: 30794
Obtained from: Dominique Devienne
Revision Changes
peterreilly2004/01/06 09:13:45
Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH
IntrospectionHelper.java
Log:
Sync with HEAD
Revision ChangesPath
No revision
No revision
1.65.2.7 +12 -0
ant/src
peterreilly2004/01/06 09:13:06
Modified:src/main/org/apache/tools/ant IntrospectionHelper.java
Log:
Fix for ant namespace support for nested elements
Obtained from: Dominique Devienne
Revision ChangesPath
1.72 +12 -0
ant/src/main/org/apache/tools/ant/Introspec
peterreilly2003/12/30 05:05:50
Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH
IntrospectionHelper.java ProjectHelper.java
Log:
Sync with HEAD
Revision ChangesPath
No revision
No revision
1.65.2.6
peterreilly2003/12/30 04:48:35
Modified:src/main/org/apache/tools/ant IntrospectionHelper.java
Log:
allow IH to handle Constructor(Project, String) in
general and not just for Path
PR: 25777
Obtained from: Jesse Glick
Revision ChangesPath
1.71 +38 -33
ant/s
peterreilly2003/12/11 09:25:07
Modified:src/main/org/apache/tools/ant Tag: ANT_16_BRANCH
IntrospectionHelper.java
Log:
Sync with HEAD
Revision ChangesPath
No revision
No revision
1.65.2.4 +2 -1
ant/src
peterreilly2003/12/11 09:21:05
Modified:src/main/org/apache/tools/ant IntrospectionHelper.java
Log:
Change dynamicConfigurator#create(Name) to pass in the localname
of a namespaced element name and not the internal stingized verion
of the namespaced element name. The local name i
Yikes!
Peter
On Thu, 2003-07-24 at 15:19, Stefan Bodewig wrote:
> On 24 Jul 2003, <[EMAIL PROTECTED]> wrote:
>
> > Boolean.valueOf(Project.toBoolean(value))
>
> won't compile with JDK 1.3- as only the valueOf(String) method
> exists. I'll roll that back.
>
> Stefan
>
> -
bodewig 2003/07/24 07:20:32
Modified:src/main/org/apache/tools/ant IntrospectionHelper.java
Log:
JDK 1.2 compatibility
Revision ChangesPath
1.64 +1 -1
ant/src/main/org/apache/tools/ant/IntrospectionHelper.java
Index: IntrospectionHelper.java
On 24 Jul 2003, <[EMAIL PROTECTED]> wrote:
> Boolean.valueOf(Project.toBoolean(value))
won't compile with JDK 1.3- as only the valueOf(String) method
exists. I'll roll that back.
Stefan
-
To unsubscribe, e-mail: [EMAIL PROTE
On 24 Jul 2003, <[EMAIL PROTECTED]> wrote:
> use valueof instead of new Boolean
FindBugs reports about 35 more, I'll get to them eventually.
Stefan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail:
peterreilly2003/07/24 06:54:05
Modified:src/main/org/apache/tools/ant IntrospectionHelper.java
Log:
use valueof instead of new Boolean
Revision ChangesPath
1.63 +2 -1
ant/src/main/org/apache/tools/ant/IntrospectionHelper.java
Index: IntrospectionHelper.jav
peterreilly2003/07/23 05:22:37
Modified:src/main/org/apache/tools/ant IntrospectionHelper.java
Log:
remove unused field
Revision ChangesPath
1.62 +0 -6
ant/src/main/org/apache/tools/ant/IntrospectionHelper.java
Index: IntrospectionHelper.java
===
conor 2003/04/06 01:30:57
Modified:src/main/org/apache/tools/ant IntrospectionHelper.java
RuntimeConfigurable.java Task.java
UnknownElement.java
Log:
Fix up handling of TaskContainer configuration.
Revision ChangesPath
1.5
22 matches
Mail list logo