logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

jh_setupenvironment - Prepares a build environment to compile an eclipse feature.

Author

       Niels Thykier <niels@thykier.net>

Description

       jh_setupenvironment is a javahelper program that handles creating an environment for building an eclipse
       feature. It does not setup an orbit dir (use jh_generateorbitdir for that). It will copy files specified
       in debian/eclipse.environment as well as those given on command line into the environment dir. If no
       files are given per command line and the environment file is not present (or is empty), it will default
       to "org.eclipse.*"

Example

         jh_setupenvironment org.eclipse.* debian/*.properties

       Will clone all files and folders starting with "org.eclipse." and all property files in the debian-folder
       and put them into the environment.

Files

       debian/eclipse.environment
           List of file- and directory glob patterns to copy into the build environment.

Name

       jh_setupenvironment - Prepares a build environment to compile an eclipse feature.

Options

--pde-build-dir=dir
           Specifies where the environment should be or is placed.

       --clean
           If   passed,   jh_setupenvironment   will   clean   up   the   build   environment.    When  cleaning
           jh_setupenvironment will not record itself in the debhelper log to avoid confusing dh, when it has to
           use the log to trace where it was.

See Also

debhelper(7)

       This program is a part of javahelper  and  uses  debhelper  as  backend.  There  are  also  tutorials  in
       /usr/share/doc/javahelper.

Synopsis

jh_setupenvironment [debhelperoptions] [--pde-build-dir=dir] [copy[...]]

See Also