bodewig 2005/03/17 02:19:19
Modified:.Tag: ANT_16_BRANCH WHATSNEW
docs/manual/CoreTasks Tag: ANT_16_BRANCH javac.html
src/main/org/apache/tools/ant/taskdefs/compilers Tag:
ANT_16_BRANCH Jikes.java
Log:
merge
Revision
On 17 Mar 2005, <[EMAIL PROTECTED]> wrote:
> Modernize Jikes (unconditionally) - PR 25868 and 26404
the next Kaffe Gump run should tell us if something went wrong.
Stefan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additi
bodewig 2005/03/17 01:59:36
Modified:.WHATSNEW
docs/manual/CoreTasks javac.html
src/main/org/apache/tools/ant/taskdefs/compilers Jikes.java
Log:
Modernize Jikes (unconditionally) - PR 25868 and 26404
Revision ChangesPath
1.784 +5
bodewig 2005/02/04 07:42:03
Modified:src/main/org/apache/tools/ant/taskdefs/compilers Tag:
ANT_16_BRANCH Jikes.java
Log:
merge
Revision ChangesPath
No revision
No revision
1.22.2.8 +2 -1
ant/src/main/o
bodewig 2005/02/04 07:41:39
Modified:src/main/org/apache/tools/ant/taskdefs/compilers Jikes.java
Log:
logging of command line was incomplete
Revision ChangesPath
1.31 +3 -2
ant/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java
Index: Jikes.java
bodewig 2005/01/11 05:57:22
Modified:.Tag: ANT_16_BRANCH WHATSNEW
src/main/org/apache/tools/ant/taskdefs/compilers Tag:
ANT_16_BRANCH Jikes.java
Log:
jikes supports -bootclasspath
Revision ChangesPath
No rev
Does this need to be done for other forked tasks - junit, java for example?
Petet
Stefan Bodewig wrote:
On 10 Dec 2004, <[EMAIL PROTECTED]> wrote:
+// this is a quick hack to make things work in a
+// Gump/Kaffe/Jikes combo. I promise I'll explain it later -
+// and add a r
On 10 Dec 2004, <[EMAIL PROTECTED]> wrote:
+// this is a quick hack to make things work in a
+// Gump/Kaffe/Jikes combo. I promise I'll explain it later -
+// and add a real solution as well
This is the first part of the promise.
Gump currently places Xerces and various
bodewig 2004/12/10 09:29:04
Modified:src/main/org/apache/tools/ant/taskdefs/compilers Jikes.java
Log:
Try to help the Gump/Kaffe/Jikes build
Revision ChangesPath
1.29 +9 -0
ant/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java
Index: Jikes.java
bodewig 2004/12/07 23:58:41
Modified:src/main/org/apache/tools/ant/taskdefs/compilers Tag:
ANT_16_BRANCH Jikes.java
Log:
merge
Revision ChangesPath
No revision
No revision
1.22.2.6 +2 -0
ant/src/main/o
bodewig 2004/12/07 23:57:04
Modified:src/main/org/apache/tools/ant/taskdefs/compilers Jikes.java
Log:
warn when Ant upgrades -source for jikes
Revision ChangesPath
1.28 +3 -1
ant/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java
Index: Jikes.java
On Wed, 08 Dec 2004, Martijn Kruithof <[EMAIL PROTECTED]> wrote:
> Shouldn't we at least log some kind of warning when we ignore 1.1 or
> 1.2?
+1
will change it.
Stefan
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additiona
Hi
if (attributes.getSource() != null) {
cmd.createArgument().setValue("-source");
-cmd.createArgument().setValue(attributes.getSource());
+String source = attributes.getSource();
+if (source.equals("1.1") || source.equals("1.2")) {
+
bodewig 2004/12/07 07:55:40
Modified:src/main/org/apache/tools/ant/taskdefs/compilers Tag:
ANT_16_BRANCH Jikes.java
Log:
merge
Revision ChangesPath
No revision
No revision
1.22.2.5 +8 -1
ant/src/main/o
bodewig 2004/12/07 07:55:31
Modified:src/main/org/apache/tools/ant/taskdefs/compilers Jikes.java
Log:
Jikes doesn't like -source 1.2 either, found by Gump running on Kaffe+Jikes
Revision ChangesPath
1.27 +8 -1
ant/src/main/org/apache/tools/ant/taskdefs/compiler
conor 2003/06/09 20:00:46
Modified:src/main/org/apache/tools/ant/taskdefs/compilers Jikes.java
Log:
Add support for -target to Jikes compiler adapter
PR: 20580
Revision ChangesPath
1.20 +6 -0
ant/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.j
bodewig 2003/04/14 04:47:42
Modified:src/main/org/apache/tools/ant/taskdefs/compilers Jikes.java
Log:
Argh
Revision ChangesPath
1.18 +1 -1
ant/src/main/org/apache/tools/ant/taskdefs/compilers/Jikes.java
Index: Jikes.java
=
bodewig 2003/04/14 04:42:14
Modified:src/main/org/apache/tools/ant/taskdefs Redirector.java
src/main/org/apache/tools/ant/taskdefs/compilers Jikes.java
Log:
Fix javadoc typos
Revision ChangesPath
1.4 +1 -1
ant/src/main/org/apache/tools/ant/taskd
18 matches
Mail list logo