Browse Source

Kaffe debugging via Gump

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277372 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 20 years ago
parent
commit
9ca411ea31
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      src/main/org/apache/tools/ant/taskdefs/rmic/KaffeRmic.java

+ 4
- 1
src/main/org/apache/tools/ant/taskdefs/rmic/KaffeRmic.java View File

@@ -1,5 +1,5 @@
/*
* Copyright 2001-2002,2004 The Apache Software Foundation
* Copyright 2001-2002,2004-2005 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -57,6 +57,9 @@ public class KaffeRmic extends DefaultRmicAdapter {
getRmic().getLocation());
}

getRmic().log("Using: " + c.getName());
getRmic().log(Commandline.describeCommand(cmd));

try {
Constructor cons = c.getConstructor(new Class[] {String[].class});
Object rmic = cons.newInstance(new Object[] {cmd.getArguments()});


Loading…
Cancel
Save