]
Kabir Khan updated WFLY-3747:
-----------------------------
Fix Version/s: 9.0.0.Final
build.bat can not run without the administrator on the windows
--------------------------------------------------------------
Key: WFLY-3747
URL:
https://issues.jboss.org/browse/WFLY-3747
Project: WildFly
Issue Type: Bug
Components: Build System
Reporter: Amos Feng
Assignee: Amos Feng
Fix For: 9.0.0.Final
Attachments: 0001-Update-to-bypass-the-execution-policy-on-the-windows.patch
we are building the widlfy on the windows and meet the following failure. It looks like
the powershell needs the Administrator to run the script.
{noformat}
C:\hudson\workspace\btny-pulls-narayana-windows2008\jboss-as\tools\download-maven.ps1
cannot be loaded because the execution of scripts is disabled on this
system. Please see "get-help about_signing" for more details.
At line:1 char:2
+ & <<<< tools\download-maven.ps1
+ CategoryInfo : NotSpecified: (:) [],
PSSecurityException
+ FullyQualifiedErrorId : RuntimeException
{noformat}
It could be set the execution policy or bypass it. see
http://stackoverflow.com/questions/4037939/powershell-execution-of-script...