Closed cher1705 closed 3 years ago
Patch for 7.3.2 ready at: https://github.com/hasalex/eap-build/pull/155
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?
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. :)
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