Log in to follow, share, and participate in this community.
Thread Forge support for Angular scaffolding
Forge support for Angular scaffoldingHello, I've used for a while the Forge's AngularJS scaffolding support and was quite satisfied by its ease to generate very correct UIs from data-models. While these UIs had still to be customized and adapted,...
Forge still active in development?Hi, I love Forge but it seems that there is no active development. Can someone publish a development plan? Thanks PS Many people are switching to JHipster
Roaster: addAnnotation(org.JUnit.Test)Hello everybody, actually I asked a similar question before in Roaster 2.20.1.final: java.lang.NoClassDefFoundError: But my current Issue seems a bit different since the fix from the thread above does not wor...
Roaster 2.20.1.final: java.lang.NoClassDefFoundError:Hello guys, I have an issue with Roaster 2.20.1.final.. when I try to run this code.. final JavaClassSource javaClass = Roaster.create(JavaClassSource.class); .. i get following error: ...
Thread Update Forge version in JBoss Developer Studio?
Update Forge version in JBoss Developer Studio?I've looked around in the docs, but I can't find any mention of how you update the Forge plugin version in JBoss Developer Studio. I'm currently running 5.0.1 which has Forge 1.0.5.Final. How can I update to Forge 1.1...
How to run CLI on windows?I am trying to run forge 3.7.2 on Windows 10 command line (using forge.bat). I have set up FORGE_HOME, PATH and removed previous ~/.forge files. When I open a windows command terminal and type "forge" I ge...
Thread adding pluginRepository and plugin dependecies on project
adding pluginRepository and plugin dependecies on projectI see it's possible to use 'project-add-repositories' and 'project-add-dependecies' to add new maven repo and deps ona project. Is there a command to add pluginRepositories and plugin configuration on POM xml?
Thread Exception in thread "main" java.lang.IllegalStateException: No instances of [org.jboss.forge.roaster.spi.JavaParser] were found on the classpath.
Roaster: How to add a list of annotationsHi all. I need to add the following annotation. Can somebody help me? @AllowedForFunctionActionCouples({ @AllowedForFunctionActionCouple(function = FC_FUNCTION, action = AC_ANY) })
Thread arquillian addon has installed, why command not found?
arquillian addon has installed, why command not found?here is what I did: [bin]$ addon-install-from-git --url https://github.com/forge/addon-arquillian.git --coordinate org.arquillian.forge:arquillian-addon ***INFO*** Installing Addon from Git [0/4] ... ***INFO...
Thread How can I configure a proxy for Forge 3.0.0 ?
How can I configure a proxy for Forge 3.0.0 ?Hi I've just installed forge 3.0.0.CR1, but maven build does not work because I'm behind a proxy. How can I configure it in forge 3.0.0? The config file is in properties format, not in XML anymore. I've tried to add...
Thread Faces Scaffold: no field displayed if compounded PK !! Why?
Faces Scaffold: no field displayed if compounded PK !! Why?Hi, I have this problem: in search pages no PK field are displayed if there are compounded primary keys. Why ? Here is my configuration: - Forge 3.7.2.Final - JEE 7 Project with JPA (Hibernate) on DB2 Database ...
Thread Faces Scaffold: no more than 5 field displayed !! Why?
Faces Scaffold: no more than 5 field displayed !! Why?Hi, I have this problem: in my web pages no more than 5 field are displayed. Why ? Here is my configuration: - Forge 3.7.2.Final - JEE 7 Project with JPA (Hibernate) on DB2 Database - Faces Scaffolding ...
Thread roaster parse for methods [JavaClassSource]
roaster parse for methods [JavaClassSource]Hi Is there a way to obtain the original source format when obtaining the methods from JavaClassSource class ? for example, I have this code public void doSomething() {
check();
...