Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37886434
en ru br
ALT Linux repositórios
S:2.11.1-alt1_2jpp11
5.0: 1.5.3-alt1_1jpp6
4.1: 1.5.2-alt2_5jpp1.7
4.0: 1.5.2-alt2_5jpp1.7

Group :: Desenvolvimento/Java
RPM: plexus-compiler

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: plexus-compiler-1.5.3-javac-Commandline.patch
Download


--- plexus-compilers/plexus-compiler-javac/src/main/java/org/codehaus/plexus/compiler/javac/Commandline.java.sav0	2007-01-09 19:15:04.000000000 +0100
+++ plexus-compilers/plexus-compiler-javac/src/main/java/org/codehaus/plexus/compiler/javac/Commandline.java	2008-01-03 14:03:41.000000000 +0100
@@ -91,7 +91,7 @@
         }
         else
         {
-            return (String[]) getShell().getShellCommandLine( executable, getArguments() ).toArray( new String[0] );
+            return (String[]) getShell().getShellCommandLine( getArguments() ).toArray( new String[0] );
         }
     }
 
@@ -106,14 +106,14 @@
         this.shell = shell;
     }
 
-    /**
-     * Get the shell to be used in this command line.
-     *
-     * @since 1.2
-     */
-    public Shell getShell()
-    {
-        return shell;
-    }
+//  /**
+//   * Get the shell to be used in this command line.
+//   *
+//   * @since 1.2
+//   */
+//  public Shell getShell()
+//  {
+//      return shell;
+//  }
 
 }
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009