hudson.tasks._ant
Class Messages

java.lang.Object
  extended by hudson.tasks._ant.Messages

public class Messages
extends java.lang.Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _Ant_DisplayName()
          Invoke Ant
static org.jvnet.localizer.Localizable _Ant_ExecFailed()
          command execution failed.
static org.jvnet.localizer.Localizable _Ant_ExecutableNotFound(java.lang.Object arg1)
          Cannot find executable from the choosen Ant installation "{0}"
static org.jvnet.localizer.Localizable _Ant_GlobalConfigNeeded()
          Maybe you need to configure where your Ant installations are?
static org.jvnet.localizer.Localizable _Ant_NotADirectory(java.lang.Object arg1)
          {0} is not a directory
static org.jvnet.localizer.Localizable _Ant_NotAntDirectory(java.lang.Object arg1)
          {0} doesn''t look like an Ant directory
static org.jvnet.localizer.Localizable _Ant_ProjectConfigNeeded()
          Maybe you need to configure the job to choose one of your Ant installations?
static org.jvnet.localizer.Localizable _InstallFromApache()
          Install from Apache
static java.lang.String Ant_DisplayName()
          Invoke Ant
static java.lang.String Ant_ExecFailed()
          command execution failed.
static java.lang.String Ant_ExecutableNotFound(java.lang.Object arg1)
          Cannot find executable from the choosen Ant installation "{0}"
static java.lang.String Ant_GlobalConfigNeeded()
          Maybe you need to configure where your Ant installations are?
static java.lang.String Ant_NotADirectory(java.lang.Object arg1)
          {0} is not a directory
static java.lang.String Ant_NotAntDirectory(java.lang.Object arg1)
          {0} doesn''t look like an Ant directory
static java.lang.String Ant_ProjectConfigNeeded()
          Maybe you need to configure the job to choose one of your Ant installations?
static java.lang.String InstallFromApache()
          Install from Apache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

Ant_ProjectConfigNeeded

public static java.lang.String Ant_ProjectConfigNeeded()
Maybe you need to configure the job to choose one of your Ant installations?


_Ant_ProjectConfigNeeded

public static org.jvnet.localizer.Localizable _Ant_ProjectConfigNeeded()
Maybe you need to configure the job to choose one of your Ant installations?


Ant_ExecutableNotFound

public static java.lang.String Ant_ExecutableNotFound(java.lang.Object arg1)
Cannot find executable from the choosen Ant installation "{0}"


_Ant_ExecutableNotFound

public static org.jvnet.localizer.Localizable _Ant_ExecutableNotFound(java.lang.Object arg1)
Cannot find executable from the choosen Ant installation "{0}"


InstallFromApache

public static java.lang.String InstallFromApache()
Install from Apache


_InstallFromApache

public static org.jvnet.localizer.Localizable _InstallFromApache()
Install from Apache


Ant_NotADirectory

public static java.lang.String Ant_NotADirectory(java.lang.Object arg1)
{0} is not a directory


_Ant_NotADirectory

public static org.jvnet.localizer.Localizable _Ant_NotADirectory(java.lang.Object arg1)
{0} is not a directory


Ant_ExecFailed

public static java.lang.String Ant_ExecFailed()
command execution failed.


_Ant_ExecFailed

public static org.jvnet.localizer.Localizable _Ant_ExecFailed()
command execution failed.


Ant_GlobalConfigNeeded

public static java.lang.String Ant_GlobalConfigNeeded()
Maybe you need to configure where your Ant installations are?


_Ant_GlobalConfigNeeded

public static org.jvnet.localizer.Localizable _Ant_GlobalConfigNeeded()
Maybe you need to configure where your Ant installations are?


Ant_NotAntDirectory

public static java.lang.String Ant_NotAntDirectory(java.lang.Object arg1)
{0} doesn''t look like an Ant directory


_Ant_NotAntDirectory

public static org.jvnet.localizer.Localizable _Ant_NotAntDirectory(java.lang.Object arg1)
{0} doesn''t look like an Ant directory


Ant_DisplayName

public static java.lang.String Ant_DisplayName()
Invoke Ant


_Ant_DisplayName

public static org.jvnet.localizer.Localizable _Ant_DisplayName()
Invoke Ant



Copyright © 2004-2011. All Rights Reserved.