• Re: [forge-dev] Add module dependency

    Hey Rafael,   I don't see how using AST is different from what I proposed. When you have a JavaSource object, the tree was already traversed and the options are just there.     On 11-02-2014 19:27...
    Profile Photo
    last modified by gastaldi
  • Re: [forge-dev] Add module dependency

    Hi Rafael,   You don't need AST for your code. You can use the forge-parser API for that.   Cast your JavaSource to JavaClass and you can call javaClass.getMethods() to fetch the methods the JavaClass ...
    Profile Photo
    created by gastaldi
  • Re: [forge-dev] Add module dependency

    Try adding|<dependencies-as-resource-root/> to your forge.xml file as described in: | http://forge.jboss.org/docs/plugin_development/reference-libraries.html   On 10-02-2014 14:55, Rafael Pestano wrote:...
    Profile Photo
    created by gastaldi
  • Re: [forge-dev] Add module dependency

    Rafael,   Try adding your JDT dependencies as provided. I'm afraid Forge 1 won't handle conflicting classes very well. This is fixed in Forge 2.     On 10-02-2014 14:43, Rafael Pestano wrote: Hi Iv...
    Profile Photo
    created by gastaldi
  • Re: [forge-dev] Add module dependency

    Hi Rafael,   Why do you need to access  org.eclipse.jdt.core.dom.CompilationUnit? You should only use the classes in java-parser-api that is already provided when you add a dependency to forge-shell-api...
    Profile Photo
    created by gastaldi
  • [forge-dev] Add module dependency

    Hi guys,   how can i add a module dependency to my plugin?(in forge 1.x)   I'm using JavaParser and i need to access org.eclipse.jdt.core.dom.CompilationUnit api which is available in javaparser module (...
    Profile Photo
    created by kwintesencja
  • Re: [forge-dev] New Scaffolds

    Hi Ivan,   I'd expect it to generate a Maven project with a basic implementation of the org.jboss.forge.addon.scaffold.spi.ScaffoldProvider interface and also depending on the templates addon (with some basi...
    Profile Photo
    created by gastaldi
  • [forge-dev] New Scaffolds

    Hi everyone,   I noticed an increasing demand in the scaffold usage (custom architectures, technologies,etc). I was thinking that it would be nice if we had a "Scaffold Project" type (similar to a maven archetyp...
    Profile Photo
    last modified by gastaldi
  • [forge-dev] angular scaffold: parent/child relationship issues

    Hi, I wanted to work with AngularJS scaffold in Forge and ask for your help.   With Forge2, I did not find the way to install the angularjs-scaffold-x as addon/plugin. Is there some guidance available on how...
    Profile Photo
    last modified by shadogray
  • [forge-dev] Executing processes in Forge 2

    Hi everybody,   I have a question about Forge 2. Is there a utility for executing external processes?   In Forge 1 there was this: org.jboss.forge.shell.util.NativeSystemCall.execFromPath   However...
    Profile Photo
    last modified by ivan_stefanov
  • Re: [forge-dev] Forge Hack Night, 2nd ed.

    My recommendation is that people spend some time looking through JIRA and find issues they'd like to try to tackle, or that they think would be fun:   https://issues.jboss.org/browse/FORGE-1167?jql=project%20%3...
    Profile Photo
    last modified by lincolnthree
  • Re: [forge-dev] Forge 2.0.0.CR2 Released

    this is weird, could you run first: ./forge -i org.jboss.forge.addon:core,2.0.0.CR2 and then ./forge ?   On 28-01-2014 11:03, Rafael Pestano wrote: i got different error(first time using forge2):   rmp...
    Profile Photo
    last modified by gastaldi
  • [forge-dev] Asciidoctor, Hyla and Forge

    Hello Forge folks,   this is Alex, I am the developer of AsciidoctorJ, the interface between Ruby part of Asciidoctor and Java. There is one project called Hyla https://github.com/cmoulliard/hyla (written in R...
    Profile Photo
    last modified by asotobu
  • [forge-dev] Meeting minutes - 02-05-2014

    ============== #forge Meeting ==============     Meeting started by lincolnthree at 15:54:33 UTC. The full logs are available at http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.20...
    Profile Photo
    created by gastaldi
  • [forge-dev] Invitation: Hack Night in #forge on irc.freenode.net @ Mon Feb 10, 2014 2:30pm - 3:30pm (Forge Project Calendar)

    You have been invited to the following event.   Title: Hack Night in #forge on irc.freenode.net When: Mon Feb 10, 2014 2:30pm - 3:30pm Eastern Time Where: #forge on irc.freenode.net Calendar: Forge Project Ca...
    Profile Photo
    created by lincolnthree
  • [forge-dev] Java-parser name change

    Hello everyone,   We are in the process of releasing a new version of the Java-parser project (thanks to the great job from Matt Benson) and we would like to give it a cool, easy to remember name.   We...
    Profile Photo
    created by gastaldi
  • [forge-dev] Meeting minutes 2014-01-29

    Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-29-15.58.html   Minutes (text): http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-29-15.58.t...
    Profile Photo
    created by lincolnthree
  • [forge-dev] Fwd: Forge 2 core tests

    Forwarded message - From: George Gastaldi <ggastald@redhat.com> Date: Thu, Jan 9, 2014 at 11:58 PM Subject: Re: Forge 2 core tests To: "Ivan St. Ivanov" <ivan.st.ivanov@gmail.com>     Hum, t...
    Profile Photo
    created by ivan_stefanov
  • [forge-dev] Invitation: Hack Night in #forge IRC channel @ Mon Feb 17, 2014 2:30pm - 3:30pm (Forge Project Calendar)

    You have been invited to the following event.   Title: Hack Night in #forge IRC channel Hack night is back! When: Mon Feb 17, 2014 2:30pm – 3:30pm Eastern Time Where: #forge IRC channel Calendar: Forge...
    Profile Photo
    created by lincolnthree
  • Re: [forge-dev] Forge 2.0.0.CR2 Released

    > Hum.... I've downloaded Forge, removed all the addons, and when I run Forge, it installs and downloads CR1 artifacts, not CR2 :   > Installation request for will: Deploy: Deploy: Deploy: Deplo...
    Profile Photo
    last modified by agoncal