From lincolnbaxter at gmail.com Tue Feb 3 10:33:21 2015 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Tue, 3 Feb 2015 10:33:21 -0500 Subject: [forge-dev] Forge Meeting Minutes - 2015-02-03 Message-ID: Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2015/forge.2015-02-03-15.12.html Minutes (text): http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2015/forge.2015-02-03-15.12.txt Log: http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2015/forge.2015-02-03-15.12.log.html Meeting summary --------------- * Agenda (lincolnthree, 15:12:06) * Status Reports (lincolnthree, 15:13:23) * gastaldi is working on the Netbeans pending tasks (gastaldi, 15:13:45) * Last week I fixed a concurrency issue in Furnace, FORGE-2125, and finally rid us of the nasty IllegalStateException when running tests from the Arquillian Forge Container. (lincolnthree, 15:14:17) * koentsje has removed forge 1 support from the jbt/jbds master branch (koentsje, 15:15:18) * gastaldi updated the master branch to run on Arquillian 1.1.6.Final (gastaldi, 15:15:31) * Last week I did a BBL on Forge : lots of interest !!! (but the team heavily uses JSF and felt there was not much except scaffolding) (agoncal, 15:16:11) * I also released Forge 2.14.0.Final last week, to get some newer features and fixes out there sooner. (lincolnthree, 15:21:03) * Conference updates (lincolnthree, 15:21:18) * : koentsje is preparing for the forge hands-on lab @ DevConf in Brno (koentsje_, 15:22:04) * Priorities & next steps (lincolnthree, 15:27:14) * Finishing NetBeans plugin (lincolnthree, 15:27:22) * Enablement and microservices R&D (lincolnthree, 15:27:48) * JavaEE 7 and expanded command features for development (lincolnthree, 15:28:04) -- Lincoln Baxter, III http://ocpsoft.org "Simpler is better." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150203/69284715/attachment.html From l.jeremie at gmail.com Wed Feb 4 19:32:20 2015 From: l.jeremie at gmail.com (=?UTF-8?Q?J=C3=A9r=C3=A9mie?=) Date: Wed, 4 Feb 2015 16:32:20 -0800 (PST) Subject: [forge-dev] PermGen with JBoss add-on In-Reply-To: References: Message-ID: <89b425c5-6251-47cf-b979-1c4242f4ffcb@googlegroups.com> Hi Daniel, I made a prototype with a test to explain the problem of parameters beginning with a "-". https://github.com/aeshell/aesh/pull/147 Tell me if it suits or if I need to change something. Do you need more explanation? All your comments are welcome. Regards, Jeremie. Le mardi 27 janvier 2015 07:41:26 UTC-5, Daniel Cunha a ?crit?: > Hi Jerr, > > > Do you have some log about it?? > > > > > On Tue, Jan 27, 2015 at 12:48 AM, J?r?mie wrote: > > Hi all, > > > The problem is on the Aesh parser not in as7 , ?wildfly or tomee. > > > My little workaround is to add ?space character in the command line like that : > as-setup --server wildfly8 --jvmargs " -Xms512m -Xmx1024m -XX:MaxPermSize=256m" > > > Hope to provide a patch on aesh ?forge integration, but this is not so easy. > > > Regards, > Jeremie. > > > > 2014-12-17 11:53 GMT-05:00 Lincoln Baxter, III : > > Antonio, > > > Does the same PermGen error occur if you build the app, start AS7 manually from the native operating system, and deploy the application? > > > ~Lincoln > > > > > On Wed, Dec 17, 2014 at 5:52 AM, Daniel Cunha wrote: > Jerr, > > > try in?2.13.0.Final and 2.13.1-SNAPSHOT. > > > > > On Wed, Dec 17, 2014 at 2:38 AM, J?r?mie wrote: > Hi Daniel and Antonio, > > > After some debugging it seems that the UIInputMany no longer working in version 2.12.13 in my case. > https://github.com/jerr/jboss-as-addon/blob/forge2/common/src/main/java/org/jboss/forge/addon/as/jboss/common/ui/JBossConfigurationWizard.java#L80 > > > > > I will investigate on this. > I'll let you know. > > > Regards, > J?r?mie. > > > > > > > 2014-12-16 17:09 GMT-05:00 Daniel Cunha : > > > +1 > > > > > On Tue, Nov 11, 2014 at 12:34 PM, Antonio Goncalves wrote: > > > > > > Hi all, > > > The other day on #IRC I mentioned having PermGen issues with the JBossAS add-on. It's confirmed. During the HoL there are plenty of people who had the same issue : install the JBoss add-on, start wildfly 8.1, build the app, deploy it, go to the index.html page (fine), click on an Entity, bang ! PermGen > > > Alexis Hassler investigated it during the lab (see below). Basically, no matter what PermGen you set, it's not taken into account. > > > Again, I really think this add-on should be looked after carefully, it's very unstable. > > > > Antonio > > > ---------- Forwarded message ---------- > From: Alexis Hassler > Date: Tue, Nov 11, 2014 at 11:37 AM > Subject: Re: Forge + Wildfly VM arguments > To: Antonio Goncalves > > > > Pas de changement avec? > as-setup --server wildfly8 --installDir /opt/java/wildfly-8.1.0.Final/ --jvmargs "-Xmx512m -XX:MaxPermSize=256m" > > > > > > Alexis? > http://www.jtips.info,?http://blog.alexis-hassler.com,?http://www.lyonjug.org > > > > > > 2014-11-11 11:22 GMT+01:00 Alexis Hassler : > > Avec un wf externe, d?marr? avec as-start. > > > > ? > > > > Pour info, en d?marrant un wf 8.1 en ligne de commande "normale" : > -D[Standalone] -Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true? ?? ?? ?? ?? ?? ?-Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true -Dorg.jboss.boot.log.file=/opt/java/wildfly-8.1.0.Final/standalone/log/server.log -Dlogging.configuration=file:/opt/java/wildfly-8.1.0.Final/standalone/configuration/logging.properties > > > > Alexis? > http://www.jtips.info,?http://blog.alexis-hassler.com,?http://www.lyonjug.org > > > > > > > > > > > > > > > _______________________________________________ > > forge-dev mailing list > > forg... at lists.jboss.org > > https://lists.jboss.org/mailman/listinfo/forge-dev > > > > -- > > > > > > Daniel Cunha (soro) > > > _______________________________________________ > > forge-dev mailing list > > forg... at lists.jboss.org > > https://lists.jboss.org/mailman/listinfo/forge-dev > > > _______________________________________________ > > forge-dev mailing list > > forg... at lists.jboss.org > > https://lists.jboss.org/mailman/listinfo/forge-dev > > > > -- > > > > > > Daniel Cunha (soro) > > > _______________________________________________ > > forge-dev mailing list > > forg... at lists.jboss.org > > https://lists.jboss.org/mailman/listinfo/forge-dev > > > > -- > > Lincoln Baxter, III > http://ocpsoft.org > "Simpler is better." > > > _______________________________________________ > > forge-dev mailing list > > forg... at lists.jboss.org > > https://lists.jboss.org/mailman/listinfo/forge-dev > > > > _______________________________________________ > > forge-dev mailing list > > forg... at lists.jboss.org > > https://lists.jboss.org/mailman/listinfo/forge-dev > > > > > -- > > > > > > Daniel Cunha (soro) From manderse at redhat.com Thu Feb 5 05:26:11 2015 From: manderse at redhat.com (Max Rydahl Andersen) Date: Thu, 05 Feb 2015 11:26:11 +0100 Subject: [forge-dev] Upcoming releases of JBoss Tools (and Developer Studio) Message-ID: <7BA89F3E-4E56-4F29-B6D0-F5FBDCE758F1@redhat.com> Hi, Just a friendly reminder that over the next four weeks we will start the releases for both maintenance (4.2.3.Beta1) and master (4.3.0.Alpha1). This is more agressive push of release than we have done before - thus please take note of the dates and be ready. There are *no* planned nor intent of doing respins of these. week 1: 2015-02-11: Code freeze master (4.3.0.Alpha1) week 2: 2015-02-19: Release master (4.3.0.Alpha1) week 3: 2015-02-26: Code freeze maintenance (4.2.3.Beta1) week 4: 2015-02-26: Release maintenance (4.2.3.Beta1) Master will be targeting Eclipse Mars M5 and main gist here is to get a working build against Mars and verify basics continues to work :) Branch is for getting a beta1 out to test the bugfixes and feedhenry improvements coming there. Calendar/overviews are available here: https://issues.jboss.org/browse/JBIDE/?selectedTab=com.atlassian.jira.jira-projects-plugin:versions-panel - note the codefreeze dates are in the description. https://issues.jboss.org/browse/JBDS/?selectedTab=com.atlassian.jira.jira-projects-plugin:versions-panel /max http://about.me/maxandersen From danielsoro at gmail.com Thu Feb 5 16:35:58 2015 From: danielsoro at gmail.com (Daniel Cunha) Date: Thu, 5 Feb 2015 18:35:58 -0300 Subject: [forge-dev] [aesh-dev] Re: PermGen with JBoss add-on In-Reply-To: <89b425c5-6251-47cf-b979-1c4242f4ffcb@googlegroups.com> References: <89b425c5-6251-47cf-b979-1c4242f4ffcb@googlegroups.com> Message-ID: Hi Jerr, it seem good. I like this: test --foo \"-X1 X2 -X3\" (A scape with "" sounds good for me) For other case I prefer the old strategy, the OptionGroup as Stale talked: - OptionGroup, is similar to OptionList, but support specific name for each attribute. eg if you have an optiongroup named 'X' you could do: -Xms=512m -Xmx=1024m -XX:MaxPermSize=256m For now, we need to wait Stale agree and merge it. I don't know if he will have time to see it this week, because he's in meeting, but he will receive the email notice. :) Thank you Jerr! :D On Wed, Feb 4, 2015 at 9:32 PM, J?r?mie wrote: > Hi Daniel, > > I made a prototype with a test to explain the problem of parameters > beginning with a "-". > https://github.com/aeshell/aesh/pull/147 > > Tell me if it suits or if I need to change something. > Do you need more explanation? > > All your comments are welcome. > > Regards, > Jeremie. > > > Le mardi 27 janvier 2015 07:41:26 UTC-5, Daniel Cunha a ?crit : > > Hi Jerr, > > > > > > Do you have some log about it? > > > > > > > > > > On Tue, Jan 27, 2015 at 12:48 AM, J?r?mie > wrote: > > > > Hi all, > > > > > > The problem is on the Aesh parser not in as7 , wildfly or tomee. > > > > > > My little workaround is to add space character in the command line like > that : > > as-setup --server wildfly8 --jvmargs " -Xms512m -Xmx1024m > -XX:MaxPermSize=256m" > > > > > > Hope to provide a patch on aesh forge integration, but this is not so > easy. > > > > > > Regards, > > Jeremie. > > > > > > > > 2014-12-17 11:53 GMT-05:00 Lincoln Baxter, III : > > > > Antonio, > > > > > > Does the same PermGen error occur if you build the app, start AS7 > manually from the native operating system, and deploy the application? > > > > > > ~Lincoln > > > > > > > > > > On Wed, Dec 17, 2014 at 5:52 AM, Daniel Cunha > wrote: > > Jerr, > > > > > > try in 2.13.0.Final and 2.13.1-SNAPSHOT. > > > > > > > > > > On Wed, Dec 17, 2014 at 2:38 AM, J?r?mie > wrote: > > Hi Daniel and Antonio, > > > > > > After some debugging it seems that the UIInputMany no longer > working in version 2.12.13 in my case. > > > https://github.com/jerr/jboss-as-addon/blob/forge2/common/src/main/java/org/jboss/forge/addon/as/jboss/common/ui/JBossConfigurationWizard.java#L80 > > > > > > > > > > I will investigate on this. > > I'll let you know. > > > > > > Regards, > > J?r?mie. > > > > > > > > > > > > > > 2014-12-16 17:09 GMT-05:00 Daniel Cunha : > > > > > > +1 > > > > > > > > > > On Tue, Nov 11, 2014 at 12:34 PM, Antonio Goncalves < > antonio.... at gmail.com> wrote: > > > > > > > > > > > > Hi all, > > > > > > The other day on #IRC I mentioned having PermGen issues with the JBossAS > add-on. It's confirmed. During the HoL there are plenty of people who had > the same issue : install the JBoss add-on, start wildfly 8.1, build the > app, deploy it, go to the index.html page (fine), click on an Entity, bang > ! PermGen > > > > > > Alexis Hassler investigated it during the lab (see below). Basically, no > matter what PermGen you set, it's not taken into account. > > > > > > Again, I really think this add-on should be looked after carefully, it's > very unstable. > > > > > > > > Antonio > > > > > > ---------- Forwarded message ---------- > > From: Alexis Hassler > > Date: Tue, Nov 11, 2014 at 11:37 AM > > Subject: Re: Forge + Wildfly VM arguments > > To: Antonio Goncalves > > > > > > > > Pas de changement avec > > as-setup --server wildfly8 --installDir /opt/java/wildfly-8.1.0.Final/ > --jvmargs "-Xmx512m -XX:MaxPermSize=256m" > > > > > > > > > > > > Alexis > > http://www.jtips.info, http://blog.alexis-hassler.com, > http://www.lyonjug.org > > > > > > > > > > > > 2014-11-11 11:22 GMT+01:00 Alexis Hassler : > > > > Avec un wf externe, d?marr? avec as-start. > > > > > > > > ? > > > > > > > > Pour info, en d?marrant un wf 8.1 en ligne de commande "normale" : > > -D[Standalone] -Xms64m -Xmx512m -XX:MaxPermSize=256m > -Djava.net.preferIPv4Stack=true > -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true > -Dorg.jboss.boot.log.file=/opt/java/wildfly-8.1.0.Final/standalone/log/server.log > -Dlogging.configuration=file:/opt/java/wildfly-8.1.0.Final/standalone/configuration/logging.properties > > > > > > > > Alexis > > http://www.jtips.info, http://blog.alexis-hassler.com, > http://www.lyonjug.org > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > > forge-dev mailing list > > > > forg... at lists.jboss.org > > > > https://lists.jboss.org/mailman/listinfo/forge-dev > > > > > > > > -- > > > > > > > > > > > > Daniel Cunha (soro) > > > > > > _______________________________________________ > > > > forge-dev mailing list > > > > forg... at lists.jboss.org > > > > https://lists.jboss.org/mailman/listinfo/forge-dev > > > > > > _______________________________________________ > > > > forge-dev mailing list > > > > forg... at lists.jboss.org > > > > https://lists.jboss.org/mailman/listinfo/forge-dev > > > > > > > > -- > > > > > > > > > > > > Daniel Cunha (soro) > > > > > > _______________________________________________ > > > > forge-dev mailing list > > > > forg... at lists.jboss.org > > > > https://lists.jboss.org/mailman/listinfo/forge-dev > > > > > > > > -- > > > > Lincoln Baxter, III > > http://ocpsoft.org > > "Simpler is better." > > > > > > _______________________________________________ > > > > forge-dev mailing list > > > > forg... at lists.jboss.org > > > > https://lists.jboss.org/mailman/listinfo/forge-dev > > > > > > > > _______________________________________________ > > > > forge-dev mailing list > > > > forg... at lists.jboss.org > > > > https://lists.jboss.org/mailman/listinfo/forge-dev > > > > > > > > > > -- > > > > > > > > > > > > Daniel Cunha (soro) > > -- > You received this message because you are subscribed to the Google Groups > "?sh Developer List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to aesh-dev+unsubscribe at googlegroups.com. > To post to this group, send email to aesh-dev at googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/aesh-dev/89b425c5-6251-47cf-b979-1c4242f4ffcb%40googlegroups.com > . > For more options, visit https://groups.google.com/d/optout. > -- Daniel Cunha (soro) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150205/113dee9f/attachment-0001.html From jer at printstacktrace.org Thu Feb 5 22:18:11 2015 From: jer at printstacktrace.org (=?UTF-8?B?SsOpcsOpbWll?=) Date: Thu, 5 Feb 2015 22:18:11 -0500 Subject: [forge-dev] [Forge Development] - [aesh-dev] Re:  PermGen with JBoss add-on [lsj722-1wkh-joam] In-Reply-To: <54d3e28e.2985460a.1bbf.7074SMTPIN_ADDED_BROKEN@mx.google.com> References: <54d3e28e.2985460a.1bbf.7074SMTPIN_ADDED_BROKEN@mx.google.com> Message-ID: Hi Daniel, Great, tell me when this is ok or if we need to change something. I want to wait for the resolution of this before the release of the jboss forge plugins : as-addon, tomee-as-addon and jboss-as-addon. Regards, J?r?mie. 2015-02-05 16:37 GMT-05:00 Guest : > JBoss Developer > [forge-dev] > [aesh-dev] Re: PermGen with JBoss add-on > > reply from Guest in *Forge Development* - View the full discussion > > ------------------------------ > > Hi Jerr, > > > > it seem good. > > I like this: test --foo \"-X1 X2 -X3\" (A scape with "" sounds good for > > me) > > > > For other case I prefer the old strategy, the OptionGroup as Stale talked: > > - OptionGroup, is similar to OptionList, but support specific name for > > each attribute. eg if you have an optiongroup named 'X' you could do: > > -Xms=512m -Xmx=1024m -XX:MaxPermSize=256m > > > > For now, we need to wait Stale agree and merge it. > > I don't know if he will have time to see it this week, because he's in > > meeting, but he will receive the email notice. > > > > Thank you Jerr! > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150205/c60766d1/attachment.html From antonio.mailing at gmail.com Sat Feb 7 16:50:24 2015 From: antonio.mailing at gmail.com (Antonio Goncalves) Date: Sat, 7 Feb 2015 22:50:24 +0100 Subject: [forge-dev] How to contribute Message-ID: Hi guys, Brand new computer, spent a few weeks installing everything... and now I want to start contributing to Forge again. So I go to http://forge.jboss.org/document/contribute-code ... and the page is blank. Where can I find all the information about the code formatter, the Git rules, code style... and so on ? I can't easily find it on the website, and I would expect the "contribute code" section to explain all this. Thanks for the pointers -- Antonio Goncalves Software architect and Java Champion Web site | Twitter | LinkedIn | Paris JUG | Devoxx France -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150207/717a2711/attachment.html From antonio.goncalves at gmail.com Sat Feb 7 16:51:11 2015 From: antonio.goncalves at gmail.com (Antonio Goncalves) Date: Sat, 7 Feb 2015 22:51:11 +0100 Subject: [forge-dev] How to contribute Message-ID: Hi guys, Brand new computer, spent a few weeks installing everything... and now I want to start contributing to Forge again. So I go to http://forge.jboss.org/document/contribute-code ... and the page is blank. Where can I find all the information about the code formatter, the Git rules, code style... and so on ? I can't easily find it on the website, and I would expect the "contribute code" section to explain all this. Thanks for the pointers Antonio -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150207/a938f0e5/attachment.html From ggastald at redhat.com Sat Feb 7 16:52:50 2015 From: ggastald at redhat.com (George Gastaldi) Date: Sat, 7 Feb 2015 16:52:50 -0500 (EST) Subject: [forge-dev] How to contribute In-Reply-To: References: Message-ID: <92E2203C-A07D-49EB-8D3D-11F60E7A8CEA@redhat.com> This is because our doc server is experiencing some technical difficulties. See https://github.com/forge/core/blob/master/CONTRIBUTING.asciidoc for the time being. > Em 07/02/2015, ?s 19:50, Antonio Goncalves escreveu: > > Hi guys, > > Brand new computer, spent a few weeks installing everything... and now I want to start contributing to Forge again. So I go to http://forge.jboss.org/document/contribute-code ... and the page is blank. > > Where can I find all the information about the code formatter, the Git rules, code style... and so on ? I can't easily find it on the website, and I would expect the "contribute code" section to explain all this. > > Thanks for the pointers > > -- > Antonio Goncalves > Software architect and Java Champion > > Web site | Twitter | LinkedIn | Paris JUG | Devoxx France > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150207/cb196a34/attachment.html From antonio.mailing at gmail.com Sat Feb 7 16:53:38 2015 From: antonio.mailing at gmail.com (Antonio Goncalves) Date: Sat, 7 Feb 2015 22:53:38 +0100 Subject: [forge-dev] How to contribute In-Reply-To: <92E2203C-A07D-49EB-8D3D-11F60E7A8CEA@redhat.com> References: <92E2203C-A07D-49EB-8D3D-11F60E7A8CEA@redhat.com> Message-ID: Thanks George 2015-02-07 22:52 GMT+01:00 George Gastaldi : > This is because our doc server is experiencing some technical > difficulties. See > https://github.com/forge/core/blob/master/CONTRIBUTING.asciidoc for the > time being. > > > > Em 07/02/2015, ?s 19:50, Antonio Goncalves > escreveu: > > Hi guys, > > Brand new computer, spent a few weeks installing everything... and now I > want to start contributing to Forge again. So I go to > http://forge.jboss.org/document/contribute-code ... and the page is blank. > > Where can I find all the information about the code formatter, the Git > rules, code style... and so on ? I can't easily find it on the website, and > I would expect the "contribute code" section to explain all this. > > Thanks for the pointers > > -- > Antonio Goncalves > Software architect and Java Champion > > Web site | Twitter > | LinkedIn > | Paris JUG > | Devoxx France > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > -- Antonio Goncalves Software architect and Java Champion Web site | Twitter | LinkedIn | Paris JUG | Devoxx France -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150207/8b718794/attachment.html From antonio.mailing at gmail.com Sat Feb 7 17:35:54 2015 From: antonio.mailing at gmail.com (Antonio Goncalves) Date: Sat, 7 Feb 2015 23:35:54 +0100 Subject: [forge-dev] Furnace CDI Container Build Problem. In-Reply-To: <280247430.631422540980797.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> References: <1011527860.621422540263493.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> <280247430.631422540980797.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: Hi guys, I'm getting a bit lost here. I have the same issue (ava.lang.ClassNotFoundException: org.eclipse.aether.spi.connector.Transfer$State) and I'm using Maven 3.2.5. Shall I downgrade Maven version as Soro suggested ? Or keep 3.2.5 as stated in http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html. If yes, what do I have to do to make it work under 3.2.5 ? Thanks Antonio 2015-01-29 15:15 GMT+01:00 : > Hi Mickael, > > We have news about it. > [forge-dev] Maven 3.2.5 support ( > http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html) > > Posted by forums > Original post: https://developer.jboss.org/message/917302#917302 > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > -- Antonio Goncalves Software architect and Java Champion Web site | Twitter | LinkedIn | Paris JUG | Devoxx France -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150207/9a3726d4/attachment-0001.html From antonio.goncalves at gmail.com Sat Feb 7 17:36:38 2015 From: antonio.goncalves at gmail.com (Antonio Goncalves) Date: Sat, 7 Feb 2015 23:36:38 +0100 Subject: [forge-dev] Furnace CDI Container Build Problem. In-Reply-To: <280247430.631422540980797.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> References: <1011527860.621422540263493.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> <280247430.631422540980797.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: Hi guys, I'm getting a bit lost here. I have the same issue (ava.lang.ClassNotFoundException: org.eclipse.aether.spi.connector.Transfer$State) and I'm using Maven 3.2.5. Shall I downgrade Maven version as Soro suggested ? Or keep 3.2.5 as stated in http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html. If yes, what do I have to do to make it work under 3.2.5 ? Thanks Antonio 2015-01-29 15:15 GMT+01:00 : > Hi Mickael, > > We have news about it. > [forge-dev] Maven 3.2.5 support ( > http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html) > > Posted by forums > Original post: https://developer.jboss.org/message/917302#917302 > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > -- Antonio Goncalves Software architect and Java Champion Web site | Twitter | LinkedIn | Paris JUG | Devoxx France -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150207/b2af693c/attachment.html From ggastald at redhat.com Sat Feb 7 18:57:34 2015 From: ggastald at redhat.com (George Gastaldi) Date: Sat, 7 Feb 2015 18:57:34 -0500 (EST) Subject: [forge-dev] Furnace CDI Container Build Problem. In-Reply-To: References: <1011527860.621422540263493.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> <280247430.631422540980797.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: Are you using Forge 2.14.0.Final? You'll get this error with any other version besides that > Em 07/02/2015, ?s 20:36, Antonio Goncalves escreveu: > > Hi guys, > > I'm getting a bit lost here. I have the same issue (ava.lang.ClassNotFoundException: org.eclipse.aether.spi.connector.Transfer$State) and I'm using Maven 3.2.5. > > Shall I downgrade Maven version as Soro suggested ? Or keep 3.2.5 as stated in http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html. If yes, what do I have to do to make it work under 3.2.5 ? > > Thanks > Antonio > > 2015-01-29 15:15 GMT+01:00 : >> Hi Mickael, >> >> We have news about it. >> [forge-dev] Maven 3.2.5 support (http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html) >> >> Posted by forums >> Original post: https://developer.jboss.org/message/917302#917302 >> _______________________________________________ >> forge-dev mailing list >> forge-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/forge-dev > > > > -- > Antonio Goncalves > Software architect and Java Champion > > Web site | Twitter | LinkedIn | Paris JUG | Devoxx France > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150207/420e0227/attachment.html From antonio.mailing at gmail.com Sun Feb 8 13:04:46 2015 From: antonio.mailing at gmail.com (Antonio Goncalves) Date: Sun, 8 Feb 2015 19:04:46 +0100 Subject: [forge-dev] Furnace CDI Container Build Problem. In-Reply-To: References: <1011527860.621422540263493.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> <280247430.631422540980797.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: I'm just trying to build the lastest Forge core SNAPSHOT Antonio 2015-02-08 0:57 GMT+01:00 George Gastaldi : > Are you using Forge 2.14.0.Final? You'll get this error with any other > version besides that > > > > Em 07/02/2015, ?s 20:36, Antonio Goncalves > escreveu: > > Hi guys, > > I'm getting a bit lost here. I have the same issue (ava.lang.ClassNotFoundException: > org.eclipse.aether.spi.connector.Transfer$State) and I'm using Maven > 3.2.5. > > Shall I downgrade Maven version as Soro suggested ? Or keep 3.2.5 as > stated in > http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html. If > yes, what do I have to do to make it work under 3.2.5 ? > > Thanks > Antonio > > 2015-01-29 15:15 GMT+01:00 : > >> Hi Mickael, >> >> We have news about it. >> [forge-dev] Maven 3.2.5 support ( >> http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html) >> >> Posted by forums >> Original post: https://developer.jboss.org/message/917302#917302 >> _______________________________________________ >> forge-dev mailing list >> forge-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/forge-dev >> > > > > -- > Antonio Goncalves > Software architect and Java Champion > > Web site | Twitter > | LinkedIn > | Paris JUG > | Devoxx France > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > -- Antonio Goncalves Software architect and Java Champion Web site | Twitter | LinkedIn | Paris JUG | Devoxx France -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150208/92b68941/attachment.html From ggastald at redhat.com Sun Feb 8 13:16:26 2015 From: ggastald at redhat.com (George Gastaldi) Date: Sun, 8 Feb 2015 13:16:26 -0500 (EST) Subject: [forge-dev] Furnace CDI Container Build Problem. In-Reply-To: References: <1011527860.621422540263493.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> <280247430.631422540980797.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <5B8467AD-3F08-4DF1-AACF-BBDD7D0FECA7@redhat.com> This is odd. I am building with 2.3.5 and everything goes fine. Are you sure there is no other Maven in your Path? Try running mvn --version. > Em 08/02/2015, ?s 16:05, Antonio Goncalves escreveu: > > I'm just trying to build the lastest Forge core SNAPSHOT > > Antonio > > 2015-02-08 0:57 GMT+01:00 George Gastaldi : >> Are you using Forge 2.14.0.Final? You'll get this error with any other version besides that >> >> >> >>> Em 07/02/2015, ?s 20:36, Antonio Goncalves escreveu: >>> >> >>> Hi guys, >>> >>> I'm getting a bit lost here. I have the same issue (ava.lang.ClassNotFoundException: org.eclipse.aether.spi.connector.Transfer$State) and I'm using Maven 3.2.5. >>> >>> Shall I downgrade Maven version as Soro suggested ? Or keep 3.2.5 as stated in http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html. If yes, what do I have to do to make it work under 3.2.5 ? >>> >>> Thanks >>> Antonio >>> >>> 2015-01-29 15:15 GMT+01:00 : >>>> Hi Mickael, >>>> >>>> We have news about it. >>>> [forge-dev] Maven 3.2.5 support (http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html) >>>> >>>> Posted by forums >>>> Original post: https://developer.jboss.org/message/917302#917302 >>>> _______________________________________________ >>>> forge-dev mailing list >>>> forge-dev at lists.jboss.org >>>> https://lists.jboss.org/mailman/listinfo/forge-dev >>> >>> >>> >>> -- >>> Antonio Goncalves >>> Software architect and Java Champion >>> >>> Web site | Twitter | LinkedIn | Paris JUG | Devoxx France >>> _______________________________________________ >>> forge-dev mailing list >>> forge-dev at lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/forge-dev >> >> _______________________________________________ >> forge-dev mailing list >> forge-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/forge-dev > > > > -- > Antonio Goncalves > Software architect and Java Champion > > Web site | Twitter | LinkedIn | Paris JUG | Devoxx France > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150208/b9c1933c/attachment-0001.html From ggastald at redhat.com Sun Feb 8 13:17:22 2015 From: ggastald at redhat.com (George Gastaldi) Date: Sun, 8 Feb 2015 13:17:22 -0500 (EST) Subject: [forge-dev] Furnace CDI Container Build Problem. In-Reply-To: <5B8467AD-3F08-4DF1-AACF-BBDD7D0FECA7@redhat.com> References: <1011527860.621422540263493.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> <280247430.631422540980797.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> <5B8467AD-3F08-4DF1-AACF-BBDD7D0FECA7@redhat.com> Message-ID: <1FCB71A2-DFC2-469F-A461-293550CFB416@redhat.com> 3.2.5, sorry. Make sure you pulled the latest sources too > Em 08/02/2015, ?s 16:16, George Gastaldi escreveu: > > This is odd. I am building with 2.3.5 and everything goes fine. Are you sure there is no other Maven in your Path? Try running mvn --version. > > > >> Em 08/02/2015, ?s 16:05, Antonio Goncalves escreveu: >> >> I'm just trying to build the lastest Forge core SNAPSHOT >> >> Antonio >> >> 2015-02-08 0:57 GMT+01:00 George Gastaldi : >>> Are you using Forge 2.14.0.Final? You'll get this error with any other version besides that >>> >>> >>> >>>> Em 07/02/2015, ?s 20:36, Antonio Goncalves escreveu: >>>> >>> >>>> Hi guys, >>>> >>>> I'm getting a bit lost here. I have the same issue (ava.lang.ClassNotFoundException: org.eclipse.aether.spi.connector.Transfer$State) and I'm using Maven 3.2.5. >>>> >>>> Shall I downgrade Maven version as Soro suggested ? Or keep 3.2.5 as stated in http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html. If yes, what do I have to do to make it work under 3.2.5 ? >>>> >>>> Thanks >>>> Antonio >>>> >>>> 2015-01-29 15:15 GMT+01:00 : >>>>> Hi Mickael, >>>>> >>>>> We have news about it. >>>>> [forge-dev] Maven 3.2.5 support (http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html) >>>>> >>>>> Posted by forums >>>>> Original post: https://developer.jboss.org/message/917302#917302 >>>>> _______________________________________________ >>>>> forge-dev mailing list >>>>> forge-dev at lists.jboss.org >>>>> https://lists.jboss.org/mailman/listinfo/forge-dev >>>> >>>> >>>> >>>> -- >>>> Antonio Goncalves >>>> Software architect and Java Champion >>>> >>>> Web site | Twitter | LinkedIn | Paris JUG | Devoxx France >>>> _______________________________________________ >>>> forge-dev mailing list >>>> forge-dev at lists.jboss.org >>>> https://lists.jboss.org/mailman/listinfo/forge-dev >>> >>> _______________________________________________ >>> forge-dev mailing list >>> forge-dev at lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/forge-dev >> >> >> >> -- >> Antonio Goncalves >> Software architect and Java Champion >> >> Web site | Twitter | LinkedIn | Paris JUG | Devoxx France >> _______________________________________________ >> forge-dev mailing list >> forge-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/forge-dev > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150208/bbb8d79d/attachment.html From antonio.mailing at gmail.com Sun Feb 8 13:31:00 2015 From: antonio.mailing at gmail.com (Antonio Goncalves) Date: Sun, 8 Feb 2015 19:31:00 +0100 Subject: [forge-dev] Furnace CDI Container Build Problem. In-Reply-To: <1FCB71A2-DFC2-469F-A461-293550CFB416@redhat.com> References: <1011527860.621422540263493.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> <280247430.631422540980797.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> <5B8467AD-3F08-4DF1-AACF-BBDD7D0FECA7@redhat.com> <1FCB71A2-DFC2-469F-A461-293550CFB416@redhat.com> Message-ID: I do have Maven 3.2.5.... but didn't have the latest version of the code. But now I have this : Failed to execute goal on project addon-manager-spi: Could not resolve dependencies for project org.jboss.forge.addon:addon-manager-spi:jar:2.14.1-SNAPSHOT: Could not find artifact *org.jboss.forge.furnace.container:cdi:jar:forge-addon:2.14.1-SNAPSHOT* in jboss-public-repository-group ( http://repository.jboss.org/nexus/content/groups/public/) I'm pretty sure my settings.xml is ok.... any idea ? Antonio 2015-02-08 19:17 GMT+01:00 George Gastaldi : > 3.2.5, sorry. Make sure you pulled the latest sources too > > > > Em 08/02/2015, ?s 16:16, George Gastaldi escreveu: > > This is odd. I am building with 2.3.5 and everything goes fine. Are you > sure there is no other Maven in your Path? Try running mvn --version. > > > > Em 08/02/2015, ?s 16:05, Antonio Goncalves > escreveu: > > I'm just trying to build the lastest Forge core SNAPSHOT > > Antonio > > 2015-02-08 0:57 GMT+01:00 George Gastaldi : > >> Are you using Forge 2.14.0.Final? You'll get this error with any other >> version besides that >> >> >> >> Em 07/02/2015, ?s 20:36, Antonio Goncalves >> escreveu: >> >> Hi guys, >> >> I'm getting a bit lost here. I have the same issue (ava.lang.ClassNotFoundException: >> org.eclipse.aether.spi.connector.Transfer$State) and I'm using Maven >> 3.2.5. >> >> Shall I downgrade Maven version as Soro suggested ? Or keep 3.2.5 as >> stated in >> http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html. If >> yes, what do I have to do to make it work under 3.2.5 ? >> >> Thanks >> Antonio >> >> 2015-01-29 15:15 GMT+01:00 : >> >>> Hi Mickael, >>> >>> We have news about it. >>> [forge-dev] Maven 3.2.5 support ( >>> http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html) >>> >>> Posted by forums >>> Original post: https://developer.jboss.org/message/917302#917302 >>> _______________________________________________ >>> forge-dev mailing list >>> forge-dev at lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/forge-dev >>> >> >> >> >> -- >> Antonio Goncalves >> Software architect and Java Champion >> >> Web site | Twitter >> | LinkedIn >> | Paris JUG >> | Devoxx France >> >> _______________________________________________ >> forge-dev mailing list >> forge-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/forge-dev >> >> >> _______________________________________________ >> forge-dev mailing list >> forge-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/forge-dev >> > > > > -- > Antonio Goncalves > Software architect and Java Champion > > Web site | Twitter > | LinkedIn > | Paris JUG > | Devoxx France > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > -- Antonio Goncalves Software architect and Java Champion Web site | Twitter | LinkedIn | Paris JUG | Devoxx France -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150208/5f77028d/attachment-0001.html From ivan.st.ivanov at gmail.com Sun Feb 8 13:39:28 2015 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Sun, 8 Feb 2015 20:39:28 +0200 Subject: [forge-dev] Furnace CDI Container Build Problem. In-Reply-To: References: <1011527860.621422540263493.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> <280247430.631422540980797.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> <5B8467AD-3F08-4DF1-AACF-BBDD7D0FECA7@redhat.com> <1FCB71A2-DFC2-469F-A461-293550CFB416@redhat.com> Message-ID: Hi Antonio, You should either have the JBoss snapshot repository in your settings.xml, or download and build all projects, which SNAPSHOT versions Forge core depends. Here is my script (it assumes that I have all the projects in the ~/projects/forge directory): echo Updating Aesh ... cd ~/projects/forge/2.0/aesh && git pull && mvn clean install -DskipTests; echo Updating Aesh Extensions ... cd ~/projects/forge/2.0/aesh-extensions && git pull && mvn clean install -DskipTests; echo Updating Furnace... cd ~/projects/forge/2.0/furnace && git pull && mvn clean install -DskipTests; echo Updating Furnace CDI ... cd ~/projects/forge/2.0/furnace-cdi && git pull && mvn clean install -DskipTests; echo Updating Furnace Simple... cd ~/projects/forge/2.0/furnace-simple && git pull && mvn clean install -DskipTests; echo Updating Roaster... cd ~/projects/forge/2.0/roaster && git pull && mvn clean install -DskipTests; echo Updating Core... cd ~/projects/forge/2.0/core && git fetch upstream && git rebase upstream/master && mvn clean install -DskipTests Cheers, Ivan On Sun, Feb 8, 2015 at 8:31 PM, Antonio Goncalves wrote: > I do have Maven 3.2.5.... but didn't have the latest version of the code. > > But now I have this : > > Failed to execute goal on project addon-manager-spi: Could not resolve > dependencies for project > org.jboss.forge.addon:addon-manager-spi:jar:2.14.1-SNAPSHOT: Could not find > artifact > *org.jboss.forge.furnace.container:cdi:jar:forge-addon:2.14.1-SNAPSHOT* > in jboss-public-repository-group ( > http://repository.jboss.org/nexus/content/groups/public/) > > I'm pretty sure my settings.xml is ok.... any idea ? > > Antonio > > 2015-02-08 19:17 GMT+01:00 George Gastaldi : > >> 3.2.5, sorry. Make sure you pulled the latest sources too >> >> >> >> Em 08/02/2015, ?s 16:16, George Gastaldi escreveu: >> >> This is odd. I am building with 2.3.5 and everything goes fine. Are you >> sure there is no other Maven in your Path? Try running mvn --version. >> >> >> >> Em 08/02/2015, ?s 16:05, Antonio Goncalves >> escreveu: >> >> I'm just trying to build the lastest Forge core SNAPSHOT >> >> Antonio >> >> 2015-02-08 0:57 GMT+01:00 George Gastaldi : >> >>> Are you using Forge 2.14.0.Final? You'll get this error with any other >>> version besides that >>> >>> >>> >>> Em 07/02/2015, ?s 20:36, Antonio Goncalves >>> escreveu: >>> >>> Hi guys, >>> >>> I'm getting a bit lost here. I have the same issue (ava.lang.ClassNotFoundException: >>> org.eclipse.aether.spi.connector.Transfer$State) and I'm using Maven >>> 3.2.5. >>> >>> Shall I downgrade Maven version as Soro suggested ? Or keep 3.2.5 as >>> stated in >>> http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html. If >>> yes, what do I have to do to make it work under 3.2.5 ? >>> >>> Thanks >>> Antonio >>> >>> 2015-01-29 15:15 GMT+01:00 : >>> >>>> Hi Mickael, >>>> >>>> We have news about it. >>>> [forge-dev] Maven 3.2.5 support ( >>>> http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html) >>>> >>>> Posted by forums >>>> Original post: https://developer.jboss.org/message/917302#917302 >>>> _______________________________________________ >>>> forge-dev mailing list >>>> forge-dev at lists.jboss.org >>>> https://lists.jboss.org/mailman/listinfo/forge-dev >>>> >>> >>> >>> >>> -- >>> Antonio Goncalves >>> Software architect and Java Champion >>> >>> Web site | Twitter >>> | LinkedIn >>> | Paris JUG >>> | Devoxx France >>> >>> _______________________________________________ >>> forge-dev mailing list >>> forge-dev at lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/forge-dev >>> >>> >>> _______________________________________________ >>> forge-dev mailing list >>> forge-dev at lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/forge-dev >>> >> >> >> >> -- >> Antonio Goncalves >> Software architect and Java Champion >> >> Web site | Twitter >> | LinkedIn >> | Paris JUG >> | Devoxx France >> >> _______________________________________________ >> forge-dev mailing list >> forge-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/forge-dev >> >> _______________________________________________ >> forge-dev mailing list >> forge-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/forge-dev >> >> >> _______________________________________________ >> forge-dev mailing list >> forge-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/forge-dev >> > > > > -- > Antonio Goncalves > Software architect and Java Champion > > Web site | Twitter > | LinkedIn > | Paris JUG > | Devoxx France > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150208/987ffd1e/attachment.html From ivan.st.ivanov at gmail.com Sun Feb 8 13:40:37 2015 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Sun, 8 Feb 2015 20:40:37 +0200 Subject: [forge-dev] Furnace CDI Container Build Problem. In-Reply-To: References: <1011527860.621422540263493.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> <280247430.631422540980797.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> <5B8467AD-3F08-4DF1-AACF-BBDD7D0FECA7@redhat.com> <1FCB71A2-DFC2-469F-A461-293550CFB416@redhat.com> Message-ID: .. forgot to mention something about the script: you have to clone those projects first :) On Sun, Feb 8, 2015 at 8:39 PM, Ivan St. Ivanov wrote: > Hi Antonio, > > You should either have the JBoss snapshot repository in your settings.xml, > or download and build all projects, which SNAPSHOT versions Forge core > depends. Here is my script (it assumes that I have all the projects in the > ~/projects/forge directory): > > echo Updating Aesh ... > cd ~/projects/forge/2.0/aesh && git pull && mvn clean install -DskipTests; > echo Updating Aesh Extensions ... > cd ~/projects/forge/2.0/aesh-extensions && git pull && mvn clean install > -DskipTests; > echo Updating Furnace... > cd ~/projects/forge/2.0/furnace && git pull && mvn clean install > -DskipTests; > echo Updating Furnace CDI ... > cd ~/projects/forge/2.0/furnace-cdi && git pull && mvn clean install > -DskipTests; > echo Updating Furnace Simple... > cd ~/projects/forge/2.0/furnace-simple && git pull && mvn clean install > -DskipTests; > echo Updating Roaster... > cd ~/projects/forge/2.0/roaster && git pull && mvn clean install > -DskipTests; > echo Updating Core... > cd ~/projects/forge/2.0/core && git fetch upstream && git rebase > upstream/master && mvn clean install -DskipTests > > Cheers, > Ivan > > > > On Sun, Feb 8, 2015 at 8:31 PM, Antonio Goncalves < > antonio.mailing at gmail.com> wrote: > >> I do have Maven 3.2.5.... but didn't have the latest version of the code. >> >> But now I have this : >> >> Failed to execute goal on project addon-manager-spi: Could not resolve >> dependencies for project >> org.jboss.forge.addon:addon-manager-spi:jar:2.14.1-SNAPSHOT: Could not find >> artifact >> *org.jboss.forge.furnace.container:cdi:jar:forge-addon:2.14.1-SNAPSHOT* >> in jboss-public-repository-group ( >> http://repository.jboss.org/nexus/content/groups/public/) >> >> I'm pretty sure my settings.xml is ok.... any idea ? >> >> Antonio >> >> 2015-02-08 19:17 GMT+01:00 George Gastaldi : >> >>> 3.2.5, sorry. Make sure you pulled the latest sources too >>> >>> >>> >>> Em 08/02/2015, ?s 16:16, George Gastaldi escreveu: >>> >>> This is odd. I am building with 2.3.5 and everything goes fine. Are you >>> sure there is no other Maven in your Path? Try running mvn --version. >>> >>> >>> >>> Em 08/02/2015, ?s 16:05, Antonio Goncalves >>> escreveu: >>> >>> I'm just trying to build the lastest Forge core SNAPSHOT >>> >>> Antonio >>> >>> 2015-02-08 0:57 GMT+01:00 George Gastaldi : >>> >>>> Are you using Forge 2.14.0.Final? You'll get this error with any other >>>> version besides that >>>> >>>> >>>> >>>> Em 07/02/2015, ?s 20:36, Antonio Goncalves >>>> escreveu: >>>> >>>> Hi guys, >>>> >>>> I'm getting a bit lost here. I have the same issue (ava.lang.ClassNotFoundException: >>>> org.eclipse.aether.spi.connector.Transfer$State) and I'm using Maven >>>> 3.2.5. >>>> >>>> Shall I downgrade Maven version as Soro suggested ? Or keep 3.2.5 as >>>> stated in >>>> http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html. >>>> If yes, what do I have to do to make it work under 3.2.5 ? >>>> >>>> Thanks >>>> Antonio >>>> >>>> 2015-01-29 15:15 GMT+01:00 : >>>> >>>>> Hi Mickael, >>>>> >>>>> We have news about it. >>>>> [forge-dev] Maven 3.2.5 support ( >>>>> http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html) >>>>> >>>>> Posted by forums >>>>> Original post: https://developer.jboss.org/message/917302#917302 >>>>> _______________________________________________ >>>>> forge-dev mailing list >>>>> forge-dev at lists.jboss.org >>>>> https://lists.jboss.org/mailman/listinfo/forge-dev >>>>> >>>> >>>> >>>> >>>> -- >>>> Antonio Goncalves >>>> Software architect and Java Champion >>>> >>>> Web site | Twitter >>>> | LinkedIn >>>> | Paris JUG >>>> | Devoxx France >>>> >>>> _______________________________________________ >>>> forge-dev mailing list >>>> forge-dev at lists.jboss.org >>>> https://lists.jboss.org/mailman/listinfo/forge-dev >>>> >>>> >>>> _______________________________________________ >>>> forge-dev mailing list >>>> forge-dev at lists.jboss.org >>>> https://lists.jboss.org/mailman/listinfo/forge-dev >>>> >>> >>> >>> >>> -- >>> Antonio Goncalves >>> Software architect and Java Champion >>> >>> Web site | Twitter >>> | LinkedIn >>> | Paris JUG >>> | Devoxx France >>> >>> _______________________________________________ >>> forge-dev mailing list >>> forge-dev at lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/forge-dev >>> >>> _______________________________________________ >>> forge-dev mailing list >>> forge-dev at lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/forge-dev >>> >>> >>> _______________________________________________ >>> forge-dev mailing list >>> forge-dev at lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/forge-dev >>> >> >> >> >> -- >> Antonio Goncalves >> Software architect and Java Champion >> >> Web site | Twitter >> | LinkedIn >> | Paris JUG >> | Devoxx France >> >> _______________________________________________ >> forge-dev mailing list >> forge-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/forge-dev >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150208/ecd45505/attachment-0001.html From antonio.mailing at gmail.com Mon Feb 9 00:41:48 2015 From: antonio.mailing at gmail.com (Antonio Goncalves) Date: Mon, 9 Feb 2015 06:41:48 +0100 Subject: [forge-dev] Furnace CDI Container Build Problem. In-Reply-To: References: <1011527860.621422540263493.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> <280247430.631422540980797.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> <5B8467AD-3F08-4DF1-AACF-BBDD7D0FECA7@redhat.com> <1FCB71A2-DFC2-469F-A461-293550CFB416@redhat.com> Message-ID: Thanks. I don't know why it doesn't get the SNAPSHOTs (settings.xml ok) but your script made the trick. BTW, I've slightly improved it ;o) Antonio #!/bin/bash FORGE_HOME=~/Documents/Code/Forge echo Updating Aesh ... cd $FORGE_HOME/aesh && git pull && mvn clean install -DskipTests; echo Updating Aesh Extensions ... cd $FORGE_HOME/aesh-extensions && git pull && mvn clean install -DskipTests; echo Updating Furnace... cd $FORGE_HOME/furnace && git pull && mvn clean install -DskipTests; echo Updating Furnace CDI ... cd $FORGE_HOME/furnace-cdi && git pull && mvn clean install -DskipTests; echo Updating Furnace Simple... cd $FORGE_HOME/furnace-simple && git pull && mvn clean install -DskipTests; echo Updating Roaster... cd $FORGE_HOME/roaster && git pull && mvn clean install -DskipTests; echo Updating Core... cd $FORGE_HOME/core && git fetch upstream && git rebase upstream/master && mvn clean install -DskipTests 2015-02-08 19:40 GMT+01:00 Ivan St. Ivanov : > .. forgot to mention something about the script: you have to clone those > projects first :) > > On Sun, Feb 8, 2015 at 8:39 PM, Ivan St. Ivanov > wrote: > >> Hi Antonio, >> >> You should either have the JBoss snapshot repository in your >> settings.xml, or download and build all projects, which SNAPSHOT versions >> Forge core depends. Here is my script (it assumes that I have all the >> projects in the ~/projects/forge directory): >> >> echo Updating Aesh ... >> cd ~/projects/forge/2.0/aesh && git pull && mvn clean install -DskipTests; >> echo Updating Aesh Extensions ... >> cd ~/projects/forge/2.0/aesh-extensions && git pull && mvn clean install >> -DskipTests; >> echo Updating Furnace... >> cd ~/projects/forge/2.0/furnace && git pull && mvn clean install >> -DskipTests; >> echo Updating Furnace CDI ... >> cd ~/projects/forge/2.0/furnace-cdi && git pull && mvn clean install >> -DskipTests; >> echo Updating Furnace Simple... >> cd ~/projects/forge/2.0/furnace-simple && git pull && mvn clean install >> -DskipTests; >> echo Updating Roaster... >> cd ~/projects/forge/2.0/roaster && git pull && mvn clean install >> -DskipTests; >> echo Updating Core... >> cd ~/projects/forge/2.0/core && git fetch upstream && git rebase >> upstream/master && mvn clean install -DskipTests >> >> Cheers, >> Ivan >> >> >> >> On Sun, Feb 8, 2015 at 8:31 PM, Antonio Goncalves < >> antonio.mailing at gmail.com> wrote: >> >>> I do have Maven 3.2.5.... but didn't have the latest version of the code. >>> >>> But now I have this : >>> >>> Failed to execute goal on project addon-manager-spi: Could not resolve >>> dependencies for project >>> org.jboss.forge.addon:addon-manager-spi:jar:2.14.1-SNAPSHOT: Could not find >>> artifact >>> *org.jboss.forge.furnace.container:cdi:jar:forge-addon:2.14.1-SNAPSHOT* >>> in jboss-public-repository-group ( >>> http://repository.jboss.org/nexus/content/groups/public/) >>> >>> I'm pretty sure my settings.xml is ok.... any idea ? >>> >>> Antonio >>> >>> 2015-02-08 19:17 GMT+01:00 George Gastaldi : >>> >>>> 3.2.5, sorry. Make sure you pulled the latest sources too >>>> >>>> >>>> >>>> Em 08/02/2015, ?s 16:16, George Gastaldi >>>> escreveu: >>>> >>>> This is odd. I am building with 2.3.5 and everything goes fine. Are you >>>> sure there is no other Maven in your Path? Try running mvn --version. >>>> >>>> >>>> >>>> Em 08/02/2015, ?s 16:05, Antonio Goncalves >>>> escreveu: >>>> >>>> I'm just trying to build the lastest Forge core SNAPSHOT >>>> >>>> Antonio >>>> >>>> 2015-02-08 0:57 GMT+01:00 George Gastaldi : >>>> >>>>> Are you using Forge 2.14.0.Final? You'll get this error with any other >>>>> version besides that >>>>> >>>>> >>>>> >>>>> Em 07/02/2015, ?s 20:36, Antonio Goncalves >>>>> escreveu: >>>>> >>>>> Hi guys, >>>>> >>>>> I'm getting a bit lost here. I have the same issue (ava.lang.ClassNotFoundException: >>>>> org.eclipse.aether.spi.connector.Transfer$State) and I'm using Maven >>>>> 3.2.5. >>>>> >>>>> Shall I downgrade Maven version as Soro suggested ? Or keep 3.2.5 as >>>>> stated in >>>>> http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html. >>>>> If yes, what do I have to do to make it work under 3.2.5 ? >>>>> >>>>> Thanks >>>>> Antonio >>>>> >>>>> 2015-01-29 15:15 GMT+01:00 : >>>>> >>>>>> Hi Mickael, >>>>>> >>>>>> We have news about it. >>>>>> [forge-dev] Maven 3.2.5 support ( >>>>>> http://lists.jboss.org/pipermail/forge-dev/2015-January/004189.html) >>>>>> >>>>>> Posted by forums >>>>>> Original post: https://developer.jboss.org/message/917302#917302 >>>>>> _______________________________________________ >>>>>> forge-dev mailing list >>>>>> forge-dev at lists.jboss.org >>>>>> https://lists.jboss.org/mailman/listinfo/forge-dev >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Antonio Goncalves >>>>> Software architect and Java Champion >>>>> >>>>> Web site | Twitter >>>>> | LinkedIn >>>>> | Paris JUG >>>>> | Devoxx France >>>>> >>>>> _______________________________________________ >>>>> forge-dev mailing list >>>>> forge-dev at lists.jboss.org >>>>> https://lists.jboss.org/mailman/listinfo/forge-dev >>>>> >>>>> >>>>> _______________________________________________ >>>>> forge-dev mailing list >>>>> forge-dev at lists.jboss.org >>>>> https://lists.jboss.org/mailman/listinfo/forge-dev >>>>> >>>> >>>> >>>> >>>> -- >>>> Antonio Goncalves >>>> Software architect and Java Champion >>>> >>>> Web site | Twitter >>>> | LinkedIn >>>> | Paris JUG >>>> | Devoxx France >>>> >>>> _______________________________________________ >>>> forge-dev mailing list >>>> forge-dev at lists.jboss.org >>>> https://lists.jboss.org/mailman/listinfo/forge-dev >>>> >>>> _______________________________________________ >>>> forge-dev mailing list >>>> forge-dev at lists.jboss.org >>>> https://lists.jboss.org/mailman/listinfo/forge-dev >>>> >>>> >>>> _______________________________________________ >>>> forge-dev mailing list >>>> forge-dev at lists.jboss.org >>>> https://lists.jboss.org/mailman/listinfo/forge-dev >>>> >>> >>> >>> >>> -- >>> Antonio Goncalves >>> Software architect and Java Champion >>> >>> Web site | Twitter >>> | LinkedIn >>> | Paris JUG >>> | Devoxx France >>> >>> _______________________________________________ >>> forge-dev mailing list >>> forge-dev at lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/forge-dev >>> >> >> > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > -- Antonio Goncalves Software architect and Java Champion Web site | Twitter | LinkedIn | Paris JUG | Devoxx France -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150209/fcd5aab1/attachment.html From devanshu911 at gmail.com Mon Feb 9 09:01:59 2015 From: devanshu911 at gmail.com (Devanshu Singh) Date: Mon, 9 Feb 2015 19:31:59 +0530 Subject: [forge-dev] Docker addon. Message-ID: Hi guys, I was contemplating about working on a docker addon for forge. It will be nice to know what all functionalities and features the community wants from this addon. It'll be great if you guys could leave your ideas and sugesstions in the comments in the issue jira or otherwise. The JIRA issue: https://issues.jboss.org/browse/FORGEPLUGINS-181 Thanks, Devanshu. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150209/9dcc02ac/attachment.html From jsightle at redhat.com Mon Feb 9 12:09:45 2015 From: jsightle at redhat.com (Jess Sightler) Date: Mon, 09 Feb 2015 12:09:45 -0500 Subject: [forge-dev] How to contribute In-Reply-To: References: Message-ID: <54D8E9D9.80205@redhat.com> It looks like there is a contribution guide here: https://github.com/forge/core/blob/master/CONTRIBUTING.asciidoc On 02/07/2015 04:51 PM, Antonio Goncalves wrote: > Hi guys, > > Brand new computer, spent a few weeks installing everything... and now > I want to start contributing to Forge again. So I go to > http://forge.jboss.org/document/contribute-code ... and the page is blank. > > Where can I find all the information about the code formatter, the Git > rules, code style... and so on ? I can't easily find it on the > website, and I would expect the "contribute code" section to explain > all this. > > Thanks for the pointers > > Antonio > > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150209/bd2be349/attachment-0001.html From ggastald at redhat.com Tue Feb 10 11:21:21 2015 From: ggastald at redhat.com (George Gastaldi) Date: Tue, 10 Feb 2015 14:21:21 -0200 Subject: [forge-dev] JBoss Forge Meeting Minutes - 2015-02-10 Message-ID: <54DA3001.2080200@redhat.com> ============== #forge Meeting ============== Meeting started by gastaldi at 15:01:00 UTC. The full logs are available at http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2015/forge.2015-02-10-15.01.log.html . Meeting summary --------------- * Agenda (gastaldi, 15:01:29) * Priorities (gastaldi, 15:04:17) * gastaldi published the Netbeans plugin into http://plugins.netbeans.org and the sources in https://github.com/forge/netbeans-plugin (gastaldi, 15:04:55) * LINK: http://plugins.netbeans.org/plugin/57296/ (gastaldi, 15:07:19) * the code freeze for jbt 4.3.0.alpha1 is coming up on thursday (koentsje, 15:12:13) * the code freeze for jbt 4.2.3.Beta1 is coming up on februari 26th (koentsje, 15:14:57) * Conferences (gastaldi, 15:43:29) * the hands on lab proposal for devoxx fr was declined (koentsje, 15:44:44) * i did a succesful hands on lab at devconf in brno last weekend (koentsje, 15:45:22) * LINK: https://oss.sonatype.org/content/repositories/snapshots/org/ocpsoft/redoculous-embedded/ is broken (gastaldi, 16:18:24) Meeting ended at 16:20:30 UTC. Action Items ------------ Action Items, by person ----------------------- * **UNASSIGNED** * (none) People Present (lines said) --------------------------- * gastaldi (96) * lincolnthree (47) * agoncal (44) * koentsje (32) * ivannov (17) * jbossbot (15) * jbott (7) * vineetreynolds (2) * pmuir (0) Generated by `MeetBot`_ 0.1.4 .. _`MeetBot`: http://wiki.debian.org/MeetBot From rajmahendra at gmail.com Tue Feb 10 11:31:49 2015 From: rajmahendra at gmail.com (rajmahendra at gmail.com) Date: Tue, 10 Feb 2015 22:01:49 +0530 Subject: [forge-dev] JBoss Forge Meeting Minutes - 2015-02-10 In-Reply-To: <54DA3001.2080200@redhat.com> References: <54DA3001.2080200@redhat.com> Message-ID: Waaawww Netbeans Plugin... right away trying :) \0/ Hail the developer(s) ! On Tue, Feb 10, 2015 at 9:51 PM, George Gastaldi wrote: > ============== > #forge Meeting > ============== > > > Meeting started by gastaldi at 15:01:00 UTC. The full logs are available > at > > http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2015/forge.2015-02-10-15.01.log.html > . > > > > Meeting summary > --------------- > * Agenda (gastaldi, 15:01:29) > > * Priorities (gastaldi, 15:04:17) > * gastaldi published the Netbeans plugin into > http://plugins.netbeans.org and the sources in > https://github.com/forge/netbeans-plugin (gastaldi, 15:04:55) > * LINK: http://plugins.netbeans.org/plugin/57296/ (gastaldi, > 15:07:19) > * the code freeze for jbt 4.3.0.alpha1 is coming up on thursday > (koentsje, 15:12:13) > * the code freeze for jbt 4.2.3.Beta1 is coming up on februari 26th > (koentsje, 15:14:57) > > * Conferences (gastaldi, 15:43:29) > * the hands on lab proposal for devoxx fr was declined (koentsje, > 15:44:44) > * i did a succesful hands on lab at devconf in brno last weekend > (koentsje, 15:45:22) > * LINK: > > https://oss.sonatype.org/content/repositories/snapshots/org/ocpsoft/redoculous-embedded/ > is broken (gastaldi, 16:18:24) > > Meeting ended at 16:20:30 UTC. > > > > > Action Items > ------------ > > > > > > Action Items, by person > ----------------------- > * **UNASSIGNED** > * (none) > > > > > People Present (lines said) > --------------------------- > * gastaldi (96) > * lincolnthree (47) > * agoncal (44) > * koentsje (32) > * ivannov (17) > * jbossbot (15) > * jbott (7) > * vineetreynolds (2) > * pmuir (0) > > > > > Generated by `MeetBot`_ 0.1.4 > > .. _`MeetBot`: http://wiki.debian.org/MeetBot > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > -- Thank you and regards, Rajmahendra (*Raj*) Founder / Lead JUG Chennai/Hyderabad NetBeans Dream Team Member http://www.twitter.com/rajonjava ---------------------------------------------------------------------------------------------- "DREAM is not what you see in sleep; is the thing which does not let you sleep" - APJ Abdul Kalam Do the difficult things while they are easy and do the great things while they are small. A journey of a thousand miles must begin with a single step. - Lao Tzu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150210/f7435403/attachment.html From rruss at redhat.com Tue Feb 10 14:21:23 2015 From: rruss at redhat.com (Rodney Russ) Date: Tue, 10 Feb 2015 12:21:23 -0700 Subject: [forge-dev] JBoss Forge Meeting Minutes - 2015-02-10 In-Reply-To: <54DA3001.2080200@redhat.com> References: <54DA3001.2080200@redhat.com> Message-ID: <52D6EDB6-3DDA-4D38-9DE1-EB4FCC8A8A50@redhat.com> On 10 Feb 2015, at 9:21, George Gastaldi wrote: > ============== > #forge Meeting > ============== > > > Meeting started by gastaldi at 15:01:00 UTC. The full logs are > available > at > http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2015/forge.2015-02-10-15.01.log.html > . > > > > Meeting summary > --------------- > * Agenda (gastaldi, 15:01:29) > > * Priorities (gastaldi, 15:04:17) > * gastaldi published the Netbeans plugin into > http://plugins.netbeans.org and the sources in 23 downloads since yesterday. Has this been publicized (e.g. blog, etc.)? > https://github.com/forge/netbeans-plugin (gastaldi, 15:04:55) > * LINK: http://plugins.netbeans.org/plugin/57296/ (gastaldi, > 15:07:19) > * the code freeze for jbt 4.3.0.alpha1 is coming up on thursday > (koentsje, 15:12:13) > * the code freeze for jbt 4.2.3.Beta1 is coming up on februari 26th > (koentsje, 15:14:57) > > * Conferences (gastaldi, 15:43:29) > * the hands on lab proposal for devoxx fr was declined (koentsje, > 15:44:44) > * i did a succesful hands on lab at devconf in brno last weekend > (koentsje, 15:45:22) > * LINK: > > https://oss.sonatype.org/content/repositories/snapshots/org/ocpsoft/redoculous-embedded/ > is broken (gastaldi, 16:18:24) > > Meeting ended at 16:20:30 UTC. > > > > > Action Items > ------------ > > > > > > Action Items, by person > ----------------------- > * **UNASSIGNED** > * (none) > > > > > People Present (lines said) > --------------------------- > * gastaldi (96) > * lincolnthree (47) > * agoncal (44) > * koentsje (32) > * ivannov (17) > * jbossbot (15) > * jbott (7) > * vineetreynolds (2) > * pmuir (0) > > > > > Generated by `MeetBot`_ 0.1.4 > > .. _`MeetBot`: http://wiki.debian.org/MeetBot > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev From ggastald at redhat.com Tue Feb 10 15:01:55 2015 From: ggastald at redhat.com (George Gastaldi) Date: Tue, 10 Feb 2015 15:01:55 -0500 (EST) Subject: [forge-dev] JBoss Forge Meeting Minutes - 2015-02-10 In-Reply-To: <52D6EDB6-3DDA-4D38-9DE1-EB4FCC8A8A50@redhat.com> References: <54DA3001.2080200@redhat.com> <52D6EDB6-3DDA-4D38-9DE1-EB4FCC8A8A50@redhat.com> Message-ID: <635028D8-E774-4CB1-A2E5-B1E6FC7A37A9@redhat.com> Not yet, I believe they are from the screencast or the tweets :) Working in a blog post now. > Em 10/02/2015, ?s 17:21, Rodney Russ escreveu: > > > >> On 10 Feb 2015, at 9:21, George Gastaldi wrote: >> >> ============== >> #forge Meeting >> ============== >> >> >> Meeting started by gastaldi at 15:01:00 UTC. The full logs are >> available >> at >> http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2015/forge.2015-02-10-15.01.log.html >> . >> >> >> >> Meeting summary >> --------------- >> * Agenda (gastaldi, 15:01:29) >> >> * Priorities (gastaldi, 15:04:17) >> * gastaldi published the Netbeans plugin into >> http://plugins.netbeans.org and the sources in > > 23 downloads since yesterday. Has this been publicized (e.g. blog, > etc.)? > >> https://github.com/forge/netbeans-plugin (gastaldi, 15:04:55) >> * LINK: http://plugins.netbeans.org/plugin/57296/ (gastaldi, >> 15:07:19) >> * the code freeze for jbt 4.3.0.alpha1 is coming up on thursday >> (koentsje, 15:12:13) >> * the code freeze for jbt 4.2.3.Beta1 is coming up on februari 26th >> (koentsje, 15:14:57) >> >> * Conferences (gastaldi, 15:43:29) >> * the hands on lab proposal for devoxx fr was declined (koentsje, >> 15:44:44) >> * i did a succesful hands on lab at devconf in brno last weekend >> (koentsje, 15:45:22) >> * LINK: >> >> https://oss.sonatype.org/content/repositories/snapshots/org/ocpsoft/redoculous-embedded/ >> is broken (gastaldi, 16:18:24) >> >> Meeting ended at 16:20:30 UTC. >> >> >> >> >> Action Items >> ------------ >> >> >> >> >> >> Action Items, by person >> ----------------------- >> * **UNASSIGNED** >> * (none) >> >> >> >> >> People Present (lines said) >> --------------------------- >> * gastaldi (96) >> * lincolnthree (47) >> * agoncal (44) >> * koentsje (32) >> * ivannov (17) >> * jbossbot (15) >> * jbott (7) >> * vineetreynolds (2) >> * pmuir (0) >> >> >> >> >> Generated by `MeetBot`_ 0.1.4 >> >> .. _`MeetBot`: http://wiki.debian.org/MeetBot >> >> _______________________________________________ >> forge-dev mailing list >> forge-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/forge-dev > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev From rruss at redhat.com Tue Feb 10 15:38:42 2015 From: rruss at redhat.com (Rodney Russ) Date: Tue, 10 Feb 2015 13:38:42 -0700 Subject: [forge-dev] JBoss Forge Meeting Minutes - 2015-02-10 In-Reply-To: <635028D8-E774-4CB1-A2E5-B1E6FC7A37A9@redhat.com> References: <54DA3001.2080200@redhat.com> <52D6EDB6-3DDA-4D38-9DE1-EB4FCC8A8A50@redhat.com> <635028D8-E774-4CB1-A2E5-B1E6FC7A37A9@redhat.com> Message-ID: <586CB749-BCFA-4D68-8278-7E782F557C50@redhat.com> In that context, 23 is good then. :) Congrats on getting that out! On 10 Feb 2015, at 13:01, George Gastaldi wrote: > Not yet, I believe they are from the screencast or the tweets :) > Working in a blog post now. > > >> Em 10/02/2015, ?s 17:21, Rodney Russ escreveu: >> >> >> >>> On 10 Feb 2015, at 9:21, George Gastaldi wrote: >>> >>> ============== >>> #forge Meeting >>> ============== >>> >>> >>> Meeting started by gastaldi at 15:01:00 UTC. The full logs are >>> available >>> at >>> http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2015/forge.2015-02-10-15.01.log.html >>> . >>> >>> >>> >>> Meeting summary >>> --------------- >>> * Agenda (gastaldi, 15:01:29) >>> >>> * Priorities (gastaldi, 15:04:17) >>> * gastaldi published the Netbeans plugin into >>> http://plugins.netbeans.org and the sources in >> >> 23 downloads since yesterday. Has this been publicized (e.g. blog, >> etc.)? >> >>> https://github.com/forge/netbeans-plugin (gastaldi, 15:04:55) >>> * LINK: http://plugins.netbeans.org/plugin/57296/ (gastaldi, >>> 15:07:19) >>> * the code freeze for jbt 4.3.0.alpha1 is coming up on thursday >>> (koentsje, 15:12:13) >>> * the code freeze for jbt 4.2.3.Beta1 is coming up on februari 26th >>> (koentsje, 15:14:57) >>> >>> * Conferences (gastaldi, 15:43:29) >>> * the hands on lab proposal for devoxx fr was declined (koentsje, >>> 15:44:44) >>> * i did a succesful hands on lab at devconf in brno last weekend >>> (koentsje, 15:45:22) >>> * LINK: >>> >>> https://oss.sonatype.org/content/repositories/snapshots/org/ocpsoft/redoculous-embedded/ >>> is broken (gastaldi, 16:18:24) >>> >>> Meeting ended at 16:20:30 UTC. >>> >>> >>> >>> >>> Action Items >>> ------------ >>> >>> >>> >>> >>> >>> Action Items, by person >>> ----------------------- >>> * **UNASSIGNED** >>> * (none) >>> >>> >>> >>> >>> People Present (lines said) >>> --------------------------- >>> * gastaldi (96) >>> * lincolnthree (47) >>> * agoncal (44) >>> * koentsje (32) >>> * ivannov (17) >>> * jbossbot (15) >>> * jbott (7) >>> * vineetreynolds (2) >>> * pmuir (0) >>> >>> >>> >>> >>> Generated by `MeetBot`_ 0.1.4 >>> >>> .. _`MeetBot`: http://wiki.debian.org/MeetBot >>> >>> _______________________________________________ >>> forge-dev mailing list >>> forge-dev at lists.jboss.org >>> https://lists.jboss.org/mailman/listinfo/forge-dev >> >> _______________________________________________ >> forge-dev mailing list >> forge-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/forge-dev > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev From forge-dev at lists.jboss.org Thu Feb 12 03:48:41 2015 From: forge-dev at lists.jboss.org (forge-dev at lists.jboss.org) Date: Thu, 12 Feb 2015 03:48:41 EST Subject: [forge-dev] Unable to install Forge plugin in Eclipse Luna Message-ID: <315690664.901423731001999.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Hi there, I'm very excited to start using Jboss Forge in my IDE but I followed the guide on Github but the installation fails. Can anybody help me understand what I'm missing? And yed, I've already installed the JBoss Tools Usage Reporting plugin. Kindest regards This is the error: An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). No repository found containing: osgi.bundle,org.jboss.tools.aesh.core,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.aesh.core.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.aesh.runtime,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.aesh.runtime.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.aesh.ui,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.aesh.ui.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.core,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.core.ext,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.core.ext.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.core.ext.test,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.core.ext.test.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.core.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.core.test,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.core.test.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: org.eclipse.update.feature,org.jboss.tools.forge.ext.feature,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: org.eclipse.update.feature,org.jboss.tools.forge.ext.feature.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: org.eclipse.update.feature,org.jboss.tools.forge.ext.test.feature,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: org.eclipse.update.feature,org.jboss.tools.forge.ext.test.feature.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: org.eclipse.update.feature,org.jboss.tools.forge.feature,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: org.eclipse.update.feature,org.jboss.tools.forge.feature.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.m2e,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: org.eclipse.update.feature,org.jboss.tools.forge.m2e.feature,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: org.eclipse.update.feature,org.jboss.tools.forge.m2e.feature.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.m2e.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.runtime,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.runtime.ext,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.runtime.ext.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.runtime.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: org.eclipse.update.feature,org.jboss.tools.forge.test.feature,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: org.eclipse.update.feature,org.jboss.tools.forge.test.feature.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.ui,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.ui.ext,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.ui.ext.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.ui.ext.test,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.ui.ext.test.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.ui.notifications,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.ui.notifications.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.ui.source,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.ui.test,2.0.0.Alpha1-v20150211-0918-B793 No repository found containing: osgi.bundle,org.jboss.tools.forge.ui.test.source,2.0.0.Alpha1-v20150211-0918-B793 Posted by forums Original post: https://developer.jboss.org/message/918575#918575 From forge-dev at lists.jboss.org Thu Feb 12 04:44:59 2015 From: forge-dev at lists.jboss.org (forge-dev at lists.jboss.org) Date: Thu, 12 Feb 2015 04:44:59 EST Subject: [forge-dev] Unable to install Forge plugin in Eclipse Luna In-Reply-To: <315690664.901423731001999.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <922199973.911423734329771.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Hey Salvatore, You are trying to install the master branch (4.3.x) in Luna. The master branch is targeted towards Mars and is incompatible with Luna. You can use the 4.2.x branch for installation in Luna or use Mars if you want to try out what is in master. Cheers, Koen Posted by forums Original post: https://developer.jboss.org/message/918576#918576 From forge-dev at lists.jboss.org Thu Feb 12 09:07:29 2015 From: forge-dev at lists.jboss.org (forge-dev at lists.jboss.org) Date: Thu, 12 Feb 2015 09:07:29 EST Subject: [forge-dev] Unable to install Forge plugin in Eclipse Luna In-Reply-To: <922199973.911423734329771.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <1209486255.931423750079146.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Thank you very much! In the mean while I had time to explore the command line interface.... STUNNING! Regards Posted by forums Original post: https://developer.jboss.org/message/918595#918595 From forge-dev at lists.jboss.org Fri Feb 13 05:41:57 2015 From: forge-dev at lists.jboss.org (forge-dev at lists.jboss.org) Date: Fri, 13 Feb 2015 05:41:57 EST Subject: [forge-dev] Unable to install Forge plugin in Eclipse Luna In-Reply-To: <1209486255.931423750079146.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <1666304220.951423824147188.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Cool isn't it? Doesn't it make you want to throw your IDE out of the window? :-P Posted by forums Original post: https://developer.jboss.org/message/918771#918771 From forge-dev at lists.jboss.org Fri Feb 13 05:51:49 2015 From: forge-dev at lists.jboss.org (forge-dev at lists.jboss.org) Date: Fri, 13 Feb 2015 05:51:49 EST Subject: [forge-dev] Unable to install Forge plugin in Eclipse Luna In-Reply-To: <1666304220.951423824147188.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: <2124669948.961423824739410.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> THAT is exactly what I did!! XD Thank you so much! Posted by forums Original post: https://developer.jboss.org/message/918772#918772 From lincolnbaxter at gmail.com Tue Feb 17 10:30:00 2015 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Tue, 17 Feb 2015 10:30:00 -0500 Subject: [forge-dev] Forge Meeting MInutes - 2015-02-17 (Cancelled - attendance) Message-ID: We ended up discussing and working on the Forge documentation and tutorials for a while instead of having a formal meeting. Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2015/forge.2015-02-17-15.17.html Minutes (text): http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2015/forge.2015-02-17-15.17.txt Log: http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2015/forge.2015-02-17-15.17.log.html -- Lincoln Baxter, III http://ocpsoft.org "Simpler is better." -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150217/01f629d1/attachment.html From antonio.mailing at gmail.com Thu Feb 19 04:23:57 2015 From: antonio.mailing at gmail.com (Antonio Goncalves) Date: Thu, 19 Feb 2015 10:23:57 +0100 Subject: [forge-dev] Adding methods to the CommandController Message-ID: Hi all, I'm investigating how to refactor UICommands in the best way (see the analysis in https://issues.jboss.org/browse/FORGE-2109). But before refactoring, I would like to add a stronger test coverage so I make sure I don't break things. I was looking at CommandController that list of the command inputs : Map> *getInputs*(); I would like to add the following commands InputComponent *getInput*(String input); // returns one input boolean *hasInput*(String input); // checks if the input is present What do you think ? -- Antonio Goncalves Software architect and Java Champion Web site | Twitter | LinkedIn | Paris JUG | Devoxx France -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150219/15d90081/attachment.html From danielsoro at gmail.com Thu Feb 19 04:32:36 2015 From: danielsoro at gmail.com (Daniel Cunha) Date: Thu, 19 Feb 2015 06:32:36 -0300 Subject: [forge-dev] Adding methods to the CommandController In-Reply-To: References: Message-ID: +1 On Thu, Feb 19, 2015 at 6:23 AM, Antonio Goncalves wrote: > Hi all, > > I'm investigating how to refactor UICommands in the best way (see the > analysis in https://issues.jboss.org/browse/FORGE-2109). But before > refactoring, I would like to add a stronger test coverage so I make sure I > don't break things. > > > I was looking at CommandController that list of the command inputs : > > Map> getInputs(); > > > I would like to add the following commands > > InputComponent getInput(String input); // returns one input > boolean hasInput(String input); // checks if the input is present > > > What do you think ? > > -- > Antonio Goncalves > Software architect and Java Champion > > Web site | Twitter | LinkedIn | Paris JUG | Devoxx France > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev -- Daniel Cunha (soro) From ggastald at redhat.com Thu Feb 19 05:13:52 2015 From: ggastald at redhat.com (George Gastaldi) Date: Thu, 19 Feb 2015 05:13:52 -0500 (EST) Subject: [forge-dev] Adding methods to the CommandController In-Reply-To: References: Message-ID: Hi Antonio, How different is that from the immutable Map? I find the Map more flexible in terms of: - you can do inputs.keySet() and iterate through the input names (there are some places where we do this) - some UIProviders need to know if a Command has any input at all to decide if it should execute or should render the Wizard screen. So I am not sure if this is a good idea, but I may be wrong ;) Best Regards, George Gastaldi > Em 19/02/2015, ?s 07:24, Antonio Goncalves escreveu: > > Hi all, > > I'm investigating how to refactor UICommands in the best way (see the analysis in https://issues.jboss.org/browse/FORGE-2109). But before refactoring, I would like to add a stronger test coverage so I make sure I don't break things. > > > I was looking at CommandController that list of the command inputs : > > Map> getInputs(); > > > I would like to add the following commands > > InputComponent getInput(String input); // returns one input > boolean hasInput(String input); // checks if the input is present > > > What do you think ? > > -- > Antonio Goncalves > Software architect and Java Champion > > Web site | Twitter | LinkedIn | Paris JUG | Devoxx France > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150219/f8c5f0e4/attachment.html From antonio.mailing at gmail.com Thu Feb 19 08:23:36 2015 From: antonio.mailing at gmail.com (Antonio Goncalves) Date: Thu, 19 Feb 2015 14:23:36 +0100 Subject: [forge-dev] Adding methods to the CommandController In-Reply-To: References: Message-ID: Well, you are the boss, I'm just an API user... but would like my life to be simplified ;o) Of course I can iterate through a map in each of the tests, but if there was already a method, that would help. Because, in Roaster, we find this pattern all over the place : getMethods(), getMethod(String s), hasMethod(Method m), getAnnotations(), getAnnotation(String s), hasAnnotation(Annotation a).... I find this handy, and manipulating the CommandController often... well, it helps ;o) Antonio 2015-02-19 11:13 GMT+01:00 George Gastaldi : > Hi Antonio, > > How different is that from the immutable Map? I find the Map more flexible > in terms of: > > - you can do inputs.keySet() and iterate through the input names (there > are some places where we do this) > - some UIProviders need to know if a Command has any input at all to > decide if it should execute or should render the Wizard screen. > > So I am not sure if this is a good idea, but I may be wrong ;) > > Best Regards, > > George Gastaldi > > > > Em 19/02/2015, ?s 07:24, Antonio Goncalves > escreveu: > > Hi all, > > I'm investigating how to refactor UICommands in the best way (see the > analysis in https://issues.jboss.org/browse/FORGE-2109). But before > refactoring, I would like to add a stronger test coverage so I make sure I > don't break things. > > > I was looking at CommandController that list of the command inputs : > > Map> *getInputs*(); > > > I would like to add the following commands > > InputComponent *getInput*(String input); // returns one input > boolean *hasInput*(String input); // checks if the input is present > > > What do you think ? > > -- > Antonio Goncalves > Software architect and Java Champion > > Web site | Twitter > | LinkedIn > | Paris JUG > | Devoxx France > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > -- Antonio Goncalves Software architect and Java Champion Web site | Twitter | LinkedIn | Paris JUG | Devoxx France -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20150219/46c53e59/attachment-0001.html