net.sf.antcontrib.cpptasks.types

Class SystemIncludePath


public class SystemIncludePath
extends ConditionalPath

A system include path. Files located using a system include path will not participate in dependency analysis. Standard include paths for a compiler should not be specified since these should be determined from environment variables or configuration files by the compiler adapter. Works like other paths in Ant with with the addition of "if" and "unless" conditions.
Author:
Curt Arnold

Constructor Summary

SystemIncludePath(Project project)
SystemIncludePath(Project p, String path)

Method Summary

void
execute()

Methods inherited from class net.sf.antcontrib.cpptasks.types.ConditionalPath

isActive, setIf, setUnless

Constructor Details

SystemIncludePath

public SystemIncludePath(Project project)

SystemIncludePath

public SystemIncludePath(Project p,
                         String path)

Method Details

execute

public void execute()
            throws org.apache.tools.ant.BuildException

Copyright B) 2001-2006 Ant-Contrib project. All Rights Reserved.