-
Bug
-
Resolution: Won't Do
-
Major
-
4.0.0.Beta2
-
None
-
https://github.com/jbosstools/jbosstools-birt/pull/4, https://github.com/jbosstools/jbosstools-bpel/pull/4, https://github.com/jbosstools/jbosstools-central/pull/18, https://github.com/jbosstools/jbosstools-esb/pull/4, https://github.com/jbosstools/jbosstools-forge/pull/3, https://github.com/jbosstools/jbosstools-freemarker/pull/3, https://github.com/jbosstools/jbosstools-gwt/pull/2, https://github.com/jbosstools/jbosstools-javaee/pull/18, https://github.com/jbosstools/jbosstools-jbpm/pull/4, https://github.com/jbosstools/jbosstools-jst/pull/16, https://github.com/jbosstools/jbosstools-openshift/pull/22, https://github.com/jbosstools/jbosstools-portlet/pull/4, https://github.com/jbosstools/jbosstools-runtime-soa/pull/3, https://github.com/jbosstools/jbosstools-server/pull/9, https://github.com/jbosstools/jbosstools-vpe/pull/7, https://github.com/jbosstools/jbosstools-webservices/pull/19
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>
- blocks
-
JBIDE-12993 Cleanup/create plain checkout.sh script for jbosstools repos from github
- Closed
- is incorporated by
-
JBIDE-13476 Get rid of bootstrap profiles in root poms for JBT projects (no longer needed)
- Closed