Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7.3.1+ How to build #154

Closed
cher1705 opened this issue Oct 15, 2020 · 3 comments
Closed

7.3.1+ How to build #154

cher1705 opened this issue Oct 15, 2020 · 3 comments

Comments

@cher1705
Copy link
Collaborator

cher1705 commented Oct 15, 2020

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-x86_64']
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-x86_64']
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
Copy link
Collaborator

fcorneli commented Nov 3, 2020

Patch for 7.3.2 ready at: #155

@cher1705
Copy link
Collaborator Author

cher1705 commented Nov 3, 2020

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
Copy link
Collaborator

fcorneli commented Nov 3, 2020

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. :)

@hasalex hasalex closed this as completed Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants