hudson.util
Class IncompatibleAntVersionDetected

java.lang.Object
  extended by hudson.util.ErrorObject
      extended by hudson.util.IncompatibleAntVersionDetected

public class IncompatibleAntVersionDetected
extends ErrorObject

Model object used to display the error top page if we find out that the container is picking up its own Ant and that's not 1.7.

index.jelly would display a nice friendly error page.

Author:
Kohsuke Kawaguchi

Constructor Summary
IncompatibleAntVersionDetected(Class antClass)
           
 
Method Summary
 URL getWhereAntIsLoaded()
           
 
Methods inherited from class hudson.util.ErrorObject
doDynamic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IncompatibleAntVersionDetected

public IncompatibleAntVersionDetected(Class antClass)
Method Detail

getWhereAntIsLoaded

public URL getWhereAntIsLoaded()
                        throws IOException
Throws:
IOException


Copyright © 2004-2013. All Rights Reserved.