[JBoss JIRA] (FORGE-2018) Shell CLI validation messages should display the name of the --option, not/in addition to the Label name
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2018?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-2018.
----------------------------------
Resolution: Won't Fix
This is not needed anymore, since when the interactive mode will fail when a required input is not provided
> Shell CLI validation messages should display the name of the --option, not/in addition to the Label name
> --------------------------------------------------------------------------------------------------------
>
> Key: FORGE-2018
> URL: https://issues.jboss.org/browse/FORGE-2018
> Project: Forge
> Issue Type: Enhancement
> Components: UI - Shell
> Affects Versions: 2.10.1.Final
> Reporter: Lincoln Baxter III
> Assignee: Daniel Cunha
> Fix For: 2.x Future
>
>
> {code}
> [Desktop]$ windup-migrate-app --input /Users/lb3/projects/jboss-migration/windup/test-files/jee-example-app-1.0.0.ear --output jee-example-app-1.0.0.ear.report
> ***ERROR*** Scan Java Packages must be specified.
> ***ERROR*** Packages to scan must be specified
> [Desktop]$ man windup-migrate-app
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 1 month
[JBoss JIRA] (FORGEPLUGINS-172) Addon generates textfields, instead of drop-down lists, as search filters for Boolean fields
by Vineet Reynolds (JIRA)
[ https://issues.jboss.org/browse/FORGEPLUGINS-172?page=com.atlassian.jira.... ]
Vineet Reynolds resolved FORGEPLUGINS-172.
------------------------------------------
Resolution: Done
Fixed: http://github.com/forge/angularjs-addon/commit/2b52e3d57
> Addon generates textfields, instead of drop-down lists, as search filters for Boolean fields
> --------------------------------------------------------------------------------------------
>
> Key: FORGEPLUGINS-172
> URL: https://issues.jboss.org/browse/FORGEPLUGINS-172
> Project: Forge Plugins/Addons
> Issue Type: Bug
> Components: AngularJS Scaffold
> Environment: Eclipse Java EE Luna 4.4.0, MacOS 10.9.4, JBoss Forge 2.10.2-SNAPSHOT
> Reporter: Vineet Reynolds
> Assignee: Vineet Reynolds
>
> From https://github.com/forge/angularjs-addon/issues/2
> For the given Java JPA code:
> {noformat}
> @Column
> private boolean primitive;
> @Column
> private Boolean wrapper;
> {noformat}
> the generated `search.html` for the `primitive` field contains a drop-down list with `true` and `false`:
> {noformat}
> <label for="wrapper" class="col-sm-2 control-label">Wrapper</label>
> <div class="col-sm-10">
> <select id="wrapper" name="wrapper" class="form-control" ng-model="search.wrapper" ng-options="w as w for w in wrapperList">
> <option value="">Choose a Wrapper</option>
> </select>
> </div>
> {noformat}
> but for the `wrapper` it contains a textfield:
> {noformat}
> <label for="primitive" class="col-sm-2 control-label">Primitive</label>
> <div class="col-sm-10">
> <input id="primitive" name="primitive" class="form-control" type="text" ng-model="search.primitive" placeholder="Enter the User Primitive"></input>
> </div>
> {noformat}
> instead of a drop-down list with `true` and `false`.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 1 month
[JBoss JIRA] (FORGE-2019) Compilation errors in JDK 1.8.0_20+
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2019?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2019:
-----------------------------------
Issue Type: Enhancement (was: Feature Request)
> Compilation errors in JDK 1.8.0_20+
> -----------------------------------
>
> Key: FORGE-2019
> URL: https://issues.jboss.org/browse/FORGE-2019
> Project: Forge
> Issue Type: Enhancement
> Components: Forge Build
> Affects Versions: 2.10.1.Final
> Environment: Fedora 20
> java version "1.8.0_20"
> Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
> Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)
> Reporter: George Gastaldi
> Fix For: 2.x Future
>
>
> {code}
> [ERROR] /usr/local/workspace/forge-core-2.0/shell/impl/src/main/java/org/jboss/forge/addon/shell/command/CatCommand.java:[89,27] cannot access org.jboss.forge.furnace.container.simple.Service
> class file for org.jboss.forge.furnace.container.simple.Service not found
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project javaee-impl: Compilation failure
> [ERROR] /usr/local/workspace/forge-core-2.0/javaee/impl/src/main/java/org/jboss/forge/addon/javaee/rest/generator/ResourceGeneratorUtil.java:[42,65] cannot access org.jboss.forge.furnace.container.simple.Service
> [ERROR] class file for org.jboss.forge.furnace.container.simple.Service not found
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 1 month
[JBoss JIRA] (FORGE-2019) Compilation errors in JDK 1.8.0_20+
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2019?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2019:
-----------------------------------
Summary: Compilation errors in JDK 1.8.0_20+ (was: Compilation errors in JDK 1.8.0_20)
> Compilation errors in JDK 1.8.0_20+
> -----------------------------------
>
> Key: FORGE-2019
> URL: https://issues.jboss.org/browse/FORGE-2019
> Project: Forge
> Issue Type: Feature Request
> Components: Forge Build
> Affects Versions: 2.10.1.Final
> Environment: Fedora 20
> java version "1.8.0_20"
> Java(TM) SE Runtime Environment (build 1.8.0_20-b26)
> Java HotSpot(TM) 64-Bit Server VM (build 25.20-b23, mixed mode)
> Reporter: George Gastaldi
> Fix For: 2.x Future
>
>
> {code}
> [ERROR] /usr/local/workspace/forge-core-2.0/shell/impl/src/main/java/org/jboss/forge/addon/shell/command/CatCommand.java:[89,27] cannot access org.jboss.forge.furnace.container.simple.Service
> class file for org.jboss.forge.furnace.container.simple.Service not found
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project javaee-impl: Compilation failure
> [ERROR] /usr/local/workspace/forge-core-2.0/javaee/impl/src/main/java/org/jboss/forge/addon/javaee/rest/generator/ResourceGeneratorUtil.java:[42,65] cannot access org.jboss.forge.furnace.container.simple.Service
> [ERROR] class file for org.jboss.forge.furnace.container.simple.Service not found
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
10 years, 1 month