omecra / de.omecra.oedt.updatesite

OEDT Plug-in Updatesite - Issue Repository for OEDT
12 stars 0 forks source link

Building entire workspace #148

Closed lievencardoen closed 1 year ago

lievencardoen commented 2 years ago

Hi, are there eclipse settings that I should take into account?

Whenever I pull latest changes from Git repo and then hit refresh in Eclipse, Building workspace launches and Eclipse goes and compiles all of the sources. And not just the changed ones...

I'm using OpenEdge 12 64 Bit and the Progress Developer Studio.

Thx, L.

lneumeier commented 2 years ago

Hi,

Can you post the content of the .project file?

lievencardoen commented 1 year ago
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
    <name>glims_dev_pro</name>
    <comment></comment>
    <projects>
        <project>ProLint</project>
    </projects>
    <buildSpec>
        <buildCommand>
            <name>org.eclipse.wst.common.project.facet.core.builder</name>
            <arguments>
            </arguments>
        </buildCommand>
        <buildCommand>
            <name>com.openedge.pdt.text.progressBuilder</name>
            <arguments>
            </arguments>
        </buildCommand>
    </buildSpec>
    <natures>
        <nature>com.openedge.pdt.text.progressNature</nature>
        <nature>org.eclipse.wst.common.project.facet.core.nature</nature>
    </natures>
    <filteredResources>
        <filter>
            <id>1665742325101</id>
            <name></name>
            <type>10</type>
            <matcher>
                <id>org.eclipse.ui.ide.multiFilter</id>
                <arguments>1.0-name-matches-false-false-watchdog</arguments>
            </matcher>
        </filter>
        <filter>
            <id>1665742327332</id>
            <name></name>
            <type>10</type>
            <matcher>
                <id>org.eclipse.ui.ide.multiFilter</id>
                <arguments>1.0-name-matches-false-false-jre8</arguments>
            </matcher>
        </filter>
        <filter>
            <id>1665742328526</id>
            <name></name>
            <type>10</type>
            <matcher>
                <id>org.eclipse.ui.ide.multiFilter</id>
                <arguments>1.0-name-matches-false-false-java</arguments>
            </matcher>
        </filter>
        <filter>
            <id>1665742328530</id>
            <name></name>
            <type>10</type>
            <matcher>
                <id>org.eclipse.ui.ide.multiFilter</id>
                <arguments>1.0-name-matches-false-false-BackupModule</arguments>
            </matcher>
        </filter>
        <filter>
            <id>1665742328594</id>
            <name></name>
            <type>10</type>
            <matcher>
                <id>org.eclipse.ui.ide.multiFilter</id>
                <arguments>1.0-name-matches-false-false-archive</arguments>
            </matcher>
        </filter>
        <filter>
            <id>1665742328597</id>
            <name></name>
            <type>10</type>
            <matcher>
                <id>org.eclipse.ui.ide.multiFilter</id>
                <arguments>1.0-name-matches-false-false-MIPSTools</arguments>
            </matcher>
        </filter>
        <filter>
            <id>1665742329812</id>
            <name></name>
            <type>10</type>
            <matcher>
                <id>org.eclipse.ui.ide.multiFilter</id>
                <arguments>1.0-name-matches-false-false-build</arguments>
            </matcher>
        </filter>
        <filter>
            <id>1624436891596</id>
            <name>glims-abl-sources</name>
            <type>10</type>
            <matcher>
                <id>org.eclipse.ui.ide.multiFilter</id>
                <arguments>1.0-name-matches-false-false-build</arguments>
            </matcher>
        </filter>
        <filter>
            <id>1624436891595</id>
            <name>glims-rest-abl-sources</name>
            <type>10</type>
            <matcher>
                <id>org.eclipse.ui.ide.multiFilter</id>
                <arguments>1.0-name-matches-false-false-build</arguments>
            </matcher>
        </filter>
        <filter>
            <id>1624436891596</id>
            <name>mate-abl-sources</name>
            <type>10</type>
            <matcher>
                <id>org.eclipse.ui.ide.multiFilter</id>
                <arguments>1.0-name-matches-false-false-build</arguments>
            </matcher>
        </filter>
    </filteredResources>
</projectDescription>
lneumeier commented 1 year ago

This project has no OEDT Nature and the project builder is not from OEDT. Please install the OEDT Facet on this project.