[jira] [Resolved] (AXIS2-6085) Build instructions in README don't mention bash requirement
"Robert Lazarski (Jira)" <[email protected]> Mon, 20 Apr 2026 07:51:00 +0000 (UTC)
| Newsgroups | gmane.text.xml.axis.devel |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/AXIS2-6085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Lazarski resolved AXIS2-6085.
------------------------------------
Resolution: Fixed
Fixed on trunk, shipping in 2.0.1. The README now lists build prerequisites: JDK 17+, Maven 3.9+,
and bash shell (with a note that Windows users need Git Bash or WSL).
> Build instructions in README don't mention bash requirement
> -----------------------------------------------------------
>
> Key: AXIS2-6085
> URL: https://issues.apache.org/jira/browse/AXIS2-6085
> Project: Axis2
> Issue Type: Improvement
> Components: documentation
> Affects Versions: 2.0.0
> Environment: Windows / IntelliJ IDE
> Reporter: Jeff Thomas
> Priority: Minor
> Fix For: 2.0.1
>
> Attachments: image-2025-03-21-20-01-05-733.png, image-2025-03-21-20-04-10-460.png, image-2025-03-21-20-06-18-567.png, image-2025-03-21-20-08-02-689.png, image-2025-03-21-20-09-16-086.png, image-2025-03-21-21-04-03-302.png, image-2025-03-21-21-05-56-048.png
>
>
> When building from source there is the following hint:
> {code:java}
> 1) Manually "mvn install" both of the plugins in the following places:
>
> modules/tool/axis2-mar-maven-plugin
> modules/tool/axis2-aar-maven-plugin {code}
> If building on Windows from an IDE (for me IntelliJ) this will most likely fail because the maven-aar-plugin build attempts to run a bash script in the verify phase.
> I was able to get this to work from the command-line in a git-bash shell. (Update: took the time to get Windows WSL up and running and this works fine too)
> Here there could be a little more clarity about the bash requirement.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)