Log in to follow, share, and participate in this community.
Thread [forge-dev] CdCommand
[forge-dev] CdCommandHello 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...
Thread [forge-dev] Looks like FORGE-1785 has been fixed
[forge-dev] Looks like FORGE-1785 has been fixedHi, 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...
[forge-dev] Shell script to build projectsHello 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)
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...
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:...
[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...
Thread [forge-dev] Roaster - Missing or improving ?
[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...
Thread [forge-dev] Passing parameters from command to a meta widget
[forge-dev] Passing parameters from command to a meta widgetHey 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...
[forge-dev] Deprecated methodHi 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 ...
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....
[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? ...
Thread [forge-dev] Build broken due to FORGE-1823 and FORGE-1824
[forge-dev] Build broken due to FORGE-1823 and FORGE-1824https://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...
Thread [forge-dev] Development of the Forge Website
[forge-dev] Development of the Forge WebsiteHi 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...
[forge-dev] Forge - Erro compileHi 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...
[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...
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? ...
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 ...
[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...
Thread [forge-dev] Scaffolding from a set of files (using wildcard)
[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 ...
last modified byAntonio Goncalves
[forge-dev] Scaffolding from a set of files (using wildcard)