Re: [I] Maven build with noredist and simulator flags failing [cloudstack]

2024-04-24 Thread via GitHub
rohityadavcloud commented on issue #8820: URL: https://github.com/apache/cloudstack/issues/8820#issuecomment-2076367959 I've proposed a fix here https://github.com/apache/cloudstack/pull/8974 @Pearl1594 @nvazquez cc @slavkap @weizhouapache @vishesh92 -- This is an automated message f

Re: [I] Maven build with noredist and simulator flags failing [cloudstack]

2024-04-24 Thread via GitHub
rohityadavcloud commented on issue #8820: URL: https://github.com/apache/cloudstack/issues/8820#issuecomment-2076367373 My env details are: ``` Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae) Maven home: /opt/homebrew/Cellar/maven/3.9.6/libexec Java version: 11.0.16.

Re: [I] Maven build with noredist and simulator flags failing [cloudstack]

2024-04-09 Thread via GitHub
slavkap commented on issue #8820: URL: https://github.com/apache/cloudstack/issues/8820#issuecomment-2045165414 Hi all, I was able to build it with: ``` git clone https://github.com/shapeblue/cloudstack-nonoss.git nonoss cd nonoss && bash -x install-non-oss.sh && cd .. c

Re: [I] Maven build with noredist and simulator flags failing [cloudstack]

2024-04-09 Thread via GitHub
rohityadavcloud commented on issue #8820: URL: https://github.com/apache/cloudstack/issues/8820#issuecomment-2045142931 @Pearl1594 yes from https://github.com/shapeblue/cloudstack-nonoss main branch @nvazquez did you add jars in some other branch (non-main)? -- This is an automated mes

Re: [I] Maven build with noredist and simulator flags failing [cloudstack]

2024-04-05 Thread via GitHub
nvazquez commented on issue #8820: URL: https://github.com/apache/cloudstack/issues/8820#issuecomment-2039908074 Hi @rohityadavcloud it seems like the missing jar comes as a dependency of one of the vapi jars that are on the non-oss repo: com.vmware.vapi

Re: [I] Maven build with noredist and simulator flags failing [cloudstack]

2024-04-05 Thread via GitHub
Pearl1594 commented on issue #8820: URL: https://github.com/apache/cloudstack/issues/8820#issuecomment-2039893530 @rohityadavcloud did you install the dependencies from the non-oss repo? -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [I] Maven build with noredist and simulator flags failing [cloudstack]

2024-04-05 Thread via GitHub
rohityadavcloud commented on issue #8820: URL: https://github.com/apache/cloudstack/issues/8820#issuecomment-2039602686 Thanks @vishesh92 indeed my mvn version is 3.9.6, but this was on Mac: ``` [ERROR] Failed to execute goal on project cloud-plugin-network-nsx: Could not resolve depen

Re: [I] Maven build with noredist and simulator flags failing [cloudstack]

2024-03-26 Thread via GitHub
vishesh92 commented on issue #8820: URL: https://github.com/apache/cloudstack/issues/8820#issuecomment-2020109514 @rohityadavcloud which version of mvn are you using? I was facing the same issue with mvn 3.9.6. But when I installed the nonoss packages with 3.6.3, it worked. -- This is

Re: [I] Maven build with noredist and simulator flags failing [cloudstack]

2024-03-25 Thread via GitHub
weizhouapache commented on issue #8820: URL: https://github.com/apache/cloudstack/issues/8820#issuecomment-2017538282 @vishesh92 there are some new jars for NSX (added 7 months ago). it would be good to run the script again to ensure all jars are installed. ``` # From https://cust

Re: [I] Maven build with noredist and simulator flags failing [cloudstack]

2024-03-25 Thread via GitHub
vishesh92 commented on issue #8820: URL: https://github.com/apache/cloudstack/issues/8820#issuecomment-2017485784 > > @weizhouapache I am also facing this issue on latest main. > > @vishesh92 for `noredist` packaging, you need to install some jars > > ``` > git clon

Re: [I] Maven build with noredist and simulator flags failing [cloudstack]

2024-03-25 Thread via GitHub
weizhouapache commented on issue #8820: URL: https://github.com/apache/cloudstack/issues/8820#issuecomment-2017469458 > @weizhouapache I am also facing this issue on latest main. @vishesh92 for `noredist` packaging, you need to install some jars ``` git clone https:

Re: [I] Maven build with noredist and simulator flags failing [cloudstack]

2024-03-25 Thread via GitHub
vishesh92 commented on issue #8820: URL: https://github.com/apache/cloudstack/issues/8820#issuecomment-2017452844 @weizhouapache I am also facing this issue on latest main. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [I] Maven build with noredist and simulator flags failing [cloudstack]

2024-03-22 Thread via GitHub
weizhouapache commented on issue #8820: URL: https://github.com/apache/cloudstack/issues/8820#issuecomment-2014774705 @rohityadavcloud which commit did you build from ? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

[I] Maven build with noredist and simulator flags failing [cloudstack]

2024-03-22 Thread via GitHub
rohityadavcloud opened a new issue, #8820: URL: https://github.com/apache/cloudstack/issues/8820 Build on main branch is failing with: ``` $ mvn clean install -P developer,systemvm -Dnoredist -Dsimulator -T8 ... [ERROR] Failed to execute goal on project cloud-plugin-network-n