All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jruby.ant.RakeImport Maven / Gradle / Ivy

There is a newer version: 9.4.9.0
Show newest version
package org.jruby.ant;

import org.apache.tools.ant.BuildException;

public class RakeImport extends RakeTaskBase {
    @Override
    public void execute() throws BuildException {
        super.execute();
        
        rakeMethod("import", handleFilenameArgument());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy