• [forge-dev] CdCommand

    Hello Folks,   Forge: When executed cd command without parameter the command does nothing. Aesh:  When executed cd command without parameter, the shell goes to USER_DIR.   Does good idea when I exec...
    Profile Photo
    last modified by danielcunha
  • [forge-dev]  Looks like FORGE-1785 has been fixed

    Hi,   I'm giving a shot at 2.6.1-SNAPSHOT and it looks like this JIRA has been fixed. Can anybody confirm ?   https://issues.jboss.org/browse/FORGE-1785 - Explicitly setup in scaffolding   Don't kno...
    Profile Photo
    created by Antonio Goncalves
  • [forge-dev] Shell script to build projects

    Hello folks,   I did a shell script to help me build all projects. You can check it here: https://gist.github.com/danielsoro/641aaef8fe89d4d4a456   -- Att; Daniel Cunha (soro)  
    Profile Photo
    created by danielcunha
  • Re: [forge-dev] Forge doesn't work.

    That would be a nice feature to have. Fancy a pull-request?   Em 28/05/2014, às 22:39, Daniel Cunha <danielsoro@gmail.com> escreveu:   George,   Where the user see options of the boots...
    Profile Photo
    last modified by gastaldi
  • Re: [forge-dev] Forge doesn't work.

    This is correct. It uses the latest released version, not snapshot when downloading the core. Use forge -i org.jboss.forge.addon:core,2.6.1-SNAPSHOT if you want the latest snapshot   Em 28/05/2014, às 22:...
    Profile Photo
    created by gastaldi
  • [forge-dev] Forge doesn't work.

    Hi folks,   I started to work with JBoss Forge 2.6.1-SNAPSHOT. When I run Bootstrap, forge started run, but the shell doesn't work. I have this problem with a bin mode. I compiled Forge but the problem is per...
    Profile Photo
    last modified by danielcunha
  • [forge-dev]  Roaster - Missing or improving ?

    Hi,   Still playing with Roaster so I could fix https://issues.jboss.org/browse/FORGE-1618 (Command constraint-new-validator to create a new validator implementation). I don't know how to do two things (nicel...
    Profile Photo
    last modified by Antonio Goncalves
  • [forge-dev] Passing parameters from command to a meta widget

    Hey folks,   I am working on https://issues.jboss.org/browse/FORGE-1787. As you might read in the comments, I found that in order to adapt the outcome of a link, I need to pass somehow the webroot from the com...
    Profile Photo
    last modified by ivan_stefanov
  • [forge-dev] Meeting minutes - 2014-05-21

    Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-05-21-14.45.html   Minutes (text): http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-05-21-14.45.t...
    Profile Photo
    created by lincolnthree
  • [forge-dev] Deprecated method

    Hi folks,   I'm refactoring towards JDK 1.7 enhancements. But I see some alerts in project about deprecated method. Exist other form to get root directory?   Actually the getRootDirectory of the Project ...
    Profile Photo
    last modified by danielcunha
  • Re: [forge-dev] [FORGE-1817] Model!?

    Morning,   I thought create a new addon: rest-consumer. I'll use this addon to consume any endpoints. With this addon I can resolve this issue and when we need to consume other endpoints we can use this addon....
    Profile Photo
    last modified by danielcunha
  • [forge-dev] [FORGE-1817] Model!?

    Hi folks,   I can't identify this object in forge, I searched but I don't found. [ http://website-forge.rhcloud.com/rest/addons/org.jboss.forge.addon:jira]   What model it's that? I need create it?  ...
    Profile Photo
    last modified by danielcunha
  • [forge-dev] Build broken due to FORGE-1823 and FORGE-1824

    https://issues.jboss.org/browse/FORGE-1823 https://issues.jboss.org/browse/FORGE-1824   Fixing these issue has revealed numerous places within our codebase that we were incorrectly depending on IMPL classes th...
    Profile Photo
    last modified by lincolnthree
  • [forge-dev] Development of the Forge Website

    Hi all,   I am developing the website based on the templates and I'd like to discuss about the technologies to be used. I am personally in favor of static generation, since:   - It's easier to maintain...
    Profile Photo
    last modified by gastaldi
  • [forge-dev] Forge - Erro compile

    Hi guys,   I have problem with forge compilation. Failed to execute goal on project shell-spi: Could not resolve dependencies for project org.jboss.forge.addon:shell-spi:jar:2.5.1-SNAPSHOT: Could not find ar...
    Profile Photo
    created by danielcunha
  • [forge-dev] Meeting Minutes -2014-05-07

    ============== #forge Meeting ==============     Meeting started by lincolnthree at 14:47:46 UTC. The full logs are available at http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.20...
    Profile Photo
    created by gastaldi
  • Re: [forge-dev] Create a ResourceBundle.

    Sure, create one of Task type.   Thanks   Em 02/05/2014, às 13:39, Daniel Cunha <danielsoro@gmail.com> escreveu:   George,   I can to do this. Do I need to create a new issue? ...
    Profile Photo
    last modified by gastaldi
  • Re: [forge-dev] Create a ResourceBundle.

    I see. In this case it would be better to have an interface (eg. GitConstants) and add the constants there. I don't think a ResourceBundle would be of good use in this case.   Best Regards,   George ...
    Profile Photo
    created by gastaldi
  • [forge-dev] Create a ResourceBundle.

    Hi guys,   My name is Daniel and I'm newbie here and I hope help the project with something. I looked code and I see that exists many string references, with git directory: ".git"   I sent a PR yesterda...
    Profile Photo
    last modified by danielcunha
  • [forge-dev]  Scaffolding from a set of files (using wildcard)

    Hi all,   Yesterday I was on IRC but had to leave. So as a reminder....   I'm working for a customer and using Forge to prototype things. Thanks to jpa-generate-entities-from-tables I managed to generate ...
    Profile Photo
    last modified by Antonio Goncalves