[JBoss JIRA] (FORGE-2508) No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
by Ashish Aggarwal (JIRA)
[ https://issues.jboss.org/browse/FORGE-2508?page=com.atlassian.jira.plugin... ]
Ashish Aggarwal commented on FORGE-2508:
----------------------------------------
changing to java 8 did not work
i am using Eclipse IDE , inside that Forge Console of Eclipse .
Please note that i am not getting error when i start working on forge , but when i started angular js plugin download , it did download for around 35 min and then throw the above error
> No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
> ------------------------------------------------------------------------------------------------
>
> Key: FORGE-2508
> URL: https://issues.jboss.org/browse/FORGE-2508
> Project: Forge
> Issue Type: Quality Risk
> Components: Build Tools - Maven
> Affects Versions: 2.20.0.Final
> Reporter: Ashish Aggarwal
>
> while installing angular js addon for forge i am getting below error :-
> [SEVERE] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project angularjs: Compilation failure
> [SEVERE] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
> [SEVERE] -> [Help 1]
> [SEVERE]
> [SEVERE] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [SEVERE] Re-run Maven using the -X switch to enable full debug logging.
> [SEVERE]
> [SEVERE] For more information about the errors and possible solutions, please read the following articles:
> [SEVERE] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> ***ERROR*** Error while executing 'addon-install-from-git'
> ***INFO*** (type "export VERBOSE=true" to enable stack traces)
> ***ERROR*** Unable to execute project build
> [PracticeSession15Sep2015]$ addon-install-from-git --url https://github.com/forge/angularjs-addon.git
> ***INFO*** Installing Addon from Git [1/4] ...
> ***INFO*** Installing Addon from Git:Cloning repository in C:\Users\Ash\AppData\Local\Temp\tmpdir2956571090541956900 [1/4] ...
> ***INFO*** Installing Addon from Git:Installing project into local repository [2/4] ...
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building angularjs 2.1.6-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ angularjs ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-version) @ angularjs ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-version) @ angularjs ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (get-build-timestamp) @ angularjs ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ angularjs ---
> [INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
> [INFO] Working directory: C:\Users\Ash\AppData\Local\Temp\tmpdir2956571090541956900
> [INFO] Storing buildNumber: 3e2248593380b724e205d2ab59e6fe307c037c2d at timestamp: 1445453834156
> [INFO] Storing buildScmBranch: master
> [INFO]
> [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ angularjs ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 42 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ angularjs ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 15 source files to C:\Users\Ash\AppData\Local\Temp\tmpdir2956571090541956900\target\classes
> [INFO] -------------------------------------------------------------
> [SEVERE] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [SEVERE] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
> [INFO] 1 error
> [INFO] -------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 7.113 s
> [INFO] Finished at: 2015-10-21T11:57:17-07:00
> [INFO] Final Memory: 162M/398M
> [INFO] ------------------------------------------------------------------------
> [SEVERE] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project angularjs: Compilation failure
> [SEVERE] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
> [SEVERE] -> [Help 1]
> [SEVERE]
> [SEVERE] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [SEVERE] Re-run Maven using the -X switch to enable full debug logging.
> [SEVERE]
> [SEVERE] For more information about the errors and possible solutions, please read the following articles:
> [SEVERE] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> ***ERROR*** Error while executing 'addon-install-from-git'
> ***INFO*** (type "export VERBOSE=true" to enable stack traces)
> ***ERROR*** Unable to execute project build
> [PracticeSession15Sep2015]$
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month
[JBoss JIRA] (FORGE-2460) support an easy way to eagerly load commands
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2460?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2460:
-----------------------------------
Fix Version/s: 3.x Future
> support an easy way to eagerly load commands
> --------------------------------------------
>
> Key: FORGE-2460
> URL: https://issues.jboss.org/browse/FORGE-2460
> Project: Forge
> Issue Type: Feature Request
> Reporter: James Strachan
> Fix For: 3.x Future
>
>
> It can take a little while for JBoss Forge to load commands. When using JBoss Forge on the server side it'd be great to just load all the commands into memory upfront so that if someone tries to use a command the web app is very responsive and doesn't hang for a few seconds.
> Right now I've been adding a few hacks to preload a few commands by hand by issuing dummy commands to validate commands to force them to activate and classload etc.
> I wonder is there a way we could do this generically?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month
[JBoss JIRA] (FORGE-2445) Bind IDE shortcuts directly to addon commands
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2445?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2445:
-----------------------------------
Fix Version/s: 3.x Future
> Bind IDE shortcuts directly to addon commands
> ---------------------------------------------
>
> Key: FORGE-2445
> URL: https://issues.jboss.org/browse/FORGE-2445
> Project: Forge
> Issue Type: Enhancement
> Components: Addon Development, Addon Manager
> Reporter: Rafael Pestano
> Priority: Minor
> Fix For: 3.x Future
>
>
> Currently to fire any Forge command we need to open command window (eg: in eclipse ctrl + 4) and then type command we want to execute.
> It would be nice if we could bind key shortcuts to commands so for example if I'm editing a JPA entity and press a key sequence the add new field command could be fired directly without opening command list window.
> I think key/shortcut binding and management should be configured by user and not declared in each addon so user is responsible for managing shortcut conflicts for example.
> I propose a *shortcut addon* which will manage and fire commands of other addons based on key shortcuts defined by user.
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month
[JBoss JIRA] (FORGE-2494) when composing commands from other commands we need to be able to hide inputs in the base command
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2494?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2494:
-----------------------------------
Fix Version/s: (was: 2.x Future)
> when composing commands from other commands we need to be able to hide inputs in the base command
> -------------------------------------------------------------------------------------------------
>
> Key: FORGE-2494
> URL: https://issues.jboss.org/browse/FORGE-2494
> Project: Forge
> Issue Type: Feature Request
> Components: Brainstorming, UI - API
> Reporter: James Strachan
> Fix For: 3.x Future
>
>
> right now in fabric8-forge for creating new projects; we reuse the project-new command; but we've added a hack to override the targetLocation property; so that the user doesn't' get to pick that - we want to hide that completely from the user. Meanwhile the project-new-git logical wrapper command defaults this value, uses a canonical temporary folder and then stores the new project in git (instead of a local file system on the developers laptop).
> It would be good to port this code to be pure vanilla forge commands that could be reused from the CLI / eclipse / IDEA too. To do this we'd need to be able to wrap the project-new command with a project-new-git command that then hides the input for the "targetLocation" property (defaulting the value so that the inner project-new command can work as before; then the outer command, project-new-git can do the git thingy.
> I've not had chance to experiment a way to do this nicely; maybe using a proxy command or something and using a temporary UIBuilder class that we pass to the delegate inner command to build its stuff; so that the outer command can remove things from the real UIBuilder etc - but I figured it'd be nice for this kind of thing to be a standard feature to make commands easier to combine and compose. It'd also make it easier for us to move the project-new-git command back into the main forge project (though I guess thats kinda complex as the project-new-git command would probably want to create a local copy too on the users desktop when not running in a REST service - so maybe this kinda thing is highly environment specific?)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month
[JBoss JIRA] (FORGE-2494) when composing commands from other commands we need to be able to hide inputs in the base command
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2494?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2494:
-----------------------------------
Fix Version/s: 3.x Future
> when composing commands from other commands we need to be able to hide inputs in the base command
> -------------------------------------------------------------------------------------------------
>
> Key: FORGE-2494
> URL: https://issues.jboss.org/browse/FORGE-2494
> Project: Forge
> Issue Type: Feature Request
> Components: Brainstorming, UI - API
> Reporter: James Strachan
> Fix For: 3.x Future
>
>
> right now in fabric8-forge for creating new projects; we reuse the project-new command; but we've added a hack to override the targetLocation property; so that the user doesn't' get to pick that - we want to hide that completely from the user. Meanwhile the project-new-git logical wrapper command defaults this value, uses a canonical temporary folder and then stores the new project in git (instead of a local file system on the developers laptop).
> It would be good to port this code to be pure vanilla forge commands that could be reused from the CLI / eclipse / IDEA too. To do this we'd need to be able to wrap the project-new command with a project-new-git command that then hides the input for the "targetLocation" property (defaulting the value so that the inner project-new command can work as before; then the outer command, project-new-git can do the git thingy.
> I've not had chance to experiment a way to do this nicely; maybe using a proxy command or something and using a temporary UIBuilder class that we pass to the delegate inner command to build its stuff; so that the outer command can remove things from the real UIBuilder etc - but I figured it'd be nice for this kind of thing to be a standard feature to make commands easier to combine and compose. It'd also make it easier for us to move the project-new-git command back into the main forge project (though I guess thats kinda complex as the project-new-git command would probably want to create a local copy too on the users desktop when not running in a REST service - so maybe this kinda thing is highly environment specific?)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month
[JBoss JIRA] (FORGE-2508) No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2508?page=com.atlassian.jira.plugin... ]
George Gastaldi commented on FORGE-2508:
----------------------------------------
Did it work after changing it to JDK 8?
Check for the Java executable that executes your IDE. What UI are you using? (Eclipse, Shell)?
In case you are using the shell (from the standalone ZIP) change the forge.bat to display the JAVA_HOME used to start Forge.
> No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
> ------------------------------------------------------------------------------------------------
>
> Key: FORGE-2508
> URL: https://issues.jboss.org/browse/FORGE-2508
> Project: Forge
> Issue Type: Quality Risk
> Components: Build Tools - Maven
> Affects Versions: 2.20.0.Final
> Reporter: Ashish Aggarwal
>
> while installing angular js addon for forge i am getting below error :-
> [SEVERE] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project angularjs: Compilation failure
> [SEVERE] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
> [SEVERE] -> [Help 1]
> [SEVERE]
> [SEVERE] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [SEVERE] Re-run Maven using the -X switch to enable full debug logging.
> [SEVERE]
> [SEVERE] For more information about the errors and possible solutions, please read the following articles:
> [SEVERE] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> ***ERROR*** Error while executing 'addon-install-from-git'
> ***INFO*** (type "export VERBOSE=true" to enable stack traces)
> ***ERROR*** Unable to execute project build
> [PracticeSession15Sep2015]$ addon-install-from-git --url https://github.com/forge/angularjs-addon.git
> ***INFO*** Installing Addon from Git [1/4] ...
> ***INFO*** Installing Addon from Git:Cloning repository in C:\Users\Ash\AppData\Local\Temp\tmpdir2956571090541956900 [1/4] ...
> ***INFO*** Installing Addon from Git:Installing project into local repository [2/4] ...
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building angularjs 2.1.6-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ angularjs ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-version) @ angularjs ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-version) @ angularjs ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (get-build-timestamp) @ angularjs ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ angularjs ---
> [INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
> [INFO] Working directory: C:\Users\Ash\AppData\Local\Temp\tmpdir2956571090541956900
> [INFO] Storing buildNumber: 3e2248593380b724e205d2ab59e6fe307c037c2d at timestamp: 1445453834156
> [INFO] Storing buildScmBranch: master
> [INFO]
> [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ angularjs ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 42 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ angularjs ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 15 source files to C:\Users\Ash\AppData\Local\Temp\tmpdir2956571090541956900\target\classes
> [INFO] -------------------------------------------------------------
> [SEVERE] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [SEVERE] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
> [INFO] 1 error
> [INFO] -------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 7.113 s
> [INFO] Finished at: 2015-10-21T11:57:17-07:00
> [INFO] Final Memory: 162M/398M
> [INFO] ------------------------------------------------------------------------
> [SEVERE] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project angularjs: Compilation failure
> [SEVERE] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
> [SEVERE] -> [Help 1]
> [SEVERE]
> [SEVERE] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [SEVERE] Re-run Maven using the -X switch to enable full debug logging.
> [SEVERE]
> [SEVERE] For more information about the errors and possible solutions, please read the following articles:
> [SEVERE] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> ***ERROR*** Error while executing 'addon-install-from-git'
> ***INFO*** (type "export VERBOSE=true" to enable stack traces)
> ***ERROR*** Unable to execute project build
> [PracticeSession15Sep2015]$
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month
[JBoss JIRA] (FORGE-2508) No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
by Ashish Aggarwal (JIRA)
[ https://issues.jboss.org/browse/FORGE-2508?page=com.atlassian.jira.plugin... ]
Ashish Aggarwal commented on FORGE-2508:
----------------------------------------
though i have 1.6 , 1.7 , 1.8 . JAVA_HOME is pointing to 1.8 only .
C:\Program Files\Java\jdk1.8.0_60
I also checked Installed JRE 's in eclipse , it was earlier pointing to jre 1.8 , but i also changed it to jdk 1.8 .
I also checked project configuration ,java compiler , pointing to 1.8
> No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
> ------------------------------------------------------------------------------------------------
>
> Key: FORGE-2508
> URL: https://issues.jboss.org/browse/FORGE-2508
> Project: Forge
> Issue Type: Quality Risk
> Components: Build Tools - Maven
> Affects Versions: 2.20.0.Final
> Reporter: Ashish Aggarwal
>
> while installing angular js addon for forge i am getting below error :-
> [SEVERE] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project angularjs: Compilation failure
> [SEVERE] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
> [SEVERE] -> [Help 1]
> [SEVERE]
> [SEVERE] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [SEVERE] Re-run Maven using the -X switch to enable full debug logging.
> [SEVERE]
> [SEVERE] For more information about the errors and possible solutions, please read the following articles:
> [SEVERE] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> ***ERROR*** Error while executing 'addon-install-from-git'
> ***INFO*** (type "export VERBOSE=true" to enable stack traces)
> ***ERROR*** Unable to execute project build
> [PracticeSession15Sep2015]$ addon-install-from-git --url https://github.com/forge/angularjs-addon.git
> ***INFO*** Installing Addon from Git [1/4] ...
> ***INFO*** Installing Addon from Git:Cloning repository in C:\Users\Ash\AppData\Local\Temp\tmpdir2956571090541956900 [1/4] ...
> ***INFO*** Installing Addon from Git:Installing project into local repository [2/4] ...
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building angularjs 2.1.6-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ angularjs ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-version) @ angularjs ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-version) @ angularjs ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (get-build-timestamp) @ angularjs ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ angularjs ---
> [INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
> [INFO] Working directory: C:\Users\Ash\AppData\Local\Temp\tmpdir2956571090541956900
> [INFO] Storing buildNumber: 3e2248593380b724e205d2ab59e6fe307c037c2d at timestamp: 1445453834156
> [INFO] Storing buildScmBranch: master
> [INFO]
> [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ angularjs ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 42 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ angularjs ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 15 source files to C:\Users\Ash\AppData\Local\Temp\tmpdir2956571090541956900\target\classes
> [INFO] -------------------------------------------------------------
> [SEVERE] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [SEVERE] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
> [INFO] 1 error
> [INFO] -------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 7.113 s
> [INFO] Finished at: 2015-10-21T11:57:17-07:00
> [INFO] Final Memory: 162M/398M
> [INFO] ------------------------------------------------------------------------
> [SEVERE] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project angularjs: Compilation failure
> [SEVERE] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
> [SEVERE] -> [Help 1]
> [SEVERE]
> [SEVERE] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [SEVERE] Re-run Maven using the -X switch to enable full debug logging.
> [SEVERE]
> [SEVERE] For more information about the errors and possible solutions, please read the following articles:
> [SEVERE] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> ***ERROR*** Error while executing 'addon-install-from-git'
> ***INFO*** (type "export VERBOSE=true" to enable stack traces)
> ***ERROR*** Unable to execute project build
> [PracticeSession15Sep2015]$
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month
[JBoss JIRA] (FORGE-2508) No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2508?page=com.atlassian.jira.plugin... ]
George Gastaldi commented on FORGE-2508:
----------------------------------------
Make sure your JAVA_HOME is pointing to a valid JDK.
> No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
> ------------------------------------------------------------------------------------------------
>
> Key: FORGE-2508
> URL: https://issues.jboss.org/browse/FORGE-2508
> Project: Forge
> Issue Type: Quality Risk
> Components: Build Tools - Maven
> Affects Versions: 2.20.0.Final
> Reporter: Ashish Aggarwal
>
> while installing angular js addon for forge i am getting below error :-
> [SEVERE] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project angularjs: Compilation failure
> [SEVERE] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
> [SEVERE] -> [Help 1]
> [SEVERE]
> [SEVERE] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [SEVERE] Re-run Maven using the -X switch to enable full debug logging.
> [SEVERE]
> [SEVERE] For more information about the errors and possible solutions, please read the following articles:
> [SEVERE] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> ***ERROR*** Error while executing 'addon-install-from-git'
> ***INFO*** (type "export VERBOSE=true" to enable stack traces)
> ***ERROR*** Unable to execute project build
> [PracticeSession15Sep2015]$ addon-install-from-git --url https://github.com/forge/angularjs-addon.git
> ***INFO*** Installing Addon from Git [1/4] ...
> ***INFO*** Installing Addon from Git:Cloning repository in C:\Users\Ash\AppData\Local\Temp\tmpdir2956571090541956900 [1/4] ...
> ***INFO*** Installing Addon from Git:Installing project into local repository [2/4] ...
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building angularjs 2.1.6-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ angularjs ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-version) @ angularjs ---
> [INFO]
> [INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-version) @ angularjs ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (get-build-timestamp) @ angularjs ---
> [INFO]
> [INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ angularjs ---
> [INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
> [INFO] Working directory: C:\Users\Ash\AppData\Local\Temp\tmpdir2956571090541956900
> [INFO] Storing buildNumber: 3e2248593380b724e205d2ab59e6fe307c037c2d at timestamp: 1445453834156
> [INFO] Storing buildScmBranch: master
> [INFO]
> [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ angularjs ---
> [INFO] Using 'UTF-8' encoding to copy filtered resources.
> [INFO] Copying 42 resources
> [INFO]
> [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ angularjs ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 15 source files to C:\Users\Ash\AppData\Local\Temp\tmpdir2956571090541956900\target\classes
> [INFO] -------------------------------------------------------------
> [SEVERE] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [SEVERE] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
> [INFO] 1 error
> [INFO] -------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 7.113 s
> [INFO] Finished at: 2015-10-21T11:57:17-07:00
> [INFO] Final Memory: 162M/398M
> [INFO] ------------------------------------------------------------------------
> [SEVERE] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project angularjs: Compilation failure
> [SEVERE] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
> [SEVERE] -> [Help 1]
> [SEVERE]
> [SEVERE] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [SEVERE] Re-run Maven using the -X switch to enable full debug logging.
> [SEVERE]
> [SEVERE] For more information about the errors and possible solutions, please read the following articles:
> [SEVERE] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
> ***ERROR*** Error while executing 'addon-install-from-git'
> ***INFO*** (type "export VERBOSE=true" to enable stack traces)
> ***ERROR*** Unable to execute project build
> [PracticeSession15Sep2015]$
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month
[JBoss JIRA] (FORGE-2508) No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
by Ashish Aggarwal (JIRA)
Ashish Aggarwal created FORGE-2508:
--------------------------------------
Summary: No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
Key: FORGE-2508
URL: https://issues.jboss.org/browse/FORGE-2508
Project: Forge
Issue Type: Quality Risk
Components: Build Tools - Maven
Affects Versions: 2.20.0.Final
Reporter: Ashish Aggarwal
while installing angular js addon for forge i am getting below error :-
[SEVERE] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project angularjs: Compilation failure
[SEVERE] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[SEVERE] -> [Help 1]
[SEVERE]
[SEVERE] To see the full stack trace of the errors, re-run Maven with the -e switch.
[SEVERE] Re-run Maven using the -X switch to enable full debug logging.
[SEVERE]
[SEVERE] For more information about the errors and possible solutions, please read the following articles:
[SEVERE] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
***ERROR*** Error while executing 'addon-install-from-git'
***INFO*** (type "export VERBOSE=true" to enable stack traces)
***ERROR*** Unable to execute project build
[PracticeSession15Sep2015]$ addon-install-from-git --url https://github.com/forge/angularjs-addon.git
***INFO*** Installing Addon from Git [1/4] ...
***INFO*** Installing Addon from Git:Cloning repository in C:\Users\Ash\AppData\Local\Temp\tmpdir2956571090541956900 [1/4] ...
***INFO*** Installing Addon from Git:Installing project into local repository [2/4] ...
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building angularjs 2.1.6-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.6.1:clean (default-clean) @ angularjs ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java-version) @ angularjs ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-maven-version) @ angularjs ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (get-build-timestamp) @ angularjs ---
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (get-scm-revision) @ angularjs ---
[INFO] Executing: cmd.exe /X /C "git rev-parse --verify HEAD"
[INFO] Working directory: C:\Users\Ash\AppData\Local\Temp\tmpdir2956571090541956900
[INFO] Storing buildNumber: 3e2248593380b724e205d2ab59e6fe307c037c2d at timestamp: 1445453834156
[INFO] Storing buildScmBranch: master
[INFO]
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ angularjs ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 42 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ angularjs ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to C:\Users\Ash\AppData\Local\Temp\tmpdir2956571090541956900\target\classes
[INFO] -------------------------------------------------------------
[SEVERE] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[SEVERE] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.113 s
[INFO] Finished at: 2015-10-21T11:57:17-07:00
[INFO] Final Memory: 162M/398M
[INFO] ------------------------------------------------------------------------
[SEVERE] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project angularjs: Compilation failure
[SEVERE] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
[SEVERE] -> [Help 1]
[SEVERE]
[SEVERE] To see the full stack trace of the errors, re-run Maven with the -e switch.
[SEVERE] Re-run Maven using the -X switch to enable full debug logging.
[SEVERE]
[SEVERE] For more information about the errors and possible solutions, please read the following articles:
[SEVERE] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
***ERROR*** Error while executing 'addon-install-from-git'
***INFO*** (type "export VERBOSE=true" to enable stack traces)
***ERROR*** Unable to execute project build
[PracticeSession15Sep2015]$
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month
[JBoss JIRA] (FORGE-2506) Trigger follow-up actions to other commands
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2506?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-2506.
----------------------------------
Resolution: Done
> Trigger follow-up actions to other commands
> -------------------------------------------
>
> Key: FORGE-2506
> URL: https://issues.jboss.org/browse/FORGE-2506
> Project: Forge
> Issue Type: Feature Request
> Components: UI - API
> Reporter: Sanne Grinovero
> Assignee: George Gastaldi
> Fix For: 3.0.0.Alpha1
>
>
> It would be great to have a way to suggest a "follow-up" action after a certain command was run.
> Example:
> I run the JPA setup command to enable JPA, and I'm using a graphical UI such as the Eclipse wizard.
> After selecting Hibernate as JPA provider and having picked the versions, the next page should ask "do you want to add Hibernate Search as well?" and show the relevant input questions from the Hibernate Search Forge plugin.
> The complexity is that the Hibernate Search Forge plugin should ideally be maintained as a separate plugin from the JPA one.
> Also when running the "Hibernate Search: Setup" command the cancel button should only avoid adding Search, but when run as triggered by the JPA command it should allow to skip the step without cancelling all of the JPA setup operations.
> We have many more extension points which would benefit from such a model.
> The important aspect is that we should _present_ the option - at least to GUI users - rather than expecting them to know what to type next: the meta goal is to make sure that projects which qualify for something (i.e. you're using Hibernate) might not know of our other extension points and we need to encourage people to try them out.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 1 month