Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-13042

fix bootstrap profiles so they use ../jbosstools-<component> convention instead of ../<component>

    XMLWordPrintable

Description

    With the changes in JBIDE-12993, my assumed paths when checking out projects are no longer correct, and therefore the bootstrap profiles in the root poms are no longer working.

    Since I don't have global write perms, this either requires that someone with God access fix them all across the board, or I submit 19 PRs.

    Here's a sample of the changes needed, which will also need to be folded into JBIDE-12993 so that the recursion step (reading the root pom to decide if any child projects are needed) works w/ the new on-disk structure:

    diff --git a/pom.xml b/pom.xml
    index 45cfe11..c5b946b 100644
    --- a/pom.xml
    +++ b/pom.xml
    @@ -23,7 +23,7 @@
                    <profile>
                            <id>bootstrap</id>
                            <modules>
    -                               <module>../portlet</module>
    +                               <module>../jbosstools-portlet</module>
                            </modules>
                    </profile>
            </profiles>
    

    Attachments

      Issue Links

        Activity

          People

            manderse@redhat.com Max Andersen
            nickboldt Nick Boldt
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: