CentEAP / eap-build

Build scripts for EAP 6 or 7
122 stars 62 forks source link

7.3.1+ How to build #154

Closed cher1705 closed 2 years ago

cher1705 commented 3 years ago

Hi, I was able to build 7.3.1. Hopefully I was also able to build 7.3.2 and 7.3.3 by adding some lines into jboss-eap-7.properties Somehow I managed it, without even knowing how to do this...

So can one confirm that those lines are correct?

EAP 7.3.2

10.1.11.Final-redhat-00001=10.0.3.Final

EAP 7.3.3

10.1.12.SP1-redhat-00001=10.0.3.Final

7.3.2.xpath.delete.core=feature-pack-build.xml,//_:copy-artifact[@artifact='org.wildfly.openssl:wildfly-openssl-macosx-x8664'] 7.3.2.xpath.insert.core=src/main/resources/modules/system/layers/base/org/jboss/as/domain-http-interface/main/module.xml,/:module/:dependencies/:module[position()=1],module,name="org.jboss.msc" 7.3.2.xpath.insert.core=src/main/resources/modules/system/layers/base/org/jboss/as/domain-http-interface/main/module.xml,/:module/:dependencies/:module[position()=1],module,name="java.desktop" 7.3.3.xpath.delete.core=feature-pack-build.xml,//:copy-artifact[@artifact='org.wildfly.openssl:wildfly-openssl-macosx-x8664'] 7.3.3.xpath.insert.core=src/main/resources/modules/system/layers/base/org/jboss/as/domain-http-interface/main/module.xml,/:module/:dependencies/:module[position()=1],module,name="org.jboss.msc" 7.3.3.xpath.insert.core=src/main/resources/modules/system/layers/base/org/jboss/as/domain-http-interface/main/module.xml,/:module/:dependencies/_:module[position()=1],module,name="java.desktop"

And can someone give me hints on how to mange future versions!? Also, how do I know, that I have to add more xpath statements eg insert or delete something?

Kind regards

fcorneli commented 3 years ago

Patch for 7.3.2 ready at: https://github.com/hasalex/eap-build/pull/155

cher1705 commented 3 years ago

thanks fcorneli. This is exactly what I also have done :) Can you answer my last questions?

And can someone give me hints on how to mange future versions!? Also, how do I know, that I have to add more xpath statements eg insert or delete something?

fcorneli commented 3 years ago

Also, how do I know, that I have to add more xpath statements eg insert or delete something?

Well, if it doesn't build/run, you have to add/remove something until it does. :)