<div dir="ltr"><div><div><div><div>Frank,<br><br></div>I had in mind that download-maven.sh script could "patch" the bug in the maven executable after the download.<br><br></div>Other option is that we just go back to 3.2.1 maven.<br>
</div>as looking at <a href="http://maven.apache.org/docs/3.2.2/release-notes.html">http://maven.apache.org/docs/3.2.2/release-notes.html</a> there are no real benefits that our build would need.<br><br>--<br></div>tomaz<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 27, 2014 at 9:27 AM, Frank Langelage <span dir="ltr"><<a href="mailto:frank.langelage@osnanet.de" target="_blank">frank.langelage@osnanet.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It's definitely a maven problem. Introduced in Apache Maven 3.2.2.<br>
So I not understood Tomaz request for a PR. Too fast reading?<br>
This would be a work around in WF to fix a problem in Maven.<br>
<a href="http://jira.codehaus.org/browse/MNG-5658" target="_blank">http://jira.codehaus.org/<u></u>browse/MNG-5658</a><br>
<br>
We might go back to Maven 3.2.1 for now waiting for 3.2.3 becoming available with this problem hopefully fixed, if there a re not other drawbacks from this downgrade.<br>
<br>
Regards, Frank<div class="HOEnZb"><div class="h5"><br>
<br>
On 27.06.14 04:14, Stuart Douglas wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
So is this an issue with the download script or with the Maven version upgrade?<br>
<br>
Stuart<br>
<br>
Tomaž Cerar wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Frank,<br>
<br>
can you send PR with a fix to download-maven.sh script?<br>
given that you have solaris at hand it will be probably the easiest.<br>
<br>
Thank you,<br>
tomaz<br>
<br>
<br>
On Thu, Jun 26, 2014 at 11:24 PM, Frank Langelage<br>
<<a href="mailto:frank.langelage@osnanet.de" target="_blank">frank.langelage@osnanet.de</a> <mailto:<a href="mailto:frank.langelage@osnanet.de" target="_blank">frank.langelage@<u></u>osnanet.de</a>>> wrote:<br>
<br>
for those who might want to build current 9.0.0-SNAPSHOT from github<br>
sources on Solaris:<br>
after commit of checking / downloading maven if needed this currently<br>
fails with a syntax error in tools/maven/bin/mvn after downloading the<br>
latest version 3.2.2.<br>
Maven 3.2.2 's bin/mvn contains incompatible syntax for Solaris /bin/sh<br>
and perhaps others:<br>
if [[ -z "$JAVA_HOME" && -x /usr/libexec/java_home ]] ;<br>
then<br>
#<br>
# Apple JDKs<br>
#<br>
export JAVA_HOME=$(/usr/libexec/java_<u></u>home) // here it<br>
fails<br>
fi<br>
;;<br>
<br>
I created a JIRA fpr Apache Maven to change this line to<br>
export JAVA_HOME=/usr/libexec/java_<u></u>home<br>
<br>
Doing this change after download / unzip in my local repo make the build<br>
working again for me.<br>
<br>
Regards, Frank<br>
<br>
______________________________<u></u>_________________<br>
wildfly-dev mailing list<br>
<a href="mailto:wildfly-dev@lists.jboss.org" target="_blank">wildfly-dev@lists.jboss.org</a> <mailto:<a href="mailto:wildfly-dev@lists.jboss.org" target="_blank">wildfly-dev@lists.<u></u>jboss.org</a>><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/<u></u>mailman/listinfo/wildfly-dev</a><br>
<br>
<br>
______________________________<u></u>_________________<br>
wildfly-dev mailing list<br>
<a href="mailto:wildfly-dev@lists.jboss.org" target="_blank">wildfly-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/<u></u>mailman/listinfo/wildfly-dev</a><br>
</blockquote>
<br>
<br>
</blockquote>
<br>
</div></div></blockquote></div><br></div>