From ivan.st.ivanov at gmail.com Wed Jan 1 06:28:27 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Wed, 1 Jan 2014 13:28:27 +0200 Subject: [forge-dev] The git-tools addon In-Reply-To: References: Message-ID: Hey George, Waiting for your feedback! :) About the repository: I don't think that git-tools should be part of the forge core. However, having a separate repository for each addon is a little bit too much for me. Maybe we can stick to the Forge 1 way: have one repository for non-core addons and let the people decide where to put their own. In that repo or in a repo they decide. Cheers and Happy new year! Ivan On Tue, Dec 31, 2013 at 7:40 PM, George Gastaldi wrote: > Hey Ivan! > > We'll review your code asap. I think also we might create a > "git-tools-forge-addon" repository in forge organization to distribute > that. Wdyt? > > May you and your family also have a happy new year. > > Best Regards, > > George > > Em 31/12/2013, ?s 15:33, "Ivan St. Ivanov" > escreveu: > > Hi everybody, > > A few hours before 2013 is over, I am very happy to announce that the > git-tools plugin from Forge 1 is finally migrated to a Forge 2 addon. > > I have transformed the missing functionality and the tests in Forge core > addon style: different projects for api, addon, impl (containing the UI > commands) and tests. The tests are passing both in Eclipse and in Maven. I > have added javadoc to the APIs, README.asciidoc file and some man commands. > > I haven't yet issued a pull request for two reasons: > > * I am not sure whether you will want git-tools in the core repository or > you may want it in another one > * I expect some feedback from your side on my work > > You can access the addon code here: > https://github.com/ivannov/core/tree/FORGE-1128. Once you build it and > install it in your local maven repository (Java 7 and Maven 3.1 required), > you may install it by simply running (FORGE_HOME should be set to Forge 2): > > forge --install git-tools > > You can review the functionality in the README file: > > https://github.com/ivannov/core/tree/FORGE-1128/git-tools > > As I have promised, I will send my feedback about the development > experience in Forge 2. I will also give you some feedback on the command > line shell usage on Windows (and maybe add some JIRAs to Antonio's list). > And, Lincoln, I haven't forgot this: > https://bugs.eclipse.org/bugs/show_bug.cgi?id=368230. > > At the end, I wish all of you and your families a very happy, healthy and > successful 2014! > > Cheers, > Ivan > > > _______________________________________________ > 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/20140101/03085255/attachment.html From ggastald at redhat.com Tue Jan 7 12:47:26 2014 From: ggastald at redhat.com (George Gastaldi) Date: Tue, 7 Jan 2014 12:47:26 -0500 (EST) Subject: [forge-dev] The git-tools addon In-Reply-To: References: Message-ID: <983370045.29677517.1389116846855.JavaMail.root@redhat.com> I created the repository https://github.com/forge/addon-git and gave you the necessary permissions to push. Could you move it to this repository? Thanks! ----- Original Message ----- From: "Ivan St. Ivanov" To: "forge-dev List" Sent: Wednesday, January 1, 2014 9:28:27 AM Subject: Re: [forge-dev] The git-tools addon Hey George, Waiting for your feedback! :) About the repository: I don't think that git-tools should be part of the forge core. However, having a separate repository for each addon is a little bit too much for me. Maybe we can stick to the Forge 1 way: have one repository for non-core addons and let the people decide where to put their own. In that repo or in a repo they decide. Cheers and Happy new year! Ivan On Tue, Dec 31, 2013 at 7:40 PM, George Gastaldi < ggastald at redhat.com > wrote: Hey Ivan! We'll review your code asap. I think also we might create a "git-tools-forge-addon" repository in forge organization to distribute that. Wdyt? May you and your family also have a happy new year. Best Regards, George Em 31/12/2013, ?s 15:33, "Ivan St. Ivanov" < ivan.st.ivanov at gmail.com > escreveu: Hi everybody, A few hours before 2013 is over, I am very happy to announce that the git-tools plugin from Forge 1 is finally migrated to a Forge 2 addon. I have transformed the missing functionality and the tests in Forge core addon style: different projects for api, addon, impl (containing the UI commands) and tests. The tests are passing both in Eclipse and in Maven. I have added javadoc to the APIs, README.asciidoc file and some man commands. I haven't yet issued a pull request for two reasons: * I am not sure whether you will want git-tools in the core repository or you may want it in another one * I expect some feedback from your side on my work You can access the addon code here: https://github.com/ivannov/core/tree/FORGE-1128 . Once you build it and install it in your local maven repository (Java 7 and Maven 3.1 required), you may install it by simply running (FORGE_HOME should be set to Forge 2): forge --install git-tools You can review the functionality in the README file: https://github.com/ivannov/core/tree/FORGE-1128/git-tools As I have promised, I will send my feedback about the development experience in Forge 2. I will also give you some feedback on the command line shell usage on Windows (and maybe add some JIRAs to Antonio's list). And, Lincoln, I haven't forgot this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=368230 . At the end, I wish all of you and your families a very happy, healthy and successful 2014! Cheers, Ivan _______________________________________________ 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 ivan.st.ivanov at gmail.com Tue Jan 7 17:19:53 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Wed, 8 Jan 2014 00:19:53 +0200 Subject: [forge-dev] The git-tools addon In-Reply-To: <983370045.29677517.1389116846855.JavaMail.root@redhat.com> References: <983370045.29677517.1389116846855.JavaMail.root@redhat.com> Message-ID: Hey George, Thanks for that! I pushed my addon to the FORGE-1128 branch there: https://github.com/forge/addon-git/tree/FORGE-1128 I didn't know where did you want it: master, 2.0... So I used the feature branch. Cheers, Ivan On Tue, Jan 7, 2014 at 7:47 PM, George Gastaldi wrote: > I created the repository https://github.com/forge/addon-git and gave you > the necessary permissions to push. Could you move it to this repository? > Thanks! > > ----- Original Message ----- > From: "Ivan St. Ivanov" > To: "forge-dev List" > Sent: Wednesday, January 1, 2014 9:28:27 AM > Subject: Re: [forge-dev] The git-tools addon > > Hey George, > > Waiting for your feedback! :) > > About the repository: I don't think that git-tools should be part of the > forge core. However, having a separate repository for each addon is a > little bit too much for me. Maybe we can stick to the Forge 1 way: have one > repository for non-core addons and let the people decide where to put their > own. In that repo or in a repo they decide. > > Cheers and Happy new year! > Ivan > > > On Tue, Dec 31, 2013 at 7:40 PM, George Gastaldi < ggastald at redhat.com > > wrote: > > > > Hey Ivan! > > We'll review your code asap. I think also we might create a > "git-tools-forge-addon" repository in forge organization to distribute > that. Wdyt? > > May you and your family also have a happy new year. > > Best Regards, > > George > > Em 31/12/2013, ?s 15:33, "Ivan St. Ivanov" < ivan.st.ivanov at gmail.com > > escreveu: > > > > > Hi everybody, > > A few hours before 2013 is over, I am very happy to announce that the > git-tools plugin from Forge 1 is finally migrated to a Forge 2 addon. > > I have transformed the missing functionality and the tests in Forge core > addon style: different projects for api, addon, impl (containing the UI > commands) and tests. The tests are passing both in Eclipse and in Maven. I > have added javadoc to the APIs, README.asciidoc file and some man commands. > > I haven't yet issued a pull request for two reasons: > > * I am not sure whether you will want git-tools in the core repository or > you may want it in another one > * I expect some feedback from your side on my work > > You can access the addon code here: > https://github.com/ivannov/core/tree/FORGE-1128 . Once you build it and > install it in your local maven repository (Java 7 and Maven 3.1 required), > you may install it by simply running (FORGE_HOME should be set to Forge 2): > > forge --install git-tools > > You can review the functionality in the README file: > > https://github.com/ivannov/core/tree/FORGE-1128/git-tools > > As I have promised, I will send my feedback about the development > experience in Forge 2. I will also give you some feedback on the command > line shell usage on Windows (and maybe add some JIRAs to Antonio's list). > And, Lincoln, I haven't forgot this: > https://bugs.eclipse.org/bugs/show_bug.cgi?id=368230 . > > At the end, I wish all of you and your families a very happy, healthy and > successful 2014! > > Cheers, > Ivan > > > > > > _______________________________________________ > 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 > > _______________________________________________ > 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/20140108/9cfd1f6b/attachment.html From ggastald at redhat.com Tue Jan 7 17:59:31 2014 From: ggastald at redhat.com (George Gastaldi) Date: Tue, 7 Jan 2014 17:59:31 -0500 (EST) Subject: [forge-dev] The git-tools addon In-Reply-To: References: <983370045.29677517.1389116846855.JavaMail.root@redhat.com> Message-ID: <43696961-688E-4C4A-A49F-F578A5B5B5F0@redhat.com> Master would be fine, thanks! I'll try it out. > Em 07/01/2014, ?s 20:20, "Ivan St. Ivanov" escreveu: > > Hey George, > > Thanks for that! I pushed my addon to the FORGE-1128 branch there: https://github.com/forge/addon-git/tree/FORGE-1128 > > I didn't know where did you want it: master, 2.0... So I used the feature branch. > > Cheers, > Ivan > > >> On Tue, Jan 7, 2014 at 7:47 PM, George Gastaldi wrote: >> I created the repository https://github.com/forge/addon-git and gave you the necessary permissions to push. Could you move it to this repository? >> Thanks! >> >> ----- Original Message ----- >> From: "Ivan St. Ivanov" >> To: "forge-dev List" >> Sent: Wednesday, January 1, 2014 9:28:27 AM >> Subject: Re: [forge-dev] The git-tools addon >> >> Hey George, >> >> Waiting for your feedback! :) >> >> About the repository: I don't think that git-tools should be part of the forge core. However, having a separate repository for each addon is a little bit too much for me. Maybe we can stick to the Forge 1 way: have one repository for non-core addons and let the people decide where to put their own. In that repo or in a repo they decide. >> >> Cheers and Happy new year! >> Ivan >> >> >> On Tue, Dec 31, 2013 at 7:40 PM, George Gastaldi < ggastald at redhat.com > wrote: >> >> >> >> Hey Ivan! >> >> We'll review your code asap. I think also we might create a "git-tools-forge-addon" repository in forge organization to distribute that. Wdyt? >> >> May you and your family also have a happy new year. >> >> Best Regards, >> >> George >> >> Em 31/12/2013, ?s 15:33, "Ivan St. Ivanov" < ivan.st.ivanov at gmail.com > escreveu: >> >> >> >> >> Hi everybody, >> >> A few hours before 2013 is over, I am very happy to announce that the git-tools plugin from Forge 1 is finally migrated to a Forge 2 addon. >> >> I have transformed the missing functionality and the tests in Forge core addon style: different projects for api, addon, impl (containing the UI commands) and tests. The tests are passing both in Eclipse and in Maven. I have added javadoc to the APIs, README.asciidoc file and some man commands. >> >> I haven't yet issued a pull request for two reasons: >> >> * I am not sure whether you will want git-tools in the core repository or you may want it in another one >> * I expect some feedback from your side on my work >> >> You can access the addon code here: https://github.com/ivannov/core/tree/FORGE-1128 . Once you build it and install it in your local maven repository (Java 7 and Maven 3.1 required), you may install it by simply running (FORGE_HOME should be set to Forge 2): >> >> forge --install git-tools >> >> You can review the functionality in the README file: >> >> https://github.com/ivannov/core/tree/FORGE-1128/git-tools >> >> As I have promised, I will send my feedback about the development experience in Forge 2. I will also give you some feedback on the command line shell usage on Windows (and maybe add some JIRAs to Antonio's list). And, Lincoln, I haven't forgot this: https://bugs.eclipse.org/bugs/show_bug.cgi?id=368230 . >> >> At the end, I wish all of you and your families a very happy, healthy and successful 2014! >> >> Cheers, >> Ivan >> >> >> >> >> >> _______________________________________________ >> 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 >> >> _______________________________________________ >> 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/20140107/bf68a3cc/attachment-0001.html From ivan.st.ivanov at gmail.com Wed Jan 8 08:10:25 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Wed, 8 Jan 2014 15:10:25 +0200 Subject: [forge-dev] New shell feedback Message-ID: Hi folks, As I promised, here is a [intended-to-be] short feedback about the new Forge 2 shell. As some of you know, I use Windows (Really? OK...). So I will be very happy to help you solve the issues besides merely reporting them: * The history doesn't work. That is, when you press up and down arrows instead of the previous commands, you get this: ?H * Backspace doesn't work. When I press it, the cursor just comes back to the previous position without deleting the character there. If I just write something there, the old symbol is overwritten by the new one, but at the end after pressing enter it looks like you never entered anything after pressing backspace. For example: 1) I write *new-project --namek* 2) I notice the typo and press backspace 3) k doesn't get deleted, but I overwrite it with d 4) Then I complete my command to look like this: *new-project --named test* 5) Forge's output is: *Project name must be specified.* * As you know on windows the full path to a file or directory is :\\ 1) If I try to do *cd c:\temp\forge*, Forge blows with exception: org.jboss.forge.addon.resource.ResourceException: [FileResourceImpl] can have no children at org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract FileResource.java:78) at org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse r.java:232) at org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java :71) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) 2) Somehow I noticed that I may use the paths without the drive letter, e.g. just \\. It is legal to do it in Windows, but thus you can't change to a directory located on a different drive. For example cd \temp\forge will change to c:\temp\forge if you are currently in c:. So I tried *cd \temp\forge*, but the result was the same [exception]. 3) If I am in the root directory (c:\) and I run *cd temp\forge*, I don't get exception, but ****ERROR*** tempforge\: No such file or directory*. The interesting thing is that I ran that command by pressing tab, i.e. counting on the command completion of the shell, which obviously works fine. I made the cd command work by just running *cd /temp/forge* (notice the forward slashes) If you wish, I may add these observations as JIRA items, probably as children to this one: https://issues.jboss.org/browse/FORGE-1387. Bear in mind that all the reported features work in Forge 1 even on Windows ;) We can discuss these in today's meeting. Cheers, Ivan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140108/874b181e/attachment.html From ggastald at redhat.com Wed Jan 8 08:13:01 2014 From: ggastald at redhat.com (George Gastaldi) Date: Wed, 8 Jan 2014 08:13:01 -0500 (EST) Subject: [forge-dev] New shell feedback In-Reply-To: References: Message-ID: <78A11420-8764-458B-9B27-4E3244390A6B@redhat.com> Thanks for the feedback ivan. Are you testing against the latest snapshot? Best Regards, George > Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" escreveu: > > Hi folks, > > As I promised, here is a [intended-to-be] short feedback about the new Forge 2 shell. As some of you know, I use Windows (Really? OK...). So I will be very happy to help you solve the issues besides merely reporting them: > > * The history doesn't work. That is, when you press up and down arrows instead of the previous commands, you get this: ?H > > * Backspace doesn't work. When I press it, the cursor just comes back to the previous position without deleting the character there. If I just write something there, the old symbol is overwritten by the new one, but at the end after pressing enter it looks like you never entered anything after pressing backspace. For example: > 1) I write new-project --namek > 2) I notice the typo and press backspace > 3) k doesn't get deleted, but I overwrite it with d > 4) Then I complete my command to look like this: new-project --named test > 5) Forge's output is: Project name must be specified. > > * As you know on windows the full path to a file or directory is :\\ > 1) If I try to do cd c:\temp\forge, Forge blows with exception: > org.jboss.forge.addon.resource.ResourceException: [FileResourceImpl] can have no > children > at org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract > FileResource.java:78) > at org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse > r.java:232) > at org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java > :71) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > sorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > 2) Somehow I noticed that I may use the paths without the drive letter, e.g. just \\. It is legal to do it in Windows, but thus you can't change to a directory located on a different drive. For example cd \temp\forge will change to c:\temp\forge if you are currently in c:. So I tried cd \temp\forge, but the result was the same [exception]. > 3) If I am in the root directory (c:\) and I run cd temp\forge, I don't get exception, but ***ERROR*** tempforge\: No such file or directory. The interesting thing is that I ran that command by pressing tab, i.e. counting on the command completion of the shell, which obviously works fine. > > I made the cd command work by just running cd /temp/forge (notice the forward slashes) > > > If you wish, I may add these observations as JIRA items, probably as children to this one: https://issues.jboss.org/browse/FORGE-1387. Bear in mind that all the reported features work in Forge 1 even on Windows ;) > > We can discuss these in today's meeting. > > Cheers, > Ivan > > _______________________________________________ > 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/20140108/7941e4bc/attachment.html From ivan.st.ivanov at gmail.com Wed Jan 8 08:18:25 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Wed, 8 Jan 2014 15:18:25 +0200 Subject: [forge-dev] New shell feedback In-Reply-To: <78A11420-8764-458B-9B27-4E3244390A6B@redhat.com> References: <78A11420-8764-458B-9B27-4E3244390A6B@redhat.com> Message-ID: Sorry, forgot to mention that this is with snapshot from December, 29th. The situation was the same with all the previous betas and alphas. On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi wrote: > Thanks for the feedback ivan. > Are you testing against the latest snapshot? > > Best Regards, > George > > Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" > escreveu: > > Hi folks, > > As I promised, here is a [intended-to-be] short feedback about the new > Forge 2 shell. As some of you know, I use Windows (Really? OK...). So I > will be very happy to help you solve the issues besides merely reporting > them: > > * The history doesn't work. That is, when you press up and down arrows > instead of the previous commands, you get this: ?H > > * Backspace doesn't work. When I press it, the cursor just comes back to > the previous position without deleting the character there. If I just write > something there, the old symbol is overwritten by the new one, but at the > end after pressing enter it looks like you never entered anything after > pressing backspace. For example: > 1) I write *new-project --namek* > 2) I notice the typo and press backspace > 3) k doesn't get deleted, but I overwrite it with d > 4) Then I complete my command to look like this: *new-project --named > test* > 5) Forge's output is: *Project name must be specified.* > > * As you know on windows the full path to a file or directory is > :\\ > 1) If I try to do *cd c:\temp\forge*, Forge blows with exception: > org.jboss.forge.addon.resource.ResourceException: [FileResourceImpl] can > have no > children > at > org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract > FileResource.java:78) > at > org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse > r.java:232) > at > org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java > :71) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > java:57) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > sorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > 2) Somehow I noticed that I may use the paths without the drive letter, > e.g. just \\. It is legal to do it in Windows, but thus you > can't change to a directory located on a different drive. For example cd > \temp\forge will change to c:\temp\forge if you are currently in c:. So I > tried *cd \temp\forge*, but the result was the same [exception]. > 3) If I am in the root directory (c:\) and I run *cd temp\forge*, I > don't get exception, but ****ERROR*** tempforge\: No such file or > directory*. The interesting thing is that I ran that command by pressing > tab, i.e. counting on the command completion of the shell, which obviously > works fine. > > I made the cd command work by just running *cd /temp/forge* (notice the > forward slashes) > > > If you wish, I may add these observations as JIRA items, probably as > children to this one: https://issues.jboss.org/browse/FORGE-1387. Bear in > mind that all the reported features work in Forge 1 even on Windows ;) > > We can discuss these in today's meeting. > > Cheers, > Ivan > > _______________________________________________ > 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/20140108/f3ff4f20/attachment-0001.html From ggastald at redhat.com Sat Jan 11 12:40:07 2014 From: ggastald at redhat.com (George Gastaldi) Date: Sat, 11 Jan 2014 12:40:07 -0500 (EST) Subject: [forge-dev] New shell feedback In-Reply-To: References: <78A11420-8764-458B-9B27-4E3244390A6B@redhat.com> Message-ID: <2E28445F-5074-4046-AC0B-77EB2624FB5A@redhat.com> Ivan, Could you open a JIRA with these issues and mark it as Blocker? We can't release 2.0.0.Final unless this is fixed. > Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" escreveu: > > Sorry, forgot to mention that this is with snapshot from December, 29th. The situation was the same with all the previous betas and alphas. > > >> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi wrote: >> Thanks for the feedback ivan. >> Are you testing against the latest snapshot? >> >> Best Regards, >> George >> >>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" escreveu: >>> >> >>> Hi folks, >>> >>> As I promised, here is a [intended-to-be] short feedback about the new Forge 2 shell. As some of you know, I use Windows (Really? OK...). So I will be very happy to help you solve the issues besides merely reporting them: >>> >>> * The history doesn't work. That is, when you press up and down arrows instead of the previous commands, you get this: ?H >>> >>> * Backspace doesn't work. When I press it, the cursor just comes back to the previous position without deleting the character there. If I just write something there, the old symbol is overwritten by the new one, but at the end after pressing enter it looks like you never entered anything after pressing backspace. For example: >>> 1) I write new-project --namek >>> 2) I notice the typo and press backspace >>> 3) k doesn't get deleted, but I overwrite it with d >>> 4) Then I complete my command to look like this: new-project --named test >>> 5) Forge's output is: Project name must be specified. >>> >>> * As you know on windows the full path to a file or directory is :\\ >>> 1) If I try to do cd c:\temp\forge, Forge blows with exception: >>> org.jboss.forge.addon.resource.ResourceException: [FileResourceImpl] can have no >>> children >>> at org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract >>> FileResource.java:78) >>> at org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse >>> r.java:232) >>> at org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java >>> :71) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>> java:57) >>> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >>> sorImpl.java:43) >>> at java.lang.reflect.Method.invoke(Method.java:606) >>> 2) Somehow I noticed that I may use the paths without the drive letter, e.g. just \\. It is legal to do it in Windows, but thus you can't change to a directory located on a different drive. For example cd \temp\forge will change to c:\temp\forge if you are currently in c:. So I tried cd \temp\forge, but the result was the same [exception]. >>> 3) If I am in the root directory (c:\) and I run cd temp\forge, I don't get exception, but ***ERROR*** tempforge\: No such file or directory. The interesting thing is that I ran that command by pressing tab, i.e. counting on the command completion of the shell, which obviously works fine. >>> >>> I made the cd command work by just running cd /temp/forge (notice the forward slashes) >>> >>> >>> If you wish, I may add these observations as JIRA items, probably as children to this one: https://issues.jboss.org/browse/FORGE-1387. Bear in mind that all the reported features work in Forge 1 even on Windows ;) >>> >>> We can discuss these in today's meeting. >>> >>> Cheers, >>> Ivan >>> >>> _______________________________________________ >>> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140111/0732824d/attachment.html From lincolnbaxter at gmail.com Sat Jan 11 12:54:33 2014 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Sat, 11 Jan 2014 12:54:33 -0500 Subject: [forge-dev] New shell feedback In-Reply-To: <2E28445F-5074-4046-AC0B-77EB2624FB5A@redhat.com> References: <78A11420-8764-458B-9B27-4E3244390A6B@redhat.com> <2E28445F-5074-4046-AC0B-77EB2624FB5A@redhat.com> Message-ID: Yes, thank you for finding these issues! Looks like we know what we will be working on next few days :) On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi wrote: > Ivan, > > Could you open a JIRA with these issues and mark it as Blocker? We can't > release 2.0.0.Final unless this is fixed. > > Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" > escreveu: > > Sorry, forgot to mention that this is with snapshot from December, 29th. > The situation was the same with all the previous betas and alphas. > > > On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi wrote: > >> Thanks for the feedback ivan. >> Are you testing against the latest snapshot? >> >> Best Regards, >> George >> >> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" >> escreveu: >> >> Hi folks, >> >> As I promised, here is a [intended-to-be] short feedback about the new >> Forge 2 shell. As some of you know, I use Windows (Really? OK...). So I >> will be very happy to help you solve the issues besides merely reporting >> them: >> >> * The history doesn't work. That is, when you press up and down arrows >> instead of the previous commands, you get this: ?H >> >> * Backspace doesn't work. When I press it, the cursor just comes back to >> the previous position without deleting the character there. If I just write >> something there, the old symbol is overwritten by the new one, but at the >> end after pressing enter it looks like you never entered anything after >> pressing backspace. For example: >> 1) I write *new-project --namek* >> 2) I notice the typo and press backspace >> 3) k doesn't get deleted, but I overwrite it with d >> 4) Then I complete my command to look like this: *new-project --named >> test* >> 5) Forge's output is: *Project name must be specified.* >> >> * As you know on windows the full path to a file or directory is >> :\\ >> 1) If I try to do *cd c:\temp\forge*, Forge blows with exception: >> org.jboss.forge.addon.resource.ResourceException: [FileResourceImpl] can >> have no >> children >> at >> org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract >> FileResource.java:78) >> at >> org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse >> r.java:232) >> at >> org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java >> :71) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >> java:57) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >> sorImpl.java:43) >> at java.lang.reflect.Method.invoke(Method.java:606) >> 2) Somehow I noticed that I may use the paths without the drive letter, >> e.g. just \\. It is legal to do it in Windows, but thus you >> can't change to a directory located on a different drive. For example cd >> \temp\forge will change to c:\temp\forge if you are currently in c:. So I >> tried *cd \temp\forge*, but the result was the same [exception]. >> 3) If I am in the root directory (c:\) and I run *cd temp\forge*, I >> don't get exception, but ****ERROR*** tempforge\: No such file or >> directory*. The interesting thing is that I ran that command by pressing >> tab, i.e. counting on the command completion of the shell, which obviously >> works fine. >> >> I made the cd command work by just running *cd /temp/forge* (notice >> the forward slashes) >> >> >> If you wish, I may add these observations as JIRA items, probably as >> children to this one: https://issues.jboss.org/browse/FORGE-1387. Bear >> in mind that all the reported features work in Forge 1 even on Windows ;) >> >> We can discuss these in today's meeting. >> >> Cheers, >> Ivan >> >> _______________________________________________ >> 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 > > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > -- 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/20140111/42dd3d10/attachment.html From ivan.st.ivanov at gmail.com Sat Jan 11 14:18:55 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Sat, 11 Jan 2014 21:18:55 +0200 Subject: [forge-dev] New shell feedback In-Reply-To: References: <78A11420-8764-458B-9B27-4E3244390A6B@redhat.com> <2E28445F-5074-4046-AC0B-77EB2624FB5A@redhat.com> Message-ID: Hi folks, I just created this JIRA: https://issues.jboss.org/browse/FORGE-1425 As I wrote in the first email, I would like to help resolving it. I just need some guidance on where to look. George asked me to run the unit tests and I tried. However, the addon-manager tests failed and I couldn't find the reason. :( Cheers, Ivan On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < lincolnbaxter at gmail.com> wrote: > Yes, thank you for finding these issues! Looks like we know what we will > be working on next few days :) > > > On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi wrote: > >> Ivan, >> >> Could you open a JIRA with these issues and mark it as Blocker? We can't >> release 2.0.0.Final unless this is fixed. >> >> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" >> escreveu: >> >> Sorry, forgot to mention that this is with snapshot from December, 29th. >> The situation was the same with all the previous betas and alphas. >> >> >> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi wrote: >> >>> Thanks for the feedback ivan. >>> Are you testing against the latest snapshot? >>> >>> Best Regards, >>> George >>> >>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" >>> escreveu: >>> >>> Hi folks, >>> >>> As I promised, here is a [intended-to-be] short feedback about the new >>> Forge 2 shell. As some of you know, I use Windows (Really? OK...). So I >>> will be very happy to help you solve the issues besides merely reporting >>> them: >>> >>> * The history doesn't work. That is, when you press up and down arrows >>> instead of the previous commands, you get this: ?H >>> >>> * Backspace doesn't work. When I press it, the cursor just comes back to >>> the previous position without deleting the character there. If I just write >>> something there, the old symbol is overwritten by the new one, but at the >>> end after pressing enter it looks like you never entered anything after >>> pressing backspace. For example: >>> 1) I write *new-project --namek* >>> 2) I notice the typo and press backspace >>> 3) k doesn't get deleted, but I overwrite it with d >>> 4) Then I complete my command to look like this: *new-project --named >>> test* >>> 5) Forge's output is: *Project name must be specified.* >>> >>> * As you know on windows the full path to a file or directory is >>> :\\ >>> 1) If I try to do *cd c:\temp\forge*, Forge blows with exception: >>> org.jboss.forge.addon.resource.ResourceException: [FileResourceImpl] can >>> have no >>> children >>> at >>> org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract >>> FileResource.java:78) >>> at >>> org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse >>> r.java:232) >>> at >>> org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java >>> :71) >>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>> at >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>> java:57) >>> at >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >>> sorImpl.java:43) >>> at java.lang.reflect.Method.invoke(Method.java:606) >>> 2) Somehow I noticed that I may use the paths without the drive >>> letter, e.g. just \\. It is legal to do it in Windows, but thus >>> you can't change to a directory located on a different drive. For example >>> cd \temp\forge will change to c:\temp\forge if you are currently in c:. So >>> I tried *cd \temp\forge*, but the result was the same [exception]. >>> 3) If I am in the root directory (c:\) and I run *cd temp\forge*, I >>> don't get exception, but ****ERROR*** tempforge\: No such file or >>> directory*. The interesting thing is that I ran that command by >>> pressing tab, i.e. counting on the command completion of the shell, which >>> obviously works fine. >>> >>> I made the cd command work by just running *cd /temp/forge* (notice >>> the forward slashes) >>> >>> >>> If you wish, I may add these observations as JIRA items, probably as >>> children to this one: https://issues.jboss.org/browse/FORGE-1387. Bear >>> in mind that all the reported features work in Forge 1 even on Windows ;) >>> >>> We can discuss these in today's meeting. >>> >>> Cheers, >>> Ivan >>> >>> _______________________________________________ >>> 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 >> >> >> _______________________________________________ >> forge-dev mailing list >> forge-dev 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 > 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/20140111/c96937de/attachment-0001.html From spederse at redhat.com Sat Jan 11 15:58:22 2014 From: spederse at redhat.com (=?iso-8859-1?Q?St=E5le?= W Pedersen) Date: Sat, 11 Jan 2014 21:58:22 +0100 Subject: [forge-dev] New shell feedback In-Reply-To: References: <78A11420-8764-458B-9B27-4E3244390A6B@redhat.com> <2E28445F-5074-4046-AC0B-77EB2624FB5A@redhat.com> Message-ID: <20140111205822.GJ2924@beistet> hi, ivan it is most likely an ?sh bug (which forge uses for shell interaction). to quickly debug ?sh you could just start a simple example program like: java -cp aesh-0.46-SNAPSHOT.jar AeshExample - you should have the aesh jar in your local mvn cache. AeshExample should log to TMP/aesh.log and there is a log line starting with "GOT:" for each input. that input should match whatever is specified in Key.java (in ?sh). from what you've described above it seems that ive introduced a bug in a later release with this or it might also be the parsing. whatever you find out will no matter help. regards, st?le On 11.01.14 21:18, Ivan St. Ivanov wrote: >Hi folks, > >I just created this JIRA: https://issues.jboss.org/browse/FORGE-1425 > >As I wrote in the first email, I would like to help resolving it. I just >need some guidance on where to look. George asked me to run the unit tests >and I tried. However, the addon-manager tests failed and I couldn't find >the reason. :( > >Cheers, >Ivan > > >On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < >lincolnbaxter at gmail.com> wrote: > >> Yes, thank you for finding these issues! Looks like we know what we will >> be working on next few days :) >> >> >> On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi wrote: >> >>> Ivan, >>> >>> Could you open a JIRA with these issues and mark it as Blocker? We can't >>> release 2.0.0.Final unless this is fixed. >>> >>> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" >>> escreveu: >>> >>> Sorry, forgot to mention that this is with snapshot from December, 29th. >>> The situation was the same with all the previous betas and alphas. >>> >>> >>> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi wrote: >>> >>>> Thanks for the feedback ivan. >>>> Are you testing against the latest snapshot? >>>> >>>> Best Regards, >>>> George >>>> >>>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" >>>> escreveu: >>>> >>>> Hi folks, >>>> >>>> As I promised, here is a [intended-to-be] short feedback about the new >>>> Forge 2 shell. As some of you know, I use Windows (Really? OK...). So I >>>> will be very happy to help you solve the issues besides merely reporting >>>> them: >>>> >>>> * The history doesn't work. That is, when you press up and down arrows >>>> instead of the previous commands, you get this: ?H >>>> >>>> * Backspace doesn't work. When I press it, the cursor just comes back to >>>> the previous position without deleting the character there. If I just write >>>> something there, the old symbol is overwritten by the new one, but at the >>>> end after pressing enter it looks like you never entered anything after >>>> pressing backspace. For example: >>>> 1) I write *new-project --namek* >>>> 2) I notice the typo and press backspace >>>> 3) k doesn't get deleted, but I overwrite it with d >>>> 4) Then I complete my command to look like this: *new-project --named >>>> test* >>>> 5) Forge's output is: *Project name must be specified.* >>>> >>>> * As you know on windows the full path to a file or directory is >>>> :\\ >>>> 1) If I try to do *cd c:\temp\forge*, Forge blows with exception: >>>> org.jboss.forge.addon.resource.ResourceException: [FileResourceImpl] can >>>> have no >>>> children >>>> at >>>> org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract >>>> FileResource.java:78) >>>> at >>>> org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse >>>> r.java:232) >>>> at >>>> org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java >>>> :71) >>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>> at >>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>>> java:57) >>>> at >>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >>>> sorImpl.java:43) >>>> at java.lang.reflect.Method.invoke(Method.java:606) >>>> 2) Somehow I noticed that I may use the paths without the drive >>>> letter, e.g. just \\. It is legal to do it in Windows, but thus >>>> you can't change to a directory located on a different drive. For example >>>> cd \temp\forge will change to c:\temp\forge if you are currently in c:. So >>>> I tried *cd \temp\forge*, but the result was the same [exception]. >>>> 3) If I am in the root directory (c:\) and I run *cd temp\forge*, I >>>> don't get exception, but ****ERROR*** tempforge\: No such file or >>>> directory*. The interesting thing is that I ran that command by >>>> pressing tab, i.e. counting on the command completion of the shell, which >>>> obviously works fine. >>>> >>>> I made the cd command work by just running *cd /temp/forge* (notice >>>> the forward slashes) >>>> >>>> >>>> If you wish, I may add these observations as JIRA items, probably as >>>> children to this one: https://issues.jboss.org/browse/FORGE-1387. Bear >>>> in mind that all the reported features work in Forge 1 even on Windows ;) >>>> >>>> We can discuss these in today's meeting. >>>> >>>> Cheers, >>>> Ivan >>>> >>>> _______________________________________________ >>>> 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 >>> >>> >>> _______________________________________________ >>> forge-dev mailing list >>> forge-dev 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 >> 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 lincolnbaxter at gmail.com Sat Jan 11 17:10:51 2014 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Sat, 11 Jan 2014 17:10:51 -0500 Subject: [forge-dev] New shell feedback In-Reply-To: <20140111205822.GJ2924@beistet> References: <78A11420-8764-458B-9B27-4E3244390A6B@redhat.com> <2E28445F-5074-4046-AC0B-77EB2624FB5A@redhat.com> <20140111205822.GJ2924@beistet> Message-ID: You can find in maven under: org.jboss.aesh:aesh:0.46-SNAPSHOT The github repo/org is here: https://github.com/aeshell/aesh ~Lincoln On Sat, Jan 11, 2014 at 3:58 PM, St?le W Pedersen wrote: > hi, ivan it is most likely an ?sh bug (which forge uses for shell > interaction). to quickly debug ?sh you could just start a simple example > program like: java -cp aesh-0.46-SNAPSHOT.jar AeshExample > - you should have the aesh jar in your local mvn cache. > > AeshExample should log to TMP/aesh.log and there is a log line starting > with "GOT:" for each input. that input should match whatever is > specified in Key.java (in ?sh). > from what you've described above it seems that ive introduced a bug in a > later release with this or it might also be the parsing. whatever you > find out will no matter help. > > regards, st?le > > On 11.01.14 21:18, Ivan St. Ivanov wrote: > >Hi folks, > > > >I just created this JIRA: https://issues.jboss.org/browse/FORGE-1425 > > > >As I wrote in the first email, I would like to help resolving it. I just > >need some guidance on where to look. George asked me to run the unit tests > >and I tried. However, the addon-manager tests failed and I couldn't find > >the reason. :( > > > >Cheers, > >Ivan > > > > > >On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < > >lincolnbaxter at gmail.com> wrote: > > > >> Yes, thank you for finding these issues! Looks like we know what we will > >> be working on next few days :) > >> > >> > >> On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi >wrote: > >> > >>> Ivan, > >>> > >>> Could you open a JIRA with these issues and mark it as Blocker? We > can't > >>> release 2.0.0.Final unless this is fixed. > >>> > >>> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" > >>> escreveu: > >>> > >>> Sorry, forgot to mention that this is with snapshot from December, > 29th. > >>> The situation was the same with all the previous betas and alphas. > >>> > >>> > >>> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi >wrote: > >>> > >>>> Thanks for the feedback ivan. > >>>> Are you testing against the latest snapshot? > >>>> > >>>> Best Regards, > >>>> George > >>>> > >>>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" > >>>> escreveu: > >>>> > >>>> Hi folks, > >>>> > >>>> As I promised, here is a [intended-to-be] short feedback about the new > >>>> Forge 2 shell. As some of you know, I use Windows (Really? OK...). So > I > >>>> will be very happy to help you solve the issues besides merely > reporting > >>>> them: > >>>> > >>>> * The history doesn't work. That is, when you press up and down arrows > >>>> instead of the previous commands, you get this: ?H > >>>> > >>>> * Backspace doesn't work. When I press it, the cursor just comes back > to > >>>> the previous position without deleting the character there. If I just > write > >>>> something there, the old symbol is overwritten by the new one, but at > the > >>>> end after pressing enter it looks like you never entered anything > after > >>>> pressing backspace. For example: > >>>> 1) I write *new-project --namek* > >>>> 2) I notice the typo and press backspace > >>>> 3) k doesn't get deleted, but I overwrite it with d > >>>> 4) Then I complete my command to look like this: *new-project > --named > >>>> test* > >>>> 5) Forge's output is: *Project name must be specified.* > >>>> > >>>> * As you know on windows the full path to a file or directory is > >>>> :\\ > >>>> 1) If I try to do *cd c:\temp\forge*, Forge blows with exception: > >>>> org.jboss.forge.addon.resource.ResourceException: [FileResourceImpl] > can > >>>> have no > >>>> children > >>>> at > >>>> org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract > >>>> FileResource.java:78) > >>>> at > >>>> org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse > >>>> r.java:232) > >>>> at > >>>> org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java > >>>> :71) > >>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > >>>> at > >>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > >>>> java:57) > >>>> at > >>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > >>>> sorImpl.java:43) > >>>> at java.lang.reflect.Method.invoke(Method.java:606) > >>>> 2) Somehow I noticed that I may use the paths without the drive > >>>> letter, e.g. just \\. It is legal to do it in Windows, > but thus > >>>> you can't change to a directory located on a different drive. For > example > >>>> cd \temp\forge will change to c:\temp\forge if you are currently in > c:. So > >>>> I tried *cd \temp\forge*, but the result was the same [exception]. > >>>> 3) If I am in the root directory (c:\) and I run *cd temp\forge*, I > >>>> don't get exception, but ****ERROR*** tempforge\: No such file or > >>>> directory*. The interesting thing is that I ran that command by > >>>> pressing tab, i.e. counting on the command completion of the shell, > which > >>>> obviously works fine. > >>>> > >>>> I made the cd command work by just running *cd /temp/forge* (notice > >>>> the forward slashes) > >>>> > >>>> > >>>> If you wish, I may add these observations as JIRA items, probably as > >>>> children to this one: https://issues.jboss.org/browse/FORGE-1387. > Bear > >>>> in mind that all the reported features work in Forge 1 even on > Windows ;) > >>>> > >>>> We can discuss these in today's meeting. > >>>> > >>>> Cheers, > >>>> Ivan > >>>> > >>>> _______________________________________________ > >>>> 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 > >>> > >>> > >>> _______________________________________________ > >>> forge-dev mailing list > >>> forge-dev 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 > >> 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 > -- 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/20140111/e67410c9/attachment.html From spederse at redhat.com Sun Jan 12 20:05:33 2014 From: spederse at redhat.com (=?iso-8859-1?Q?St=E5le?= W Pedersen) Date: Mon, 13 Jan 2014 02:05:33 +0100 Subject: [forge-dev] New shell feedback In-Reply-To: References: <78A11420-8764-458B-9B27-4E3244390A6B@redhat.com> <2E28445F-5074-4046-AC0B-77EB2624FB5A@redhat.com> <20140111205822.GJ2924@beistet> Message-ID: <20140113010533.GA2930@beistet> hi, ive deployed a new version of 0.46-SNAPSHOT that hopefully should have most of the arrow-key + line redraw bugs fixed. - please let me know if it works better other places as well. these issues were introduced back in oct/nov i think (during our meeting in raleigh lincoln :) when we optimized the input and line draw in ?sh. - i think its time i get a working windows setup.... i havent looked at the path issue so that still needs to be fixed. - but ill prioritize the close issue atm. st?le On 11.01.14 17:10, Lincoln Baxter, III wrote: >You can find in maven under: > >org.jboss.aesh:aesh:0.46-SNAPSHOT > >The github repo/org is here: https://github.com/aeshell/aesh > >~Lincoln > > >On Sat, Jan 11, 2014 at 3:58 PM, St?le W Pedersen wrote: > >> hi, ivan it is most likely an ?sh bug (which forge uses for shell >> interaction). to quickly debug ?sh you could just start a simple example >> program like: java -cp aesh-0.46-SNAPSHOT.jar AeshExample >> - you should have the aesh jar in your local mvn cache. >> >> AeshExample should log to TMP/aesh.log and there is a log line starting >> with "GOT:" for each input. that input should match whatever is >> specified in Key.java (in ?sh). >> from what you've described above it seems that ive introduced a bug in a >> later release with this or it might also be the parsing. whatever you >> find out will no matter help. >> >> regards, st?le >> >> On 11.01.14 21:18, Ivan St. Ivanov wrote: >> >Hi folks, >> > >> >I just created this JIRA: https://issues.jboss.org/browse/FORGE-1425 >> > >> >As I wrote in the first email, I would like to help resolving it. I just >> >need some guidance on where to look. George asked me to run the unit tests >> >and I tried. However, the addon-manager tests failed and I couldn't find >> >the reason. :( >> > >> >Cheers, >> >Ivan >> > >> > >> >On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < >> >lincolnbaxter at gmail.com> wrote: >> > >> >> Yes, thank you for finding these issues! Looks like we know what we will >> >> be working on next few days :) >> >> >> >> >> >> On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi > >wrote: >> >> >> >>> Ivan, >> >>> >> >>> Could you open a JIRA with these issues and mark it as Blocker? We >> can't >> >>> release 2.0.0.Final unless this is fixed. >> >>> >> >>> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" >> >>> escreveu: >> >>> >> >>> Sorry, forgot to mention that this is with snapshot from December, >> 29th. >> >>> The situation was the same with all the previous betas and alphas. >> >>> >> >>> >> >>> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi > >wrote: >> >>> >> >>>> Thanks for the feedback ivan. >> >>>> Are you testing against the latest snapshot? >> >>>> >> >>>> Best Regards, >> >>>> George >> >>>> >> >>>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" >> >>>> escreveu: >> >>>> >> >>>> Hi folks, >> >>>> >> >>>> As I promised, here is a [intended-to-be] short feedback about the new >> >>>> Forge 2 shell. As some of you know, I use Windows (Really? OK...). So >> I >> >>>> will be very happy to help you solve the issues besides merely >> reporting >> >>>> them: >> >>>> >> >>>> * The history doesn't work. That is, when you press up and down arrows >> >>>> instead of the previous commands, you get this: ?H >> >>>> >> >>>> * Backspace doesn't work. When I press it, the cursor just comes back >> to >> >>>> the previous position without deleting the character there. If I just >> write >> >>>> something there, the old symbol is overwritten by the new one, but at >> the >> >>>> end after pressing enter it looks like you never entered anything >> after >> >>>> pressing backspace. For example: >> >>>> 1) I write *new-project --namek* >> >>>> 2) I notice the typo and press backspace >> >>>> 3) k doesn't get deleted, but I overwrite it with d >> >>>> 4) Then I complete my command to look like this: *new-project >> --named >> >>>> test* >> >>>> 5) Forge's output is: *Project name must be specified.* >> >>>> >> >>>> * As you know on windows the full path to a file or directory is >> >>>> :\\ >> >>>> 1) If I try to do *cd c:\temp\forge*, Forge blows with exception: >> >>>> org.jboss.forge.addon.resource.ResourceException: [FileResourceImpl] >> can >> >>>> have no >> >>>> children >> >>>> at >> >>>> org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract >> >>>> FileResource.java:78) >> >>>> at >> >>>> org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse >> >>>> r.java:232) >> >>>> at >> >>>> org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java >> >>>> :71) >> >>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> >>>> at >> >>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >> >>>> java:57) >> >>>> at >> >>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >> >>>> sorImpl.java:43) >> >>>> at java.lang.reflect.Method.invoke(Method.java:606) >> >>>> 2) Somehow I noticed that I may use the paths without the drive >> >>>> letter, e.g. just \\. It is legal to do it in Windows, >> but thus >> >>>> you can't change to a directory located on a different drive. For >> example >> >>>> cd \temp\forge will change to c:\temp\forge if you are currently in >> c:. So >> >>>> I tried *cd \temp\forge*, but the result was the same [exception]. >> >>>> 3) If I am in the root directory (c:\) and I run *cd temp\forge*, I >> >>>> don't get exception, but ****ERROR*** tempforge\: No such file or >> >>>> directory*. The interesting thing is that I ran that command by >> >>>> pressing tab, i.e. counting on the command completion of the shell, >> which >> >>>> obviously works fine. >> >>>> >> >>>> I made the cd command work by just running *cd /temp/forge* (notice >> >>>> the forward slashes) >> >>>> >> >>>> >> >>>> If you wish, I may add these observations as JIRA items, probably as >> >>>> children to this one: https://issues.jboss.org/browse/FORGE-1387. >> Bear >> >>>> in mind that all the reported features work in Forge 1 even on >> Windows ;) >> >>>> >> >>>> We can discuss these in today's meeting. >> >>>> >> >>>> Cheers, >> >>>> Ivan >> >>>> >> >>>> _______________________________________________ >> >>>> 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 >> >>> >> >>> >> >>> _______________________________________________ >> >>> forge-dev mailing list >> >>> forge-dev 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 >> >> 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 >> > > > >-- >Lincoln Baxter, III >http://ocpsoft.org >"Simpler is better." >_______________________________________________ >forge-dev mailing list >forge-dev at lists.jboss.org >https://lists.jboss.org/mailman/listinfo/forge-dev From ggastald at redhat.com Sun Jan 12 20:39:56 2014 From: ggastald at redhat.com (George Gastaldi) Date: Sun, 12 Jan 2014 20:39:56 -0500 (EST) Subject: [forge-dev] New shell feedback In-Reply-To: <20140113010533.GA2930@beistet> References: <78A11420-8764-458B-9B27-4E3244390A6B@redhat.com> <2E28445F-5074-4046-AC0B-77EB2624FB5A@redhat.com> <20140111205822.GJ2924@beistet> <20140113010533.GA2930@beistet> Message-ID: Excellent Stale! Thanks for your help on this. > Em 12/01/2014, ?s 23:06, St?le W Pedersen escreveu: > > hi, ive deployed a new version of 0.46-SNAPSHOT that hopefully should > have most of the arrow-key + line redraw bugs fixed. > - please let me know if it works better other places as well. > > these issues were introduced back in oct/nov i think (during our meeting > in raleigh lincoln :) when we optimized the input and line draw in ?sh. > - i think its time i get a working windows setup.... > > i havent looked at the path issue so that still needs to be fixed. > - but ill prioritize the close issue atm. > > st?le > >> On 11.01.14 17:10, Lincoln Baxter, III wrote: >> You can find in maven under: >> >> org.jboss.aesh:aesh:0.46-SNAPSHOT >> >> The github repo/org is here: https://github.com/aeshell/aesh >> >> ~Lincoln >> >> >> On Sat, Jan 11, 2014 at 3:58 PM, St?le W Pedersen wrote: >> >>> hi, ivan it is most likely an ?sh bug (which forge uses for shell >>> interaction). to quickly debug ?sh you could just start a simple example >>> program like: java -cp aesh-0.46-SNAPSHOT.jar AeshExample >>> - you should have the aesh jar in your local mvn cache. >>> >>> AeshExample should log to TMP/aesh.log and there is a log line starting >>> with "GOT:" for each input. that input should match whatever is >>> specified in Key.java (in ?sh). >>> from what you've described above it seems that ive introduced a bug in a >>> later release with this or it might also be the parsing. whatever you >>> find out will no matter help. >>> >>> regards, st?le >>> >>>> On 11.01.14 21:18, Ivan St. Ivanov wrote: >>>> Hi folks, >>>> >>>> I just created this JIRA: https://issues.jboss.org/browse/FORGE-1425 >>>> >>>> As I wrote in the first email, I would like to help resolving it. I just >>>> need some guidance on where to look. George asked me to run the unit tests >>>> and I tried. However, the addon-manager tests failed and I couldn't find >>>> the reason. :( >>>> >>>> Cheers, >>>> Ivan >>>> >>>> >>>> On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < >>>> lincolnbaxter at gmail.com> wrote: >>>> >>>>> Yes, thank you for finding these issues! Looks like we know what we will >>>>> be working on next few days :) >>>>> >>>>> >>>>> On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi >>> wrote: >>>>> >>>>>> Ivan, >>>>>> >>>>>> Could you open a JIRA with these issues and mark it as Blocker? We >>> can't >>>>>> release 2.0.0.Final unless this is fixed. >>>>>> >>>>>> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" >>>>>> escreveu: >>>>>> >>>>>> Sorry, forgot to mention that this is with snapshot from December, >>> 29th. >>>>>> The situation was the same with all the previous betas and alphas. >>>>>> >>>>>> >>>>>> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi >>> wrote: >>>>>> >>>>>>> Thanks for the feedback ivan. >>>>>>> Are you testing against the latest snapshot? >>>>>>> >>>>>>> Best Regards, >>>>>>> George >>>>>>> >>>>>>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" >>>>>>> escreveu: >>>>>>> >>>>>>> Hi folks, >>>>>>> >>>>>>> As I promised, here is a [intended-to-be] short feedback about the new >>>>>>> Forge 2 shell. As some of you know, I use Windows (Really? OK...). So >>> I >>>>>>> will be very happy to help you solve the issues besides merely >>> reporting >>>>>>> them: >>>>>>> >>>>>>> * The history doesn't work. That is, when you press up and down arrows >>>>>>> instead of the previous commands, you get this: ?H >>>>>>> >>>>>>> * Backspace doesn't work. When I press it, the cursor just comes back >>> to >>>>>>> the previous position without deleting the character there. If I just >>> write >>>>>>> something there, the old symbol is overwritten by the new one, but at >>> the >>>>>>> end after pressing enter it looks like you never entered anything >>> after >>>>>>> pressing backspace. For example: >>>>>>> 1) I write *new-project --namek* >>>>>>> 2) I notice the typo and press backspace >>>>>>> 3) k doesn't get deleted, but I overwrite it with d >>>>>>> 4) Then I complete my command to look like this: *new-project >>> --named >>>>>>> test* >>>>>>> 5) Forge's output is: *Project name must be specified.* >>>>>>> >>>>>>> * As you know on windows the full path to a file or directory is >>>>>>> :\\ >>>>>>> 1) If I try to do *cd c:\temp\forge*, Forge blows with exception: >>>>>>> org.jboss.forge.addon.resource.ResourceException: [FileResourceImpl] >>> can >>>>>>> have no >>>>>>> children >>>>>>> at >>>>>>> org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract >>>>>>> FileResource.java:78) >>>>>>> at >>>>>>> org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse >>>>>>> r.java:232) >>>>>>> at >>>>>>> org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java >>>>>>> :71) >>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>>>> at >>>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>>>>>> java:57) >>>>>>> at >>>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >>>>>>> sorImpl.java:43) >>>>>>> at java.lang.reflect.Method.invoke(Method.java:606) >>>>>>> 2) Somehow I noticed that I may use the paths without the drive >>>>>>> letter, e.g. just \\. It is legal to do it in Windows, >>> but thus >>>>>>> you can't change to a directory located on a different drive. For >>> example >>>>>>> cd \temp\forge will change to c:\temp\forge if you are currently in >>> c:. So >>>>>>> I tried *cd \temp\forge*, but the result was the same [exception]. >>>>>>> 3) If I am in the root directory (c:\) and I run *cd temp\forge*, I >>>>>>> don't get exception, but ****ERROR*** tempforge\: No such file or >>>>>>> directory*. The interesting thing is that I ran that command by >>>>>>> pressing tab, i.e. counting on the command completion of the shell, >>> which >>>>>>> obviously works fine. >>>>>>> >>>>>>> I made the cd command work by just running *cd /temp/forge* (notice >>>>>>> the forward slashes) >>>>>>> >>>>>>> >>>>>>> If you wish, I may add these observations as JIRA items, probably as >>>>>>> children to this one: https://issues.jboss.org/browse/FORGE-1387. >>> Bear >>>>>>> in mind that all the reported features work in Forge 1 even on >>> Windows ;) >>>>>>> >>>>>>> We can discuss these in today's meeting. >>>>>>> >>>>>>> Cheers, >>>>>>> Ivan >>>>>>> >>>>>>> _______________________________________________ >>>>>>> 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 >>>>>> >>>>>> >>>>>> _______________________________________________ >>>>>> forge-dev mailing list >>>>>> forge-dev 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 >>>>> 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 >>> >> >> >> >> -- >> Lincoln Baxter, III >> http://ocpsoft.org >> "Simpler is better." > >> _______________________________________________ >> 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 ivan.st.ivanov at gmail.com Wed Jan 15 15:20:56 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Wed, 15 Jan 2014 22:20:56 +0200 Subject: [forge-dev] New shell feedback In-Reply-To: References: <78A11420-8764-458B-9B27-4E3244390A6B@redhat.com> <2E28445F-5074-4046-AC0B-77EB2624FB5A@redhat.com> <20140111205822.GJ2924@beistet> <20140113010533.GA2930@beistet> Message-ID: Hi Stale, folks! I just tried the new Forge 2.0 and it works perfectly :) I just miss the prompt coloring. In Forge 1 we had different color for the current directory name if it is inside a project. BTW, I see that the new-project command was changed to project-new. Cheers, Ivan On Mon, Jan 13, 2014 at 3:39 AM, George Gastaldi wrote: > Excellent Stale! Thanks for your help on this. > > > Em 12/01/2014, ?s 23:06, St?le W Pedersen > escreveu: > > > > hi, ive deployed a new version of 0.46-SNAPSHOT that hopefully should > > have most of the arrow-key + line redraw bugs fixed. > > - please let me know if it works better other places as well. > > > > these issues were introduced back in oct/nov i think (during our meeting > > in raleigh lincoln :) when we optimized the input and line draw in ?sh. > > - i think its time i get a working windows setup.... > > > > i havent looked at the path issue so that still needs to be fixed. > > - but ill prioritize the close issue atm. > > > > st?le > > > >> On 11.01.14 17:10, Lincoln Baxter, III wrote: > >> You can find in maven under: > >> > >> org.jboss.aesh:aesh:0.46-SNAPSHOT > >> > >> The github repo/org is here: https://github.com/aeshell/aesh > >> > >> ~Lincoln > >> > >> > >> On Sat, Jan 11, 2014 at 3:58 PM, St?le W Pedersen >wrote: > >> > >>> hi, ivan it is most likely an ?sh bug (which forge uses for shell > >>> interaction). to quickly debug ?sh you could just start a simple > example > >>> program like: java -cp aesh-0.46-SNAPSHOT.jar AeshExample > >>> - you should have the aesh jar in your local mvn cache. > >>> > >>> AeshExample should log to TMP/aesh.log and there is a log line starting > >>> with "GOT:" for each input. that input should match whatever is > >>> specified in Key.java (in ?sh). > >>> from what you've described above it seems that ive introduced a bug in > a > >>> later release with this or it might also be the parsing. whatever you > >>> find out will no matter help. > >>> > >>> regards, st?le > >>> > >>>> On 11.01.14 21:18, Ivan St. Ivanov wrote: > >>>> Hi folks, > >>>> > >>>> I just created this JIRA: https://issues.jboss.org/browse/FORGE-1425 > >>>> > >>>> As I wrote in the first email, I would like to help resolving it. I > just > >>>> need some guidance on where to look. George asked me to run the unit > tests > >>>> and I tried. However, the addon-manager tests failed and I couldn't > find > >>>> the reason. :( > >>>> > >>>> Cheers, > >>>> Ivan > >>>> > >>>> > >>>> On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < > >>>> lincolnbaxter at gmail.com> wrote: > >>>> > >>>>> Yes, thank you for finding these issues! Looks like we know what we > will > >>>>> be working on next few days :) > >>>>> > >>>>> > >>>>> On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi < > ggastald at redhat.com > >>>> wrote: > >>>>> > >>>>>> Ivan, > >>>>>> > >>>>>> Could you open a JIRA with these issues and mark it as Blocker? We > >>> can't > >>>>>> release 2.0.0.Final unless this is fixed. > >>>>>> > >>>>>> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" < > ivan.st.ivanov at gmail.com> > >>>>>> escreveu: > >>>>>> > >>>>>> Sorry, forgot to mention that this is with snapshot from December, > >>> 29th. > >>>>>> The situation was the same with all the previous betas and alphas. > >>>>>> > >>>>>> > >>>>>> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi < > ggastald at redhat.com > >>>> wrote: > >>>>>> > >>>>>>> Thanks for the feedback ivan. > >>>>>>> Are you testing against the latest snapshot? > >>>>>>> > >>>>>>> Best Regards, > >>>>>>> George > >>>>>>> > >>>>>>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" < > ivan.st.ivanov at gmail.com> > >>>>>>> escreveu: > >>>>>>> > >>>>>>> Hi folks, > >>>>>>> > >>>>>>> As I promised, here is a [intended-to-be] short feedback about the > new > >>>>>>> Forge 2 shell. As some of you know, I use Windows (Really? OK...). > So > >>> I > >>>>>>> will be very happy to help you solve the issues besides merely > >>> reporting > >>>>>>> them: > >>>>>>> > >>>>>>> * The history doesn't work. That is, when you press up and down > arrows > >>>>>>> instead of the previous commands, you get this: ?H > >>>>>>> > >>>>>>> * Backspace doesn't work. When I press it, the cursor just comes > back > >>> to > >>>>>>> the previous position without deleting the character there. If I > just > >>> write > >>>>>>> something there, the old symbol is overwritten by the new one, but > at > >>> the > >>>>>>> end after pressing enter it looks like you never entered anything > >>> after > >>>>>>> pressing backspace. For example: > >>>>>>> 1) I write *new-project --namek* > >>>>>>> 2) I notice the typo and press backspace > >>>>>>> 3) k doesn't get deleted, but I overwrite it with d > >>>>>>> 4) Then I complete my command to look like this: *new-project > >>> --named > >>>>>>> test* > >>>>>>> 5) Forge's output is: *Project name must be specified.* > >>>>>>> > >>>>>>> * As you know on windows the full path to a file or directory is > >>>>>>> :\\ > >>>>>>> 1) If I try to do *cd c:\temp\forge*, Forge blows with exception: > >>>>>>> org.jboss.forge.addon.resource.ResourceException: > [FileResourceImpl] > >>> can > >>>>>>> have no > >>>>>>> children > >>>>>>> at > >>>>>>> > org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract > >>>>>>> FileResource.java:78) > >>>>>>> at > >>>>>>> > org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse > >>>>>>> r.java:232) > >>>>>>> at > >>>>>>> > org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java > >>>>>>> :71) > >>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > Method) > >>>>>>> at > >>>>>>> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > >>>>>>> java:57) > >>>>>>> at > >>>>>>> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > >>>>>>> sorImpl.java:43) > >>>>>>> at java.lang.reflect.Method.invoke(Method.java:606) > >>>>>>> 2) Somehow I noticed that I may use the paths without the drive > >>>>>>> letter, e.g. just \\. It is legal to do it in Windows, > >>> but thus > >>>>>>> you can't change to a directory located on a different drive. For > >>> example > >>>>>>> cd \temp\forge will change to c:\temp\forge if you are currently in > >>> c:. So > >>>>>>> I tried *cd \temp\forge*, but the result was the same [exception]. > >>>>>>> 3) If I am in the root directory (c:\) and I run *cd temp\forge*, > I > >>>>>>> don't get exception, but ****ERROR*** tempforge\: No such file or > >>>>>>> directory*. The interesting thing is that I ran that command by > >>>>>>> pressing tab, i.e. counting on the command completion of the shell, > >>> which > >>>>>>> obviously works fine. > >>>>>>> > >>>>>>> I made the cd command work by just running *cd /temp/forge* > (notice > >>>>>>> the forward slashes) > >>>>>>> > >>>>>>> > >>>>>>> If you wish, I may add these observations as JIRA items, probably > as > >>>>>>> children to this one: https://issues.jboss.org/browse/FORGE-1387. > >>> Bear > >>>>>>> in mind that all the reported features work in Forge 1 even on > >>> Windows ;) > >>>>>>> > >>>>>>> We can discuss these in today's meeting. > >>>>>>> > >>>>>>> Cheers, > >>>>>>> Ivan > >>>>>>> > >>>>>>> _______________________________________________ > >>>>>>> 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 > >>>>>> > >>>>>> > >>>>>> _______________________________________________ > >>>>>> forge-dev mailing list > >>>>>> forge-dev 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 > >>>>> 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 > >>> > >> > >> > >> > >> -- > >> Lincoln Baxter, III > >> http://ocpsoft.org > >> "Simpler is better." > > > >> _______________________________________________ > >> 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140115/830945c3/attachment-0001.html From ggastald at redhat.com Wed Jan 15 15:24:37 2014 From: ggastald at redhat.com (George Gastaldi) Date: Wed, 15 Jan 2014 15:24:37 -0500 (EST) Subject: [forge-dev] New shell feedback In-Reply-To: References: <78A11420-8764-458B-9B27-4E3244390A6B@redhat.com> <2E28445F-5074-4046-AC0B-77EB2624FB5A@redhat.com> <20140111205822.GJ2924@beistet> <20140113010533.GA2930@beistet> Message-ID: Hey Ivan, We had to remove the colors because the colors were "bleeding" to the next character. If you could have a look at it, the code is in ShellImpl.createPrompt(). Pull requests are always more than welcomed. :) > Em 15/01/2014, ?s 18:21, "Ivan St. Ivanov" escreveu: > > Hi Stale, folks! > > I just tried the new Forge 2.0 and it works perfectly :) > > I just miss the prompt coloring. In Forge 1 we had different color for the current directory name if it is inside a project. > > BTW, I see that the new-project command was changed to project-new. > > Cheers, > Ivan > > >> On Mon, Jan 13, 2014 at 3:39 AM, George Gastaldi wrote: >> Excellent Stale! Thanks for your help on this. >> >> > Em 12/01/2014, ?s 23:06, St?le W Pedersen escreveu: >> > >> > hi, ive deployed a new version of 0.46-SNAPSHOT that hopefully should >> > have most of the arrow-key + line redraw bugs fixed. >> > - please let me know if it works better other places as well. >> > >> > these issues were introduced back in oct/nov i think (during our meeting >> > in raleigh lincoln :) when we optimized the input and line draw in ?sh. >> > - i think its time i get a working windows setup.... >> > >> > i havent looked at the path issue so that still needs to be fixed. >> > - but ill prioritize the close issue atm. >> > >> > st?le >> > >> >> On 11.01.14 17:10, Lincoln Baxter, III wrote: >> >> You can find in maven under: >> >> >> >> org.jboss.aesh:aesh:0.46-SNAPSHOT >> >> >> >> The github repo/org is here: https://github.com/aeshell/aesh >> >> >> >> ~Lincoln >> >> >> >> >> >> On Sat, Jan 11, 2014 at 3:58 PM, St?le W Pedersen wrote: >> >> >> >>> hi, ivan it is most likely an ?sh bug (which forge uses for shell >> >>> interaction). to quickly debug ?sh you could just start a simple example >> >>> program like: java -cp aesh-0.46-SNAPSHOT.jar AeshExample >> >>> - you should have the aesh jar in your local mvn cache. >> >>> >> >>> AeshExample should log to TMP/aesh.log and there is a log line starting >> >>> with "GOT:" for each input. that input should match whatever is >> >>> specified in Key.java (in ?sh). >> >>> from what you've described above it seems that ive introduced a bug in a >> >>> later release with this or it might also be the parsing. whatever you >> >>> find out will no matter help. >> >>> >> >>> regards, st?le >> >>> >> >>>> On 11.01.14 21:18, Ivan St. Ivanov wrote: >> >>>> Hi folks, >> >>>> >> >>>> I just created this JIRA: https://issues.jboss.org/browse/FORGE-1425 >> >>>> >> >>>> As I wrote in the first email, I would like to help resolving it. I just >> >>>> need some guidance on where to look. George asked me to run the unit tests >> >>>> and I tried. However, the addon-manager tests failed and I couldn't find >> >>>> the reason. :( >> >>>> >> >>>> Cheers, >> >>>> Ivan >> >>>> >> >>>> >> >>>> On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < >> >>>> lincolnbaxter at gmail.com> wrote: >> >>>> >> >>>>> Yes, thank you for finding these issues! Looks like we know what we will >> >>>>> be working on next few days :) >> >>>>> >> >>>>> >> >>>>> On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi > >>>> wrote: >> >>>>> >> >>>>>> Ivan, >> >>>>>> >> >>>>>> Could you open a JIRA with these issues and mark it as Blocker? We >> >>> can't >> >>>>>> release 2.0.0.Final unless this is fixed. >> >>>>>> >> >>>>>> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" >> >>>>>> escreveu: >> >>>>>> >> >>>>>> Sorry, forgot to mention that this is with snapshot from December, >> >>> 29th. >> >>>>>> The situation was the same with all the previous betas and alphas. >> >>>>>> >> >>>>>> >> >>>>>> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi > >>>> wrote: >> >>>>>> >> >>>>>>> Thanks for the feedback ivan. >> >>>>>>> Are you testing against the latest snapshot? >> >>>>>>> >> >>>>>>> Best Regards, >> >>>>>>> George >> >>>>>>> >> >>>>>>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" >> >>>>>>> escreveu: >> >>>>>>> >> >>>>>>> Hi folks, >> >>>>>>> >> >>>>>>> As I promised, here is a [intended-to-be] short feedback about the new >> >>>>>>> Forge 2 shell. As some of you know, I use Windows (Really? OK...). So >> >>> I >> >>>>>>> will be very happy to help you solve the issues besides merely >> >>> reporting >> >>>>>>> them: >> >>>>>>> >> >>>>>>> * The history doesn't work. That is, when you press up and down arrows >> >>>>>>> instead of the previous commands, you get this: ?H >> >>>>>>> >> >>>>>>> * Backspace doesn't work. When I press it, the cursor just comes back >> >>> to >> >>>>>>> the previous position without deleting the character there. If I just >> >>> write >> >>>>>>> something there, the old symbol is overwritten by the new one, but at >> >>> the >> >>>>>>> end after pressing enter it looks like you never entered anything >> >>> after >> >>>>>>> pressing backspace. For example: >> >>>>>>> 1) I write *new-project --namek* >> >>>>>>> 2) I notice the typo and press backspace >> >>>>>>> 3) k doesn't get deleted, but I overwrite it with d >> >>>>>>> 4) Then I complete my command to look like this: *new-project >> >>> --named >> >>>>>>> test* >> >>>>>>> 5) Forge's output is: *Project name must be specified.* >> >>>>>>> >> >>>>>>> * As you know on windows the full path to a file or directory is >> >>>>>>> :\\ >> >>>>>>> 1) If I try to do *cd c:\temp\forge*, Forge blows with exception: >> >>>>>>> org.jboss.forge.addon.resource.ResourceException: [FileResourceImpl] >> >>> can >> >>>>>>> have no >> >>>>>>> children >> >>>>>>> at >> >>>>>>> org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract >> >>>>>>> FileResource.java:78) >> >>>>>>> at >> >>>>>>> org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse >> >>>>>>> r.java:232) >> >>>>>>> at >> >>>>>>> org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java >> >>>>>>> :71) >> >>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> >>>>>>> at >> >>>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >> >>>>>>> java:57) >> >>>>>>> at >> >>>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >> >>>>>>> sorImpl.java:43) >> >>>>>>> at java.lang.reflect.Method.invoke(Method.java:606) >> >>>>>>> 2) Somehow I noticed that I may use the paths without the drive >> >>>>>>> letter, e.g. just \\. It is legal to do it in Windows, >> >>> but thus >> >>>>>>> you can't change to a directory located on a different drive. For >> >>> example >> >>>>>>> cd \temp\forge will change to c:\temp\forge if you are currently in >> >>> c:. So >> >>>>>>> I tried *cd \temp\forge*, but the result was the same [exception]. >> >>>>>>> 3) If I am in the root directory (c:\) and I run *cd temp\forge*, I >> >>>>>>> don't get exception, but ****ERROR*** tempforge\: No such file or >> >>>>>>> directory*. The interesting thing is that I ran that command by >> >>>>>>> pressing tab, i.e. counting on the command completion of the shell, >> >>> which >> >>>>>>> obviously works fine. >> >>>>>>> >> >>>>>>> I made the cd command work by just running *cd /temp/forge* (notice >> >>>>>>> the forward slashes) >> >>>>>>> >> >>>>>>> >> >>>>>>> If you wish, I may add these observations as JIRA items, probably as >> >>>>>>> children to this one: https://issues.jboss.org/browse/FORGE-1387. >> >>> Bear >> >>>>>>> in mind that all the reported features work in Forge 1 even on >> >>> Windows ;) >> >>>>>>> >> >>>>>>> We can discuss these in today's meeting. >> >>>>>>> >> >>>>>>> Cheers, >> >>>>>>> Ivan >> >>>>>>> >> >>>>>>> _______________________________________________ >> >>>>>>> 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 >> >>>>>> >> >>>>>> >> >>>>>> _______________________________________________ >> >>>>>> forge-dev mailing list >> >>>>>> forge-dev 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 >> >>>>> 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 >> >>> >> >> >> >> >> >> >> >> -- >> >> Lincoln Baxter, III >> >> http://ocpsoft.org >> >> "Simpler is better." >> > >> >> _______________________________________________ >> >> 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 > > _______________________________________________ > 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/20140115/8b26c8b8/attachment-0001.html From ivan.st.ivanov at gmail.com Wed Jan 15 15:27:43 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Wed, 15 Jan 2014 22:27:43 +0200 Subject: [forge-dev] New shell feedback In-Reply-To: References: <78A11420-8764-458B-9B27-4E3244390A6B@redhat.com> <2E28445F-5074-4046-AC0B-77EB2624FB5A@redhat.com> <20140111205822.GJ2924@beistet> <20140113010533.GA2930@beistet> Message-ID: Ah, so the coloring is in Forge, not in Aesh? Good, at least I will try to get acquainted with the code if not fix it ;) On Wed, Jan 15, 2014 at 10:24 PM, George Gastaldi wrote: > Hey Ivan, > > We had to remove the colors because the colors were "bleeding" to the next > character. If you could have a look at it, the code is in > ShellImpl.createPrompt(). > > Pull requests are always more than welcomed. :) > > Em 15/01/2014, ?s 18:21, "Ivan St. Ivanov" > escreveu: > > Hi Stale, folks! > > I just tried the new Forge 2.0 and it works perfectly :) > > I just miss the prompt coloring. In Forge 1 we had different color for the > current directory name if it is inside a project. > > BTW, I see that the new-project command was changed to project-new. > > Cheers, > Ivan > > > On Mon, Jan 13, 2014 at 3:39 AM, George Gastaldi wrote: > >> Excellent Stale! Thanks for your help on this. >> >> > Em 12/01/2014, ?s 23:06, St?le W Pedersen >> escreveu: >> > >> > hi, ive deployed a new version of 0.46-SNAPSHOT that hopefully should >> > have most of the arrow-key + line redraw bugs fixed. >> > - please let me know if it works better other places as well. >> > >> > these issues were introduced back in oct/nov i think (during our meeting >> > in raleigh lincoln :) when we optimized the input and line draw in ?sh. >> > - i think its time i get a working windows setup.... >> > >> > i havent looked at the path issue so that still needs to be fixed. >> > - but ill prioritize the close issue atm. >> > >> > st?le >> > >> >> On 11.01.14 17:10, Lincoln Baxter, III wrote: >> >> You can find in maven under: >> >> >> >> org.jboss.aesh:aesh:0.46-SNAPSHOT >> >> >> >> The github repo/org is here: https://github.com/aeshell/aesh >> >> >> >> ~Lincoln >> >> >> >> >> >> On Sat, Jan 11, 2014 at 3:58 PM, St?le W Pedersen > >wrote: >> >> >> >>> hi, ivan it is most likely an ?sh bug (which forge uses for shell >> >>> interaction). to quickly debug ?sh you could just start a simple >> example >> >>> program like: java -cp aesh-0.46-SNAPSHOT.jar AeshExample >> >>> - you should have the aesh jar in your local mvn cache. >> >>> >> >>> AeshExample should log to TMP/aesh.log and there is a log line >> starting >> >>> with "GOT:" for each input. that input should match whatever is >> >>> specified in Key.java (in ?sh). >> >>> from what you've described above it seems that ive introduced a bug >> in a >> >>> later release with this or it might also be the parsing. whatever you >> >>> find out will no matter help. >> >>> >> >>> regards, st?le >> >>> >> >>>> On 11.01.14 21:18, Ivan St. Ivanov wrote: >> >>>> Hi folks, >> >>>> >> >>>> I just created this JIRA: https://issues.jboss.org/browse/FORGE-1425 >> >>>> >> >>>> As I wrote in the first email, I would like to help resolving it. I >> just >> >>>> need some guidance on where to look. George asked me to run the unit >> tests >> >>>> and I tried. However, the addon-manager tests failed and I couldn't >> find >> >>>> the reason. :( >> >>>> >> >>>> Cheers, >> >>>> Ivan >> >>>> >> >>>> >> >>>> On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < >> >>>> lincolnbaxter at gmail.com> wrote: >> >>>> >> >>>>> Yes, thank you for finding these issues! Looks like we know what we >> will >> >>>>> be working on next few days :) >> >>>>> >> >>>>> >> >>>>> On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi < >> ggastald at redhat.com >> >>>> wrote: >> >>>>> >> >>>>>> Ivan, >> >>>>>> >> >>>>>> Could you open a JIRA with these issues and mark it as Blocker? We >> >>> can't >> >>>>>> release 2.0.0.Final unless this is fixed. >> >>>>>> >> >>>>>> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" < >> ivan.st.ivanov at gmail.com> >> >>>>>> escreveu: >> >>>>>> >> >>>>>> Sorry, forgot to mention that this is with snapshot from December, >> >>> 29th. >> >>>>>> The situation was the same with all the previous betas and alphas. >> >>>>>> >> >>>>>> >> >>>>>> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi < >> ggastald at redhat.com >> >>>> wrote: >> >>>>>> >> >>>>>>> Thanks for the feedback ivan. >> >>>>>>> Are you testing against the latest snapshot? >> >>>>>>> >> >>>>>>> Best Regards, >> >>>>>>> George >> >>>>>>> >> >>>>>>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" < >> ivan.st.ivanov at gmail.com> >> >>>>>>> escreveu: >> >>>>>>> >> >>>>>>> Hi folks, >> >>>>>>> >> >>>>>>> As I promised, here is a [intended-to-be] short feedback about >> the new >> >>>>>>> Forge 2 shell. As some of you know, I use Windows (Really? >> OK...). So >> >>> I >> >>>>>>> will be very happy to help you solve the issues besides merely >> >>> reporting >> >>>>>>> them: >> >>>>>>> >> >>>>>>> * The history doesn't work. That is, when you press up and down >> arrows >> >>>>>>> instead of the previous commands, you get this: ?H >> >>>>>>> >> >>>>>>> * Backspace doesn't work. When I press it, the cursor just comes >> back >> >>> to >> >>>>>>> the previous position without deleting the character there. If I >> just >> >>> write >> >>>>>>> something there, the old symbol is overwritten by the new one, >> but at >> >>> the >> >>>>>>> end after pressing enter it looks like you never entered anything >> >>> after >> >>>>>>> pressing backspace. For example: >> >>>>>>> 1) I write *new-project --namek* >> >>>>>>> 2) I notice the typo and press backspace >> >>>>>>> 3) k doesn't get deleted, but I overwrite it with d >> >>>>>>> 4) Then I complete my command to look like this: *new-project >> >>> --named >> >>>>>>> test* >> >>>>>>> 5) Forge's output is: *Project name must be specified.* >> >>>>>>> >> >>>>>>> * As you know on windows the full path to a file or directory is >> >>>>>>> :\\ >> >>>>>>> 1) If I try to do *cd c:\temp\forge*, Forge blows with exception: >> >>>>>>> org.jboss.forge.addon.resource.ResourceException: >> [FileResourceImpl] >> >>> can >> >>>>>>> have no >> >>>>>>> children >> >>>>>>> at >> >>>>>>> >> org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract >> >>>>>>> FileResource.java:78) >> >>>>>>> at >> >>>>>>> >> org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse >> >>>>>>> r.java:232) >> >>>>>>> at >> >>>>>>> >> org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java >> >>>>>>> :71) >> >>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >> Method) >> >>>>>>> at >> >>>>>>> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >> >>>>>>> java:57) >> >>>>>>> at >> >>>>>>> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >> >>>>>>> sorImpl.java:43) >> >>>>>>> at java.lang.reflect.Method.invoke(Method.java:606) >> >>>>>>> 2) Somehow I noticed that I may use the paths without the drive >> >>>>>>> letter, e.g. just \\. It is legal to do it in Windows, >> >>> but thus >> >>>>>>> you can't change to a directory located on a different drive. For >> >>> example >> >>>>>>> cd \temp\forge will change to c:\temp\forge if you are currently >> in >> >>> c:. So >> >>>>>>> I tried *cd \temp\forge*, but the result was the same [exception]. >> >>>>>>> 3) If I am in the root directory (c:\) and I run *cd >> temp\forge*, I >> >>>>>>> don't get exception, but ****ERROR*** tempforge\: No such file or >> >>>>>>> directory*. The interesting thing is that I ran that command by >> >>>>>>> pressing tab, i.e. counting on the command completion of the >> shell, >> >>> which >> >>>>>>> obviously works fine. >> >>>>>>> >> >>>>>>> I made the cd command work by just running *cd /temp/forge* >> (notice >> >>>>>>> the forward slashes) >> >>>>>>> >> >>>>>>> >> >>>>>>> If you wish, I may add these observations as JIRA items, probably >> as >> >>>>>>> children to this one: https://issues.jboss.org/browse/FORGE-1387. >> >>> Bear >> >>>>>>> in mind that all the reported features work in Forge 1 even on >> >>> Windows ;) >> >>>>>>> >> >>>>>>> We can discuss these in today's meeting. >> >>>>>>> >> >>>>>>> Cheers, >> >>>>>>> Ivan >> >>>>>>> >> >>>>>>> _______________________________________________ >> >>>>>>> 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 >> >>>>>> >> >>>>>> >> >>>>>> _______________________________________________ >> >>>>>> forge-dev mailing list >> >>>>>> forge-dev 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 >> >>>>> 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 >> >>> >> >> >> >> >> >> >> >> -- >> >> Lincoln Baxter, III >> >> http://ocpsoft.org >> >> "Simpler is better." >> > >> >> _______________________________________________ >> >> 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 >> > > _______________________________________________ > 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/20140115/a29f6018/attachment-0001.html From ggastald at redhat.com Wed Jan 15 15:35:42 2014 From: ggastald at redhat.com (George Gastaldi) Date: Wed, 15 Jan 2014 15:35:42 -0500 (EST) Subject: [forge-dev] New shell feedback In-Reply-To: References: <78A11420-8764-458B-9B27-4E3244390A6B@redhat.com> <2E28445F-5074-4046-AC0B-77EB2624FB5A@redhat.com> <20140111205822.GJ2924@beistet> <20140113010533.GA2930@beistet> Message-ID: That's right. We expect a PR from you asap :) > Em 15/01/2014, ?s 18:28, "Ivan St. Ivanov" escreveu: > > Ah, so the coloring is in Forge, not in Aesh? Good, at least I will try to get acquainted with the code if not fix it ;) > > >> On Wed, Jan 15, 2014 at 10:24 PM, George Gastaldi wrote: >> Hey Ivan, >> >> We had to remove the colors because the colors were "bleeding" to the next character. If you could have a look at it, the code is in ShellImpl.createPrompt(). >> >> Pull requests are always more than welcomed. :) >> >>> Em 15/01/2014, ?s 18:21, "Ivan St. Ivanov" escreveu: >>> >> >>> Hi Stale, folks! >>> >>> I just tried the new Forge 2.0 and it works perfectly :) >>> >>> I just miss the prompt coloring. In Forge 1 we had different color for the current directory name if it is inside a project. >>> >>> BTW, I see that the new-project command was changed to project-new. >>> >>> Cheers, >>> Ivan >>> >>> >>>> On Mon, Jan 13, 2014 at 3:39 AM, George Gastaldi wrote: >>>> Excellent Stale! Thanks for your help on this. >>>> >>>> > Em 12/01/2014, ?s 23:06, St?le W Pedersen escreveu: >>>> > >>>> > hi, ive deployed a new version of 0.46-SNAPSHOT that hopefully should >>>> > have most of the arrow-key + line redraw bugs fixed. >>>> > - please let me know if it works better other places as well. >>>> > >>>> > these issues were introduced back in oct/nov i think (during our meeting >>>> > in raleigh lincoln :) when we optimized the input and line draw in ?sh. >>>> > - i think its time i get a working windows setup.... >>>> > >>>> > i havent looked at the path issue so that still needs to be fixed. >>>> > - but ill prioritize the close issue atm. >>>> > >>>> > st?le >>>> > >>>> >> On 11.01.14 17:10, Lincoln Baxter, III wrote: >>>> >> You can find in maven under: >>>> >> >>>> >> org.jboss.aesh:aesh:0.46-SNAPSHOT >>>> >> >>>> >> The github repo/org is here: https://github.com/aeshell/aesh >>>> >> >>>> >> ~Lincoln >>>> >> >>>> >> >>>> >> On Sat, Jan 11, 2014 at 3:58 PM, St?le W Pedersen wrote: >>>> >> >>>> >>> hi, ivan it is most likely an ?sh bug (which forge uses for shell >>>> >>> interaction). to quickly debug ?sh you could just start a simple example >>>> >>> program like: java -cp aesh-0.46-SNAPSHOT.jar AeshExample >>>> >>> - you should have the aesh jar in your local mvn cache. >>>> >>> >>>> >>> AeshExample should log to TMP/aesh.log and there is a log line starting >>>> >>> with "GOT:" for each input. that input should match whatever is >>>> >>> specified in Key.java (in ?sh). >>>> >>> from what you've described above it seems that ive introduced a bug in a >>>> >>> later release with this or it might also be the parsing. whatever you >>>> >>> find out will no matter help. >>>> >>> >>>> >>> regards, st?le >>>> >>> >>>> >>>> On 11.01.14 21:18, Ivan St. Ivanov wrote: >>>> >>>> Hi folks, >>>> >>>> >>>> >>>> I just created this JIRA: https://issues.jboss.org/browse/FORGE-1425 >>>> >>>> >>>> >>>> As I wrote in the first email, I would like to help resolving it. I just >>>> >>>> need some guidance on where to look. George asked me to run the unit tests >>>> >>>> and I tried. However, the addon-manager tests failed and I couldn't find >>>> >>>> the reason. :( >>>> >>>> >>>> >>>> Cheers, >>>> >>>> Ivan >>>> >>>> >>>> >>>> >>>> >>>> On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < >>>> >>>> lincolnbaxter at gmail.com> wrote: >>>> >>>> >>>> >>>>> Yes, thank you for finding these issues! Looks like we know what we will >>>> >>>>> be working on next few days :) >>>> >>>>> >>>> >>>>> >>>> >>>>> On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi >>> >>>> wrote: >>>> >>>>> >>>> >>>>>> Ivan, >>>> >>>>>> >>>> >>>>>> Could you open a JIRA with these issues and mark it as Blocker? We >>>> >>> can't >>>> >>>>>> release 2.0.0.Final unless this is fixed. >>>> >>>>>> >>>> >>>>>> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" >>>> >>>>>> escreveu: >>>> >>>>>> >>>> >>>>>> Sorry, forgot to mention that this is with snapshot from December, >>>> >>> 29th. >>>> >>>>>> The situation was the same with all the previous betas and alphas. >>>> >>>>>> >>>> >>>>>> >>>> >>>>>> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi >>> >>>> wrote: >>>> >>>>>> >>>> >>>>>>> Thanks for the feedback ivan. >>>> >>>>>>> Are you testing against the latest snapshot? >>>> >>>>>>> >>>> >>>>>>> Best Regards, >>>> >>>>>>> George >>>> >>>>>>> >>>> >>>>>>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" >>>> >>>>>>> escreveu: >>>> >>>>>>> >>>> >>>>>>> Hi folks, >>>> >>>>>>> >>>> >>>>>>> As I promised, here is a [intended-to-be] short feedback about the new >>>> >>>>>>> Forge 2 shell. As some of you know, I use Windows (Really? OK...). So >>>> >>> I >>>> >>>>>>> will be very happy to help you solve the issues besides merely >>>> >>> reporting >>>> >>>>>>> them: >>>> >>>>>>> >>>> >>>>>>> * The history doesn't work. That is, when you press up and down arrows >>>> >>>>>>> instead of the previous commands, you get this: ?H >>>> >>>>>>> >>>> >>>>>>> * Backspace doesn't work. When I press it, the cursor just comes back >>>> >>> to >>>> >>>>>>> the previous position without deleting the character there. If I just >>>> >>> write >>>> >>>>>>> something there, the old symbol is overwritten by the new one, but at >>>> >>> the >>>> >>>>>>> end after pressing enter it looks like you never entered anything >>>> >>> after >>>> >>>>>>> pressing backspace. For example: >>>> >>>>>>> 1) I write *new-project --namek* >>>> >>>>>>> 2) I notice the typo and press backspace >>>> >>>>>>> 3) k doesn't get deleted, but I overwrite it with d >>>> >>>>>>> 4) Then I complete my command to look like this: *new-project >>>> >>> --named >>>> >>>>>>> test* >>>> >>>>>>> 5) Forge's output is: *Project name must be specified.* >>>> >>>>>>> >>>> >>>>>>> * As you know on windows the full path to a file or directory is >>>> >>>>>>> :\\ >>>> >>>>>>> 1) If I try to do *cd c:\temp\forge*, Forge blows with exception: >>>> >>>>>>> org.jboss.forge.addon.resource.ResourceException: [FileResourceImpl] >>>> >>> can >>>> >>>>>>> have no >>>> >>>>>>> children >>>> >>>>>>> at >>>> >>>>>>> org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract >>>> >>>>>>> FileResource.java:78) >>>> >>>>>>> at >>>> >>>>>>> org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse >>>> >>>>>>> r.java:232) >>>> >>>>>>> at >>>> >>>>>>> org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java >>>> >>>>>>> :71) >>>> >>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>> >>>>>>> at >>>> >>>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>>> >>>>>>> java:57) >>>> >>>>>>> at >>>> >>>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >>>> >>>>>>> sorImpl.java:43) >>>> >>>>>>> at java.lang.reflect.Method.invoke(Method.java:606) >>>> >>>>>>> 2) Somehow I noticed that I may use the paths without the drive >>>> >>>>>>> letter, e.g. just \\. It is legal to do it in Windows, >>>> >>> but thus >>>> >>>>>>> you can't change to a directory located on a different drive. For >>>> >>> example >>>> >>>>>>> cd \temp\forge will change to c:\temp\forge if you are currently in >>>> >>> c:. So >>>> >>>>>>> I tried *cd \temp\forge*, but the result was the same [exception]. >>>> >>>>>>> 3) If I am in the root directory (c:\) and I run *cd temp\forge*, I >>>> >>>>>>> don't get exception, but ****ERROR*** tempforge\: No such file or >>>> >>>>>>> directory*. The interesting thing is that I ran that command by >>>> >>>>>>> pressing tab, i.e. counting on the command completion of the shell, >>>> >>> which >>>> >>>>>>> obviously works fine. >>>> >>>>>>> >>>> >>>>>>> I made the cd command work by just running *cd /temp/forge* (notice >>>> >>>>>>> the forward slashes) >>>> >>>>>>> >>>> >>>>>>> >>>> >>>>>>> If you wish, I may add these observations as JIRA items, probably as >>>> >>>>>>> children to this one: https://issues.jboss.org/browse/FORGE-1387. >>>> >>> Bear >>>> >>>>>>> in mind that all the reported features work in Forge 1 even on >>>> >>> Windows ;) >>>> >>>>>>> >>>> >>>>>>> We can discuss these in today's meeting. >>>> >>>>>>> >>>> >>>>>>> Cheers, >>>> >>>>>>> Ivan >>>> >>>>>>> >>>> >>>>>>> _______________________________________________ >>>> >>>>>>> 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 >>>> >>>>>> >>>> >>>>>> >>>> >>>>>> _______________________________________________ >>>> >>>>>> forge-dev mailing list >>>> >>>>>> forge-dev 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 >>>> >>>>> 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 >>>> >>> >>>> >> >>>> >> >>>> >> >>>> >> -- >>>> >> Lincoln Baxter, III >>>> >> http://ocpsoft.org >>>> >> "Simpler is better." >>>> > >>>> >> _______________________________________________ >>>> >> 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 >>> >>> _______________________________________________ >>> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140115/13d8ff8d/attachment-0001.html From lbaxter at redhat.com Wed Jan 15 21:27:41 2014 From: lbaxter at redhat.com (Lincoln Baxter) Date: Wed, 15 Jan 2014 21:27:41 -0500 (EST) Subject: [forge-dev] JBoss Forge 2.0.0.CR1 is now available! In-Reply-To: <361991198.3608278.1389839127784.JavaMail.root@redhat.com> Message-ID: <251620192.3610541.1389839261463.JavaMail.root@redhat.com> New year, new releases. The Forge Team proudly presents the release of JBoss Forge 2.0.0.CR1, with over 40 issues implemented or fixed. We are very close to releasing the Final version of Forge 2; however, given some Windows issues in the Shell addon, we decided to postpone 2.0.0.Final after they can be resolved. Starting today, prepare to take over your IDE in a way like you?ve never seen before! In this version, we believe we have reached a stable API in both Furnace and the Forge UI Addon. Future versions should suffer from little to no changes to the API, so we are releasing 2.0.0.CR1 today. You should be able to develop Addons with confidence, and run them in Eclipse using the Forge 2 Eclipse plugin. The CLI should also work well, but you may notice a hiccup here or there; once the remaining issues with the CLI are resolved, you should be able to expect a shiny, well formed, Final release. Full release announcement: http://forge.jboss.org/news/2014/01/15/post-forge-2.html -- Lincoln Baxter, III JBoss, by Red Hat lbaxter at redhat.com "If you want something, you'll find a way; if you don't, you'll find an excuse." From ivan.st.ivanov at gmail.com Thu Jan 16 16:52:50 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Thu, 16 Jan 2014 23:52:50 +0200 Subject: [forge-dev] New shell feedback In-Reply-To: References: <78A11420-8764-458B-9B27-4E3244390A6B@redhat.com> <2E28445F-5074-4046-AC0B-77EB2624FB5A@redhat.com> <20140111205822.GJ2924@beistet> <20140113010533.GA2930@beistet> Message-ID: Hey George, Stale, I did some debugging in Forge, Aesh and even Jansi sources. Before that, I tried to change the color of the current folder name when creating the prompt: // in org.jboss.forge.addon.shell.ShellImpl::createPrompt() for (char c : currentResource.getName().toCharArray()) { prompt.add(new TerminalCharacter(c, new TerminalColor(Color.GREEN, Color.DEFAULT))); } So I expect that as a result of that, all of the characters of the current directory name would be green. However it is only the first character. After some more debugging, I found that for a directory called *forge* the ANSI string passed to the Jansi library is: [forge]$ (there is an ESC symbol character before each [). As far as I got it, those constants 39, 32, etc. denote the foreground (i.e. character) color. So, the question now is: Do you have to set the foreground color once and then it is valid for all the next characters before you set it again, or you have to set it for every character in the ANSI string. I think that Aesh's logic follows the first approach, so is this correct? I'm afraid Jansi's AnsiOutputStream.write(int) method is a too complex FSM for me in this late hour, so I stopped there :) What else bothers me is the ordering of the style and color constants for the first character of the prompt. Shouldn't it be the other way round (first the style and then the color)? Cheers, Ivan On Wed, Jan 15, 2014 at 10:35 PM, George Gastaldi wrote: > That's right. We expect a PR from you asap :) > > Em 15/01/2014, ?s 18:28, "Ivan St. Ivanov" > escreveu: > > Ah, so the coloring is in Forge, not in Aesh? Good, at least I will try to > get acquainted with the code if not fix it ;) > > > On Wed, Jan 15, 2014 at 10:24 PM, George Gastaldi wrote: > >> Hey Ivan, >> >> We had to remove the colors because the colors were "bleeding" to the >> next character. If you could have a look at it, the code is in >> ShellImpl.createPrompt(). >> >> Pull requests are always more than welcomed. :) >> >> Em 15/01/2014, ?s 18:21, "Ivan St. Ivanov" >> escreveu: >> >> Hi Stale, folks! >> >> I just tried the new Forge 2.0 and it works perfectly :) >> >> I just miss the prompt coloring. In Forge 1 we had different color for >> the current directory name if it is inside a project. >> >> BTW, I see that the new-project command was changed to project-new. >> >> Cheers, >> Ivan >> >> >> On Mon, Jan 13, 2014 at 3:39 AM, George Gastaldi wrote: >> >>> Excellent Stale! Thanks for your help on this. >>> >>> > Em 12/01/2014, ?s 23:06, St?le W Pedersen >>> escreveu: >>> > >>> > hi, ive deployed a new version of 0.46-SNAPSHOT that hopefully should >>> > have most of the arrow-key + line redraw bugs fixed. >>> > - please let me know if it works better other places as well. >>> > >>> > these issues were introduced back in oct/nov i think (during our >>> meeting >>> > in raleigh lincoln :) when we optimized the input and line draw in ?sh. >>> > - i think its time i get a working windows setup.... >>> > >>> > i havent looked at the path issue so that still needs to be fixed. >>> > - but ill prioritize the close issue atm. >>> > >>> > st?le >>> > >>> >> On 11.01.14 17:10, Lincoln Baxter, III wrote: >>> >> You can find in maven under: >>> >> >>> >> org.jboss.aesh:aesh:0.46-SNAPSHOT >>> >> >>> >> The github repo/org is here: https://github.com/aeshell/aesh >>> >> >>> >> ~Lincoln >>> >> >>> >> >>> >> On Sat, Jan 11, 2014 at 3:58 PM, St?le W Pedersen < >>> spederse at redhat.com>wrote: >>> >> >>> >>> hi, ivan it is most likely an ?sh bug (which forge uses for shell >>> >>> interaction). to quickly debug ?sh you could just start a simple >>> example >>> >>> program like: java -cp aesh-0.46-SNAPSHOT.jar AeshExample >>> >>> - you should have the aesh jar in your local mvn cache. >>> >>> >>> >>> AeshExample should log to TMP/aesh.log and there is a log line >>> starting >>> >>> with "GOT:" for each input. that input should match whatever is >>> >>> specified in Key.java (in ?sh). >>> >>> from what you've described above it seems that ive introduced a bug >>> in a >>> >>> later release with this or it might also be the parsing. whatever you >>> >>> find out will no matter help. >>> >>> >>> >>> regards, st?le >>> >>> >>> >>>> On 11.01.14 21:18, Ivan St. Ivanov wrote: >>> >>>> Hi folks, >>> >>>> >>> >>>> I just created this JIRA: >>> https://issues.jboss.org/browse/FORGE-1425 >>> >>>> >>> >>>> As I wrote in the first email, I would like to help resolving it. I >>> just >>> >>>> need some guidance on where to look. George asked me to run the >>> unit tests >>> >>>> and I tried. However, the addon-manager tests failed and I couldn't >>> find >>> >>>> the reason. :( >>> >>>> >>> >>>> Cheers, >>> >>>> Ivan >>> >>>> >>> >>>> >>> >>>> On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < >>> >>>> lincolnbaxter at gmail.com> wrote: >>> >>>> >>> >>>>> Yes, thank you for finding these issues! Looks like we know what >>> we will >>> >>>>> be working on next few days :) >>> >>>>> >>> >>>>> >>> >>>>> On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi < >>> ggastald at redhat.com >>> >>>> wrote: >>> >>>>> >>> >>>>>> Ivan, >>> >>>>>> >>> >>>>>> Could you open a JIRA with these issues and mark it as Blocker? We >>> >>> can't >>> >>>>>> release 2.0.0.Final unless this is fixed. >>> >>>>>> >>> >>>>>> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" < >>> ivan.st.ivanov at gmail.com> >>> >>>>>> escreveu: >>> >>>>>> >>> >>>>>> Sorry, forgot to mention that this is with snapshot from December, >>> >>> 29th. >>> >>>>>> The situation was the same with all the previous betas and alphas. >>> >>>>>> >>> >>>>>> >>> >>>>>> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi < >>> ggastald at redhat.com >>> >>>> wrote: >>> >>>>>> >>> >>>>>>> Thanks for the feedback ivan. >>> >>>>>>> Are you testing against the latest snapshot? >>> >>>>>>> >>> >>>>>>> Best Regards, >>> >>>>>>> George >>> >>>>>>> >>> >>>>>>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" < >>> ivan.st.ivanov at gmail.com> >>> >>>>>>> escreveu: >>> >>>>>>> >>> >>>>>>> Hi folks, >>> >>>>>>> >>> >>>>>>> As I promised, here is a [intended-to-be] short feedback about >>> the new >>> >>>>>>> Forge 2 shell. As some of you know, I use Windows (Really? >>> OK...). So >>> >>> I >>> >>>>>>> will be very happy to help you solve the issues besides merely >>> >>> reporting >>> >>>>>>> them: >>> >>>>>>> >>> >>>>>>> * The history doesn't work. That is, when you press up and down >>> arrows >>> >>>>>>> instead of the previous commands, you get this: ?H >>> >>>>>>> >>> >>>>>>> * Backspace doesn't work. When I press it, the cursor just comes >>> back >>> >>> to >>> >>>>>>> the previous position without deleting the character there. If I >>> just >>> >>> write >>> >>>>>>> something there, the old symbol is overwritten by the new one, >>> but at >>> >>> the >>> >>>>>>> end after pressing enter it looks like you never entered anything >>> >>> after >>> >>>>>>> pressing backspace. For example: >>> >>>>>>> 1) I write *new-project --namek* >>> >>>>>>> 2) I notice the typo and press backspace >>> >>>>>>> 3) k doesn't get deleted, but I overwrite it with d >>> >>>>>>> 4) Then I complete my command to look like this: *new-project >>> >>> --named >>> >>>>>>> test* >>> >>>>>>> 5) Forge's output is: *Project name must be specified.* >>> >>>>>>> >>> >>>>>>> * As you know on windows the full path to a file or directory is >>> >>>>>>> :\\ >>> >>>>>>> 1) If I try to do *cd c:\temp\forge*, Forge blows with >>> exception: >>> >>>>>>> org.jboss.forge.addon.resource.ResourceException: >>> [FileResourceImpl] >>> >>> can >>> >>>>>>> have no >>> >>>>>>> children >>> >>>>>>> at >>> >>>>>>> >>> org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract >>> >>>>>>> FileResource.java:78) >>> >>>>>>> at >>> >>>>>>> >>> org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse >>> >>>>>>> r.java:232) >>> >>>>>>> at >>> >>>>>>> >>> org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java >>> >>>>>>> :71) >>> >>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>> Method) >>> >>>>>>> at >>> >>>>>>> >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>> >>>>>>> java:57) >>> >>>>>>> at >>> >>>>>>> >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >>> >>>>>>> sorImpl.java:43) >>> >>>>>>> at java.lang.reflect.Method.invoke(Method.java:606) >>> >>>>>>> 2) Somehow I noticed that I may use the paths without the drive >>> >>>>>>> letter, e.g. just \\. It is legal to do it in >>> Windows, >>> >>> but thus >>> >>>>>>> you can't change to a directory located on a different drive. For >>> >>> example >>> >>>>>>> cd \temp\forge will change to c:\temp\forge if you are currently >>> in >>> >>> c:. So >>> >>>>>>> I tried *cd \temp\forge*, but the result was the same >>> [exception]. >>> >>>>>>> 3) If I am in the root directory (c:\) and I run *cd >>> temp\forge*, I >>> >>>>>>> don't get exception, but ****ERROR*** tempforge\: No such file or >>> >>>>>>> directory*. The interesting thing is that I ran that command by >>> >>>>>>> pressing tab, i.e. counting on the command completion of the >>> shell, >>> >>> which >>> >>>>>>> obviously works fine. >>> >>>>>>> >>> >>>>>>> I made the cd command work by just running *cd /temp/forge* >>> (notice >>> >>>>>>> the forward slashes) >>> >>>>>>> >>> >>>>>>> >>> >>>>>>> If you wish, I may add these observations as JIRA items, >>> probably as >>> >>>>>>> children to this one: https://issues.jboss.org/browse/FORGE-1387 >>> . >>> >>> Bear >>> >>>>>>> in mind that all the reported features work in Forge 1 even on >>> >>> Windows ;) >>> >>>>>>> >>> >>>>>>> We can discuss these in today's meeting. >>> >>>>>>> >>> >>>>>>> Cheers, >>> >>>>>>> Ivan >>> >>>>>>> >>> >>>>>>> _______________________________________________ >>> >>>>>>> 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 >>> >>>>>> >>> >>>>>> >>> >>>>>> _______________________________________________ >>> >>>>>> forge-dev mailing list >>> >>>>>> forge-dev 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 >>> >>>>> 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 >>> >>> >>> >> >>> >> >>> >> >>> >> -- >>> >> Lincoln Baxter, III >>> >> http://ocpsoft.org >>> >> "Simpler is better." >>> > >>> >> _______________________________________________ >>> >> 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 >>> >> >> _______________________________________________ >> 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 > > > _______________________________________________ > 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/20140116/b26619f1/attachment-0001.html From ivan.st.ivanov at gmail.com Thu Jan 16 17:01:28 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Fri, 17 Jan 2014 00:01:28 +0200 Subject: [forge-dev] Forge Hack Night, 2nd ed. Message-ID: Hi folks, With Forge 2 coming really soon, I think that it is time for our second Forge Hack Night. I still remember the first one: it was at the same time fun and success. Now I guess that a good theme for our next event could be Forge 1 plugins migration to Forge 2. It would be valuable for us, non-core contributors, to develop our first addons while having Lincoln, George, Koen or Vineet in the IRC channel. It would also be good for Forge to have a blast of good old plugins migrated. What do you think? Cheers, Ivan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140117/41bb409b/attachment.html From ggastald at redhat.com Thu Jan 16 17:12:15 2014 From: ggastald at redhat.com (George Gastaldi) Date: Thu, 16 Jan 2014 17:12:15 -0500 (EST) Subject: [forge-dev] Forge Hack Night, 2nd ed. In-Reply-To: References: Message-ID: <45D7D4A9-31F0-4E4F-9D54-0B259E5AC9AE@redhat.com> I think that is a wonderful idea! Let's arrange a schedule that fits best. I'll label some issues with hack_night so we can focus on what's important. I foresee a JBoss Community Leader in the near future.. :) > Em 16/01/2014, ?s 20:01, "Ivan St. Ivanov" escreveu: > > Hi folks, > > With Forge 2 coming really soon, I think that it is time for our second Forge Hack Night. I still remember the first one: it was at the same time fun and success. > > Now I guess that a good theme for our next event could be Forge 1 plugins migration to Forge 2. It would be valuable for us, non-core contributors, to develop our first addons while having Lincoln, George, Koen or Vineet in the IRC channel. It would also be good for Forge to have a blast of good old plugins migrated. > > What do you think? > > Cheers, > Ivan > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev From spederse at redhat.com Thu Jan 16 19:00:21 2014 From: spederse at redhat.com (=?iso-8859-1?Q?St=E5le?= W Pedersen) Date: Fri, 17 Jan 2014 01:00:21 +0100 Subject: [forge-dev] New shell feedback In-Reply-To: References: <20140111205822.GJ2924@beistet> <20140113010533.GA2930@beistet> Message-ID: <20140117000021.GB3038@beistet> hi, thanks for the feedback. i see that there is indeed a bug in how TerminalCharacter is displayed. - there is a TerminalCharacter.toString(TerminalCharacter tc) that tries to compare with the previous to reduce the data written to stream, but it has a bug and do not display it correctly. By design it was planned that TerminalCharacter should not "reset" so if you set a TerminalCharacter with color green that color should be for all upcoming characters unless a new one is set. TerminalString however do in fact reset at its end (by design). I do not know if the ordering matter, afaik it shouldnt, but it might be that that is why jansi has bleeding of colors on windows?? st?le On 16.01.14 23:52, Ivan St. Ivanov wrote: >Hey George, Stale, > >I did some debugging in Forge, Aesh and even Jansi sources. Before that, I >tried to change the color of the current folder name when creating the >prompt: > >// in org.jboss.forge.addon.shell.ShellImpl::createPrompt() > > for (char c : currentResource.getName().toCharArray()) > { > prompt.add(new TerminalCharacter(c, new >TerminalColor(Color.GREEN, Color.DEFAULT))); > } > >So I expect that as a result of that, all of the characters of the current >directory name would be green. However it is only the first character. >After some more debugging, I found that for a directory called *forge* the >ANSI string passed to the Jansi library >is: [forge]$ (there is an ESC symbol >character before each [). As far as I got it, those constants 39, 32, etc. >denote the foreground (i.e. character) color. So, the question now is: > >Do you have to set the foreground color once and then it is valid for all >the next characters before you set it again, or you have to set it for >every character in the ANSI string. I think that Aesh's logic follows the >first approach, so is this correct? I'm afraid >Jansi's AnsiOutputStream.write(int) method is a too complex FSM for me in >this late hour, so I stopped there :) > >What else bothers me is the ordering of the style and color constants for >the first character of the prompt. Shouldn't it be the other way round >(first the style and then the color)? > >Cheers, >Ivan > > >On Wed, Jan 15, 2014 at 10:35 PM, George Gastaldi wrote: > >> That's right. We expect a PR from you asap :) >> >> Em 15/01/2014, ?s 18:28, "Ivan St. Ivanov" >> escreveu: >> >> Ah, so the coloring is in Forge, not in Aesh? Good, at least I will try to >> get acquainted with the code if not fix it ;) >> >> >> On Wed, Jan 15, 2014 at 10:24 PM, George Gastaldi wrote: >> >>> Hey Ivan, >>> >>> We had to remove the colors because the colors were "bleeding" to the >>> next character. If you could have a look at it, the code is in >>> ShellImpl.createPrompt(). >>> >>> Pull requests are always more than welcomed. :) >>> >>> Em 15/01/2014, ?s 18:21, "Ivan St. Ivanov" >>> escreveu: >>> >>> Hi Stale, folks! >>> >>> I just tried the new Forge 2.0 and it works perfectly :) >>> >>> I just miss the prompt coloring. In Forge 1 we had different color for >>> the current directory name if it is inside a project. >>> >>> BTW, I see that the new-project command was changed to project-new. >>> >>> Cheers, >>> Ivan >>> >>> >>> On Mon, Jan 13, 2014 at 3:39 AM, George Gastaldi wrote: >>> >>>> Excellent Stale! Thanks for your help on this. >>>> >>>> > Em 12/01/2014, ?s 23:06, St?le W Pedersen >>>> escreveu: >>>> > >>>> > hi, ive deployed a new version of 0.46-SNAPSHOT that hopefully should >>>> > have most of the arrow-key + line redraw bugs fixed. >>>> > - please let me know if it works better other places as well. >>>> > >>>> > these issues were introduced back in oct/nov i think (during our >>>> meeting >>>> > in raleigh lincoln :) when we optimized the input and line draw in ?sh. >>>> > - i think its time i get a working windows setup.... >>>> > >>>> > i havent looked at the path issue so that still needs to be fixed. >>>> > - but ill prioritize the close issue atm. >>>> > >>>> > st?le >>>> > >>>> >> On 11.01.14 17:10, Lincoln Baxter, III wrote: >>>> >> You can find in maven under: >>>> >> >>>> >> org.jboss.aesh:aesh:0.46-SNAPSHOT >>>> >> >>>> >> The github repo/org is here: https://github.com/aeshell/aesh >>>> >> >>>> >> ~Lincoln >>>> >> >>>> >> >>>> >> On Sat, Jan 11, 2014 at 3:58 PM, St?le W Pedersen < >>>> spederse at redhat.com>wrote: >>>> >> >>>> >>> hi, ivan it is most likely an ?sh bug (which forge uses for shell >>>> >>> interaction). to quickly debug ?sh you could just start a simple >>>> example >>>> >>> program like: java -cp aesh-0.46-SNAPSHOT.jar AeshExample >>>> >>> - you should have the aesh jar in your local mvn cache. >>>> >>> >>>> >>> AeshExample should log to TMP/aesh.log and there is a log line >>>> starting >>>> >>> with "GOT:" for each input. that input should match whatever is >>>> >>> specified in Key.java (in ?sh). >>>> >>> from what you've described above it seems that ive introduced a bug >>>> in a >>>> >>> later release with this or it might also be the parsing. whatever you >>>> >>> find out will no matter help. >>>> >>> >>>> >>> regards, st?le >>>> >>> >>>> >>>> On 11.01.14 21:18, Ivan St. Ivanov wrote: >>>> >>>> Hi folks, >>>> >>>> >>>> >>>> I just created this JIRA: >>>> https://issues.jboss.org/browse/FORGE-1425 >>>> >>>> >>>> >>>> As I wrote in the first email, I would like to help resolving it. I >>>> just >>>> >>>> need some guidance on where to look. George asked me to run the >>>> unit tests >>>> >>>> and I tried. However, the addon-manager tests failed and I couldn't >>>> find >>>> >>>> the reason. :( >>>> >>>> >>>> >>>> Cheers, >>>> >>>> Ivan >>>> >>>> >>>> >>>> >>>> >>>> On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < >>>> >>>> lincolnbaxter at gmail.com> wrote: >>>> >>>> >>>> >>>>> Yes, thank you for finding these issues! Looks like we know what >>>> we will >>>> >>>>> be working on next few days :) >>>> >>>>> >>>> >>>>> >>>> >>>>> On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi < >>>> ggastald at redhat.com >>>> >>>> wrote: >>>> >>>>> >>>> >>>>>> Ivan, >>>> >>>>>> >>>> >>>>>> Could you open a JIRA with these issues and mark it as Blocker? We >>>> >>> can't >>>> >>>>>> release 2.0.0.Final unless this is fixed. >>>> >>>>>> >>>> >>>>>> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" < >>>> ivan.st.ivanov at gmail.com> >>>> >>>>>> escreveu: >>>> >>>>>> >>>> >>>>>> Sorry, forgot to mention that this is with snapshot from December, >>>> >>> 29th. >>>> >>>>>> The situation was the same with all the previous betas and alphas. >>>> >>>>>> >>>> >>>>>> >>>> >>>>>> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi < >>>> ggastald at redhat.com >>>> >>>> wrote: >>>> >>>>>> >>>> >>>>>>> Thanks for the feedback ivan. >>>> >>>>>>> Are you testing against the latest snapshot? >>>> >>>>>>> >>>> >>>>>>> Best Regards, >>>> >>>>>>> George >>>> >>>>>>> >>>> >>>>>>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" < >>>> ivan.st.ivanov at gmail.com> >>>> >>>>>>> escreveu: >>>> >>>>>>> >>>> >>>>>>> Hi folks, >>>> >>>>>>> >>>> >>>>>>> As I promised, here is a [intended-to-be] short feedback about >>>> the new >>>> >>>>>>> Forge 2 shell. As some of you know, I use Windows (Really? >>>> OK...). So >>>> >>> I >>>> >>>>>>> will be very happy to help you solve the issues besides merely >>>> >>> reporting >>>> >>>>>>> them: >>>> >>>>>>> >>>> >>>>>>> * The history doesn't work. That is, when you press up and down >>>> arrows >>>> >>>>>>> instead of the previous commands, you get this: ?H >>>> >>>>>>> >>>> >>>>>>> * Backspace doesn't work. When I press it, the cursor just comes >>>> back >>>> >>> to >>>> >>>>>>> the previous position without deleting the character there. If I >>>> just >>>> >>> write >>>> >>>>>>> something there, the old symbol is overwritten by the new one, >>>> but at >>>> >>> the >>>> >>>>>>> end after pressing enter it looks like you never entered anything >>>> >>> after >>>> >>>>>>> pressing backspace. For example: >>>> >>>>>>> 1) I write *new-project --namek* >>>> >>>>>>> 2) I notice the typo and press backspace >>>> >>>>>>> 3) k doesn't get deleted, but I overwrite it with d >>>> >>>>>>> 4) Then I complete my command to look like this: *new-project >>>> >>> --named >>>> >>>>>>> test* >>>> >>>>>>> 5) Forge's output is: *Project name must be specified.* >>>> >>>>>>> >>>> >>>>>>> * As you know on windows the full path to a file or directory is >>>> >>>>>>> :\\ >>>> >>>>>>> 1) If I try to do *cd c:\temp\forge*, Forge blows with >>>> exception: >>>> >>>>>>> org.jboss.forge.addon.resource.ResourceException: >>>> [FileResourceImpl] >>>> >>> can >>>> >>>>>>> have no >>>> >>>>>>> children >>>> >>>>>>> at >>>> >>>>>>> >>>> org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract >>>> >>>>>>> FileResource.java:78) >>>> >>>>>>> at >>>> >>>>>>> >>>> org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse >>>> >>>>>>> r.java:232) >>>> >>>>>>> at >>>> >>>>>>> >>>> org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java >>>> >>>>>>> :71) >>>> >>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>>> Method) >>>> >>>>>>> at >>>> >>>>>>> >>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>>> >>>>>>> java:57) >>>> >>>>>>> at >>>> >>>>>>> >>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >>>> >>>>>>> sorImpl.java:43) >>>> >>>>>>> at java.lang.reflect.Method.invoke(Method.java:606) >>>> >>>>>>> 2) Somehow I noticed that I may use the paths without the drive >>>> >>>>>>> letter, e.g. just \\. It is legal to do it in >>>> Windows, >>>> >>> but thus >>>> >>>>>>> you can't change to a directory located on a different drive. For >>>> >>> example >>>> >>>>>>> cd \temp\forge will change to c:\temp\forge if you are currently >>>> in >>>> >>> c:. So >>>> >>>>>>> I tried *cd \temp\forge*, but the result was the same >>>> [exception]. >>>> >>>>>>> 3) If I am in the root directory (c:\) and I run *cd >>>> temp\forge*, I >>>> >>>>>>> don't get exception, but ****ERROR*** tempforge\: No such file or >>>> >>>>>>> directory*. The interesting thing is that I ran that command by >>>> >>>>>>> pressing tab, i.e. counting on the command completion of the >>>> shell, >>>> >>> which >>>> >>>>>>> obviously works fine. >>>> >>>>>>> >>>> >>>>>>> I made the cd command work by just running *cd /temp/forge* >>>> (notice >>>> >>>>>>> the forward slashes) >>>> >>>>>>> >>>> >>>>>>> >>>> >>>>>>> If you wish, I may add these observations as JIRA items, >>>> probably as >>>> >>>>>>> children to this one: https://issues.jboss.org/browse/FORGE-1387 >>>> . >>>> >>> Bear >>>> >>>>>>> in mind that all the reported features work in Forge 1 even on >>>> >>> Windows ;) >>>> >>>>>>> >>>> >>>>>>> We can discuss these in today's meeting. >>>> >>>>>>> >>>> >>>>>>> Cheers, >>>> >>>>>>> Ivan >>>> >>>>>>> >>>> >>>>>>> _______________________________________________ >>>> >>>>>>> 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 >>>> >>>>>> >>>> >>>>>> >>>> >>>>>> _______________________________________________ >>>> >>>>>> forge-dev mailing list >>>> >>>>>> forge-dev 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 >>>> >>>>> 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 >>>> >>> >>>> >> >>>> >> >>>> >> >>>> >> -- >>>> >> Lincoln Baxter, III >>>> >> http://ocpsoft.org >>>> >> "Simpler is better." >>>> > >>>> >> _______________________________________________ >>>> >> 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 >>>> >>> >>> _______________________________________________ >>> 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 >> >> >> _______________________________________________ >> 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 spederse at redhat.com Thu Jan 16 19:50:03 2014 From: spederse at redhat.com (=?iso-8859-1?Q?St=E5le?= W Pedersen) Date: Fri, 17 Jan 2014 01:50:03 +0100 Subject: [forge-dev] New shell feedback In-Reply-To: <20140117000021.GB3038@beistet> References: <20140111205822.GJ2924@beistet> <20140113010533.GA2930@beistet> <20140117000021.GB3038@beistet> Message-ID: <20140117005003.GC3038@beistet> - ive fixed the issue with TerminalCharacter, it would be interesting if this bug might have been the cause of the "bleeding" thats been seen as well. ive pushed out a new version of aesh 0.47-SNAPSHOT that have the fix, if you have time please provide feedback. st?le On 17.01.14 1:00, St?le W Pedersen wrote: >hi, thanks for the feedback. >i see that there is indeed a bug in how TerminalCharacter is displayed. >- there is a TerminalCharacter.toString(TerminalCharacter tc) that tries > to compare with the previous to reduce the data written to stream, but > it has a bug and do not display it correctly. > >By design it was planned that TerminalCharacter should not "reset" so if >you set a TerminalCharacter with color green that color should be for >all upcoming characters unless a new one is set. > >TerminalString however do in fact reset at its end (by design). > >I do not know if the ordering matter, afaik it shouldnt, but it might be >that that is why jansi has bleeding of colors on windows?? > >st?le > >On 16.01.14 23:52, Ivan St. Ivanov wrote: >>Hey George, Stale, >> >>I did some debugging in Forge, Aesh and even Jansi sources. Before that, I >>tried to change the color of the current folder name when creating the >>prompt: >> >>// in org.jboss.forge.addon.shell.ShellImpl::createPrompt() >> >> for (char c : currentResource.getName().toCharArray()) >> { >> prompt.add(new TerminalCharacter(c, new >>TerminalColor(Color.GREEN, Color.DEFAULT))); >> } >> >>So I expect that as a result of that, all of the characters of the current >>directory name would be green. However it is only the first character. >>After some more debugging, I found that for a directory called *forge* the >>ANSI string passed to the Jansi library >>is: [forge]$ (there is an ESC symbol >>character before each [). As far as I got it, those constants 39, 32, etc. >>denote the foreground (i.e. character) color. So, the question now is: >> >>Do you have to set the foreground color once and then it is valid for all >>the next characters before you set it again, or you have to set it for >>every character in the ANSI string. I think that Aesh's logic follows the >>first approach, so is this correct? I'm afraid >>Jansi's AnsiOutputStream.write(int) method is a too complex FSM for me in >>this late hour, so I stopped there :) >> >>What else bothers me is the ordering of the style and color constants for >>the first character of the prompt. Shouldn't it be the other way round >>(first the style and then the color)? >> >>Cheers, >>Ivan >> >> >>On Wed, Jan 15, 2014 at 10:35 PM, George Gastaldi wrote: >> >>> That's right. We expect a PR from you asap :) >>> >>> Em 15/01/2014, ?s 18:28, "Ivan St. Ivanov" >>> escreveu: >>> >>> Ah, so the coloring is in Forge, not in Aesh? Good, at least I will try to >>> get acquainted with the code if not fix it ;) >>> >>> >>> On Wed, Jan 15, 2014 at 10:24 PM, George Gastaldi wrote: >>> >>>> Hey Ivan, >>>> >>>> We had to remove the colors because the colors were "bleeding" to the >>>> next character. If you could have a look at it, the code is in >>>> ShellImpl.createPrompt(). >>>> >>>> Pull requests are always more than welcomed. :) >>>> >>>> Em 15/01/2014, ?s 18:21, "Ivan St. Ivanov" >>>> escreveu: >>>> >>>> Hi Stale, folks! >>>> >>>> I just tried the new Forge 2.0 and it works perfectly :) >>>> >>>> I just miss the prompt coloring. In Forge 1 we had different color for >>>> the current directory name if it is inside a project. >>>> >>>> BTW, I see that the new-project command was changed to project-new. >>>> >>>> Cheers, >>>> Ivan >>>> >>>> >>>> On Mon, Jan 13, 2014 at 3:39 AM, George Gastaldi wrote: >>>> >>>>> Excellent Stale! Thanks for your help on this. >>>>> >>>>> > Em 12/01/2014, ?s 23:06, St?le W Pedersen >>>>> escreveu: >>>>> > >>>>> > hi, ive deployed a new version of 0.46-SNAPSHOT that hopefully should >>>>> > have most of the arrow-key + line redraw bugs fixed. >>>>> > - please let me know if it works better other places as well. >>>>> > >>>>> > these issues were introduced back in oct/nov i think (during our >>>>> meeting >>>>> > in raleigh lincoln :) when we optimized the input and line draw in ?sh. >>>>> > - i think its time i get a working windows setup.... >>>>> > >>>>> > i havent looked at the path issue so that still needs to be fixed. >>>>> > - but ill prioritize the close issue atm. >>>>> > >>>>> > st?le >>>>> > >>>>> >> On 11.01.14 17:10, Lincoln Baxter, III wrote: >>>>> >> You can find in maven under: >>>>> >> >>>>> >> org.jboss.aesh:aesh:0.46-SNAPSHOT >>>>> >> >>>>> >> The github repo/org is here: https://github.com/aeshell/aesh >>>>> >> >>>>> >> ~Lincoln >>>>> >> >>>>> >> >>>>> >> On Sat, Jan 11, 2014 at 3:58 PM, St?le W Pedersen < >>>>> spederse at redhat.com>wrote: >>>>> >> >>>>> >>> hi, ivan it is most likely an ?sh bug (which forge uses for shell >>>>> >>> interaction). to quickly debug ?sh you could just start a simple >>>>> example >>>>> >>> program like: java -cp aesh-0.46-SNAPSHOT.jar AeshExample >>>>> >>> - you should have the aesh jar in your local mvn cache. >>>>> >>> >>>>> >>> AeshExample should log to TMP/aesh.log and there is a log line >>>>> starting >>>>> >>> with "GOT:" for each input. that input should match whatever is >>>>> >>> specified in Key.java (in ?sh). >>>>> >>> from what you've described above it seems that ive introduced a bug >>>>> in a >>>>> >>> later release with this or it might also be the parsing. whatever you >>>>> >>> find out will no matter help. >>>>> >>> >>>>> >>> regards, st?le >>>>> >>> >>>>> >>>> On 11.01.14 21:18, Ivan St. Ivanov wrote: >>>>> >>>> Hi folks, >>>>> >>>> >>>>> >>>> I just created this JIRA: >>>>> https://issues.jboss.org/browse/FORGE-1425 >>>>> >>>> >>>>> >>>> As I wrote in the first email, I would like to help resolving it. I >>>>> just >>>>> >>>> need some guidance on where to look. George asked me to run the >>>>> unit tests >>>>> >>>> and I tried. However, the addon-manager tests failed and I couldn't >>>>> find >>>>> >>>> the reason. :( >>>>> >>>> >>>>> >>>> Cheers, >>>>> >>>> Ivan >>>>> >>>> >>>>> >>>> >>>>> >>>> On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < >>>>> >>>> lincolnbaxter at gmail.com> wrote: >>>>> >>>> >>>>> >>>>> Yes, thank you for finding these issues! Looks like we know what >>>>> we will >>>>> >>>>> be working on next few days :) >>>>> >>>>> >>>>> >>>>> >>>>> >>>>> On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi < >>>>> ggastald at redhat.com >>>>> >>>> wrote: >>>>> >>>>> >>>>> >>>>>> Ivan, >>>>> >>>>>> >>>>> >>>>>> Could you open a JIRA with these issues and mark it as Blocker? We >>>>> >>> can't >>>>> >>>>>> release 2.0.0.Final unless this is fixed. >>>>> >>>>>> >>>>> >>>>>> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" < >>>>> ivan.st.ivanov at gmail.com> >>>>> >>>>>> escreveu: >>>>> >>>>>> >>>>> >>>>>> Sorry, forgot to mention that this is with snapshot from December, >>>>> >>> 29th. >>>>> >>>>>> The situation was the same with all the previous betas and alphas. >>>>> >>>>>> >>>>> >>>>>> >>>>> >>>>>> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi < >>>>> ggastald at redhat.com >>>>> >>>> wrote: >>>>> >>>>>> >>>>> >>>>>>> Thanks for the feedback ivan. >>>>> >>>>>>> Are you testing against the latest snapshot? >>>>> >>>>>>> >>>>> >>>>>>> Best Regards, >>>>> >>>>>>> George >>>>> >>>>>>> >>>>> >>>>>>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" < >>>>> ivan.st.ivanov at gmail.com> >>>>> >>>>>>> escreveu: >>>>> >>>>>>> >>>>> >>>>>>> Hi folks, >>>>> >>>>>>> >>>>> >>>>>>> As I promised, here is a [intended-to-be] short feedback about >>>>> the new >>>>> >>>>>>> Forge 2 shell. As some of you know, I use Windows (Really? >>>>> OK...). So >>>>> >>> I >>>>> >>>>>>> will be very happy to help you solve the issues besides merely >>>>> >>> reporting >>>>> >>>>>>> them: >>>>> >>>>>>> >>>>> >>>>>>> * The history doesn't work. That is, when you press up and down >>>>> arrows >>>>> >>>>>>> instead of the previous commands, you get this: ?H >>>>> >>>>>>> >>>>> >>>>>>> * Backspace doesn't work. When I press it, the cursor just comes >>>>> back >>>>> >>> to >>>>> >>>>>>> the previous position without deleting the character there. If I >>>>> just >>>>> >>> write >>>>> >>>>>>> something there, the old symbol is overwritten by the new one, >>>>> but at >>>>> >>> the >>>>> >>>>>>> end after pressing enter it looks like you never entered anything >>>>> >>> after >>>>> >>>>>>> pressing backspace. For example: >>>>> >>>>>>> 1) I write *new-project --namek* >>>>> >>>>>>> 2) I notice the typo and press backspace >>>>> >>>>>>> 3) k doesn't get deleted, but I overwrite it with d >>>>> >>>>>>> 4) Then I complete my command to look like this: *new-project >>>>> >>> --named >>>>> >>>>>>> test* >>>>> >>>>>>> 5) Forge's output is: *Project name must be specified.* >>>>> >>>>>>> >>>>> >>>>>>> * As you know on windows the full path to a file or directory is >>>>> >>>>>>> :\\ >>>>> >>>>>>> 1) If I try to do *cd c:\temp\forge*, Forge blows with >>>>> exception: >>>>> >>>>>>> org.jboss.forge.addon.resource.ResourceException: >>>>> [FileResourceImpl] >>>>> >>> can >>>>> >>>>>>> have no >>>>> >>>>>>> children >>>>> >>>>>>> at >>>>> >>>>>>> >>>>> org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract >>>>> >>>>>>> FileResource.java:78) >>>>> >>>>>>> at >>>>> >>>>>>> >>>>> org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse >>>>> >>>>>>> r.java:232) >>>>> >>>>>>> at >>>>> >>>>>>> >>>>> org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java >>>>> >>>>>>> :71) >>>>> >>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>>>> Method) >>>>> >>>>>>> at >>>>> >>>>>>> >>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>>>> >>>>>>> java:57) >>>>> >>>>>>> at >>>>> >>>>>>> >>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >>>>> >>>>>>> sorImpl.java:43) >>>>> >>>>>>> at java.lang.reflect.Method.invoke(Method.java:606) >>>>> >>>>>>> 2) Somehow I noticed that I may use the paths without the drive >>>>> >>>>>>> letter, e.g. just \\. It is legal to do it in >>>>> Windows, >>>>> >>> but thus >>>>> >>>>>>> you can't change to a directory located on a different drive. For >>>>> >>> example >>>>> >>>>>>> cd \temp\forge will change to c:\temp\forge if you are currently >>>>> in >>>>> >>> c:. So >>>>> >>>>>>> I tried *cd \temp\forge*, but the result was the same >>>>> [exception]. >>>>> >>>>>>> 3) If I am in the root directory (c:\) and I run *cd >>>>> temp\forge*, I >>>>> >>>>>>> don't get exception, but ****ERROR*** tempforge\: No such file or >>>>> >>>>>>> directory*. The interesting thing is that I ran that command by >>>>> >>>>>>> pressing tab, i.e. counting on the command completion of the >>>>> shell, >>>>> >>> which >>>>> >>>>>>> obviously works fine. >>>>> >>>>>>> >>>>> >>>>>>> I made the cd command work by just running *cd /temp/forge* >>>>> (notice >>>>> >>>>>>> the forward slashes) >>>>> >>>>>>> >>>>> >>>>>>> >>>>> >>>>>>> If you wish, I may add these observations as JIRA items, >>>>> probably as >>>>> >>>>>>> children to this one: https://issues.jboss.org/browse/FORGE-1387 >>>>> . >>>>> >>> Bear >>>>> >>>>>>> in mind that all the reported features work in Forge 1 even on >>>>> >>> Windows ;) >>>>> >>>>>>> >>>>> >>>>>>> We can discuss these in today's meeting. >>>>> >>>>>>> >>>>> >>>>>>> Cheers, >>>>> >>>>>>> Ivan >>>>> >>>>>>> >>>>> >>>>>>> _______________________________________________ >>>>> >>>>>>> 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 >>>>> >>>>>> >>>>> >>>>>> >>>>> >>>>>> _______________________________________________ >>>>> >>>>>> forge-dev mailing list >>>>> >>>>>> forge-dev 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 >>>>> >>>>> 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 >>>>> >>> >>>>> >> >>>>> >> >>>>> >> >>>>> >> -- >>>>> >> Lincoln Baxter, III >>>>> >> http://ocpsoft.org >>>>> >> "Simpler is better." >>>>> > >>>>> >> _______________________________________________ >>>>> >> 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 >>>>> >>>> >>>> _______________________________________________ >>>> 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 >>> >>> >>> _______________________________________________ >>> 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 vpereira at redhat.com Thu Jan 16 22:12:21 2014 From: vpereira at redhat.com (Vineet Reynolds Pereira) Date: Thu, 16 Jan 2014 22:12:21 -0500 (EST) Subject: [forge-dev] Command execution failures in Eclipse. Am I missing something? In-Reply-To: <887454688.2721174.1389928323755.JavaMail.root@redhat.com> Message-ID: <1469196281.2721205.1389928341967.JavaMail.root@redhat.com> Hey all, I just built 2.0.0.CR1 from source, and I run into this error on every UICommand execution. Have I missed something? !ENTRY org.jboss.tools.forge.ui.ext 4 1 2014-01-17 08:39:45.060 !MESSAGE Error logged from Forge Plugin: !STACK 0 java.lang.UnsupportedOperationException: getMessage() should not be called in a CompositeResult. Call getResults() instead. at org.jboss.forge.addon.ui.result.CompositeResult.getMessage(CompositeResult.java:35) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:102) at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34) at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:75) at org.jboss.forge.addon.ui.result.Result_$$_javassist_0be5729e-a8c1-4ecd-8080-fb2fdd8f76f6.getMessage(Result_$$_javassist_0be5729e-a8c1-4ecd-8080-fb2fdd8f76f6.java) at org.jboss.tools.forge.ui.ext.wizards.ForgeWizard$1.run(ForgeWizard.java:92) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1028) at org.jboss.tools.forge.ui.ext.wizards.ForgeWizard.performFinish(ForgeWizard.java:71) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:628) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3363) at org.eclipse.jface.window.Window.runEventLoop(Window.java:826) at org.eclipse.jface.window.Window.open(Window.java:802) at org.jboss.tools.forge.ui.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:141) at org.jboss.tools.forge.ui.ext.dialog.UICommandListDialog$1$1.handleElementSelected(UICommandListDialog.java:161) at org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents.handleSelection(QuickAccessContents.java:326) at org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents.access$0(QuickAccessContents.java:316) at org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents$6.mouseUp(QuickAccessContents.java:465) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3363) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) at org.eclipse.equinox.launcher.Main.run(Main.java:1450) at org.eclipse.equinox.launcher.Main.main(Main.java:1426) Vineet From ggastald at redhat.com Thu Jan 16 22:37:11 2014 From: ggastald at redhat.com (George Gastaldi) Date: Thu, 16 Jan 2014 22:37:11 -0500 (EST) Subject: [forge-dev] Command execution failures in Eclipse. Am I missing something? In-Reply-To: <1469196281.2721205.1389928341967.JavaMail.root@redhat.com> References: <1469196281.2721205.1389928341967.JavaMail.root@redhat.com> Message-ID: <0F801BA8-06B1-458C-B9B3-C12022502D71@redhat.com> Your JBT Plugin is not updated. Pull the sources from github.com/jbosstools/jbosstools-forge and try again. > Em 17/01/2014, ?s 01:12, Vineet Reynolds Pereira escreveu: > > > Hey all, > I just built 2.0.0.CR1 from source, and I run into this error on every UICommand execution. Have I missed something? > > !ENTRY org.jboss.tools.forge.ui.ext 4 1 2014-01-17 08:39:45.060 > !MESSAGE Error logged from Forge Plugin: > !STACK 0 > java.lang.UnsupportedOperationException: getMessage() should not be called in a CompositeResult. Call getResults() instead. > at org.jboss.forge.addon.ui.result.CompositeResult.getMessage(CompositeResult.java:35) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:102) > at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34) > at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:75) > at org.jboss.forge.addon.ui.result.Result_$$_javassist_0be5729e-a8c1-4ecd-8080-fb2fdd8f76f6.getMessage(Result_$$_javassist_0be5729e-a8c1-4ecd-8080-fb2fdd8f76f6.java) > at org.jboss.tools.forge.ui.ext.wizards.ForgeWizard$1.run(ForgeWizard.java:92) > at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464) > at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372) > at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1028) > at org.jboss.tools.forge.ui.ext.wizards.ForgeWizard.performFinish(ForgeWizard.java:71) > at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827) > at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432) > at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:628) > at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3363) > at org.eclipse.jface.window.Window.runEventLoop(Window.java:826) > at org.eclipse.jface.window.Window.open(Window.java:802) > at org.jboss.tools.forge.ui.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:141) > at org.jboss.tools.forge.ui.ext.dialog.UICommandListDialog$1$1.handleElementSelected(UICommandListDialog.java:161) > at org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents.handleSelection(QuickAccessContents.java:326) > at org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents.access$0(QuickAccessContents.java:316) > at org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents$6.mouseUp(QuickAccessContents.java:465) > at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220) > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392) > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742) > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3363) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) > at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138) > at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610) > at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) > at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) > at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) > at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) > at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > at java.lang.reflect.Method.invoke(Method.java:606) > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) > at org.eclipse.equinox.launcher.Main.run(Main.java:1450) > at org.eclipse.equinox.launcher.Main.main(Main.java:1426) > > > Vineet > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev From vpereira at redhat.com Fri Jan 17 00:27:54 2014 From: vpereira at redhat.com (Vineet Reynolds Pereira) Date: Fri, 17 Jan 2014 00:27:54 -0500 (EST) Subject: [forge-dev] Command execution failures in Eclipse. Am I missing something? In-Reply-To: <0F801BA8-06B1-458C-B9B3-C12022502D71@redhat.com> References: <1469196281.2721205.1389928341967.JavaMail.root@redhat.com> <0F801BA8-06B1-458C-B9B3-C12022502D71@redhat.com> Message-ID: <1808841500.2736559.1389936474339.JavaMail.root@redhat.com> ----- Original Message ----- > From: "George Gastaldi" > To: "forge-dev List" > Cc: "forge-dev List" > Sent: Friday, January 17, 2014 9:07:11 AM > Subject: Re: [forge-dev] Command execution failures in Eclipse. Am I missing something? > > Your JBT Plugin is not updated. Pull the sources from > github.com/jbosstools/jbosstools-forge and try again. I've done precisely this, to no avail. This is against both the master branch and the forge-2.0.0.CR1 tag in the JBossTools repo. And the issue is similar to FORGE-1460, except it occurs when I create a new Web project. In ForgeWizard.java:84-89 (reproduced below) if (commandResult instanceof CompositeResult) { results = ((CompositeResult) commandResult) .getResults(); } else { results = Arrays.asList(commandResult); } the 'instanceof' test fails for a CompositeResult instance. > > > Em 17/01/2014, ?s 01:12, Vineet Reynolds Pereira > > escreveu: > > > > > > Hey all, > > I just built 2.0.0.CR1 from source, and I run into this error on every > > UICommand execution. Have I missed something? > > > > !ENTRY org.jboss.tools.forge.ui.ext 4 1 2014-01-17 08:39:45.060 > > !MESSAGE Error logged from Forge Plugin: > > !STACK 0 > > java.lang.UnsupportedOperationException: getMessage() should not be called > > in a CompositeResult. Call getResults() instead. > > at > > org.jboss.forge.addon.ui.result.CompositeResult.getMessage(CompositeResult.java:35) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > at java.lang.reflect.Method.invoke(Method.java:606) > > at > > org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:102) > > at > > org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34) > > at > > org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:75) > > at > > org.jboss.forge.addon.ui.result.Result_$$_javassist_0be5729e-a8c1-4ecd-8080-fb2fdd8f76f6.getMessage(Result_$$_javassist_0be5729e-a8c1-4ecd-8080-fb2fdd8f76f6.java) > > at > > org.jboss.tools.forge.ui.ext.wizards.ForgeWizard$1.run(ForgeWizard.java:92) > > at > > org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464) > > at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372) > > at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1028) > > at > > org.jboss.tools.forge.ui.ext.wizards.ForgeWizard.performFinish(ForgeWizard.java:71) > > at > > org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827) > > at > > org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432) > > at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:628) > > at > > org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) > > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392) > > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742) > > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3363) > > at org.eclipse.jface.window.Window.runEventLoop(Window.java:826) > > at org.eclipse.jface.window.Window.open(Window.java:802) > > at > > org.jboss.tools.forge.ui.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:141) > > at > > org.jboss.tools.forge.ui.ext.dialog.UICommandListDialog$1$1.handleElementSelected(UICommandListDialog.java:161) > > at > > org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents.handleSelection(QuickAccessContents.java:326) > > at > > org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents.access$0(QuickAccessContents.java:316) > > at > > org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents$6.mouseUp(QuickAccessContents.java:465) > > at > > org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220) > > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392) > > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742) > > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3363) > > at > > org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) > > at > > org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > > at > > org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) > > at > > org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138) > > at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610) > > at > > org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > > at > > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) > > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) > > at > > org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) > > at > > org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) > > at > > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) > > at > > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) > > at > > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) > > at > > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > at > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > > at > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > at java.lang.reflect.Method.invoke(Method.java:606) > > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) > > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) > > at org.eclipse.equinox.launcher.Main.run(Main.java:1450) > > at org.eclipse.equinox.launcher.Main.main(Main.java:1426) > > > > > > Vineet > > _______________________________________________ > > 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 koen.aers at gmail.com Fri Jan 17 02:48:42 2014 From: koen.aers at gmail.com (Koen Aers) Date: Fri, 17 Jan 2014 08:48:42 +0100 Subject: [forge-dev] New shell feedback In-Reply-To: <20140117000021.GB3038@beistet> References: <20140111205822.GJ2924@beistet> <20140113010533.GA2930@beistet> <20140117000021.GB3038@beistet> Message-ID: <5A9DD7A2-9D69-492B-BCAF-B6401B2430CF@gmail.com> As per this page http://en.wikipedia.org/wiki/ANSI_escape_code (it's wikipedia, so I don't know how correct/wrong it is) the SGR command modifies the graphics rendering by adding to the previous state. So if the background is blue and the foreground is red and characters are bold, modifying the background to white will keep the boldness and the red foreground. This also means the order of the commands should not play a role. Op 17-jan.-2014, om 01:00 heeft St?le W Pedersen het volgende geschreven: > hi, thanks for the feedback. > i see that there is indeed a bug in how TerminalCharacter is displayed. > - there is a TerminalCharacter.toString(TerminalCharacter tc) that tries > to compare with the previous to reduce the data written to stream, but > it has a bug and do not display it correctly. > > By design it was planned that TerminalCharacter should not "reset" so if > you set a TerminalCharacter with color green that color should be for > all upcoming characters unless a new one is set. > > TerminalString however do in fact reset at its end (by design). > > I do not know if the ordering matter, afaik it shouldnt, but it might be > that that is why jansi has bleeding of colors on windows?? > > st?le > > On 16.01.14 23:52, Ivan St. Ivanov wrote: >> Hey George, Stale, >> >> I did some debugging in Forge, Aesh and even Jansi sources. Before that, I >> tried to change the color of the current folder name when creating the >> prompt: >> >> // in org.jboss.forge.addon.shell.ShellImpl::createPrompt() >> >> for (char c : currentResource.getName().toCharArray()) >> { >> prompt.add(new TerminalCharacter(c, new >> TerminalColor(Color.GREEN, Color.DEFAULT))); >> } >> >> So I expect that as a result of that, all of the characters of the current >> directory name would be green. However it is only the first character. >> After some more debugging, I found that for a directory called *forge* the >> ANSI string passed to the Jansi library >> is: [forge]$ (there is an ESC symbol >> character before each [). As far as I got it, those constants 39, 32, etc. >> denote the foreground (i.e. character) color. So, the question now is: >> >> Do you have to set the foreground color once and then it is valid for all >> the next characters before you set it again, or you have to set it for >> every character in the ANSI string. I think that Aesh's logic follows the >> first approach, so is this correct? I'm afraid >> Jansi's AnsiOutputStream.write(int) method is a too complex FSM for me in >> this late hour, so I stopped there :) >> >> What else bothers me is the ordering of the style and color constants for >> the first character of the prompt. Shouldn't it be the other way round >> (first the style and then the color)? >> >> Cheers, >> Ivan >> >> >> On Wed, Jan 15, 2014 at 10:35 PM, George Gastaldi wrote: >> >>> That's right. We expect a PR from you asap :) >>> >>> Em 15/01/2014, ?s 18:28, "Ivan St. Ivanov" >>> escreveu: >>> >>> Ah, so the coloring is in Forge, not in Aesh? Good, at least I will try to >>> get acquainted with the code if not fix it ;) >>> >>> >>> On Wed, Jan 15, 2014 at 10:24 PM, George Gastaldi wrote: >>> >>>> Hey Ivan, >>>> >>>> We had to remove the colors because the colors were "bleeding" to the >>>> next character. If you could have a look at it, the code is in >>>> ShellImpl.createPrompt(). >>>> >>>> Pull requests are always more than welcomed. :) >>>> >>>> Em 15/01/2014, ?s 18:21, "Ivan St. Ivanov" >>>> escreveu: >>>> >>>> Hi Stale, folks! >>>> >>>> I just tried the new Forge 2.0 and it works perfectly :) >>>> >>>> I just miss the prompt coloring. In Forge 1 we had different color for >>>> the current directory name if it is inside a project. >>>> >>>> BTW, I see that the new-project command was changed to project-new. >>>> >>>> Cheers, >>>> Ivan >>>> >>>> >>>> On Mon, Jan 13, 2014 at 3:39 AM, George Gastaldi wrote: >>>> >>>>> Excellent Stale! Thanks for your help on this. >>>>> >>>>>> Em 12/01/2014, ?s 23:06, St?le W Pedersen >>>>> escreveu: >>>>>> >>>>>> hi, ive deployed a new version of 0.46-SNAPSHOT that hopefully should >>>>>> have most of the arrow-key + line redraw bugs fixed. >>>>>> - please let me know if it works better other places as well. >>>>>> >>>>>> these issues were introduced back in oct/nov i think (during our >>>>> meeting >>>>>> in raleigh lincoln :) when we optimized the input and line draw in ?sh. >>>>>> - i think its time i get a working windows setup.... >>>>>> >>>>>> i havent looked at the path issue so that still needs to be fixed. >>>>>> - but ill prioritize the close issue atm. >>>>>> >>>>>> st?le >>>>>> >>>>>>> On 11.01.14 17:10, Lincoln Baxter, III wrote: >>>>>>> You can find in maven under: >>>>>>> >>>>>>> org.jboss.aesh:aesh:0.46-SNAPSHOT >>>>>>> >>>>>>> The github repo/org is here: https://github.com/aeshell/aesh >>>>>>> >>>>>>> ~Lincoln >>>>>>> >>>>>>> >>>>>>> On Sat, Jan 11, 2014 at 3:58 PM, St?le W Pedersen < >>>>> spederse at redhat.com>wrote: >>>>>>> >>>>>>>> hi, ivan it is most likely an ?sh bug (which forge uses for shell >>>>>>>> interaction). to quickly debug ?sh you could just start a simple >>>>> example >>>>>>>> program like: java -cp aesh-0.46-SNAPSHOT.jar AeshExample >>>>>>>> - you should have the aesh jar in your local mvn cache. >>>>>>>> >>>>>>>> AeshExample should log to TMP/aesh.log and there is a log line >>>>> starting >>>>>>>> with "GOT:" for each input. that input should match whatever is >>>>>>>> specified in Key.java (in ?sh). >>>>>>>> from what you've described above it seems that ive introduced a bug >>>>> in a >>>>>>>> later release with this or it might also be the parsing. whatever you >>>>>>>> find out will no matter help. >>>>>>>> >>>>>>>> regards, st?le >>>>>>>> >>>>>>>>> On 11.01.14 21:18, Ivan St. Ivanov wrote: >>>>>>>>> Hi folks, >>>>>>>>> >>>>>>>>> I just created this JIRA: >>>>> https://issues.jboss.org/browse/FORGE-1425 >>>>>>>>> >>>>>>>>> As I wrote in the first email, I would like to help resolving it. I >>>>> just >>>>>>>>> need some guidance on where to look. George asked me to run the >>>>> unit tests >>>>>>>>> and I tried. However, the addon-manager tests failed and I couldn't >>>>> find >>>>>>>>> the reason. :( >>>>>>>>> >>>>>>>>> Cheers, >>>>>>>>> Ivan >>>>>>>>> >>>>>>>>> >>>>>>>>> On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < >>>>>>>>> lincolnbaxter at gmail.com> wrote: >>>>>>>>> >>>>>>>>>> Yes, thank you for finding these issues! Looks like we know what >>>>> we will >>>>>>>>>> be working on next few days :) >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi < >>>>> ggastald at redhat.com >>>>>>>>> wrote: >>>>>>>>>> >>>>>>>>>>> Ivan, >>>>>>>>>>> >>>>>>>>>>> Could you open a JIRA with these issues and mark it as Blocker? We >>>>>>>> can't >>>>>>>>>>> release 2.0.0.Final unless this is fixed. >>>>>>>>>>> >>>>>>>>>>> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" < >>>>> ivan.st.ivanov at gmail.com> >>>>>>>>>>> escreveu: >>>>>>>>>>> >>>>>>>>>>> Sorry, forgot to mention that this is with snapshot from December, >>>>>>>> 29th. >>>>>>>>>>> The situation was the same with all the previous betas and alphas. >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi < >>>>> ggastald at redhat.com >>>>>>>>> wrote: >>>>>>>>>>> >>>>>>>>>>>> Thanks for the feedback ivan. >>>>>>>>>>>> Are you testing against the latest snapshot? >>>>>>>>>>>> >>>>>>>>>>>> Best Regards, >>>>>>>>>>>> George >>>>>>>>>>>> >>>>>>>>>>>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" < >>>>> ivan.st.ivanov at gmail.com> >>>>>>>>>>>> escreveu: >>>>>>>>>>>> >>>>>>>>>>>> Hi folks, >>>>>>>>>>>> >>>>>>>>>>>> As I promised, here is a [intended-to-be] short feedback about >>>>> the new >>>>>>>>>>>> Forge 2 shell. As some of you know, I use Windows (Really? >>>>> OK...). So >>>>>>>> I >>>>>>>>>>>> will be very happy to help you solve the issues besides merely >>>>>>>> reporting >>>>>>>>>>>> them: >>>>>>>>>>>> >>>>>>>>>>>> * The history doesn't work. That is, when you press up and down >>>>> arrows >>>>>>>>>>>> instead of the previous commands, you get this: ?H >>>>>>>>>>>> >>>>>>>>>>>> * Backspace doesn't work. When I press it, the cursor just comes >>>>> back >>>>>>>> to >>>>>>>>>>>> the previous position without deleting the character there. If I >>>>> just >>>>>>>> write >>>>>>>>>>>> something there, the old symbol is overwritten by the new one, >>>>> but at >>>>>>>> the >>>>>>>>>>>> end after pressing enter it looks like you never entered anything >>>>>>>> after >>>>>>>>>>>> pressing backspace. For example: >>>>>>>>>>>> 1) I write *new-project --namek* >>>>>>>>>>>> 2) I notice the typo and press backspace >>>>>>>>>>>> 3) k doesn't get deleted, but I overwrite it with d >>>>>>>>>>>> 4) Then I complete my command to look like this: *new-project >>>>>>>> --named >>>>>>>>>>>> test* >>>>>>>>>>>> 5) Forge's output is: *Project name must be specified.* >>>>>>>>>>>> >>>>>>>>>>>> * As you know on windows the full path to a file or directory is >>>>>>>>>>>> :\\ >>>>>>>>>>>> 1) If I try to do *cd c:\temp\forge*, Forge blows with >>>>> exception: >>>>>>>>>>>> org.jboss.forge.addon.resource.ResourceException: >>>>> [FileResourceImpl] >>>>>>>> can >>>>>>>>>>>> have no >>>>>>>>>>>> children >>>>>>>>>>>> at >>>>>>>>>>>> >>>>> org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract >>>>>>>>>>>> FileResource.java:78) >>>>>>>>>>>> at >>>>>>>>>>>> >>>>> org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse >>>>>>>>>>>> r.java:232) >>>>>>>>>>>> at >>>>>>>>>>>> >>>>> org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java >>>>>>>>>>>> :71) >>>>>>>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>>>> Method) >>>>>>>>>>>> at >>>>>>>>>>>> >>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>>>>>>>>>>> java:57) >>>>>>>>>>>> at >>>>>>>>>>>> >>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >>>>>>>>>>>> sorImpl.java:43) >>>>>>>>>>>> at java.lang.reflect.Method.invoke(Method.java:606) >>>>>>>>>>>> 2) Somehow I noticed that I may use the paths without the drive >>>>>>>>>>>> letter, e.g. just \\. It is legal to do it in >>>>> Windows, >>>>>>>> but thus >>>>>>>>>>>> you can't change to a directory located on a different drive. For >>>>>>>> example >>>>>>>>>>>> cd \temp\forge will change to c:\temp\forge if you are currently >>>>> in >>>>>>>> c:. So >>>>>>>>>>>> I tried *cd \temp\forge*, but the result was the same >>>>> [exception]. >>>>>>>>>>>> 3) If I am in the root directory (c:\) and I run *cd >>>>> temp\forge*, I >>>>>>>>>>>> don't get exception, but ****ERROR*** tempforge\: No such file or >>>>>>>>>>>> directory*. The interesting thing is that I ran that command by >>>>>>>>>>>> pressing tab, i.e. counting on the command completion of the >>>>> shell, >>>>>>>> which >>>>>>>>>>>> obviously works fine. >>>>>>>>>>>> >>>>>>>>>>>> I made the cd command work by just running *cd /temp/forge* >>>>> (notice >>>>>>>>>>>> the forward slashes) >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> If you wish, I may add these observations as JIRA items, >>>>> probably as >>>>>>>>>>>> children to this one: https://issues.jboss.org/browse/FORGE-1387 >>>>> . >>>>>>>> Bear >>>>>>>>>>>> in mind that all the reported features work in Forge 1 even on >>>>>>>> Windows ;) >>>>>>>>>>>> >>>>>>>>>>>> We can discuss these in today's meeting. >>>>>>>>>>>> >>>>>>>>>>>> Cheers, >>>>>>>>>>>> Ivan >>>>>>>>>>>> >>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>> 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 >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> _______________________________________________ >>>>>>>>>>> forge-dev mailing list >>>>>>>>>>> forge-dev 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 >>>>>>>>>> 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 >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Lincoln Baxter, III >>>>>>> http://ocpsoft.org >>>>>>> "Simpler is better." >>>>>> >>>>>>> _______________________________________________ >>>>>>> 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 >>>>> >>>> >>>> _______________________________________________ >>>> 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 >>> >>> >>> _______________________________________________ >>> 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 spederse at redhat.com Fri Jan 17 03:46:36 2014 From: spederse at redhat.com (=?iso-8859-1?Q?St=E5le?= W Pedersen) Date: Fri, 17 Jan 2014 09:46:36 +0100 Subject: [forge-dev] New shell feedback In-Reply-To: <5A9DD7A2-9D69-492B-BCAF-B6401B2430CF@gmail.com> References: <20140113010533.GA2930@beistet> <20140117000021.GB3038@beistet> <5A9DD7A2-9D69-492B-BCAF-B6401B2430CF@gmail.com> Message-ID: <20140117084636.GD3038@beistet> yes, thats the page i often refer to as well. - and its how TerminalCharacters work in ?sh. st?le On 17.01.14 8:48, Koen Aers wrote: >As per this page http://en.wikipedia.org/wiki/ANSI_escape_code (it's wikipedia, so I don't know how correct/wrong it is) the SGR command modifies the graphics rendering by adding to the previous state. So if the background is blue and the foreground is red and characters are bold, modifying the background to white will keep the boldness and the red foreground. This also means the order of the commands should not play a role. > >Op 17-jan.-2014, om 01:00 heeft St?le W Pedersen het volgende geschreven: > >> hi, thanks for the feedback. >> i see that there is indeed a bug in how TerminalCharacter is displayed. >> - there is a TerminalCharacter.toString(TerminalCharacter tc) that tries >> to compare with the previous to reduce the data written to stream, but >> it has a bug and do not display it correctly. >> >> By design it was planned that TerminalCharacter should not "reset" so if >> you set a TerminalCharacter with color green that color should be for >> all upcoming characters unless a new one is set. >> >> TerminalString however do in fact reset at its end (by design). >> >> I do not know if the ordering matter, afaik it shouldnt, but it might be >> that that is why jansi has bleeding of colors on windows?? >> >> st?le >> >> On 16.01.14 23:52, Ivan St. Ivanov wrote: >>> Hey George, Stale, >>> >>> I did some debugging in Forge, Aesh and even Jansi sources. Before that, I >>> tried to change the color of the current folder name when creating the >>> prompt: >>> >>> // in org.jboss.forge.addon.shell.ShellImpl::createPrompt() >>> >>> for (char c : currentResource.getName().toCharArray()) >>> { >>> prompt.add(new TerminalCharacter(c, new >>> TerminalColor(Color.GREEN, Color.DEFAULT))); >>> } >>> >>> So I expect that as a result of that, all of the characters of the current >>> directory name would be green. However it is only the first character. >>> After some more debugging, I found that for a directory called *forge* the >>> ANSI string passed to the Jansi library >>> is: [forge]$ (there is an ESC symbol >>> character before each [). As far as I got it, those constants 39, 32, etc. >>> denote the foreground (i.e. character) color. So, the question now is: >>> >>> Do you have to set the foreground color once and then it is valid for all >>> the next characters before you set it again, or you have to set it for >>> every character in the ANSI string. I think that Aesh's logic follows the >>> first approach, so is this correct? I'm afraid >>> Jansi's AnsiOutputStream.write(int) method is a too complex FSM for me in >>> this late hour, so I stopped there :) >>> >>> What else bothers me is the ordering of the style and color constants for >>> the first character of the prompt. Shouldn't it be the other way round >>> (first the style and then the color)? >>> >>> Cheers, >>> Ivan >>> >>> >>> On Wed, Jan 15, 2014 at 10:35 PM, George Gastaldi wrote: >>> >>>> That's right. We expect a PR from you asap :) >>>> >>>> Em 15/01/2014, ?s 18:28, "Ivan St. Ivanov" >>>> escreveu: >>>> >>>> Ah, so the coloring is in Forge, not in Aesh? Good, at least I will try to >>>> get acquainted with the code if not fix it ;) >>>> >>>> >>>> On Wed, Jan 15, 2014 at 10:24 PM, George Gastaldi wrote: >>>> >>>>> Hey Ivan, >>>>> >>>>> We had to remove the colors because the colors were "bleeding" to the >>>>> next character. If you could have a look at it, the code is in >>>>> ShellImpl.createPrompt(). >>>>> >>>>> Pull requests are always more than welcomed. :) >>>>> >>>>> Em 15/01/2014, ?s 18:21, "Ivan St. Ivanov" >>>>> escreveu: >>>>> >>>>> Hi Stale, folks! >>>>> >>>>> I just tried the new Forge 2.0 and it works perfectly :) >>>>> >>>>> I just miss the prompt coloring. In Forge 1 we had different color for >>>>> the current directory name if it is inside a project. >>>>> >>>>> BTW, I see that the new-project command was changed to project-new. >>>>> >>>>> Cheers, >>>>> Ivan >>>>> >>>>> >>>>> On Mon, Jan 13, 2014 at 3:39 AM, George Gastaldi wrote: >>>>> >>>>>> Excellent Stale! Thanks for your help on this. >>>>>> >>>>>>> Em 12/01/2014, ?s 23:06, St?le W Pedersen >>>>>> escreveu: >>>>>>> >>>>>>> hi, ive deployed a new version of 0.46-SNAPSHOT that hopefully should >>>>>>> have most of the arrow-key + line redraw bugs fixed. >>>>>>> - please let me know if it works better other places as well. >>>>>>> >>>>>>> these issues were introduced back in oct/nov i think (during our >>>>>> meeting >>>>>>> in raleigh lincoln :) when we optimized the input and line draw in ?sh. >>>>>>> - i think its time i get a working windows setup.... >>>>>>> >>>>>>> i havent looked at the path issue so that still needs to be fixed. >>>>>>> - but ill prioritize the close issue atm. >>>>>>> >>>>>>> st?le >>>>>>> >>>>>>>> On 11.01.14 17:10, Lincoln Baxter, III wrote: >>>>>>>> You can find in maven under: >>>>>>>> >>>>>>>> org.jboss.aesh:aesh:0.46-SNAPSHOT >>>>>>>> >>>>>>>> The github repo/org is here: https://github.com/aeshell/aesh >>>>>>>> >>>>>>>> ~Lincoln >>>>>>>> >>>>>>>> >>>>>>>> On Sat, Jan 11, 2014 at 3:58 PM, St?le W Pedersen < >>>>>> spederse at redhat.com>wrote: >>>>>>>> >>>>>>>>> hi, ivan it is most likely an ?sh bug (which forge uses for shell >>>>>>>>> interaction). to quickly debug ?sh you could just start a simple >>>>>> example >>>>>>>>> program like: java -cp aesh-0.46-SNAPSHOT.jar AeshExample >>>>>>>>> - you should have the aesh jar in your local mvn cache. >>>>>>>>> >>>>>>>>> AeshExample should log to TMP/aesh.log and there is a log line >>>>>> starting >>>>>>>>> with "GOT:" for each input. that input should match whatever is >>>>>>>>> specified in Key.java (in ?sh). >>>>>>>>> from what you've described above it seems that ive introduced a bug >>>>>> in a >>>>>>>>> later release with this or it might also be the parsing. whatever you >>>>>>>>> find out will no matter help. >>>>>>>>> >>>>>>>>> regards, st?le >>>>>>>>> >>>>>>>>>> On 11.01.14 21:18, Ivan St. Ivanov wrote: >>>>>>>>>> Hi folks, >>>>>>>>>> >>>>>>>>>> I just created this JIRA: >>>>>> https://issues.jboss.org/browse/FORGE-1425 >>>>>>>>>> >>>>>>>>>> As I wrote in the first email, I would like to help resolving it. I >>>>>> just >>>>>>>>>> need some guidance on where to look. George asked me to run the >>>>>> unit tests >>>>>>>>>> and I tried. However, the addon-manager tests failed and I couldn't >>>>>> find >>>>>>>>>> the reason. :( >>>>>>>>>> >>>>>>>>>> Cheers, >>>>>>>>>> Ivan >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < >>>>>>>>>> lincolnbaxter at gmail.com> wrote: >>>>>>>>>> >>>>>>>>>>> Yes, thank you for finding these issues! Looks like we know what >>>>>> we will >>>>>>>>>>> be working on next few days :) >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi < >>>>>> ggastald at redhat.com >>>>>>>>>> wrote: >>>>>>>>>>> >>>>>>>>>>>> Ivan, >>>>>>>>>>>> >>>>>>>>>>>> Could you open a JIRA with these issues and mark it as Blocker? We >>>>>>>>> can't >>>>>>>>>>>> release 2.0.0.Final unless this is fixed. >>>>>>>>>>>> >>>>>>>>>>>> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" < >>>>>> ivan.st.ivanov at gmail.com> >>>>>>>>>>>> escreveu: >>>>>>>>>>>> >>>>>>>>>>>> Sorry, forgot to mention that this is with snapshot from December, >>>>>>>>> 29th. >>>>>>>>>>>> The situation was the same with all the previous betas and alphas. >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi < >>>>>> ggastald at redhat.com >>>>>>>>>> wrote: >>>>>>>>>>>> >>>>>>>>>>>>> Thanks for the feedback ivan. >>>>>>>>>>>>> Are you testing against the latest snapshot? >>>>>>>>>>>>> >>>>>>>>>>>>> Best Regards, >>>>>>>>>>>>> George >>>>>>>>>>>>> >>>>>>>>>>>>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" < >>>>>> ivan.st.ivanov at gmail.com> >>>>>>>>>>>>> escreveu: >>>>>>>>>>>>> >>>>>>>>>>>>> Hi folks, >>>>>>>>>>>>> >>>>>>>>>>>>> As I promised, here is a [intended-to-be] short feedback about >>>>>> the new >>>>>>>>>>>>> Forge 2 shell. As some of you know, I use Windows (Really? >>>>>> OK...). So >>>>>>>>> I >>>>>>>>>>>>> will be very happy to help you solve the issues besides merely >>>>>>>>> reporting >>>>>>>>>>>>> them: >>>>>>>>>>>>> >>>>>>>>>>>>> * The history doesn't work. That is, when you press up and down >>>>>> arrows >>>>>>>>>>>>> instead of the previous commands, you get this: ?H >>>>>>>>>>>>> >>>>>>>>>>>>> * Backspace doesn't work. When I press it, the cursor just comes >>>>>> back >>>>>>>>> to >>>>>>>>>>>>> the previous position without deleting the character there. If I >>>>>> just >>>>>>>>> write >>>>>>>>>>>>> something there, the old symbol is overwritten by the new one, >>>>>> but at >>>>>>>>> the >>>>>>>>>>>>> end after pressing enter it looks like you never entered anything >>>>>>>>> after >>>>>>>>>>>>> pressing backspace. For example: >>>>>>>>>>>>> 1) I write *new-project --namek* >>>>>>>>>>>>> 2) I notice the typo and press backspace >>>>>>>>>>>>> 3) k doesn't get deleted, but I overwrite it with d >>>>>>>>>>>>> 4) Then I complete my command to look like this: *new-project >>>>>>>>> --named >>>>>>>>>>>>> test* >>>>>>>>>>>>> 5) Forge's output is: *Project name must be specified.* >>>>>>>>>>>>> >>>>>>>>>>>>> * As you know on windows the full path to a file or directory is >>>>>>>>>>>>> :\\ >>>>>>>>>>>>> 1) If I try to do *cd c:\temp\forge*, Forge blows with >>>>>> exception: >>>>>>>>>>>>> org.jboss.forge.addon.resource.ResourceException: >>>>>> [FileResourceImpl] >>>>>>>>> can >>>>>>>>>>>>> have no >>>>>>>>>>>>> children >>>>>>>>>>>>> at >>>>>>>>>>>>> >>>>>> org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract >>>>>>>>>>>>> FileResource.java:78) >>>>>>>>>>>>> at >>>>>>>>>>>>> >>>>>> org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse >>>>>>>>>>>>> r.java:232) >>>>>>>>>>>>> at >>>>>>>>>>>>> >>>>>> org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java >>>>>>>>>>>>> :71) >>>>>>>>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>>>>> Method) >>>>>>>>>>>>> at >>>>>>>>>>>>> >>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>>>>>>>>>>>> java:57) >>>>>>>>>>>>> at >>>>>>>>>>>>> >>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >>>>>>>>>>>>> sorImpl.java:43) >>>>>>>>>>>>> at java.lang.reflect.Method.invoke(Method.java:606) >>>>>>>>>>>>> 2) Somehow I noticed that I may use the paths without the drive >>>>>>>>>>>>> letter, e.g. just \\. It is legal to do it in >>>>>> Windows, >>>>>>>>> but thus >>>>>>>>>>>>> you can't change to a directory located on a different drive. For >>>>>>>>> example >>>>>>>>>>>>> cd \temp\forge will change to c:\temp\forge if you are currently >>>>>> in >>>>>>>>> c:. So >>>>>>>>>>>>> I tried *cd \temp\forge*, but the result was the same >>>>>> [exception]. >>>>>>>>>>>>> 3) If I am in the root directory (c:\) and I run *cd >>>>>> temp\forge*, I >>>>>>>>>>>>> don't get exception, but ****ERROR*** tempforge\: No such file or >>>>>>>>>>>>> directory*. The interesting thing is that I ran that command by >>>>>>>>>>>>> pressing tab, i.e. counting on the command completion of the >>>>>> shell, >>>>>>>>> which >>>>>>>>>>>>> obviously works fine. >>>>>>>>>>>>> >>>>>>>>>>>>> I made the cd command work by just running *cd /temp/forge* >>>>>> (notice >>>>>>>>>>>>> the forward slashes) >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> If you wish, I may add these observations as JIRA items, >>>>>> probably as >>>>>>>>>>>>> children to this one: https://issues.jboss.org/browse/FORGE-1387 >>>>>> . >>>>>>>>> Bear >>>>>>>>>>>>> in mind that all the reported features work in Forge 1 even on >>>>>>>>> Windows ;) >>>>>>>>>>>>> >>>>>>>>>>>>> We can discuss these in today's meeting. >>>>>>>>>>>>> >>>>>>>>>>>>> Cheers, >>>>>>>>>>>>> Ivan >>>>>>>>>>>>> >>>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>>> 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 >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> _______________________________________________ >>>>>>>>>>>> forge-dev mailing list >>>>>>>>>>>> forge-dev 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 >>>>>>>>>>> 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 >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Lincoln Baxter, III >>>>>>>> http://ocpsoft.org >>>>>>>> "Simpler is better." >>>>>>> >>>>>>>> _______________________________________________ >>>>>>>> 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 >>>>>> >>>>> >>>>> _______________________________________________ >>>>> 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 >>>> >>>> >>>> _______________________________________________ >>>> 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 > > >_______________________________________________ >forge-dev mailing list >forge-dev at lists.jboss.org >https://lists.jboss.org/mailman/listinfo/forge-dev From ivan.st.ivanov at gmail.com Sat Jan 18 15:07:43 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Sat, 18 Jan 2014 22:07:43 +0200 Subject: [forge-dev] New shell feedback In-Reply-To: <20140117084636.GD3038@beistet> References: <20140113010533.GA2930@beistet> <20140117000021.GB3038@beistet> <5A9DD7A2-9D69-492B-BCAF-B6401B2430CF@gmail.com> <20140117084636.GD3038@beistet> Message-ID: Hi Stale, After applying the latest changes, when I start Forge, after the first blue characters, all the characters are blue. Even after exit Forge, shell's foreground keeps to be blue. Here's again my code: List prompt = new LinkedList<>(); prompt.add(new TerminalCharacter('[')); for (char c : currentResource.getName().toCharArray()) { prompt.add(new TerminalCharacter(c, new TerminalColor(Color.BLUE, Color.DEFAULT))); } prompt.add(new TerminalCharacter(']', new TerminalColor(Color.DEFAULT, Color.DEFAULT))); prompt.add(new TerminalCharacter('$')); prompt.add(new TerminalCharacter(' ')); return new Prompt(prompt); Cheers, Ivan On Fri, Jan 17, 2014 at 10:46 AM, St?le W Pedersen wrote: > yes, thats the page i often refer to as well. - and its how > TerminalCharacters work in ?sh. > > st?le > > On 17.01.14 8:48, Koen Aers wrote: > >As per this page http://en.wikipedia.org/wiki/ANSI_escape_code (it's > wikipedia, so I don't know how correct/wrong it is) the SGR command > modifies the graphics rendering by adding to the previous state. So if the > background is blue and the foreground is red and characters are bold, > modifying the background to white will keep the boldness and the red > foreground. This also means the order of the commands should not play a > role. > > > >Op 17-jan.-2014, om 01:00 heeft St?le W Pedersen het volgende geschreven: > > > >> hi, thanks for the feedback. > >> i see that there is indeed a bug in how TerminalCharacter is displayed. > >> - there is a TerminalCharacter.toString(TerminalCharacter tc) that tries > >> to compare with the previous to reduce the data written to stream, but > >> it has a bug and do not display it correctly. > >> > >> By design it was planned that TerminalCharacter should not "reset" so if > >> you set a TerminalCharacter with color green that color should be for > >> all upcoming characters unless a new one is set. > >> > >> TerminalString however do in fact reset at its end (by design). > >> > >> I do not know if the ordering matter, afaik it shouldnt, but it might be > >> that that is why jansi has bleeding of colors on windows?? > >> > >> st?le > >> > >> On 16.01.14 23:52, Ivan St. Ivanov wrote: > >>> Hey George, Stale, > >>> > >>> I did some debugging in Forge, Aesh and even Jansi sources. Before > that, I > >>> tried to change the color of the current folder name when creating the > >>> prompt: > >>> > >>> // in org.jboss.forge.addon.shell.ShellImpl::createPrompt() > >>> > >>> for (char c : currentResource.getName().toCharArray()) > >>> { > >>> prompt.add(new TerminalCharacter(c, new > >>> TerminalColor(Color.GREEN, Color.DEFAULT))); > >>> } > >>> > >>> So I expect that as a result of that, all of the characters of the > current > >>> directory name would be green. However it is only the first character. > >>> After some more debugging, I found that for a directory called *forge* > the > >>> ANSI string passed to the Jansi library > >>> is: [;39;49m[ [;32mf [mo [mr [mg [me [;39m] [m$ [m (there is an ESC > symbol > >>> character before each [). As far as I got it, those constants 39, 32, > etc. > >>> denote the foreground (i.e. character) color. So, the question now is: > >>> > >>> Do you have to set the foreground color once and then it is valid for > all > >>> the next characters before you set it again, or you have to set it for > >>> every character in the ANSI string. I think that Aesh's logic follows > the > >>> first approach, so is this correct? I'm afraid > >>> Jansi's AnsiOutputStream.write(int) method is a too complex FSM for me > in > >>> this late hour, so I stopped there :) > >>> > >>> What else bothers me is the ordering of the style and color constants > for > >>> the first character of the prompt. Shouldn't it be the other way round > >>> (first the style and then the color)? > >>> > >>> Cheers, > >>> Ivan > >>> > >>> > >>> On Wed, Jan 15, 2014 at 10:35 PM, George Gastaldi >wrote: > >>> > >>>> That's right. We expect a PR from you asap :) > >>>> > >>>> Em 15/01/2014, ?s 18:28, "Ivan St. Ivanov" > >>>> escreveu: > >>>> > >>>> Ah, so the coloring is in Forge, not in Aesh? Good, at least I will > try to > >>>> get acquainted with the code if not fix it ;) > >>>> > >>>> > >>>> On Wed, Jan 15, 2014 at 10:24 PM, George Gastaldi < > ggastald at redhat.com>wrote: > >>>> > >>>>> Hey Ivan, > >>>>> > >>>>> We had to remove the colors because the colors were "bleeding" to the > >>>>> next character. If you could have a look at it, the code is in > >>>>> ShellImpl.createPrompt(). > >>>>> > >>>>> Pull requests are always more than welcomed. :) > >>>>> > >>>>> Em 15/01/2014, ?s 18:21, "Ivan St. Ivanov" > > >>>>> escreveu: > >>>>> > >>>>> Hi Stale, folks! > >>>>> > >>>>> I just tried the new Forge 2.0 and it works perfectly :) > >>>>> > >>>>> I just miss the prompt coloring. In Forge 1 we had different color > for > >>>>> the current directory name if it is inside a project. > >>>>> > >>>>> BTW, I see that the new-project command was changed to project-new. > >>>>> > >>>>> Cheers, > >>>>> Ivan > >>>>> > >>>>> > >>>>> On Mon, Jan 13, 2014 at 3:39 AM, George Gastaldi < > ggastald at redhat.com>wrote: > >>>>> > >>>>>> Excellent Stale! Thanks for your help on this. > >>>>>> > >>>>>>> Em 12/01/2014, ?s 23:06, St?le W Pedersen > >>>>>> escreveu: > >>>>>>> > >>>>>>> hi, ive deployed a new version of 0.46-SNAPSHOT that hopefully > should > >>>>>>> have most of the arrow-key + line redraw bugs fixed. > >>>>>>> - please let me know if it works better other places as well. > >>>>>>> > >>>>>>> these issues were introduced back in oct/nov i think (during our > >>>>>> meeting > >>>>>>> in raleigh lincoln :) when we optimized the input and line draw in > ?sh. > >>>>>>> - i think its time i get a working windows setup.... > >>>>>>> > >>>>>>> i havent looked at the path issue so that still needs to be fixed. > >>>>>>> - but ill prioritize the close issue atm. > >>>>>>> > >>>>>>> st?le > >>>>>>> > >>>>>>>> On 11.01.14 17:10, Lincoln Baxter, III wrote: > >>>>>>>> You can find in maven under: > >>>>>>>> > >>>>>>>> org.jboss.aesh:aesh:0.46-SNAPSHOT > >>>>>>>> > >>>>>>>> The github repo/org is here: https://github.com/aeshell/aesh > >>>>>>>> > >>>>>>>> ~Lincoln > >>>>>>>> > >>>>>>>> > >>>>>>>> On Sat, Jan 11, 2014 at 3:58 PM, St?le W Pedersen < > >>>>>> spederse at redhat.com>wrote: > >>>>>>>> > >>>>>>>>> hi, ivan it is most likely an ?sh bug (which forge uses for shell > >>>>>>>>> interaction). to quickly debug ?sh you could just start a simple > >>>>>> example > >>>>>>>>> program like: java -cp aesh-0.46-SNAPSHOT.jar AeshExample > >>>>>>>>> - you should have the aesh jar in your local mvn cache. > >>>>>>>>> > >>>>>>>>> AeshExample should log to TMP/aesh.log and there is a log line > >>>>>> starting > >>>>>>>>> with "GOT:" for each input. that input should match whatever is > >>>>>>>>> specified in Key.java (in ?sh). > >>>>>>>>> from what you've described above it seems that ive introduced a > bug > >>>>>> in a > >>>>>>>>> later release with this or it might also be the parsing. > whatever you > >>>>>>>>> find out will no matter help. > >>>>>>>>> > >>>>>>>>> regards, st?le > >>>>>>>>> > >>>>>>>>>> On 11.01.14 21:18, Ivan St. Ivanov wrote: > >>>>>>>>>> Hi folks, > >>>>>>>>>> > >>>>>>>>>> I just created this JIRA: > >>>>>> https://issues.jboss.org/browse/FORGE-1425 > >>>>>>>>>> > >>>>>>>>>> As I wrote in the first email, I would like to help resolving > it. I > >>>>>> just > >>>>>>>>>> need some guidance on where to look. George asked me to run the > >>>>>> unit tests > >>>>>>>>>> and I tried. However, the addon-manager tests failed and I > couldn't > >>>>>> find > >>>>>>>>>> the reason. :( > >>>>>>>>>> > >>>>>>>>>> Cheers, > >>>>>>>>>> Ivan > >>>>>>>>>> > >>>>>>>>>> > >>>>>>>>>> On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < > >>>>>>>>>> lincolnbaxter at gmail.com> wrote: > >>>>>>>>>> > >>>>>>>>>>> Yes, thank you for finding these issues! Looks like we know > what > >>>>>> we will > >>>>>>>>>>> be working on next few days :) > >>>>>>>>>>> > >>>>>>>>>>> > >>>>>>>>>>> On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi < > >>>>>> ggastald at redhat.com > >>>>>>>>>> wrote: > >>>>>>>>>>> > >>>>>>>>>>>> Ivan, > >>>>>>>>>>>> > >>>>>>>>>>>> Could you open a JIRA with these issues and mark it as > Blocker? We > >>>>>>>>> can't > >>>>>>>>>>>> release 2.0.0.Final unless this is fixed. > >>>>>>>>>>>> > >>>>>>>>>>>> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" < > >>>>>> ivan.st.ivanov at gmail.com> > >>>>>>>>>>>> escreveu: > >>>>>>>>>>>> > >>>>>>>>>>>> Sorry, forgot to mention that this is with snapshot from > December, > >>>>>>>>> 29th. > >>>>>>>>>>>> The situation was the same with all the previous betas and > alphas. > >>>>>>>>>>>> > >>>>>>>>>>>> > >>>>>>>>>>>> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi < > >>>>>> ggastald at redhat.com > >>>>>>>>>> wrote: > >>>>>>>>>>>> > >>>>>>>>>>>>> Thanks for the feedback ivan. > >>>>>>>>>>>>> Are you testing against the latest snapshot? > >>>>>>>>>>>>> > >>>>>>>>>>>>> Best Regards, > >>>>>>>>>>>>> George > >>>>>>>>>>>>> > >>>>>>>>>>>>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" < > >>>>>> ivan.st.ivanov at gmail.com> > >>>>>>>>>>>>> escreveu: > >>>>>>>>>>>>> > >>>>>>>>>>>>> Hi folks, > >>>>>>>>>>>>> > >>>>>>>>>>>>> As I promised, here is a [intended-to-be] short feedback > about > >>>>>> the new > >>>>>>>>>>>>> Forge 2 shell. As some of you know, I use Windows (Really? > >>>>>> OK...). So > >>>>>>>>> I > >>>>>>>>>>>>> will be very happy to help you solve the issues besides > merely > >>>>>>>>> reporting > >>>>>>>>>>>>> them: > >>>>>>>>>>>>> > >>>>>>>>>>>>> * The history doesn't work. That is, when you press up and > down > >>>>>> arrows > >>>>>>>>>>>>> instead of the previous commands, you get this: ?H > >>>>>>>>>>>>> > >>>>>>>>>>>>> * Backspace doesn't work. When I press it, the cursor just > comes > >>>>>> back > >>>>>>>>> to > >>>>>>>>>>>>> the previous position without deleting the character there. > If I > >>>>>> just > >>>>>>>>> write > >>>>>>>>>>>>> something there, the old symbol is overwritten by the new > one, > >>>>>> but at > >>>>>>>>> the > >>>>>>>>>>>>> end after pressing enter it looks like you never entered > anything > >>>>>>>>> after > >>>>>>>>>>>>> pressing backspace. For example: > >>>>>>>>>>>>> 1) I write *new-project --namek* > >>>>>>>>>>>>> 2) I notice the typo and press backspace > >>>>>>>>>>>>> 3) k doesn't get deleted, but I overwrite it with d > >>>>>>>>>>>>> 4) Then I complete my command to look like this: *new-project > >>>>>>>>> --named > >>>>>>>>>>>>> test* > >>>>>>>>>>>>> 5) Forge's output is: *Project name must be specified.* > >>>>>>>>>>>>> > >>>>>>>>>>>>> * As you know on windows the full path to a file or > directory is > >>>>>>>>>>>>> :\\ > >>>>>>>>>>>>> 1) If I try to do *cd c:\temp\forge*, Forge blows with > >>>>>> exception: > >>>>>>>>>>>>> org.jboss.forge.addon.resource.ResourceException: > >>>>>> [FileResourceImpl] > >>>>>>>>> can > >>>>>>>>>>>>> have no > >>>>>>>>>>>>> children > >>>>>>>>>>>>> at > >>>>>>>>>>>>> > >>>>>> > org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract > >>>>>>>>>>>>> FileResource.java:78) > >>>>>>>>>>>>> at > >>>>>>>>>>>>> > >>>>>> > org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse > >>>>>>>>>>>>> r.java:232) > >>>>>>>>>>>>> at > >>>>>>>>>>>>> > >>>>>> > org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java > >>>>>>>>>>>>> :71) > >>>>>>>>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native > >>>>>> Method) > >>>>>>>>>>>>> at > >>>>>>>>>>>>> > >>>>>> > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > >>>>>>>>>>>>> java:57) > >>>>>>>>>>>>> at > >>>>>>>>>>>>> > >>>>>> > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > >>>>>>>>>>>>> sorImpl.java:43) > >>>>>>>>>>>>> at java.lang.reflect.Method.invoke(Method.java:606) > >>>>>>>>>>>>> 2) Somehow I noticed that I may use the paths without the > drive > >>>>>>>>>>>>> letter, e.g. just \\. It is legal to do it in > >>>>>> Windows, > >>>>>>>>> but thus > >>>>>>>>>>>>> you can't change to a directory located on a different > drive. For > >>>>>>>>> example > >>>>>>>>>>>>> cd \temp\forge will change to c:\temp\forge if you are > currently > >>>>>> in > >>>>>>>>> c:. So > >>>>>>>>>>>>> I tried *cd \temp\forge*, but the result was the same > >>>>>> [exception]. > >>>>>>>>>>>>> 3) If I am in the root directory (c:\) and I run *cd > >>>>>> temp\forge*, I > >>>>>>>>>>>>> don't get exception, but ****ERROR*** tempforge\: No such > file or > >>>>>>>>>>>>> directory*. The interesting thing is that I ran that command > by > >>>>>>>>>>>>> pressing tab, i.e. counting on the command completion of the > >>>>>> shell, > >>>>>>>>> which > >>>>>>>>>>>>> obviously works fine. > >>>>>>>>>>>>> > >>>>>>>>>>>>> I made the cd command work by just running *cd /temp/forge* > >>>>>> (notice > >>>>>>>>>>>>> the forward slashes) > >>>>>>>>>>>>> > >>>>>>>>>>>>> > >>>>>>>>>>>>> If you wish, I may add these observations as JIRA items, > >>>>>> probably as > >>>>>>>>>>>>> children to this one: > https://issues.jboss.org/browse/FORGE-1387 > >>>>>> . > >>>>>>>>> Bear > >>>>>>>>>>>>> in mind that all the reported features work in Forge 1 even > on > >>>>>>>>> Windows ;) > >>>>>>>>>>>>> > >>>>>>>>>>>>> We can discuss these in today's meeting. > >>>>>>>>>>>>> > >>>>>>>>>>>>> Cheers, > >>>>>>>>>>>>> Ivan > >>>>>>>>>>>>> > >>>>>>>>>>>>> _______________________________________________ > >>>>>>>>>>>>> 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 > >>>>>>>>>>>> > >>>>>>>>>>>> > >>>>>>>>>>>> _______________________________________________ > >>>>>>>>>>>> forge-dev mailing list > >>>>>>>>>>>> forge-dev 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 > >>>>>>>>>>> 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 > >>>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> -- > >>>>>>>> Lincoln Baxter, III > >>>>>>>> http://ocpsoft.org > >>>>>>>> "Simpler is better." > >>>>>>> > >>>>>>>> _______________________________________________ > >>>>>>>> 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 > >>>>>> > >>>>> > >>>>> _______________________________________________ > >>>>> 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 > >>>> > >>>> > >>>> _______________________________________________ > >>>> 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 > > > > > >_______________________________________________ > >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/20140118/c2605fc9/attachment-0001.html From ivan.st.ivanov at gmail.com Sat Jan 18 15:08:14 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Sat, 18 Jan 2014 22:08:14 +0200 Subject: [forge-dev] New shell feedback In-Reply-To: References: <20140113010533.GA2930@beistet> <20140117000021.GB3038@beistet> <5A9DD7A2-9D69-492B-BCAF-B6401B2430CF@gmail.com> <20140117084636.GD3038@beistet> Message-ID: ... ah, forgot it, here is the ANSI string: [forge]$ On Sat, Jan 18, 2014 at 10:07 PM, Ivan St. Ivanov wrote: > Hi Stale, > > After applying the latest changes, when I start Forge, after the first > blue characters, all the characters are blue. Even after exit Forge, > shell's foreground keeps to be blue. Here's again my code: > > List prompt = new LinkedList<>(); > prompt.add(new TerminalCharacter('[')); > for (char c : currentResource.getName().toCharArray()) > { > prompt.add(new TerminalCharacter(c, new > TerminalColor(Color.BLUE, Color.DEFAULT))); > } > prompt.add(new TerminalCharacter(']', new > TerminalColor(Color.DEFAULT, Color.DEFAULT))); > prompt.add(new TerminalCharacter('$')); > prompt.add(new TerminalCharacter(' ')); > return new Prompt(prompt); > > Cheers, > Ivan > > > On Fri, Jan 17, 2014 at 10:46 AM, St?le W Pedersen wrote: > >> yes, thats the page i often refer to as well. - and its how >> TerminalCharacters work in ?sh. >> >> st?le >> >> On 17.01.14 8:48, Koen Aers wrote: >> >As per this page http://en.wikipedia.org/wiki/ANSI_escape_code (it's >> wikipedia, so I don't know how correct/wrong it is) the SGR command >> modifies the graphics rendering by adding to the previous state. So if the >> background is blue and the foreground is red and characters are bold, >> modifying the background to white will keep the boldness and the red >> foreground. This also means the order of the commands should not play a >> role. >> > >> >Op 17-jan.-2014, om 01:00 heeft St?le W Pedersen het volgende geschreven: >> > >> >> hi, thanks for the feedback. >> >> i see that there is indeed a bug in how TerminalCharacter is displayed. >> >> - there is a TerminalCharacter.toString(TerminalCharacter tc) that >> tries >> >> to compare with the previous to reduce the data written to stream, >> but >> >> it has a bug and do not display it correctly. >> >> >> >> By design it was planned that TerminalCharacter should not "reset" so >> if >> >> you set a TerminalCharacter with color green that color should be for >> >> all upcoming characters unless a new one is set. >> >> >> >> TerminalString however do in fact reset at its end (by design). >> >> >> >> I do not know if the ordering matter, afaik it shouldnt, but it might >> be >> >> that that is why jansi has bleeding of colors on windows?? >> >> >> >> st?le >> >> >> >> On 16.01.14 23:52, Ivan St. Ivanov wrote: >> >>> Hey George, Stale, >> >>> >> >>> I did some debugging in Forge, Aesh and even Jansi sources. Before >> that, I >> >>> tried to change the color of the current folder name when creating the >> >>> prompt: >> >>> >> >>> // in org.jboss.forge.addon.shell.ShellImpl::createPrompt() >> >>> >> >>> for (char c : currentResource.getName().toCharArray()) >> >>> { >> >>> prompt.add(new TerminalCharacter(c, new >> >>> TerminalColor(Color.GREEN, Color.DEFAULT))); >> >>> } >> >>> >> >>> So I expect that as a result of that, all of the characters of the >> current >> >>> directory name would be green. However it is only the first character. >> >>> After some more debugging, I found that for a directory called >> *forge* the >> >>> ANSI string passed to the Jansi library >> >>> is: [;39;49m[ [;32mf [mo [mr [mg [me [;39m] [m$ [m (there is an ESC >> symbol >> >>> character before each [). As far as I got it, those constants 39, 32, >> etc. >> >>> denote the foreground (i.e. character) color. So, the question now is: >> >>> >> >>> Do you have to set the foreground color once and then it is valid for >> all >> >>> the next characters before you set it again, or you have to set it for >> >>> every character in the ANSI string. I think that Aesh's logic follows >> the >> >>> first approach, so is this correct? I'm afraid >> >>> Jansi's AnsiOutputStream.write(int) method is a too complex FSM for >> me in >> >>> this late hour, so I stopped there :) >> >>> >> >>> What else bothers me is the ordering of the style and color constants >> for >> >>> the first character of the prompt. Shouldn't it be the other way round >> >>> (first the style and then the color)? >> >>> >> >>> Cheers, >> >>> Ivan >> >>> >> >>> >> >>> On Wed, Jan 15, 2014 at 10:35 PM, George Gastaldi < >> ggastald at redhat.com>wrote: >> >>> >> >>>> That's right. We expect a PR from you asap :) >> >>>> >> >>>> Em 15/01/2014, ?s 18:28, "Ivan St. Ivanov" > > >> >>>> escreveu: >> >>>> >> >>>> Ah, so the coloring is in Forge, not in Aesh? Good, at least I will >> try to >> >>>> get acquainted with the code if not fix it ;) >> >>>> >> >>>> >> >>>> On Wed, Jan 15, 2014 at 10:24 PM, George Gastaldi < >> ggastald at redhat.com>wrote: >> >>>> >> >>>>> Hey Ivan, >> >>>>> >> >>>>> We had to remove the colors because the colors were "bleeding" to >> the >> >>>>> next character. If you could have a look at it, the code is in >> >>>>> ShellImpl.createPrompt(). >> >>>>> >> >>>>> Pull requests are always more than welcomed. :) >> >>>>> >> >>>>> Em 15/01/2014, ?s 18:21, "Ivan St. Ivanov" < >> ivan.st.ivanov at gmail.com> >> >>>>> escreveu: >> >>>>> >> >>>>> Hi Stale, folks! >> >>>>> >> >>>>> I just tried the new Forge 2.0 and it works perfectly :) >> >>>>> >> >>>>> I just miss the prompt coloring. In Forge 1 we had different color >> for >> >>>>> the current directory name if it is inside a project. >> >>>>> >> >>>>> BTW, I see that the new-project command was changed to project-new. >> >>>>> >> >>>>> Cheers, >> >>>>> Ivan >> >>>>> >> >>>>> >> >>>>> On Mon, Jan 13, 2014 at 3:39 AM, George Gastaldi < >> ggastald at redhat.com>wrote: >> >>>>> >> >>>>>> Excellent Stale! Thanks for your help on this. >> >>>>>> >> >>>>>>> Em 12/01/2014, ?s 23:06, St?le W Pedersen >> >>>>>> escreveu: >> >>>>>>> >> >>>>>>> hi, ive deployed a new version of 0.46-SNAPSHOT that hopefully >> should >> >>>>>>> have most of the arrow-key + line redraw bugs fixed. >> >>>>>>> - please let me know if it works better other places as well. >> >>>>>>> >> >>>>>>> these issues were introduced back in oct/nov i think (during our >> >>>>>> meeting >> >>>>>>> in raleigh lincoln :) when we optimized the input and line draw >> in ?sh. >> >>>>>>> - i think its time i get a working windows setup.... >> >>>>>>> >> >>>>>>> i havent looked at the path issue so that still needs to be fixed. >> >>>>>>> - but ill prioritize the close issue atm. >> >>>>>>> >> >>>>>>> st?le >> >>>>>>> >> >>>>>>>> On 11.01.14 17:10, Lincoln Baxter, III wrote: >> >>>>>>>> You can find in maven under: >> >>>>>>>> >> >>>>>>>> org.jboss.aesh:aesh:0.46-SNAPSHOT >> >>>>>>>> >> >>>>>>>> The github repo/org is here: https://github.com/aeshell/aesh >> >>>>>>>> >> >>>>>>>> ~Lincoln >> >>>>>>>> >> >>>>>>>> >> >>>>>>>> On Sat, Jan 11, 2014 at 3:58 PM, St?le W Pedersen < >> >>>>>> spederse at redhat.com>wrote: >> >>>>>>>> >> >>>>>>>>> hi, ivan it is most likely an ?sh bug (which forge uses for >> shell >> >>>>>>>>> interaction). to quickly debug ?sh you could just start a simple >> >>>>>> example >> >>>>>>>>> program like: java -cp aesh-0.46-SNAPSHOT.jar AeshExample >> >>>>>>>>> - you should have the aesh jar in your local mvn cache. >> >>>>>>>>> >> >>>>>>>>> AeshExample should log to TMP/aesh.log and there is a log line >> >>>>>> starting >> >>>>>>>>> with "GOT:" for each input. that input should match whatever is >> >>>>>>>>> specified in Key.java (in ?sh). >> >>>>>>>>> from what you've described above it seems that ive introduced a >> bug >> >>>>>> in a >> >>>>>>>>> later release with this or it might also be the parsing. >> whatever you >> >>>>>>>>> find out will no matter help. >> >>>>>>>>> >> >>>>>>>>> regards, st?le >> >>>>>>>>> >> >>>>>>>>>> On 11.01.14 21:18, Ivan St. Ivanov wrote: >> >>>>>>>>>> Hi folks, >> >>>>>>>>>> >> >>>>>>>>>> I just created this JIRA: >> >>>>>> https://issues.jboss.org/browse/FORGE-1425 >> >>>>>>>>>> >> >>>>>>>>>> As I wrote in the first email, I would like to help resolving >> it. I >> >>>>>> just >> >>>>>>>>>> need some guidance on where to look. George asked me to run the >> >>>>>> unit tests >> >>>>>>>>>> and I tried. However, the addon-manager tests failed and I >> couldn't >> >>>>>> find >> >>>>>>>>>> the reason. :( >> >>>>>>>>>> >> >>>>>>>>>> Cheers, >> >>>>>>>>>> Ivan >> >>>>>>>>>> >> >>>>>>>>>> >> >>>>>>>>>> On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < >> >>>>>>>>>> lincolnbaxter at gmail.com> wrote: >> >>>>>>>>>> >> >>>>>>>>>>> Yes, thank you for finding these issues! Looks like we know >> what >> >>>>>> we will >> >>>>>>>>>>> be working on next few days :) >> >>>>>>>>>>> >> >>>>>>>>>>> >> >>>>>>>>>>> On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi < >> >>>>>> ggastald at redhat.com >> >>>>>>>>>> wrote: >> >>>>>>>>>>> >> >>>>>>>>>>>> Ivan, >> >>>>>>>>>>>> >> >>>>>>>>>>>> Could you open a JIRA with these issues and mark it as >> Blocker? We >> >>>>>>>>> can't >> >>>>>>>>>>>> release 2.0.0.Final unless this is fixed. >> >>>>>>>>>>>> >> >>>>>>>>>>>> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" < >> >>>>>> ivan.st.ivanov at gmail.com> >> >>>>>>>>>>>> escreveu: >> >>>>>>>>>>>> >> >>>>>>>>>>>> Sorry, forgot to mention that this is with snapshot from >> December, >> >>>>>>>>> 29th. >> >>>>>>>>>>>> The situation was the same with all the previous betas and >> alphas. >> >>>>>>>>>>>> >> >>>>>>>>>>>> >> >>>>>>>>>>>> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi < >> >>>>>> ggastald at redhat.com >> >>>>>>>>>> wrote: >> >>>>>>>>>>>> >> >>>>>>>>>>>>> Thanks for the feedback ivan. >> >>>>>>>>>>>>> Are you testing against the latest snapshot? >> >>>>>>>>>>>>> >> >>>>>>>>>>>>> Best Regards, >> >>>>>>>>>>>>> George >> >>>>>>>>>>>>> >> >>>>>>>>>>>>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" < >> >>>>>> ivan.st.ivanov at gmail.com> >> >>>>>>>>>>>>> escreveu: >> >>>>>>>>>>>>> >> >>>>>>>>>>>>> Hi folks, >> >>>>>>>>>>>>> >> >>>>>>>>>>>>> As I promised, here is a [intended-to-be] short feedback >> about >> >>>>>> the new >> >>>>>>>>>>>>> Forge 2 shell. As some of you know, I use Windows (Really? >> >>>>>> OK...). So >> >>>>>>>>> I >> >>>>>>>>>>>>> will be very happy to help you solve the issues besides >> merely >> >>>>>>>>> reporting >> >>>>>>>>>>>>> them: >> >>>>>>>>>>>>> >> >>>>>>>>>>>>> * The history doesn't work. That is, when you press up and >> down >> >>>>>> arrows >> >>>>>>>>>>>>> instead of the previous commands, you get this: ?H >> >>>>>>>>>>>>> >> >>>>>>>>>>>>> * Backspace doesn't work. When I press it, the cursor just >> comes >> >>>>>> back >> >>>>>>>>> to >> >>>>>>>>>>>>> the previous position without deleting the character there. >> If I >> >>>>>> just >> >>>>>>>>> write >> >>>>>>>>>>>>> something there, the old symbol is overwritten by the new >> one, >> >>>>>> but at >> >>>>>>>>> the >> >>>>>>>>>>>>> end after pressing enter it looks like you never entered >> anything >> >>>>>>>>> after >> >>>>>>>>>>>>> pressing backspace. For example: >> >>>>>>>>>>>>> 1) I write *new-project --namek* >> >>>>>>>>>>>>> 2) I notice the typo and press backspace >> >>>>>>>>>>>>> 3) k doesn't get deleted, but I overwrite it with d >> >>>>>>>>>>>>> 4) Then I complete my command to look like this: >> *new-project >> >>>>>>>>> --named >> >>>>>>>>>>>>> test* >> >>>>>>>>>>>>> 5) Forge's output is: *Project name must be specified.* >> >>>>>>>>>>>>> >> >>>>>>>>>>>>> * As you know on windows the full path to a file or >> directory is >> >>>>>>>>>>>>> :\\ >> >>>>>>>>>>>>> 1) If I try to do *cd c:\temp\forge*, Forge blows with >> >>>>>> exception: >> >>>>>>>>>>>>> org.jboss.forge.addon.resource.ResourceException: >> >>>>>> [FileResourceImpl] >> >>>>>>>>> can >> >>>>>>>>>>>>> have no >> >>>>>>>>>>>>> children >> >>>>>>>>>>>>> at >> >>>>>>>>>>>>> >> >>>>>> >> org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract >> >>>>>>>>>>>>> FileResource.java:78) >> >>>>>>>>>>>>> at >> >>>>>>>>>>>>> >> >>>>>> >> org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse >> >>>>>>>>>>>>> r.java:232) >> >>>>>>>>>>>>> at >> >>>>>>>>>>>>> >> >>>>>> >> org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java >> >>>>>>>>>>>>> :71) >> >>>>>>>>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >> >>>>>> Method) >> >>>>>>>>>>>>> at >> >>>>>>>>>>>>> >> >>>>>> >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >> >>>>>>>>>>>>> java:57) >> >>>>>>>>>>>>> at >> >>>>>>>>>>>>> >> >>>>>> >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >> >>>>>>>>>>>>> sorImpl.java:43) >> >>>>>>>>>>>>> at java.lang.reflect.Method.invoke(Method.java:606) >> >>>>>>>>>>>>> 2) Somehow I noticed that I may use the paths without the >> drive >> >>>>>>>>>>>>> letter, e.g. just \\. It is legal to do it in >> >>>>>> Windows, >> >>>>>>>>> but thus >> >>>>>>>>>>>>> you can't change to a directory located on a different >> drive. For >> >>>>>>>>> example >> >>>>>>>>>>>>> cd \temp\forge will change to c:\temp\forge if you are >> currently >> >>>>>> in >> >>>>>>>>> c:. So >> >>>>>>>>>>>>> I tried *cd \temp\forge*, but the result was the same >> >>>>>> [exception]. >> >>>>>>>>>>>>> 3) If I am in the root directory (c:\) and I run *cd >> >>>>>> temp\forge*, I >> >>>>>>>>>>>>> don't get exception, but ****ERROR*** tempforge\: No such >> file or >> >>>>>>>>>>>>> directory*. The interesting thing is that I ran that >> command by >> >>>>>>>>>>>>> pressing tab, i.e. counting on the command completion of the >> >>>>>> shell, >> >>>>>>>>> which >> >>>>>>>>>>>>> obviously works fine. >> >>>>>>>>>>>>> >> >>>>>>>>>>>>> I made the cd command work by just running *cd /temp/forge* >> >>>>>> (notice >> >>>>>>>>>>>>> the forward slashes) >> >>>>>>>>>>>>> >> >>>>>>>>>>>>> >> >>>>>>>>>>>>> If you wish, I may add these observations as JIRA items, >> >>>>>> probably as >> >>>>>>>>>>>>> children to this one: >> https://issues.jboss.org/browse/FORGE-1387 >> >>>>>> . >> >>>>>>>>> Bear >> >>>>>>>>>>>>> in mind that all the reported features work in Forge 1 even >> on >> >>>>>>>>> Windows ;) >> >>>>>>>>>>>>> >> >>>>>>>>>>>>> We can discuss these in today's meeting. >> >>>>>>>>>>>>> >> >>>>>>>>>>>>> Cheers, >> >>>>>>>>>>>>> Ivan >> >>>>>>>>>>>>> >> >>>>>>>>>>>>> _______________________________________________ >> >>>>>>>>>>>>> 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 >> >>>>>>>>>>>> >> >>>>>>>>>>>> >> >>>>>>>>>>>> _______________________________________________ >> >>>>>>>>>>>> forge-dev mailing list >> >>>>>>>>>>>> forge-dev 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 >> >>>>>>>>>>> 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 >> >>>>>>>>> >> >>>>>>>> >> >>>>>>>> >> >>>>>>>> >> >>>>>>>> -- >> >>>>>>>> Lincoln Baxter, III >> >>>>>>>> http://ocpsoft.org >> >>>>>>>> "Simpler is better." >> >>>>>>> >> >>>>>>>> _______________________________________________ >> >>>>>>>> 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 >> >>>>>> >> >>>>> >> >>>>> _______________________________________________ >> >>>>> 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 >> >>>> >> >>>> >> >>>> _______________________________________________ >> >>>> 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 >> > >> > >> >_______________________________________________ >> >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/20140118/664a5fc0/attachment-0001.html From lincolnbaxter at gmail.com Sat Jan 18 17:22:08 2014 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Sat, 18 Jan 2014 17:22:08 -0500 Subject: [forge-dev] Command execution failures in Eclipse. Am I missing something? In-Reply-To: <1808841500.2736559.1389936474339.JavaMail.root@redhat.com> References: <1469196281.2721205.1389928341967.JavaMail.root@redhat.com> <0F801BA8-06B1-458C-B9B3-C12022502D71@redhat.com> <1808841500.2736559.1389936474339.JavaMail.root@redhat.com> Message-ID: Is this still happening? I thought we figured out the root cause of this. (Addons installed in the local ~/.forge/addons dir.) On Fri, Jan 17, 2014 at 12:27 AM, Vineet Reynolds Pereira < vpereira at redhat.com> wrote: > > > ----- Original Message ----- > > From: "George Gastaldi" > > To: "forge-dev List" > > Cc: "forge-dev List" > > Sent: Friday, January 17, 2014 9:07:11 AM > > Subject: Re: [forge-dev] Command execution failures in Eclipse. Am I > missing something? > > > > Your JBT Plugin is not updated. Pull the sources from > > github.com/jbosstools/jbosstools-forge and try again. > > I've done precisely this, to no avail. This is against both the master > branch and the forge-2.0.0.CR1 tag in the JBossTools repo. > > And the issue is similar to FORGE-1460, except it occurs when I create a > new Web project. > > In ForgeWizard.java:84-89 (reproduced below) > > if (commandResult instanceof CompositeResult) { > results = ((CompositeResult) commandResult) > .getResults(); > } else { > results = Arrays.asList(commandResult); > } > > the 'instanceof' test fails for a CompositeResult instance. > > > > > > Em 17/01/2014, ?s 01:12, Vineet Reynolds Pereira > > > escreveu: > > > > > > > > > Hey all, > > > I just built 2.0.0.CR1 from source, and I run into this error on > every > > > UICommand execution. Have I missed something? > > > > > > !ENTRY org.jboss.tools.forge.ui.ext 4 1 2014-01-17 08:39:45.060 > > > !MESSAGE Error logged from Forge Plugin: > > > !STACK 0 > > > java.lang.UnsupportedOperationException: getMessage() should not be > called > > > in a CompositeResult. Call getResults() instead. > > > at > > > > org.jboss.forge.addon.ui.result.CompositeResult.getMessage(CompositeResult.java:35) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > at > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > > > at > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > > at java.lang.reflect.Method.invoke(Method.java:606) > > > at > > > > org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:102) > > > at > > > > org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34) > > > at > > > > org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:75) > > > at > > > > org.jboss.forge.addon.ui.result.Result_$$_javassist_0be5729e-a8c1-4ecd-8080-fb2fdd8f76f6.getMessage(Result_$$_javassist_0be5729e-a8c1-4ecd-8080-fb2fdd8f76f6.java) > > > at > > > > org.jboss.tools.forge.ui.ext.wizards.ForgeWizard$1.run(ForgeWizard.java:92) > > > at > > > > org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464) > > > at > org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372) > > > at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1028) > > > at > > > > org.jboss.tools.forge.ui.ext.wizards.ForgeWizard.performFinish(ForgeWizard.java:71) > > > at > > > > org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827) > > > at > > > > org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432) > > > at > org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:628) > > > at > > > > org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) > > > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392) > > > at > org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742) > > > at > org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3363) > > > at org.eclipse.jface.window.Window.runEventLoop(Window.java:826) > > > at org.eclipse.jface.window.Window.open(Window.java:802) > > > at > > > > org.jboss.tools.forge.ui.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:141) > > > at > > > > org.jboss.tools.forge.ui.ext.dialog.UICommandListDialog$1$1.handleElementSelected(UICommandListDialog.java:161) > > > at > > > > org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents.handleSelection(QuickAccessContents.java:326) > > > at > > > > org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents.access$0(QuickAccessContents.java:316) > > > at > > > > org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents$6.mouseUp(QuickAccessContents.java:465) > > > at > > > > org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220) > > > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392) > > > at > org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742) > > > at > org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3363) > > > at > > > > org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) > > > at > > > > org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > > > at > > > > org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) > > > at > > > > org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138) > > > at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610) > > > at > > > > org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > > > at > > > > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) > > > at > org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) > > > at > > > > org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) > > > at > > > > org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) > > > at > > > > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) > > > at > > > > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) > > > at > > > > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) > > > at > > > > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > at > > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > > > at > > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > > at java.lang.reflect.Method.invoke(Method.java:606) > > > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) > > > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) > > > at org.eclipse.equinox.launcher.Main.run(Main.java:1450) > > > at org.eclipse.equinox.launcher.Main.main(Main.java:1426) > > > > > > > > > Vineet > > > _______________________________________________ > > > 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 > -- 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/20140118/aa699480/attachment.html From vpereira at redhat.com Mon Jan 20 00:40:21 2014 From: vpereira at redhat.com (Vineet Reynolds Pereira) Date: Mon, 20 Jan 2014 00:40:21 -0500 (EST) Subject: [forge-dev] Command execution failures in Eclipse. Am I missing something? In-Reply-To: References: <1469196281.2721205.1389928341967.JavaMail.root@redhat.com> <0F801BA8-06B1-458C-B9B3-C12022502D71@redhat.com> <1808841500.2736559.1389936474339.JavaMail.root@redhat.com> Message-ID: <1140066916.4156397.1390196421694.JavaMail.root@redhat.com> ----- Original Message ----- > From: "Lincoln Baxter, III" > To: "forge-dev List" > Sent: Sunday, January 19, 2014 3:52:08 AM > Subject: Re: [forge-dev] Command execution failures in Eclipse. Am I missing something? > > Is this still happening? I thought we figured out the root cause of this. > (Addons installed in the local ~/.forge/addons dir.) No, this was the cause. > > > On Fri, Jan 17, 2014 at 12:27 AM, Vineet Reynolds Pereira < > vpereira at redhat.com > wrote: > > > > > > ----- Original Message ----- > > From: "George Gastaldi" < ggastald at redhat.com > > > To: "forge-dev List" < forge-dev at lists.jboss.org > > > Cc: "forge-dev List" < forge-dev at lists.jboss.org > > > Sent: Friday, January 17, 2014 9:07:11 AM > > Subject: Re: [forge-dev] Command execution failures in Eclipse. Am I > > missing something? > > > > Your JBT Plugin is not updated. Pull the sources from > > github.com/jbosstools/jbosstools-forge and try again. > > I've done precisely this, to no avail. This is against both the master branch > and the forge-2.0.0.CR1 tag in the JBossTools repo. > > And the issue is similar to FORGE-1460, except it occurs when I create a new > Web project. > > In ForgeWizard.java:84-89 (reproduced below) > > if (commandResult instanceof CompositeResult) { > results = ((CompositeResult) commandResult) > .getResults(); > } else { > results = Arrays.asList(commandResult); > } > > the 'instanceof' test fails for a CompositeResult instance. > > > > > > Em 17/01/2014, ?s 01:12, Vineet Reynolds Pereira < vpereira at redhat.com > > > > escreveu: > > > > > > > > > Hey all, > > > I just built 2.0.0.CR1 from source, and I run into this error on every > > > UICommand execution. Have I missed something? > > > > > > !ENTRY org.jboss.tools.forge.ui.ext 4 1 2014-01-17 08:39:45.060 > > > !MESSAGE Error logged from Forge Plugin: > > > !STACK 0 > > > java.lang.UnsupportedOperationException: getMessage() should not be > > > called > > > in a CompositeResult. Call getResults() instead. > > > at > > > org.jboss.forge.addon.ui.result.CompositeResult.getMessage(CompositeResult.java:35) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > > > at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > > at java.lang.reflect.Method.invoke(Method.java:606) > > > at > > > org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:102) > > > at > > > org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34) > > > at > > > org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:75) > > > at > > > org.jboss.forge.addon.ui.result.Result_$$_javassist_0be5729e-a8c1-4ecd-8080-fb2fdd8f76f6.getMessage(Result_$$_javassist_0be5729e-a8c1-4ecd-8080-fb2fdd8f76f6.java) > > > at > > > org.jboss.tools.forge.ui.ext.wizards.ForgeWizard$1.run(ForgeWizard.java:92) > > > at > > > org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464) > > > at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372) > > > at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1028) > > > at > > > org.jboss.tools.forge.ui.ext.wizards.ForgeWizard.performFinish(ForgeWizard.java:71) > > > at > > > org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827) > > > at > > > org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432) > > > at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:628) > > > at > > > org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) > > > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392) > > > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742) > > > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3363) > > > at org.eclipse.jface.window.Window.runEventLoop(Window.java:826) > > > at org.eclipse.jface.window.Window.open(Window.java:802) > > > at > > > org.jboss.tools.forge.ui.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:141) > > > at > > > org.jboss.tools.forge.ui.ext.dialog.UICommandListDialog$1$1.handleElementSelected(UICommandListDialog.java:161) > > > at > > > org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents.handleSelection(QuickAccessContents.java:326) > > > at > > > org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents.access$0(QuickAccessContents.java:316) > > > at > > > org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents$6.mouseUp(QuickAccessContents.java:465) > > > at > > > org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:220) > > > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) > > > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1392) > > > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3742) > > > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3363) > > > at > > > org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) > > > at > > > org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > > > at > > > org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) > > > at > > > org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138) > > > at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610) > > > at > > > org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) > > > at > > > org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) > > > at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) > > > at > > > org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) > > > at > > > org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) > > > at > > > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) > > > at > > > org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) > > > at > > > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) > > > at > > > org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > at > > > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) > > > at > > > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) > > > at java.lang.reflect.Method.invoke(Method.java:606) > > > at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) > > > at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) > > > at org.eclipse.equinox.launcher.Main.run(Main.java:1450) > > > at org.eclipse.equinox.launcher.Main.main(Main.java:1426) > > > > > > > > > Vineet > > > _______________________________________________ > > > 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 > > > > -- > Lincoln Baxter, III > http://ocpsoft.org > "Simpler is better." > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev From spederse at redhat.com Mon Jan 20 07:03:41 2014 From: spederse at redhat.com (=?iso-8859-1?Q?St=E5le?= W Pedersen) Date: Mon, 20 Jan 2014 13:03:41 +0100 Subject: [forge-dev] New shell feedback In-Reply-To: References: <20140117000021.GB3038@beistet> <5A9DD7A2-9D69-492B-BCAF-B6401B2430CF@gmail.com> <20140117084636.GD3038@beistet> Message-ID: <20140120120341.GH3038@beistet> hi, thanks for the feedback. there was a bug in one of the tests that caused the latest version of ?sh not being deployed on friday. so unless you built ?sh from source it would probably fail on saturday as well :/ - im hoping its fixed now, if not im at a loss on what's wrong since the output should be "correct" ansi. st?le On 18.01.14 22:08, Ivan St. Ivanov wrote: >... ah, forgot it, here is the ANSI string: > >[forge]$ > > >On Sat, Jan 18, 2014 at 10:07 PM, Ivan St. Ivanov >wrote: > >> Hi Stale, >> >> After applying the latest changes, when I start Forge, after the first >> blue characters, all the characters are blue. Even after exit Forge, >> shell's foreground keeps to be blue. Here's again my code: >> >> List prompt = new LinkedList<>(); >> prompt.add(new TerminalCharacter('[')); >> for (char c : currentResource.getName().toCharArray()) >> { >> prompt.add(new TerminalCharacter(c, new >> TerminalColor(Color.BLUE, Color.DEFAULT))); >> } >> prompt.add(new TerminalCharacter(']', new >> TerminalColor(Color.DEFAULT, Color.DEFAULT))); >> prompt.add(new TerminalCharacter('$')); >> prompt.add(new TerminalCharacter(' ')); >> return new Prompt(prompt); >> >> Cheers, >> Ivan >> >> >> On Fri, Jan 17, 2014 at 10:46 AM, St?le W Pedersen wrote: >> >>> yes, thats the page i often refer to as well. - and its how >>> TerminalCharacters work in ?sh. >>> >>> st?le >>> >>> On 17.01.14 8:48, Koen Aers wrote: >>> >As per this page http://en.wikipedia.org/wiki/ANSI_escape_code (it's >>> wikipedia, so I don't know how correct/wrong it is) the SGR command >>> modifies the graphics rendering by adding to the previous state. So if the >>> background is blue and the foreground is red and characters are bold, >>> modifying the background to white will keep the boldness and the red >>> foreground. This also means the order of the commands should not play a >>> role. >>> > >>> >Op 17-jan.-2014, om 01:00 heeft St?le W Pedersen het volgende geschreven: >>> > >>> >> hi, thanks for the feedback. >>> >> i see that there is indeed a bug in how TerminalCharacter is displayed. >>> >> - there is a TerminalCharacter.toString(TerminalCharacter tc) that >>> tries >>> >> to compare with the previous to reduce the data written to stream, >>> but >>> >> it has a bug and do not display it correctly. >>> >> >>> >> By design it was planned that TerminalCharacter should not "reset" so >>> if >>> >> you set a TerminalCharacter with color green that color should be for >>> >> all upcoming characters unless a new one is set. >>> >> >>> >> TerminalString however do in fact reset at its end (by design). >>> >> >>> >> I do not know if the ordering matter, afaik it shouldnt, but it might >>> be >>> >> that that is why jansi has bleeding of colors on windows?? >>> >> >>> >> st?le >>> >> >>> >> On 16.01.14 23:52, Ivan St. Ivanov wrote: >>> >>> Hey George, Stale, >>> >>> >>> >>> I did some debugging in Forge, Aesh and even Jansi sources. Before >>> that, I >>> >>> tried to change the color of the current folder name when creating the >>> >>> prompt: >>> >>> >>> >>> // in org.jboss.forge.addon.shell.ShellImpl::createPrompt() >>> >>> >>> >>> for (char c : currentResource.getName().toCharArray()) >>> >>> { >>> >>> prompt.add(new TerminalCharacter(c, new >>> >>> TerminalColor(Color.GREEN, Color.DEFAULT))); >>> >>> } >>> >>> >>> >>> So I expect that as a result of that, all of the characters of the >>> current >>> >>> directory name would be green. However it is only the first character. >>> >>> After some more debugging, I found that for a directory called >>> *forge* the >>> >>> ANSI string passed to the Jansi library >>> >>> is: [;39;49m[ [;32mf [mo [mr [mg [me [;39m] [m$ [m (there is an ESC >>> symbol >>> >>> character before each [). As far as I got it, those constants 39, 32, >>> etc. >>> >>> denote the foreground (i.e. character) color. So, the question now is: >>> >>> >>> >>> Do you have to set the foreground color once and then it is valid for >>> all >>> >>> the next characters before you set it again, or you have to set it for >>> >>> every character in the ANSI string. I think that Aesh's logic follows >>> the >>> >>> first approach, so is this correct? I'm afraid >>> >>> Jansi's AnsiOutputStream.write(int) method is a too complex FSM for >>> me in >>> >>> this late hour, so I stopped there :) >>> >>> >>> >>> What else bothers me is the ordering of the style and color constants >>> for >>> >>> the first character of the prompt. Shouldn't it be the other way round >>> >>> (first the style and then the color)? >>> >>> >>> >>> Cheers, >>> >>> Ivan >>> >>> >>> >>> >>> >>> On Wed, Jan 15, 2014 at 10:35 PM, George Gastaldi < >>> ggastald at redhat.com>wrote: >>> >>> >>> >>>> That's right. We expect a PR from you asap :) >>> >>>> >>> >>>> Em 15/01/2014, ?s 18:28, "Ivan St. Ivanov" >> > >>> >>>> escreveu: >>> >>>> >>> >>>> Ah, so the coloring is in Forge, not in Aesh? Good, at least I will >>> try to >>> >>>> get acquainted with the code if not fix it ;) >>> >>>> >>> >>>> >>> >>>> On Wed, Jan 15, 2014 at 10:24 PM, George Gastaldi < >>> ggastald at redhat.com>wrote: >>> >>>> >>> >>>>> Hey Ivan, >>> >>>>> >>> >>>>> We had to remove the colors because the colors were "bleeding" to >>> the >>> >>>>> next character. If you could have a look at it, the code is in >>> >>>>> ShellImpl.createPrompt(). >>> >>>>> >>> >>>>> Pull requests are always more than welcomed. :) >>> >>>>> >>> >>>>> Em 15/01/2014, ?s 18:21, "Ivan St. Ivanov" < >>> ivan.st.ivanov at gmail.com> >>> >>>>> escreveu: >>> >>>>> >>> >>>>> Hi Stale, folks! >>> >>>>> >>> >>>>> I just tried the new Forge 2.0 and it works perfectly :) >>> >>>>> >>> >>>>> I just miss the prompt coloring. In Forge 1 we had different color >>> for >>> >>>>> the current directory name if it is inside a project. >>> >>>>> >>> >>>>> BTW, I see that the new-project command was changed to project-new. >>> >>>>> >>> >>>>> Cheers, >>> >>>>> Ivan >>> >>>>> >>> >>>>> >>> >>>>> On Mon, Jan 13, 2014 at 3:39 AM, George Gastaldi < >>> ggastald at redhat.com>wrote: >>> >>>>> >>> >>>>>> Excellent Stale! Thanks for your help on this. >>> >>>>>> >>> >>>>>>> Em 12/01/2014, ?s 23:06, St?le W Pedersen >>> >>>>>> escreveu: >>> >>>>>>> >>> >>>>>>> hi, ive deployed a new version of 0.46-SNAPSHOT that hopefully >>> should >>> >>>>>>> have most of the arrow-key + line redraw bugs fixed. >>> >>>>>>> - please let me know if it works better other places as well. >>> >>>>>>> >>> >>>>>>> these issues were introduced back in oct/nov i think (during our >>> >>>>>> meeting >>> >>>>>>> in raleigh lincoln :) when we optimized the input and line draw >>> in ?sh. >>> >>>>>>> - i think its time i get a working windows setup.... >>> >>>>>>> >>> >>>>>>> i havent looked at the path issue so that still needs to be fixed. >>> >>>>>>> - but ill prioritize the close issue atm. >>> >>>>>>> >>> >>>>>>> st?le >>> >>>>>>> >>> >>>>>>>> On 11.01.14 17:10, Lincoln Baxter, III wrote: >>> >>>>>>>> You can find in maven under: >>> >>>>>>>> >>> >>>>>>>> org.jboss.aesh:aesh:0.46-SNAPSHOT >>> >>>>>>>> >>> >>>>>>>> The github repo/org is here: https://github.com/aeshell/aesh >>> >>>>>>>> >>> >>>>>>>> ~Lincoln >>> >>>>>>>> >>> >>>>>>>> >>> >>>>>>>> On Sat, Jan 11, 2014 at 3:58 PM, St?le W Pedersen < >>> >>>>>> spederse at redhat.com>wrote: >>> >>>>>>>> >>> >>>>>>>>> hi, ivan it is most likely an ?sh bug (which forge uses for >>> shell >>> >>>>>>>>> interaction). to quickly debug ?sh you could just start a simple >>> >>>>>> example >>> >>>>>>>>> program like: java -cp aesh-0.46-SNAPSHOT.jar AeshExample >>> >>>>>>>>> - you should have the aesh jar in your local mvn cache. >>> >>>>>>>>> >>> >>>>>>>>> AeshExample should log to TMP/aesh.log and there is a log line >>> >>>>>> starting >>> >>>>>>>>> with "GOT:" for each input. that input should match whatever is >>> >>>>>>>>> specified in Key.java (in ?sh). >>> >>>>>>>>> from what you've described above it seems that ive introduced a >>> bug >>> >>>>>> in a >>> >>>>>>>>> later release with this or it might also be the parsing. >>> whatever you >>> >>>>>>>>> find out will no matter help. >>> >>>>>>>>> >>> >>>>>>>>> regards, st?le >>> >>>>>>>>> >>> >>>>>>>>>> On 11.01.14 21:18, Ivan St. Ivanov wrote: >>> >>>>>>>>>> Hi folks, >>> >>>>>>>>>> >>> >>>>>>>>>> I just created this JIRA: >>> >>>>>> https://issues.jboss.org/browse/FORGE-1425 >>> >>>>>>>>>> >>> >>>>>>>>>> As I wrote in the first email, I would like to help resolving >>> it. I >>> >>>>>> just >>> >>>>>>>>>> need some guidance on where to look. George asked me to run the >>> >>>>>> unit tests >>> >>>>>>>>>> and I tried. However, the addon-manager tests failed and I >>> couldn't >>> >>>>>> find >>> >>>>>>>>>> the reason. :( >>> >>>>>>>>>> >>> >>>>>>>>>> Cheers, >>> >>>>>>>>>> Ivan >>> >>>>>>>>>> >>> >>>>>>>>>> >>> >>>>>>>>>> On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < >>> >>>>>>>>>> lincolnbaxter at gmail.com> wrote: >>> >>>>>>>>>> >>> >>>>>>>>>>> Yes, thank you for finding these issues! Looks like we know >>> what >>> >>>>>> we will >>> >>>>>>>>>>> be working on next few days :) >>> >>>>>>>>>>> >>> >>>>>>>>>>> >>> >>>>>>>>>>> On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi < >>> >>>>>> ggastald at redhat.com >>> >>>>>>>>>> wrote: >>> >>>>>>>>>>> >>> >>>>>>>>>>>> Ivan, >>> >>>>>>>>>>>> >>> >>>>>>>>>>>> Could you open a JIRA with these issues and mark it as >>> Blocker? We >>> >>>>>>>>> can't >>> >>>>>>>>>>>> release 2.0.0.Final unless this is fixed. >>> >>>>>>>>>>>> >>> >>>>>>>>>>>> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" < >>> >>>>>> ivan.st.ivanov at gmail.com> >>> >>>>>>>>>>>> escreveu: >>> >>>>>>>>>>>> >>> >>>>>>>>>>>> Sorry, forgot to mention that this is with snapshot from >>> December, >>> >>>>>>>>> 29th. >>> >>>>>>>>>>>> The situation was the same with all the previous betas and >>> alphas. >>> >>>>>>>>>>>> >>> >>>>>>>>>>>> >>> >>>>>>>>>>>> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi < >>> >>>>>> ggastald at redhat.com >>> >>>>>>>>>> wrote: >>> >>>>>>>>>>>> >>> >>>>>>>>>>>>> Thanks for the feedback ivan. >>> >>>>>>>>>>>>> Are you testing against the latest snapshot? >>> >>>>>>>>>>>>> >>> >>>>>>>>>>>>> Best Regards, >>> >>>>>>>>>>>>> George >>> >>>>>>>>>>>>> >>> >>>>>>>>>>>>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" < >>> >>>>>> ivan.st.ivanov at gmail.com> >>> >>>>>>>>>>>>> escreveu: >>> >>>>>>>>>>>>> >>> >>>>>>>>>>>>> Hi folks, >>> >>>>>>>>>>>>> >>> >>>>>>>>>>>>> As I promised, here is a [intended-to-be] short feedback >>> about >>> >>>>>> the new >>> >>>>>>>>>>>>> Forge 2 shell. As some of you know, I use Windows (Really? >>> >>>>>> OK...). So >>> >>>>>>>>> I >>> >>>>>>>>>>>>> will be very happy to help you solve the issues besides >>> merely >>> >>>>>>>>> reporting >>> >>>>>>>>>>>>> them: >>> >>>>>>>>>>>>> >>> >>>>>>>>>>>>> * The history doesn't work. That is, when you press up and >>> down >>> >>>>>> arrows >>> >>>>>>>>>>>>> instead of the previous commands, you get this: ?H >>> >>>>>>>>>>>>> >>> >>>>>>>>>>>>> * Backspace doesn't work. When I press it, the cursor just >>> comes >>> >>>>>> back >>> >>>>>>>>> to >>> >>>>>>>>>>>>> the previous position without deleting the character there. >>> If I >>> >>>>>> just >>> >>>>>>>>> write >>> >>>>>>>>>>>>> something there, the old symbol is overwritten by the new >>> one, >>> >>>>>> but at >>> >>>>>>>>> the >>> >>>>>>>>>>>>> end after pressing enter it looks like you never entered >>> anything >>> >>>>>>>>> after >>> >>>>>>>>>>>>> pressing backspace. For example: >>> >>>>>>>>>>>>> 1) I write *new-project --namek* >>> >>>>>>>>>>>>> 2) I notice the typo and press backspace >>> >>>>>>>>>>>>> 3) k doesn't get deleted, but I overwrite it with d >>> >>>>>>>>>>>>> 4) Then I complete my command to look like this: >>> *new-project >>> >>>>>>>>> --named >>> >>>>>>>>>>>>> test* >>> >>>>>>>>>>>>> 5) Forge's output is: *Project name must be specified.* >>> >>>>>>>>>>>>> >>> >>>>>>>>>>>>> * As you know on windows the full path to a file or >>> directory is >>> >>>>>>>>>>>>> :\\ >>> >>>>>>>>>>>>> 1) If I try to do *cd c:\temp\forge*, Forge blows with >>> >>>>>> exception: >>> >>>>>>>>>>>>> org.jboss.forge.addon.resource.ResourceException: >>> >>>>>> [FileResourceImpl] >>> >>>>>>>>> can >>> >>>>>>>>>>>>> have no >>> >>>>>>>>>>>>> children >>> >>>>>>>>>>>>> at >>> >>>>>>>>>>>>> >>> >>>>>> >>> org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract >>> >>>>>>>>>>>>> FileResource.java:78) >>> >>>>>>>>>>>>> at >>> >>>>>>>>>>>>> >>> >>>>>> >>> org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse >>> >>>>>>>>>>>>> r.java:232) >>> >>>>>>>>>>>>> at >>> >>>>>>>>>>>>> >>> >>>>>> >>> org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java >>> >>>>>>>>>>>>> :71) >>> >>>>>>>>>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native >>> >>>>>> Method) >>> >>>>>>>>>>>>> at >>> >>>>>>>>>>>>> >>> >>>>>> >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >>> >>>>>>>>>>>>> java:57) >>> >>>>>>>>>>>>> at >>> >>>>>>>>>>>>> >>> >>>>>> >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >>> >>>>>>>>>>>>> sorImpl.java:43) >>> >>>>>>>>>>>>> at java.lang.reflect.Method.invoke(Method.java:606) >>> >>>>>>>>>>>>> 2) Somehow I noticed that I may use the paths without the >>> drive >>> >>>>>>>>>>>>> letter, e.g. just \\. It is legal to do it in >>> >>>>>> Windows, >>> >>>>>>>>> but thus >>> >>>>>>>>>>>>> you can't change to a directory located on a different >>> drive. For >>> >>>>>>>>> example >>> >>>>>>>>>>>>> cd \temp\forge will change to c:\temp\forge if you are >>> currently >>> >>>>>> in >>> >>>>>>>>> c:. So >>> >>>>>>>>>>>>> I tried *cd \temp\forge*, but the result was the same >>> >>>>>> [exception]. >>> >>>>>>>>>>>>> 3) If I am in the root directory (c:\) and I run *cd >>> >>>>>> temp\forge*, I >>> >>>>>>>>>>>>> don't get exception, but ****ERROR*** tempforge\: No such >>> file or >>> >>>>>>>>>>>>> directory*. The interesting thing is that I ran that >>> command by >>> >>>>>>>>>>>>> pressing tab, i.e. counting on the command completion of the >>> >>>>>> shell, >>> >>>>>>>>> which >>> >>>>>>>>>>>>> obviously works fine. >>> >>>>>>>>>>>>> >>> >>>>>>>>>>>>> I made the cd command work by just running *cd /temp/forge* >>> >>>>>> (notice >>> >>>>>>>>>>>>> the forward slashes) >>> >>>>>>>>>>>>> >>> >>>>>>>>>>>>> >>> >>>>>>>>>>>>> If you wish, I may add these observations as JIRA items, >>> >>>>>> probably as >>> >>>>>>>>>>>>> children to this one: >>> https://issues.jboss.org/browse/FORGE-1387 >>> >>>>>> . >>> >>>>>>>>> Bear >>> >>>>>>>>>>>>> in mind that all the reported features work in Forge 1 even >>> on >>> >>>>>>>>> Windows ;) >>> >>>>>>>>>>>>> >>> >>>>>>>>>>>>> We can discuss these in today's meeting. >>> >>>>>>>>>>>>> >>> >>>>>>>>>>>>> Cheers, >>> >>>>>>>>>>>>> Ivan >>> >>>>>>>>>>>>> >>> >>>>>>>>>>>>> _______________________________________________ >>> >>>>>>>>>>>>> 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 >>> >>>>>>>>>>>> >>> >>>>>>>>>>>> >>> >>>>>>>>>>>> _______________________________________________ >>> >>>>>>>>>>>> forge-dev mailing list >>> >>>>>>>>>>>> forge-dev 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 >>> >>>>>>>>>>> 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 >>> >>>>>>>>> >>> >>>>>>>> >>> >>>>>>>> >>> >>>>>>>> >>> >>>>>>>> -- >>> >>>>>>>> Lincoln Baxter, III >>> >>>>>>>> http://ocpsoft.org >>> >>>>>>>> "Simpler is better." >>> >>>>>>> >>> >>>>>>>> _______________________________________________ >>> >>>>>>>> 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 >>> >>>>>> >>> >>>>> >>> >>>>> _______________________________________________ >>> >>>>> 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 >>> >>>> >>> >>>> >>> >>>> _______________________________________________ >>> >>>> 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 >>> > >>> > >>> >_______________________________________________ >>> >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 ivan.st.ivanov at gmail.com Mon Jan 20 07:22:34 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Mon, 20 Jan 2014 14:22:34 +0200 Subject: [forge-dev] New shell feedback In-Reply-To: <20140120120341.GH3038@beistet> References: <20140117000021.GB3038@beistet> <5A9DD7A2-9D69-492B-BCAF-B6401B2430CF@gmail.com> <20140117084636.GD3038@beistet> <20140120120341.GH3038@beistet> Message-ID: Hi Stale, I was using the version coming from the maven repository. But tonight I will pull your latest changes, will build aesh and then will build Forge. Hopefully it will work now :) Thanks for your effort! Ivan On Mon, Jan 20, 2014 at 2:03 PM, St?le W Pedersen wrote: > hi, thanks for the feedback. there was a bug in one of the tests that > caused the latest version of ?sh not being deployed on friday. so unless > you built ?sh from source it would probably fail on saturday as well :/ > > - im hoping its fixed now, if not im at a loss on what's wrong since the > output should be "correct" ansi. > > st?le > > On 18.01.14 22:08, Ivan St. Ivanov wrote: > >... ah, forgot it, here is the ANSI string: > > > > [;39;49m[ [;34mforge [;39m]$ > > > > > >On Sat, Jan 18, 2014 at 10:07 PM, Ivan St. Ivanov > >wrote: > > > >> Hi Stale, > >> > >> After applying the latest changes, when I start Forge, after the first > >> blue characters, all the characters are blue. Even after exit Forge, > >> shell's foreground keeps to be blue. Here's again my code: > >> > >> List prompt = new LinkedList<>(); > >> prompt.add(new TerminalCharacter('[')); > >> for (char c : currentResource.getName().toCharArray()) > >> { > >> prompt.add(new TerminalCharacter(c, new > >> TerminalColor(Color.BLUE, Color.DEFAULT))); > >> } > >> prompt.add(new TerminalCharacter(']', new > >> TerminalColor(Color.DEFAULT, Color.DEFAULT))); > >> prompt.add(new TerminalCharacter('$')); > >> prompt.add(new TerminalCharacter(' ')); > >> return new Prompt(prompt); > >> > >> Cheers, > >> Ivan > >> > >> > >> On Fri, Jan 17, 2014 at 10:46 AM, St?le W Pedersen >wrote: > >> > >>> yes, thats the page i often refer to as well. - and its how > >>> TerminalCharacters work in ?sh. > >>> > >>> st?le > >>> > >>> On 17.01.14 8:48, Koen Aers wrote: > >>> >As per this page http://en.wikipedia.org/wiki/ANSI_escape_code (it's > >>> wikipedia, so I don't know how correct/wrong it is) the SGR command > >>> modifies the graphics rendering by adding to the previous state. So if > the > >>> background is blue and the foreground is red and characters are bold, > >>> modifying the background to white will keep the boldness and the red > >>> foreground. This also means the order of the commands should not play a > >>> role. > >>> > > >>> >Op 17-jan.-2014, om 01:00 heeft St?le W Pedersen het volgende > geschreven: > >>> > > >>> >> hi, thanks for the feedback. > >>> >> i see that there is indeed a bug in how TerminalCharacter is > displayed. > >>> >> - there is a TerminalCharacter.toString(TerminalCharacter tc) that > >>> tries > >>> >> to compare with the previous to reduce the data written to stream, > >>> but > >>> >> it has a bug and do not display it correctly. > >>> >> > >>> >> By design it was planned that TerminalCharacter should not "reset" > so > >>> if > >>> >> you set a TerminalCharacter with color green that color should be > for > >>> >> all upcoming characters unless a new one is set. > >>> >> > >>> >> TerminalString however do in fact reset at its end (by design). > >>> >> > >>> >> I do not know if the ordering matter, afaik it shouldnt, but it > might > >>> be > >>> >> that that is why jansi has bleeding of colors on windows?? > >>> >> > >>> >> st?le > >>> >> > >>> >> On 16.01.14 23:52, Ivan St. Ivanov wrote: > >>> >>> Hey George, Stale, > >>> >>> > >>> >>> I did some debugging in Forge, Aesh and even Jansi sources. Before > >>> that, I > >>> >>> tried to change the color of the current folder name when creating > the > >>> >>> prompt: > >>> >>> > >>> >>> // in org.jboss.forge.addon.shell.ShellImpl::createPrompt() > >>> >>> > >>> >>> for (char c : currentResource.getName().toCharArray()) > >>> >>> { > >>> >>> prompt.add(new TerminalCharacter(c, new > >>> >>> TerminalColor(Color.GREEN, Color.DEFAULT))); > >>> >>> } > >>> >>> > >>> >>> So I expect that as a result of that, all of the characters of the > >>> current > >>> >>> directory name would be green. However it is only the first > character. > >>> >>> After some more debugging, I found that for a directory called > >>> *forge* the > >>> >>> ANSI string passed to the Jansi library > >>> >>> is: [;39;49m[ [;32mf [mo [mr [mg [me [;39m] [m$ [m (there is an > ESC > >>> symbol > >>> >>> character before each [). As far as I got it, those constants 39, > 32, > >>> etc. > >>> >>> denote the foreground (i.e. character) color. So, the question now > is: > >>> >>> > >>> >>> Do you have to set the foreground color once and then it is valid > for > >>> all > >>> >>> the next characters before you set it again, or you have to set it > for > >>> >>> every character in the ANSI string. I think that Aesh's logic > follows > >>> the > >>> >>> first approach, so is this correct? I'm afraid > >>> >>> Jansi's AnsiOutputStream.write(int) method is a too complex FSM for > >>> me in > >>> >>> this late hour, so I stopped there :) > >>> >>> > >>> >>> What else bothers me is the ordering of the style and color > constants > >>> for > >>> >>> the first character of the prompt. Shouldn't it be the other way > round > >>> >>> (first the style and then the color)? > >>> >>> > >>> >>> Cheers, > >>> >>> Ivan > >>> >>> > >>> >>> > >>> >>> On Wed, Jan 15, 2014 at 10:35 PM, George Gastaldi < > >>> ggastald at redhat.com>wrote: > >>> >>> > >>> >>>> That's right. We expect a PR from you asap :) > >>> >>>> > >>> >>>> Em 15/01/2014, ?s 18:28, "Ivan St. Ivanov" < > ivan.st.ivanov at gmail.com > >>> > > >>> >>>> escreveu: > >>> >>>> > >>> >>>> Ah, so the coloring is in Forge, not in Aesh? Good, at least I > will > >>> try to > >>> >>>> get acquainted with the code if not fix it ;) > >>> >>>> > >>> >>>> > >>> >>>> On Wed, Jan 15, 2014 at 10:24 PM, George Gastaldi < > >>> ggastald at redhat.com>wrote: > >>> >>>> > >>> >>>>> Hey Ivan, > >>> >>>>> > >>> >>>>> We had to remove the colors because the colors were "bleeding" to > >>> the > >>> >>>>> next character. If you could have a look at it, the code is in > >>> >>>>> ShellImpl.createPrompt(). > >>> >>>>> > >>> >>>>> Pull requests are always more than welcomed. :) > >>> >>>>> > >>> >>>>> Em 15/01/2014, ?s 18:21, "Ivan St. Ivanov" < > >>> ivan.st.ivanov at gmail.com> > >>> >>>>> escreveu: > >>> >>>>> > >>> >>>>> Hi Stale, folks! > >>> >>>>> > >>> >>>>> I just tried the new Forge 2.0 and it works perfectly :) > >>> >>>>> > >>> >>>>> I just miss the prompt coloring. In Forge 1 we had different > color > >>> for > >>> >>>>> the current directory name if it is inside a project. > >>> >>>>> > >>> >>>>> BTW, I see that the new-project command was changed to > project-new. > >>> >>>>> > >>> >>>>> Cheers, > >>> >>>>> Ivan > >>> >>>>> > >>> >>>>> > >>> >>>>> On Mon, Jan 13, 2014 at 3:39 AM, George Gastaldi < > >>> ggastald at redhat.com>wrote: > >>> >>>>> > >>> >>>>>> Excellent Stale! Thanks for your help on this. > >>> >>>>>> > >>> >>>>>>> Em 12/01/2014, ?s 23:06, St?le W Pedersen > > >>> >>>>>> escreveu: > >>> >>>>>>> > >>> >>>>>>> hi, ive deployed a new version of 0.46-SNAPSHOT that hopefully > >>> should > >>> >>>>>>> have most of the arrow-key + line redraw bugs fixed. > >>> >>>>>>> - please let me know if it works better other places as well. > >>> >>>>>>> > >>> >>>>>>> these issues were introduced back in oct/nov i think (during > our > >>> >>>>>> meeting > >>> >>>>>>> in raleigh lincoln :) when we optimized the input and line draw > >>> in ?sh. > >>> >>>>>>> - i think its time i get a working windows setup.... > >>> >>>>>>> > >>> >>>>>>> i havent looked at the path issue so that still needs to be > fixed. > >>> >>>>>>> - but ill prioritize the close issue atm. > >>> >>>>>>> > >>> >>>>>>> st?le > >>> >>>>>>> > >>> >>>>>>>> On 11.01.14 17:10, Lincoln Baxter, III wrote: > >>> >>>>>>>> You can find in maven under: > >>> >>>>>>>> > >>> >>>>>>>> org.jboss.aesh:aesh:0.46-SNAPSHOT > >>> >>>>>>>> > >>> >>>>>>>> The github repo/org is here: https://github.com/aeshell/aesh > >>> >>>>>>>> > >>> >>>>>>>> ~Lincoln > >>> >>>>>>>> > >>> >>>>>>>> > >>> >>>>>>>> On Sat, Jan 11, 2014 at 3:58 PM, St?le W Pedersen < > >>> >>>>>> spederse at redhat.com>wrote: > >>> >>>>>>>> > >>> >>>>>>>>> hi, ivan it is most likely an ?sh bug (which forge uses for > >>> shell > >>> >>>>>>>>> interaction). to quickly debug ?sh you could just start a > simple > >>> >>>>>> example > >>> >>>>>>>>> program like: java -cp aesh-0.46-SNAPSHOT.jar AeshExample > >>> >>>>>>>>> - you should have the aesh jar in your local mvn cache. > >>> >>>>>>>>> > >>> >>>>>>>>> AeshExample should log to TMP/aesh.log and there is a log > line > >>> >>>>>> starting > >>> >>>>>>>>> with "GOT:" for each input. that input should match whatever > is > >>> >>>>>>>>> specified in Key.java (in ?sh). > >>> >>>>>>>>> from what you've described above it seems that ive > introduced a > >>> bug > >>> >>>>>> in a > >>> >>>>>>>>> later release with this or it might also be the parsing. > >>> whatever you > >>> >>>>>>>>> find out will no matter help. > >>> >>>>>>>>> > >>> >>>>>>>>> regards, st?le > >>> >>>>>>>>> > >>> >>>>>>>>>> On 11.01.14 21:18, Ivan St. Ivanov wrote: > >>> >>>>>>>>>> Hi folks, > >>> >>>>>>>>>> > >>> >>>>>>>>>> I just created this JIRA: > >>> >>>>>> https://issues.jboss.org/browse/FORGE-1425 > >>> >>>>>>>>>> > >>> >>>>>>>>>> As I wrote in the first email, I would like to help > resolving > >>> it. I > >>> >>>>>> just > >>> >>>>>>>>>> need some guidance on where to look. George asked me to run > the > >>> >>>>>> unit tests > >>> >>>>>>>>>> and I tried. However, the addon-manager tests failed and I > >>> couldn't > >>> >>>>>> find > >>> >>>>>>>>>> the reason. :( > >>> >>>>>>>>>> > >>> >>>>>>>>>> Cheers, > >>> >>>>>>>>>> Ivan > >>> >>>>>>>>>> > >>> >>>>>>>>>> > >>> >>>>>>>>>> On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < > >>> >>>>>>>>>> lincolnbaxter at gmail.com> wrote: > >>> >>>>>>>>>> > >>> >>>>>>>>>>> Yes, thank you for finding these issues! Looks like we know > >>> what > >>> >>>>>> we will > >>> >>>>>>>>>>> be working on next few days :) > >>> >>>>>>>>>>> > >>> >>>>>>>>>>> > >>> >>>>>>>>>>> On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi < > >>> >>>>>> ggastald at redhat.com > >>> >>>>>>>>>> wrote: > >>> >>>>>>>>>>> > >>> >>>>>>>>>>>> Ivan, > >>> >>>>>>>>>>>> > >>> >>>>>>>>>>>> Could you open a JIRA with these issues and mark it as > >>> Blocker? We > >>> >>>>>>>>> can't > >>> >>>>>>>>>>>> release 2.0.0.Final unless this is fixed. > >>> >>>>>>>>>>>> > >>> >>>>>>>>>>>> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" < > >>> >>>>>> ivan.st.ivanov at gmail.com> > >>> >>>>>>>>>>>> escreveu: > >>> >>>>>>>>>>>> > >>> >>>>>>>>>>>> Sorry, forgot to mention that this is with snapshot from > >>> December, > >>> >>>>>>>>> 29th. > >>> >>>>>>>>>>>> The situation was the same with all the previous betas and > >>> alphas. > >>> >>>>>>>>>>>> > >>> >>>>>>>>>>>> > >>> >>>>>>>>>>>> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi < > >>> >>>>>> ggastald at redhat.com > >>> >>>>>>>>>> wrote: > >>> >>>>>>>>>>>> > >>> >>>>>>>>>>>>> Thanks for the feedback ivan. > >>> >>>>>>>>>>>>> Are you testing against the latest snapshot? > >>> >>>>>>>>>>>>> > >>> >>>>>>>>>>>>> Best Regards, > >>> >>>>>>>>>>>>> George > >>> >>>>>>>>>>>>> > >>> >>>>>>>>>>>>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" < > >>> >>>>>> ivan.st.ivanov at gmail.com> > >>> >>>>>>>>>>>>> escreveu: > >>> >>>>>>>>>>>>> > >>> >>>>>>>>>>>>> Hi folks, > >>> >>>>>>>>>>>>> > >>> >>>>>>>>>>>>> As I promised, here is a [intended-to-be] short feedback > >>> about > >>> >>>>>> the new > >>> >>>>>>>>>>>>> Forge 2 shell. As some of you know, I use Windows > (Really? > >>> >>>>>> OK...). So > >>> >>>>>>>>> I > >>> >>>>>>>>>>>>> will be very happy to help you solve the issues besides > >>> merely > >>> >>>>>>>>> reporting > >>> >>>>>>>>>>>>> them: > >>> >>>>>>>>>>>>> > >>> >>>>>>>>>>>>> * The history doesn't work. That is, when you press up > and > >>> down > >>> >>>>>> arrows > >>> >>>>>>>>>>>>> instead of the previous commands, you get this: ?H > >>> >>>>>>>>>>>>> > >>> >>>>>>>>>>>>> * Backspace doesn't work. When I press it, the cursor > just > >>> comes > >>> >>>>>> back > >>> >>>>>>>>> to > >>> >>>>>>>>>>>>> the previous position without deleting the character > there. > >>> If I > >>> >>>>>> just > >>> >>>>>>>>> write > >>> >>>>>>>>>>>>> something there, the old symbol is overwritten by the new > >>> one, > >>> >>>>>> but at > >>> >>>>>>>>> the > >>> >>>>>>>>>>>>> end after pressing enter it looks like you never entered > >>> anything > >>> >>>>>>>>> after > >>> >>>>>>>>>>>>> pressing backspace. For example: > >>> >>>>>>>>>>>>> 1) I write *new-project --namek* > >>> >>>>>>>>>>>>> 2) I notice the typo and press backspace > >>> >>>>>>>>>>>>> 3) k doesn't get deleted, but I overwrite it with d > >>> >>>>>>>>>>>>> 4) Then I complete my command to look like this: > >>> *new-project > >>> >>>>>>>>> --named > >>> >>>>>>>>>>>>> test* > >>> >>>>>>>>>>>>> 5) Forge's output is: *Project name must be specified.* > >>> >>>>>>>>>>>>> > >>> >>>>>>>>>>>>> * As you know on windows the full path to a file or > >>> directory is > >>> >>>>>>>>>>>>> :\\ > >>> >>>>>>>>>>>>> 1) If I try to do *cd c:\temp\forge*, Forge blows with > >>> >>>>>> exception: > >>> >>>>>>>>>>>>> org.jboss.forge.addon.resource.ResourceException: > >>> >>>>>> [FileResourceImpl] > >>> >>>>>>>>> can > >>> >>>>>>>>>>>>> have no > >>> >>>>>>>>>>>>> children > >>> >>>>>>>>>>>>> at > >>> >>>>>>>>>>>>> > >>> >>>>>> > >>> org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract > >>> >>>>>>>>>>>>> FileResource.java:78) > >>> >>>>>>>>>>>>> at > >>> >>>>>>>>>>>>> > >>> >>>>>> > >>> org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse > >>> >>>>>>>>>>>>> r.java:232) > >>> >>>>>>>>>>>>> at > >>> >>>>>>>>>>>>> > >>> >>>>>> > >>> org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java > >>> >>>>>>>>>>>>> :71) > >>> >>>>>>>>>>>>> at > sun.reflect.NativeMethodAccessorImpl.invoke0(Native > >>> >>>>>> Method) > >>> >>>>>>>>>>>>> at > >>> >>>>>>>>>>>>> > >>> >>>>>> > >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. > >>> >>>>>>>>>>>>> java:57) > >>> >>>>>>>>>>>>> at > >>> >>>>>>>>>>>>> > >>> >>>>>> > >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces > >>> >>>>>>>>>>>>> sorImpl.java:43) > >>> >>>>>>>>>>>>> at java.lang.reflect.Method.invoke(Method.java:606) > >>> >>>>>>>>>>>>> 2) Somehow I noticed that I may use the paths without the > >>> drive > >>> >>>>>>>>>>>>> letter, e.g. just \\. It is legal to do it in > >>> >>>>>> Windows, > >>> >>>>>>>>> but thus > >>> >>>>>>>>>>>>> you can't change to a directory located on a different > >>> drive. For > >>> >>>>>>>>> example > >>> >>>>>>>>>>>>> cd \temp\forge will change to c:\temp\forge if you are > >>> currently > >>> >>>>>> in > >>> >>>>>>>>> c:. So > >>> >>>>>>>>>>>>> I tried *cd \temp\forge*, but the result was the same > >>> >>>>>> [exception]. > >>> >>>>>>>>>>>>> 3) If I am in the root directory (c:\) and I run *cd > >>> >>>>>> temp\forge*, I > >>> >>>>>>>>>>>>> don't get exception, but ****ERROR*** tempforge\: No such > >>> file or > >>> >>>>>>>>>>>>> directory*. The interesting thing is that I ran that > >>> command by > >>> >>>>>>>>>>>>> pressing tab, i.e. counting on the command completion of > the > >>> >>>>>> shell, > >>> >>>>>>>>> which > >>> >>>>>>>>>>>>> obviously works fine. > >>> >>>>>>>>>>>>> > >>> >>>>>>>>>>>>> I made the cd command work by just running *cd > /temp/forge* > >>> >>>>>> (notice > >>> >>>>>>>>>>>>> the forward slashes) > >>> >>>>>>>>>>>>> > >>> >>>>>>>>>>>>> > >>> >>>>>>>>>>>>> If you wish, I may add these observations as JIRA items, > >>> >>>>>> probably as > >>> >>>>>>>>>>>>> children to this one: > >>> https://issues.jboss.org/browse/FORGE-1387 > >>> >>>>>> . > >>> >>>>>>>>> Bear > >>> >>>>>>>>>>>>> in mind that all the reported features work in Forge 1 > even > >>> on > >>> >>>>>>>>> Windows ;) > >>> >>>>>>>>>>>>> > >>> >>>>>>>>>>>>> We can discuss these in today's meeting. > >>> >>>>>>>>>>>>> > >>> >>>>>>>>>>>>> Cheers, > >>> >>>>>>>>>>>>> Ivan > >>> >>>>>>>>>>>>> > >>> >>>>>>>>>>>>> _______________________________________________ > >>> >>>>>>>>>>>>> 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 > >>> >>>>>>>>>>>> > >>> >>>>>>>>>>>> > >>> >>>>>>>>>>>> _______________________________________________ > >>> >>>>>>>>>>>> forge-dev mailing list > >>> >>>>>>>>>>>> forge-dev 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 > >>> >>>>>>>>>>> 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 > >>> >>>>>>>>> > >>> >>>>>>>> > >>> >>>>>>>> > >>> >>>>>>>> > >>> >>>>>>>> -- > >>> >>>>>>>> Lincoln Baxter, III > >>> >>>>>>>> http://ocpsoft.org > >>> >>>>>>>> "Simpler is better." > >>> >>>>>>> > >>> >>>>>>>> _______________________________________________ > >>> >>>>>>>> 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 > >>> >>>>>> > >>> >>>>> > >>> >>>>> _______________________________________________ > >>> >>>>> 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 > >>> >>>> > >>> >>>> > >>> >>>> _______________________________________________ > >>> >>>> 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 > >>> > > >>> > > >>> >_______________________________________________ > >>> >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 > > > _______________________________________________ > 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/20140120/23e26645/attachment-0001.html From lincolnbaxter at gmail.com Mon Jan 20 13:08:16 2014 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Mon, 20 Jan 2014 13:08:16 -0500 Subject: [forge-dev] Problem in generating REST endpoints with DTOs Message-ID: org.jboss.forge.addon.resource.ResourceException: cannot obtain stream to file: file does not exist: /Users/lb3/projects/runtime-EclipseApplication/rewrite-double-param/scaffold/src/main/java/java/lang/Long.java at org.jboss.forge.addon.resource.AbstractFileResource.getResourceInputStream(AbstractFileResource.java:64) at org.jboss.forge.addon.parser.java.resources.JavaResourceImpl.getJavaSource(JavaResourceImpl.java:135) at org.jboss.forge.addon.javaee.rest.generator.impl.RootAndNestedDTOResourceGenerator.tryGetJavaClass(RootAndNestedDTOResourceGenerator.java:262) at org.jboss.forge.addon.javaee.rest.generator.impl.RootAndNestedDTOResourceGenerator.generatedDTOGraphForEntity(RootAndNestedDTOResourceGenerator.java:154) at org.jboss.forge.addon.javaee.rest.generator.impl.RootAndNestedDTOResourceGenerator.from(RootAndNestedDTOResourceGenerator.java:121) at org.jboss.forge.addon.javaee.rest.generator.impl.RootAndNestedDTOResourceGenerator.generateFrom(RootAndNestedDTOResourceGenerator.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:59) at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34) at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:75) at org.jboss.forge.addon.javaee.rest.generator.impl.RootAndNestedDTOResourceGenerator_$$_javassist_0adcaf51-b048-42fa-babc-05feeb2e170a.generateFrom(RootAndNestedDTOResourceGenerator_$$_javassist_0adcaf51-b048-42fa-babc-05feeb2e170a.java) at org.jboss.forge.addon.javaee.rest.ui.RestEndpointFromEntityWizard.generateEndpoints(RestEndpointFromEntityWizard.java:185) at org.jboss.forge.addon.javaee.rest.ui.RestEndpointFromEntityWizard.execute(RestEndpointFromEntityWizard.java:165) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:59) at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34) at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:75) at org.jboss.forge.addon.javaee.rest.ui.RestEndpointFromEntityWizard_$$_javassist_29c497d7-891b-4b86-9d68-62bf3a7a6e0a.execute(RestEndpointFromEntityWizard_$$_javassist_29c497d7-891b-4b86-9d68-62bf3a7a6e0a.java) at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.execute(WizardCommandControllerImpl.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:102) at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34) at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:75) at org.jboss.forge.addon.ui.controller.CommandController_$$_javassist_48d8418a-2b2f-46e3-b91f-0704e34ef9eb.execute(CommandController_$$_javassist_48d8418a-2b2f-46e3-b91f-0704e34ef9eb.java) at org.jboss.tools.forge.ui.ext.wizards.ForgeWizard$1.run(ForgeWizard.java:81) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1028) at org.jboss.tools.forge.ui.ext.wizards.ForgeWizard.performFinish(ForgeWizard.java:71) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:628) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4166) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1489) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1279) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4012) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3651) at org.eclipse.jface.window.Window.runEventLoop(Window.java:826) at org.eclipse.jface.window.Window.open(Window.java:802) at org.jboss.tools.forge.ui.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:141) at org.jboss.tools.forge.ui.ext.dialog.UICommandListDialog$1$1.handleElementSelected(UICommandListDialog.java:161) at org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents.handleSelection(QuickAccessContents.java:326) at org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents.access$0(QuickAccessContents.java:316) at org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents$1.keyPressed(QuickAccessContents.java:347) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:167) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4166) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1489) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1503) at org.eclipse.swt.widgets.Text.sendKeyEvent(Text.java:1632) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1499) at org.eclipse.swt.widgets.Text.sendKeyEvent(Text.java:1598) at org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:1060) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5648) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:221) at org.eclipse.swt.widgets.Widget.superKeyDown(Widget.java:1907) at org.eclipse.swt.widgets.Widget.keyDown(Widget.java:1085) at org.eclipse.swt.widgets.Control.keyDown(Control.java:2400) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5558) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:221) at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2104) at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2318) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5620) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:5057) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5206) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3648) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) at org.eclipse.equinox.launcher.Main.run(Main.java:1450) at org.eclipse.equinox.launcher.Main.main(Main.java:1426) Caused by: org.jboss.forge.addon.resource.ResourceException: cannot obtain stream to file: file does not exist: /Users/lb3/projects/runtime-EclipseApplication/rewrite-double-param/scaffold/src/main/java/java/lang/Long.java ... 108 more -- 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/20140120/dd5df9c6/attachment.html From lincolnbaxter at gmail.com Mon Jan 20 13:17:00 2014 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Mon, 20 Jan 2014 13:17:00 -0500 Subject: [forge-dev] Problem setting up faces scaffold twice Message-ID: java.lang.ClassCastException: org.jboss.shrinkwrap.descriptor.impl.javaee7.ParamValueTypeImpl cannot be cast to org.jboss.shrinkwrap.descriptor.api.javaee5.ParamValueType at org.jboss.forge.addon.javaee.faces.AbstractFacesFacetImpl.getFacesSuffixes(AbstractFacesFacetImpl.java:413) at org.jboss.forge.addon.javaee.faces.AbstractFacesFacetImpl.buildFacesViewId(AbstractFacesFacetImpl.java:362) at org.jboss.forge.addon.javaee.faces.AbstractFacesFacetImpl.getWebPaths(AbstractFacesFacetImpl.java:269) at org.jboss.forge.addon.javaee.faces.AbstractFacesFacetImpl.getWebPaths(AbstractFacesFacetImpl.java:253) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:59) at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34) at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:75) at org.jboss.forge.addon.facets.AbstractFacet_$$_javassist_d69b4e19-43d6-4933-b340-c487c3979039.getWebPaths(AbstractFacet_$$_javassist_d69b4e19-43d6-4933-b340-c487c3979039.java) at org.jboss.forge.addon.scaffold.faces.FacesAccessStrategy.getWebPaths(FacesAccessStrategy.java:33) at org.jboss.forge.addon.scaffold.faces.FacesScaffoldProvider.setupWebXML(FacesScaffoldProvider.java:485) at org.jboss.forge.addon.scaffold.faces.FacesScaffoldProvider.setup(FacesScaffoldProvider.java:208) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:59) at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34) at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:75) at org.jboss.forge.addon.facets.AbstractFacet_$$_javassist_f7cb9907-f84b-4e4f-9368-7a002d5c56af.setup(AbstractFacet_$$_javassist_f7cb9907-f84b-4e4f-9368-7a002d5c56af.java) at org.jboss.forge.addon.scaffold.impl.ui.ExecuteSetupStep.execute(ExecuteSetupStep.java:62) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor$1.call(ClassLoaderInterceptor.java:59) at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34) at org.jboss.forge.furnace.proxy.ClassLoaderInterceptor.invoke(ClassLoaderInterceptor.java:75) at org.jboss.forge.addon.scaffold.impl.ui.ExecuteSetupStep_$$_javassist_00f15d44-561e-4d6b-8887-e0ee82947a7b.execute(ExecuteSetupStep_$$_javassist_00f15d44-561e-4d6b-8887-e0ee82947a7b.java) at org.jboss.forge.addon.ui.impl.controller.WizardCommandControllerImpl.execute(WizardCommandControllerImpl.java:119) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback$1.call(ClassLoaderAdapterCallback.java:102) at org.jboss.forge.furnace.util.ClassLoaders.executeIn(ClassLoaders.java:34) at org.jboss.forge.furnace.proxy.ClassLoaderAdapterCallback.invoke(ClassLoaderAdapterCallback.java:75) at org.jboss.forge.addon.ui.controller.CommandController_$$_javassist_48d8418a-2b2f-46e3-b91f-0704e34ef9eb.execute(CommandController_$$_javassist_48d8418a-2b2f-46e3-b91f-0704e34ef9eb.java) at org.jboss.tools.forge.ui.ext.wizards.ForgeWizard$1.run(ForgeWizard.java:81) at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:464) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:372) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1028) at org.jboss.tools.forge.ui.ext.wizards.ForgeWizard.performFinish(ForgeWizard.java:71) at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:827) at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:432) at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:628) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:248) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4166) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1489) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1279) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4012) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3651) at org.eclipse.jface.window.Window.runEventLoop(Window.java:826) at org.eclipse.jface.window.Window.open(Window.java:802) at org.jboss.tools.forge.ui.ext.dialog.WizardDialogHelper.openWizard(WizardDialogHelper.java:141) at org.jboss.tools.forge.ui.ext.dialog.UICommandListDialog$1$1.handleElementSelected(UICommandListDialog.java:161) at org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents.handleSelection(QuickAccessContents.java:326) at org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents.access$0(QuickAccessContents.java:316) at org.jboss.tools.forge.ui.ext.quickaccess.QuickAccessContents$1.keyPressed(QuickAccessContents.java:347) at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:167) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4166) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1466) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1489) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1474) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1503) at org.eclipse.swt.widgets.Text.sendKeyEvent(Text.java:1632) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1499) at org.eclipse.swt.widgets.Text.sendKeyEvent(Text.java:1598) at org.eclipse.swt.widgets.Control.doCommandBySelector(Control.java:1060) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5648) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:221) at org.eclipse.swt.widgets.Widget.superKeyDown(Widget.java:1907) at org.eclipse.swt.widgets.Widget.keyDown(Widget.java:1085) at org.eclipse.swt.widgets.Control.keyDown(Control.java:2400) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5558) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Widget.callSuper(Widget.java:221) at org.eclipse.swt.widgets.Widget.windowSendEvent(Widget.java:2104) at org.eclipse.swt.widgets.Shell.windowSendEvent(Shell.java:2318) at org.eclipse.swt.widgets.Display.windowProc(Display.java:5620) at org.eclipse.swt.internal.cocoa.OS.objc_msgSendSuper(Native Method) at org.eclipse.swt.widgets.Display.applicationSendEvent(Display.java:5057) at org.eclipse.swt.widgets.Display.applicationProc(Display.java:5206) at org.eclipse.swt.internal.cocoa.OS.objc_msgSend(Native Method) at org.eclipse.swt.internal.cocoa.NSApplication.sendEvent(NSApplication.java:128) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3648) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591) at org.eclipse.equinox.launcher.Main.run(Main.java:1450) at org.eclipse.equinox.launcher.Main.main(Main.java:1426) -- 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/20140120/07defcab/attachment-0001.html From antonio.mailing at gmail.com Mon Jan 20 14:59:12 2014 From: antonio.mailing at gmail.com (Antonio Goncalves) Date: Mon, 20 Jan 2014 20:59:12 +0100 Subject: [forge-dev] Forge Hack Night, 2nd ed. In-Reply-To: References: Message-ID: +1 Antonio 2014/1/16 Ivan St. Ivanov > Hi folks, > > With Forge 2 coming really soon, I think that it is time for our second > Forge Hack Night. I still remember the first one: it was at the same time > fun and success. > > Now I guess that a good theme for our next event could be Forge 1 plugins > migration to Forge 2. It would be valuable for us, non-core contributors, > to develop our first addons while having Lincoln, George, Koen or Vineet in > the IRC channel. It would also be good for Forge to have a blast of good > old plugins migrated. > > What do you think? > > Cheers, > Ivan > > _______________________________________________ > 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/20140120/f1e71344/attachment.html From lincolnbaxter at gmail.com Mon Jan 20 20:35:20 2014 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Mon, 20 Jan 2014 20:35:20 -0500 Subject: [forge-dev] Forge Hack Night, 2nd ed. In-Reply-To: References: Message-ID: Hey Ivan, I think this is a great idea :) Maybe sometime next month? The week of the 17th, perhaps? When would you like to run this event? We should probably brainstorm some ideas to be worked on, like migrating the Arquillian plugin, and a few other important ones. ~Lincoln On Mon, Jan 20, 2014 at 2:59 PM, Antonio Goncalves < antonio.mailing at gmail.com> wrote: > +1 > > Antonio > > > 2014/1/16 Ivan St. Ivanov > >> Hi folks, >> >> With Forge 2 coming really soon, I think that it is time for our second >> Forge Hack Night. I still remember the first one: it was at the same time >> fun and success. >> >> Now I guess that a good theme for our next event could be Forge 1 plugins >> migration to Forge 2. It would be valuable for us, non-core contributors, >> to develop our first addons while having Lincoln, George, Koen or Vineet in >> the IRC channel. It would also be good for Forge to have a blast of good >> old plugins migrated. >> >> What do you think? >> >> Cheers, >> Ivan >> >> _______________________________________________ >> 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 > -- 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/20140120/8d77b7d8/attachment.html From ivan.st.ivanov at gmail.com Tue Jan 21 02:58:27 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Tue, 21 Jan 2014 09:58:27 +0200 Subject: [forge-dev] Forge Hack Night, 2nd ed. In-Reply-To: References: Message-ID: Hey Lincoln, I don't mind if we do it any night after February 15th, as long it is Tuesday, Wednesday or Thursday :) Let's discuss this in details on tomorrow's meeting? Cheers, Ivan On Tue, Jan 21, 2014 at 3:35 AM, Lincoln Baxter, III < lincolnbaxter at gmail.com> wrote: > Hey Ivan, > > I think this is a great idea :) > > Maybe sometime next month? The week of the 17th, perhaps? When would you > like to run this event? > We should probably brainstorm some ideas to be worked on, like migrating > the Arquillian plugin, and a few other important ones. > > ~Lincoln > > > On Mon, Jan 20, 2014 at 2:59 PM, Antonio Goncalves < > antonio.mailing at gmail.com> wrote: > >> +1 >> >> Antonio >> >> >> 2014/1/16 Ivan St. Ivanov >> >>> Hi folks, >>> >>> With Forge 2 coming really soon, I think that it is time for our second >>> Forge Hack Night. I still remember the first one: it was at the same time >>> fun and success. >>> >>> Now I guess that a good theme for our next event could be Forge 1 >>> plugins migration to Forge 2. It would be valuable for us, non-core >>> contributors, to develop our first addons while having Lincoln, George, >>> Koen or Vineet in the IRC channel. It would also be good for Forge to have >>> a blast of good old plugins migrated. >>> >>> What do you think? >>> >>> Cheers, >>> Ivan >>> >>> _______________________________________________ >>> 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 >> > > > > -- > Lincoln Baxter, III > http://ocpsoft.org > "Simpler is better." > > _______________________________________________ > 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/20140121/bc21aa6f/attachment.html From antonio.mailing at gmail.com Tue Jan 21 09:00:29 2014 From: antonio.mailing at gmail.com (Antonio Goncalves) Date: Tue, 21 Jan 2014 15:00:29 +0100 Subject: [forge-dev] Forge Hack Night, 2nd ed. In-Reply-To: References: Message-ID: Before ski season (21st of Feb) would be perfect for me ;o) 2014/1/21 Ivan St. Ivanov > Hey Lincoln, > > I don't mind if we do it any night after February 15th, as long it is > Tuesday, Wednesday or Thursday :) > > Let's discuss this in details on tomorrow's meeting? > > Cheers, > Ivan > > > On Tue, Jan 21, 2014 at 3:35 AM, Lincoln Baxter, III < > lincolnbaxter at gmail.com> wrote: > >> Hey Ivan, >> >> I think this is a great idea :) >> >> Maybe sometime next month? The week of the 17th, perhaps? When would you >> like to run this event? >> We should probably brainstorm some ideas to be worked on, like migrating >> the Arquillian plugin, and a few other important ones. >> >> ~Lincoln >> >> >> On Mon, Jan 20, 2014 at 2:59 PM, Antonio Goncalves < >> antonio.mailing at gmail.com> wrote: >> >>> +1 >>> >>> Antonio >>> >>> >>> 2014/1/16 Ivan St. Ivanov >>> >>>> Hi folks, >>>> >>>> With Forge 2 coming really soon, I think that it is time for our second >>>> Forge Hack Night. I still remember the first one: it was at the same time >>>> fun and success. >>>> >>>> Now I guess that a good theme for our next event could be Forge 1 >>>> plugins migration to Forge 2. It would be valuable for us, non-core >>>> contributors, to develop our first addons while having Lincoln, George, >>>> Koen or Vineet in the IRC channel. It would also be good for Forge to have >>>> a blast of good old plugins migrated. >>>> >>>> What do you think? >>>> >>>> Cheers, >>>> Ivan >>>> >>>> _______________________________________________ >>>> 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 >>> >> >> >> >> -- >> Lincoln Baxter, III >> http://ocpsoft.org >> "Simpler is better." >> >> _______________________________________________ >> 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/20140121/4a9cd040/attachment-0001.html From lincolnbaxter at gmail.com Wed Jan 22 09:46:54 2014 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Wed, 22 Jan 2014 09:46:54 -0500 Subject: [forge-dev] Forge 2 - Starting troubles In-Reply-To: <717871057.44014937.1388442732106.JavaMail.root@redhat.com> References: <407020559.44009264.1388437097102.JavaMail.root@redhat.com> <717871057.44014937.1388442732106.JavaMail.root@redhat.com> Message-ID: Great feedback. #1. The new website should help address the beginner's guide problem. #2. We have discussed the problem of lack of detailed information in eclipse. This is a must. I'm wondering about #3. The EE7 APIs should be added if you select the EE7 version of the specification. Is this not working? On Mon, Dec 30, 2013 at 5:32 PM, Vineet Reynolds Pereira < vpereira at redhat.com> wrote: > > Hey all, > > I managed to get a beginner (who shall be anonymous for now), to try > out Forge 2. It turned out to be rather interesting, since he managed to > build it from source, install JBossTools-Forge into Eclipse, before running > into some issues. I think some of these would affect how we look at > usability of Forge in several areas - the tooling in Eclipse, the web site > etc. > > Some of the questions that were asked were: > > 1. "Is there an overview or something of forge 1/2 ?" > > and later (in response to this: > http://www.youtube.com/watch?v=Dpou-FWWatI): > > "not really, it tells me more about how powerful it is - but no > overview, why I should do what, says I can use it from the command line but > I did not spot how, ..." > > I think a beginner guide would help here, that would help users who're > new to even Java EE. > > 2. Later on, when using Forge in Eclipse, this feedback was offered: > "I noticed on the 'Forge Run Command' dialog, the Tooltip did not > really add much to what could be gained from the command name! > ... > possible it might be a good idea to have a variable sized text panel > in the bottom half to give a more detailed explanation" > > I'm not sure if the Eclipse UI guidelines allow for that, but it's > something to consider. > > 3. Another interesting issue is that of the EE 6/7 POMs being > installed into the project: > > * Selected 'JPA setup' version 2.1 > * Selected Wildfly Aplication Server > * Specified: Java EE, forge-default > * Modified HSQLDB to POSTGRES using java:jboss/datasource/ExamplDS > as datasource, > * and now pom.xml has jboss-javaee-6.0 and > other changes > > The EE 7 APIs were expected to added here. > > I've also raised FORGE-1385 for Java 1.7 support, but that's fixed and > should be out in the next release, so it is moot. > > Discuss! > > Vineet > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > -- 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/20140122/765bf3db/attachment.html From lincolnbaxter at gmail.com Wed Jan 22 11:48:54 2014 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Wed, 22 Jan 2014 11:48:54 -0500 Subject: [forge-dev] Forge Status Meeting - 2014-01-22 Message-ID: Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-22-15.55.html Minutes (text): http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-22-15.55.txt Log: http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-22-15.55.log.html ============== #forge Meeting ============== Meeting started by lincolnthree at 15:55:17 UTC. The full logs are available athttp://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-22-15.55.log.html Meeting summary --------------- * Agenda (lincolnthree, 15:55:37) * Forge 2 Status (gastaldi, 15:56:13) * Forge Eclipse Issues (Forge Log View) (lincolnthree, 15:57:07) * Forge Shell Issues (lincolnthree, 15:57:18) * Forge Hack Night (lincolnthree, 15:59:43) * Forge 2 Status (lincolnthree, 16:00:15) * Forge 2.0.0.Final new release date is Weds, Jan 27th (lincolnthree, 16:00:34) * https://issues.jboss.org/browse/FORGE-1489 (lincolnthree, 16:13:23) * FORGE-1313 (lincolnthree, 16:13:28) * https://issues.jboss.org/browse/FORGE-1399 (lincolnthree, 16:13:49) * https://issues.jboss.org/browse/FORGE-1450 (lincolnthree, 16:14:31) * Forge 2 Eclipse Issues (lincolnthree, 16:16:59) * Forge Shell Issues (lincolnthree, 16:28:01) * Forge Hack Night (lincolnthree, 16:33:48) * missing Ivan, so postpone full discussion (lincolnthree, 16:33:59) Meeting ended at 16:35:58 UTC. Action Items ------------ Action Items, by person ----------------------- * **UNASSIGNED** * (none) People Present (lines said) --------------------------- * lincolnthree (78) * gastaldi (20) * koentsje (20) * agoncal (17) * jbossbot (10) * jbott (3) -- 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/20140122/59ff8ae4/attachment.html From antonio.mailing at gmail.com Wed Jan 22 15:06:50 2014 From: antonio.mailing at gmail.com (Antonio Goncalves) Date: Wed, 22 Jan 2014 21:06:50 +0100 Subject: [forge-dev] Forge Hack Night, 2nd ed. In-Reply-To: References: Message-ID: There are several things I'd like to do with Forge : * being able to generate DAO/Service layers * scaffold REST/JSF based on these DAO/Service layers * add Form authentication with JASPIC and some authorization (e.g. only "admins" can delete data). So I'm really looking forward to understand more about the core of Forge... and a hacking session would really help a newbie like me Antonio 2014/1/21 Antonio Goncalves > Before ski season (21st of Feb) would be perfect for me ;o) > > > 2014/1/21 Ivan St. Ivanov > > Hey Lincoln, >> >> I don't mind if we do it any night after February 15th, as long it is >> Tuesday, Wednesday or Thursday :) >> >> Let's discuss this in details on tomorrow's meeting? >> >> Cheers, >> Ivan >> >> >> On Tue, Jan 21, 2014 at 3:35 AM, Lincoln Baxter, III < >> lincolnbaxter at gmail.com> wrote: >> >>> Hey Ivan, >>> >>> I think this is a great idea :) >>> >>> Maybe sometime next month? The week of the 17th, perhaps? When would you >>> like to run this event? >>> We should probably brainstorm some ideas to be worked on, like migrating >>> the Arquillian plugin, and a few other important ones. >>> >>> ~Lincoln >>> >>> >>> On Mon, Jan 20, 2014 at 2:59 PM, Antonio Goncalves < >>> antonio.mailing at gmail.com> wrote: >>> >>>> +1 >>>> >>>> Antonio >>>> >>>> >>>> 2014/1/16 Ivan St. Ivanov >>>> >>>>> Hi folks, >>>>> >>>>> With Forge 2 coming really soon, I think that it is time for our >>>>> second Forge Hack Night. I still remember the first one: it was at the same >>>>> time fun and success. >>>>> >>>>> Now I guess that a good theme for our next event could be Forge 1 >>>>> plugins migration to Forge 2. It would be valuable for us, non-core >>>>> contributors, to develop our first addons while having Lincoln, George, >>>>> Koen or Vineet in the IRC channel. It would also be good for Forge to have >>>>> a blast of good old plugins migrated. >>>>> >>>>> What do you think? >>>>> >>>>> Cheers, >>>>> Ivan >>>>> >>>>> _______________________________________________ >>>>> 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 >>>> >>> >>> >>> >>> -- >>> Lincoln Baxter, III >>> http://ocpsoft.org >>> "Simpler is better." >>> >>> _______________________________________________ >>> 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 > -- 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/20140122/690f90d9/attachment.html From ivan.st.ivanov at gmail.com Thu Jan 23 02:51:56 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Thu, 23 Jan 2014 09:51:56 +0200 Subject: [forge-dev] Forge Status Meeting - 2014-01-22 In-Reply-To: References: Message-ID: Hi folks, I apologize that I didn't come to the meeting yesterday. The thing is that the event that I have in my calendar is one hour earlier (4 PM CET). I'll update it now. I would like to help with one of the urgent issues. Cheers, Ivan On Wed, Jan 22, 2014 at 6:48 PM, Lincoln Baxter, III < lincolnbaxter at gmail.com> wrote: > Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-22-15.55.html > > Minutes (text): http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-22-15.55.txt > > Log: http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-22-15.55.log.html > > > ============== > #forge Meeting > ============== > > > Meeting started by lincolnthree at 15:55:17 UTC. The full logs are > available athttp://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-22-15.55.log.html > > > Meeting summary > --------------- > * Agenda (lincolnthree, 15:55:37) > * Forge 2 Status (gastaldi, 15:56:13) > * Forge Eclipse Issues (Forge Log View) (lincolnthree, 15:57:07) > * Forge Shell Issues (lincolnthree, 15:57:18) > * Forge Hack Night (lincolnthree, 15:59:43) > > * Forge 2 Status (lincolnthree, 16:00:15) > * Forge 2.0.0.Final new release date is Weds, Jan 27th (lincolnthree, > 16:00:34) > * https://issues.jboss.org/browse/FORGE-1489 (lincolnthree, 16:13:23) > * FORGE-1313 (lincolnthree, 16:13:28) > * https://issues.jboss.org/browse/FORGE-1399 (lincolnthree, 16:13:49) > * https://issues.jboss.org/browse/FORGE-1450 (lincolnthree, 16:14:31) > > * Forge 2 Eclipse Issues (lincolnthree, 16:16:59) > > * Forge Shell Issues (lincolnthree, 16:28:01) > > * Forge Hack Night (lincolnthree, 16:33:48) > * missing Ivan, so postpone full discussion (lincolnthree, 16:33:59) > > Meeting ended at 16:35:58 UTC. > > > > > Action Items > ------------ > > > > > > > > > Action Items, by person > ----------------------- > * **UNASSIGNED** > * (none) > > > > > People Present (lines said) > --------------------------- > * lincolnthree (78) > * gastaldi (20) > * koentsje (20) > * agoncal (17) > * jbossbot (10) > * jbott (3) > > > > -- > Lincoln Baxter, III > http://ocpsoft.org > "Simpler is better." > > _______________________________________________ > 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/20140123/466372b3/attachment-0001.html From antonio.mailing at gmail.com Thu Jan 23 05:15:01 2014 From: antonio.mailing at gmail.com (Antonio Goncalves) Date: Thu, 23 Jan 2014 11:15:01 +0100 Subject: [forge-dev] Forge Status Meeting - 2014-01-22 In-Reply-To: References: Message-ID: Hi Ivan, Yesterday I did a bit of sorting out JIRAs. So in terms of shell and scaffolding, there are these parent JIRAs (in case you want to help) : https://issues.jboss.org/browse/FORGE-1433 https://issues.jboss.org/browse/FORGE-1387 https://issues.jboss.org/browse/FORGE-1442 Antonio 2014/1/23 Ivan St. Ivanov > Hi folks, > > I apologize that I didn't come to the meeting yesterday. The thing is that > the event that I have in my calendar is one hour earlier (4 PM CET). I'll > update it now. > > I would like to help with one of the urgent issues. > > Cheers, > Ivan > > > On Wed, Jan 22, 2014 at 6:48 PM, Lincoln Baxter, III < > lincolnbaxter at gmail.com> wrote: > >> Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-22-15.55.html >> >> Minutes (text): http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-22-15.55.txt >> >> Log: http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-22-15.55.log.html >> >> >> ============== >> #forge Meeting >> ============== >> >> >> Meeting started by lincolnthree at 15:55:17 UTC. The full logs are >> available athttp://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-22-15.55.log.html >> >> >> Meeting summary >> --------------- >> * Agenda (lincolnthree, 15:55:37) >> * Forge 2 Status (gastaldi, 15:56:13) >> * Forge Eclipse Issues (Forge Log View) (lincolnthree, 15:57:07) >> * Forge Shell Issues (lincolnthree, 15:57:18) >> * Forge Hack Night (lincolnthree, 15:59:43) >> >> * Forge 2 Status (lincolnthree, 16:00:15) >> * Forge 2.0.0.Final new release date is Weds, Jan 27th (lincolnthree, >> 16:00:34) >> * https://issues.jboss.org/browse/FORGE-1489 (lincolnthree, 16:13:23) >> * FORGE-1313 (lincolnthree, 16:13:28) >> * https://issues.jboss.org/browse/FORGE-1399 (lincolnthree, 16:13:49) >> * https://issues.jboss.org/browse/FORGE-1450 (lincolnthree, 16:14:31) >> >> * Forge 2 Eclipse Issues (lincolnthree, 16:16:59) >> >> * Forge Shell Issues (lincolnthree, 16:28:01) >> >> * Forge Hack Night (lincolnthree, 16:33:48) >> * missing Ivan, so postpone full discussion (lincolnthree, 16:33:59) >> >> Meeting ended at 16:35:58 UTC. >> >> >> >> >> Action Items >> ------------ >> >> >> >> >> >> >> >> >> Action Items, by person >> ----------------------- >> * **UNASSIGNED** >> * (none) >> >> >> >> >> People Present (lines said) >> --------------------------- >> * lincolnthree (78) >> * gastaldi (20) >> * koentsje (20) >> * agoncal (17) >> * jbossbot (10) >> * jbott (3) >> >> >> >> -- >> Lincoln Baxter, III >> http://ocpsoft.org >> "Simpler is better." >> >> _______________________________________________ >> 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/20140123/82cba429/attachment.html From ivan.st.ivanov at gmail.com Thu Jan 23 16:10:58 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Thu, 23 Jan 2014 23:10:58 +0200 Subject: [forge-dev] Forge Status Meeting - 2014-01-22 In-Reply-To: References: Message-ID: Thanks, Antonio! Just assigned to myself this one: https://issues.jboss.org/browse/FORGE-1443 On Thu, Jan 23, 2014 at 12:15 PM, Antonio Goncalves < antonio.mailing at gmail.com> wrote: > Hi Ivan, > > Yesterday I did a bit of sorting out JIRAs. So in terms of shell and > scaffolding, there are these parent JIRAs (in case you want to help) : > > https://issues.jboss.org/browse/FORGE-1433 > https://issues.jboss.org/browse/FORGE-1387 > https://issues.jboss.org/browse/FORGE-1442 > > Antonio > > > 2014/1/23 Ivan St. Ivanov > > Hi folks, >> >> I apologize that I didn't come to the meeting yesterday. The thing is >> that the event that I have in my calendar is one hour earlier (4 PM CET). >> I'll update it now. >> >> I would like to help with one of the urgent issues. >> >> Cheers, >> Ivan >> >> >> On Wed, Jan 22, 2014 at 6:48 PM, Lincoln Baxter, III < >> lincolnbaxter at gmail.com> wrote: >> >>> Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-22-15.55.html >>> >>> >>> Minutes (text): http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-22-15.55.txt >>> >>> >>> Log: http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-22-15.55.log.html >>> >>> >>> >>> ============== >>> #forge Meeting >>> ============== >>> >>> >>> Meeting started by lincolnthree at 15:55:17 UTC. The full logs are >>> available athttp://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-22-15.55.log.html >>> >>> >>> Meeting summary >>> --------------- >>> * Agenda (lincolnthree, 15:55:37) >>> * Forge 2 Status (gastaldi, 15:56:13) >>> * Forge Eclipse Issues (Forge Log View) (lincolnthree, 15:57:07) >>> * Forge Shell Issues (lincolnthree, 15:57:18) >>> * Forge Hack Night (lincolnthree, 15:59:43) >>> >>> * Forge 2 Status (lincolnthree, 16:00:15) >>> * Forge 2.0.0.Final new release date is Weds, Jan 27th (lincolnthree, >>> 16:00:34) >>> * https://issues.jboss.org/browse/FORGE-1489 (lincolnthree, 16:13:23) >>> * FORGE-1313 (lincolnthree, 16:13:28) >>> * https://issues.jboss.org/browse/FORGE-1399 (lincolnthree, 16:13:49) >>> * https://issues.jboss.org/browse/FORGE-1450 (lincolnthree, 16:14:31) >>> >>> * Forge 2 Eclipse Issues (lincolnthree, 16:16:59) >>> >>> * Forge Shell Issues (lincolnthree, 16:28:01) >>> >>> * Forge Hack Night (lincolnthree, 16:33:48) >>> * missing Ivan, so postpone full discussion (lincolnthree, 16:33:59) >>> >>> Meeting ended at 16:35:58 UTC. >>> >>> >>> >>> >>> Action Items >>> ------------ >>> >>> >>> >>> >>> >>> >>> >>> >>> Action Items, by person >>> ----------------------- >>> * **UNASSIGNED** >>> * (none) >>> >>> >>> >>> >>> People Present (lines said) >>> --------------------------- >>> * lincolnthree (78) >>> * gastaldi (20) >>> * koentsje (20) >>> * agoncal (17) >>> * jbossbot (10) >>> * jbott (3) >>> >>> >>> >>> -- >>> Lincoln Baxter, III >>> http://ocpsoft.org >>> "Simpler is better." >>> >>> _______________________________________________ >>> 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/20140123/50869872/attachment.html From lincolnbaxter at gmail.com Thu Jan 23 16:44:21 2014 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Thu, 23 Jan 2014 16:44:21 -0500 Subject: [forge-dev] Full build of furnace-simple is required for forge/core to work Message-ID: Just FYi. I fixed a few bugs in the simple container that will need to be picked up locally in order for some new functionality in forge/core to work. Might want to do a local build or run "forge-sync" (if you have that script) -- 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/20140123/b33b0231/attachment.html From ivan.st.ivanov at gmail.com Thu Jan 23 17:04:31 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Fri, 24 Jan 2014 00:04:31 +0200 Subject: [forge-dev] New shell feedback In-Reply-To: References: <20140117000021.GB3038@beistet> <5A9DD7A2-9D69-492B-BCAF-B6401B2430CF@gmail.com> <20140117084636.GD3038@beistet> <20140120120341.GH3038@beistet> Message-ID: Hi Stale, I too the latest Aesh, but again everything was painted in blue after I started Forge. Here is the Ansi string: *ESC*[;39;49m[*ESC*forge*ESC*[39m]$ . I have also attached the aesh jar that I have in my Forge addons directory. Cheers, Ivan On Mon, Jan 20, 2014 at 2:22 PM, Ivan St. Ivanov wrote: > Hi Stale, > > I was using the version coming from the maven repository. But tonight I > will pull your latest changes, will build aesh and then will build Forge. > Hopefully it will work now :) > > Thanks for your effort! > Ivan > > > On Mon, Jan 20, 2014 at 2:03 PM, St?le W Pedersen wrote: > >> hi, thanks for the feedback. there was a bug in one of the tests that >> caused the latest version of ?sh not being deployed on friday. so unless >> you built ?sh from source it would probably fail on saturday as well :/ >> >> - im hoping its fixed now, if not im at a loss on what's wrong since the >> output should be "correct" ansi. >> >> st?le >> >> On 18.01.14 22:08, Ivan St. Ivanov wrote: >> >... ah, forgot it, here is the ANSI string: >> > >> > [;39;49m[ [;34mforge [;39m]$ >> > >> > >> >On Sat, Jan 18, 2014 at 10:07 PM, Ivan St. Ivanov >> >wrote: >> > >> >> Hi Stale, >> >> >> >> After applying the latest changes, when I start Forge, after the first >> >> blue characters, all the characters are blue. Even after exit Forge, >> >> shell's foreground keeps to be blue. Here's again my code: >> >> >> >> List prompt = new LinkedList<>(); >> >> prompt.add(new TerminalCharacter('[')); >> >> for (char c : currentResource.getName().toCharArray()) >> >> { >> >> prompt.add(new TerminalCharacter(c, new >> >> TerminalColor(Color.BLUE, Color.DEFAULT))); >> >> } >> >> prompt.add(new TerminalCharacter(']', new >> >> TerminalColor(Color.DEFAULT, Color.DEFAULT))); >> >> prompt.add(new TerminalCharacter('$')); >> >> prompt.add(new TerminalCharacter(' ')); >> >> return new Prompt(prompt); >> >> >> >> Cheers, >> >> Ivan >> >> >> >> >> >> On Fri, Jan 17, 2014 at 10:46 AM, St?le W Pedersen < >> spederse at redhat.com>wrote: >> >> >> >>> yes, thats the page i often refer to as well. - and its how >> >>> TerminalCharacters work in ?sh. >> >>> >> >>> st?le >> >>> >> >>> On 17.01.14 8:48, Koen Aers wrote: >> >>> >As per this page http://en.wikipedia.org/wiki/ANSI_escape_code (it's >> >>> wikipedia, so I don't know how correct/wrong it is) the SGR command >> >>> modifies the graphics rendering by adding to the previous state. So >> if the >> >>> background is blue and the foreground is red and characters are bold, >> >>> modifying the background to white will keep the boldness and the red >> >>> foreground. This also means the order of the commands should not play >> a >> >>> role. >> >>> > >> >>> >Op 17-jan.-2014, om 01:00 heeft St?le W Pedersen het volgende >> geschreven: >> >>> > >> >>> >> hi, thanks for the feedback. >> >>> >> i see that there is indeed a bug in how TerminalCharacter is >> displayed. >> >>> >> - there is a TerminalCharacter.toString(TerminalCharacter tc) that >> >>> tries >> >>> >> to compare with the previous to reduce the data written to >> stream, >> >>> but >> >>> >> it has a bug and do not display it correctly. >> >>> >> >> >>> >> By design it was planned that TerminalCharacter should not "reset" >> so >> >>> if >> >>> >> you set a TerminalCharacter with color green that color should be >> for >> >>> >> all upcoming characters unless a new one is set. >> >>> >> >> >>> >> TerminalString however do in fact reset at its end (by design). >> >>> >> >> >>> >> I do not know if the ordering matter, afaik it shouldnt, but it >> might >> >>> be >> >>> >> that that is why jansi has bleeding of colors on windows?? >> >>> >> >> >>> >> st?le >> >>> >> >> >>> >> On 16.01.14 23:52, Ivan St. Ivanov wrote: >> >>> >>> Hey George, Stale, >> >>> >>> >> >>> >>> I did some debugging in Forge, Aesh and even Jansi sources. Before >> >>> that, I >> >>> >>> tried to change the color of the current folder name when >> creating the >> >>> >>> prompt: >> >>> >>> >> >>> >>> // in org.jboss.forge.addon.shell.ShellImpl::createPrompt() >> >>> >>> >> >>> >>> for (char c : currentResource.getName().toCharArray()) >> >>> >>> { >> >>> >>> prompt.add(new TerminalCharacter(c, new >> >>> >>> TerminalColor(Color.GREEN, Color.DEFAULT))); >> >>> >>> } >> >>> >>> >> >>> >>> So I expect that as a result of that, all of the characters of the >> >>> current >> >>> >>> directory name would be green. However it is only the first >> character. >> >>> >>> After some more debugging, I found that for a directory called >> >>> *forge* the >> >>> >>> ANSI string passed to the Jansi library >> >>> >>> is: [;39;49m[ [;32mf [mo [mr [mg [me [;39m] [m$ [m (there is an >> ESC >> >>> symbol >> >>> >>> character before each [). As far as I got it, those constants 39, >> 32, >> >>> etc. >> >>> >>> denote the foreground (i.e. character) color. So, the question >> now is: >> >>> >>> >> >>> >>> Do you have to set the foreground color once and then it is valid >> for >> >>> all >> >>> >>> the next characters before you set it again, or you have to set >> it for >> >>> >>> every character in the ANSI string. I think that Aesh's logic >> follows >> >>> the >> >>> >>> first approach, so is this correct? I'm afraid >> >>> >>> Jansi's AnsiOutputStream.write(int) method is a too complex FSM >> for >> >>> me in >> >>> >>> this late hour, so I stopped there :) >> >>> >>> >> >>> >>> What else bothers me is the ordering of the style and color >> constants >> >>> for >> >>> >>> the first character of the prompt. Shouldn't it be the other way >> round >> >>> >>> (first the style and then the color)? >> >>> >>> >> >>> >>> Cheers, >> >>> >>> Ivan >> >>> >>> >> >>> >>> >> >>> >>> On Wed, Jan 15, 2014 at 10:35 PM, George Gastaldi < >> >>> ggastald at redhat.com>wrote: >> >>> >>> >> >>> >>>> That's right. We expect a PR from you asap :) >> >>> >>>> >> >>> >>>> Em 15/01/2014, ?s 18:28, "Ivan St. Ivanov" < >> ivan.st.ivanov at gmail.com >> >>> > >> >>> >>>> escreveu: >> >>> >>>> >> >>> >>>> Ah, so the coloring is in Forge, not in Aesh? Good, at least I >> will >> >>> try to >> >>> >>>> get acquainted with the code if not fix it ;) >> >>> >>>> >> >>> >>>> >> >>> >>>> On Wed, Jan 15, 2014 at 10:24 PM, George Gastaldi < >> >>> ggastald at redhat.com>wrote: >> >>> >>>> >> >>> >>>>> Hey Ivan, >> >>> >>>>> >> >>> >>>>> We had to remove the colors because the colors were "bleeding" >> to >> >>> the >> >>> >>>>> next character. If you could have a look at it, the code is in >> >>> >>>>> ShellImpl.createPrompt(). >> >>> >>>>> >> >>> >>>>> Pull requests are always more than welcomed. :) >> >>> >>>>> >> >>> >>>>> Em 15/01/2014, ?s 18:21, "Ivan St. Ivanov" < >> >>> ivan.st.ivanov at gmail.com> >> >>> >>>>> escreveu: >> >>> >>>>> >> >>> >>>>> Hi Stale, folks! >> >>> >>>>> >> >>> >>>>> I just tried the new Forge 2.0 and it works perfectly :) >> >>> >>>>> >> >>> >>>>> I just miss the prompt coloring. In Forge 1 we had different >> color >> >>> for >> >>> >>>>> the current directory name if it is inside a project. >> >>> >>>>> >> >>> >>>>> BTW, I see that the new-project command was changed to >> project-new. >> >>> >>>>> >> >>> >>>>> Cheers, >> >>> >>>>> Ivan >> >>> >>>>> >> >>> >>>>> >> >>> >>>>> On Mon, Jan 13, 2014 at 3:39 AM, George Gastaldi < >> >>> ggastald at redhat.com>wrote: >> >>> >>>>> >> >>> >>>>>> Excellent Stale! Thanks for your help on this. >> >>> >>>>>> >> >>> >>>>>>> Em 12/01/2014, ?s 23:06, St?le W Pedersen < >> spederse at redhat.com> >> >>> >>>>>> escreveu: >> >>> >>>>>>> >> >>> >>>>>>> hi, ive deployed a new version of 0.46-SNAPSHOT that hopefully >> >>> should >> >>> >>>>>>> have most of the arrow-key + line redraw bugs fixed. >> >>> >>>>>>> - please let me know if it works better other places as well. >> >>> >>>>>>> >> >>> >>>>>>> these issues were introduced back in oct/nov i think (during >> our >> >>> >>>>>> meeting >> >>> >>>>>>> in raleigh lincoln :) when we optimized the input and line >> draw >> >>> in ?sh. >> >>> >>>>>>> - i think its time i get a working windows setup.... >> >>> >>>>>>> >> >>> >>>>>>> i havent looked at the path issue so that still needs to be >> fixed. >> >>> >>>>>>> - but ill prioritize the close issue atm. >> >>> >>>>>>> >> >>> >>>>>>> st?le >> >>> >>>>>>> >> >>> >>>>>>>> On 11.01.14 17:10, Lincoln Baxter, III wrote: >> >>> >>>>>>>> You can find in maven under: >> >>> >>>>>>>> >> >>> >>>>>>>> org.jboss.aesh:aesh:0.46-SNAPSHOT >> >>> >>>>>>>> >> >>> >>>>>>>> The github repo/org is here: https://github.com/aeshell/aesh >> >>> >>>>>>>> >> >>> >>>>>>>> ~Lincoln >> >>> >>>>>>>> >> >>> >>>>>>>> >> >>> >>>>>>>> On Sat, Jan 11, 2014 at 3:58 PM, St?le W Pedersen < >> >>> >>>>>> spederse at redhat.com>wrote: >> >>> >>>>>>>> >> >>> >>>>>>>>> hi, ivan it is most likely an ?sh bug (which forge uses for >> >>> shell >> >>> >>>>>>>>> interaction). to quickly debug ?sh you could just start a >> simple >> >>> >>>>>> example >> >>> >>>>>>>>> program like: java -cp aesh-0.46-SNAPSHOT.jar AeshExample >> >>> >>>>>>>>> - you should have the aesh jar in your local mvn cache. >> >>> >>>>>>>>> >> >>> >>>>>>>>> AeshExample should log to TMP/aesh.log and there is a log >> line >> >>> >>>>>> starting >> >>> >>>>>>>>> with "GOT:" for each input. that input should match >> whatever is >> >>> >>>>>>>>> specified in Key.java (in ?sh). >> >>> >>>>>>>>> from what you've described above it seems that ive >> introduced a >> >>> bug >> >>> >>>>>> in a >> >>> >>>>>>>>> later release with this or it might also be the parsing. >> >>> whatever you >> >>> >>>>>>>>> find out will no matter help. >> >>> >>>>>>>>> >> >>> >>>>>>>>> regards, st?le >> >>> >>>>>>>>> >> >>> >>>>>>>>>> On 11.01.14 21:18, Ivan St. Ivanov wrote: >> >>> >>>>>>>>>> Hi folks, >> >>> >>>>>>>>>> >> >>> >>>>>>>>>> I just created this JIRA: >> >>> >>>>>> https://issues.jboss.org/browse/FORGE-1425 >> >>> >>>>>>>>>> >> >>> >>>>>>>>>> As I wrote in the first email, I would like to help >> resolving >> >>> it. I >> >>> >>>>>> just >> >>> >>>>>>>>>> need some guidance on where to look. George asked me to >> run the >> >>> >>>>>> unit tests >> >>> >>>>>>>>>> and I tried. However, the addon-manager tests failed and I >> >>> couldn't >> >>> >>>>>> find >> >>> >>>>>>>>>> the reason. :( >> >>> >>>>>>>>>> >> >>> >>>>>>>>>> Cheers, >> >>> >>>>>>>>>> Ivan >> >>> >>>>>>>>>> >> >>> >>>>>>>>>> >> >>> >>>>>>>>>> On Sat, Jan 11, 2014 at 7:54 PM, Lincoln Baxter, III < >> >>> >>>>>>>>>> lincolnbaxter at gmail.com> wrote: >> >>> >>>>>>>>>> >> >>> >>>>>>>>>>> Yes, thank you for finding these issues! Looks like we >> know >> >>> what >> >>> >>>>>> we will >> >>> >>>>>>>>>>> be working on next few days :) >> >>> >>>>>>>>>>> >> >>> >>>>>>>>>>> >> >>> >>>>>>>>>>> On Sat, Jan 11, 2014 at 12:40 PM, George Gastaldi < >> >>> >>>>>> ggastald at redhat.com >> >>> >>>>>>>>>> wrote: >> >>> >>>>>>>>>>> >> >>> >>>>>>>>>>>> Ivan, >> >>> >>>>>>>>>>>> >> >>> >>>>>>>>>>>> Could you open a JIRA with these issues and mark it as >> >>> Blocker? We >> >>> >>>>>>>>> can't >> >>> >>>>>>>>>>>> release 2.0.0.Final unless this is fixed. >> >>> >>>>>>>>>>>> >> >>> >>>>>>>>>>>> Em 08/01/2014, ?s 11:18, "Ivan St. Ivanov" < >> >>> >>>>>> ivan.st.ivanov at gmail.com> >> >>> >>>>>>>>>>>> escreveu: >> >>> >>>>>>>>>>>> >> >>> >>>>>>>>>>>> Sorry, forgot to mention that this is with snapshot from >> >>> December, >> >>> >>>>>>>>> 29th. >> >>> >>>>>>>>>>>> The situation was the same with all the previous betas >> and >> >>> alphas. >> >>> >>>>>>>>>>>> >> >>> >>>>>>>>>>>> >> >>> >>>>>>>>>>>> On Wed, Jan 8, 2014 at 3:13 PM, George Gastaldi < >> >>> >>>>>> ggastald at redhat.com >> >>> >>>>>>>>>> wrote: >> >>> >>>>>>>>>>>> >> >>> >>>>>>>>>>>>> Thanks for the feedback ivan. >> >>> >>>>>>>>>>>>> Are you testing against the latest snapshot? >> >>> >>>>>>>>>>>>> >> >>> >>>>>>>>>>>>> Best Regards, >> >>> >>>>>>>>>>>>> George >> >>> >>>>>>>>>>>>> >> >>> >>>>>>>>>>>>> Em 08/01/2014, ?s 11:10, "Ivan St. Ivanov" < >> >>> >>>>>> ivan.st.ivanov at gmail.com> >> >>> >>>>>>>>>>>>> escreveu: >> >>> >>>>>>>>>>>>> >> >>> >>>>>>>>>>>>> Hi folks, >> >>> >>>>>>>>>>>>> >> >>> >>>>>>>>>>>>> As I promised, here is a [intended-to-be] short feedback >> >>> about >> >>> >>>>>> the new >> >>> >>>>>>>>>>>>> Forge 2 shell. As some of you know, I use Windows >> (Really? >> >>> >>>>>> OK...). So >> >>> >>>>>>>>> I >> >>> >>>>>>>>>>>>> will be very happy to help you solve the issues besides >> >>> merely >> >>> >>>>>>>>> reporting >> >>> >>>>>>>>>>>>> them: >> >>> >>>>>>>>>>>>> >> >>> >>>>>>>>>>>>> * The history doesn't work. That is, when you press up >> and >> >>> down >> >>> >>>>>> arrows >> >>> >>>>>>>>>>>>> instead of the previous commands, you get this: ?H >> >>> >>>>>>>>>>>>> >> >>> >>>>>>>>>>>>> * Backspace doesn't work. When I press it, the cursor >> just >> >>> comes >> >>> >>>>>> back >> >>> >>>>>>>>> to >> >>> >>>>>>>>>>>>> the previous position without deleting the character >> there. >> >>> If I >> >>> >>>>>> just >> >>> >>>>>>>>> write >> >>> >>>>>>>>>>>>> something there, the old symbol is overwritten by the >> new >> >>> one, >> >>> >>>>>> but at >> >>> >>>>>>>>> the >> >>> >>>>>>>>>>>>> end after pressing enter it looks like you never entered >> >>> anything >> >>> >>>>>>>>> after >> >>> >>>>>>>>>>>>> pressing backspace. For example: >> >>> >>>>>>>>>>>>> 1) I write *new-project --namek* >> >>> >>>>>>>>>>>>> 2) I notice the typo and press backspace >> >>> >>>>>>>>>>>>> 3) k doesn't get deleted, but I overwrite it with d >> >>> >>>>>>>>>>>>> 4) Then I complete my command to look like this: >> >>> *new-project >> >>> >>>>>>>>> --named >> >>> >>>>>>>>>>>>> test* >> >>> >>>>>>>>>>>>> 5) Forge's output is: *Project name must be specified.* >> >>> >>>>>>>>>>>>> >> >>> >>>>>>>>>>>>> * As you know on windows the full path to a file or >> >>> directory is >> >>> >>>>>>>>>>>>> :\\ >> >>> >>>>>>>>>>>>> 1) If I try to do *cd c:\temp\forge*, Forge blows with >> >>> >>>>>> exception: >> >>> >>>>>>>>>>>>> org.jboss.forge.addon.resource.ResourceException: >> >>> >>>>>> [FileResourceImpl] >> >>> >>>>>>>>> can >> >>> >>>>>>>>>>>>> have no >> >>> >>>>>>>>>>>>> children >> >>> >>>>>>>>>>>>> at >> >>> >>>>>>>>>>>>> >> >>> >>>>>> >> >>> org.jboss.forge.addon.resource.AbstractFileResource.getChild(Abstract >> >>> >>>>>>>>>>>>> FileResource.java:78) >> >>> >>>>>>>>>>>>> at >> >>> >>>>>>>>>>>>> >> >>> >>>>>> >> >>> org.jboss.forge.addon.shell.util.PathspecParser.resolve(PathspecParse >> >>> >>>>>>>>>>>>> r.java:232) >> >>> >>>>>>>>>>>>> at >> >>> >>>>>>>>>>>>> >> >>> >>>>>> >> >>> org.jboss.forge.addon.shell.commands.CdCommand.execute(CdCommand.java >> >>> >>>>>>>>>>>>> :71) >> >>> >>>>>>>>>>>>> at >> sun.reflect.NativeMethodAccessorImpl.invoke0(Native >> >>> >>>>>> Method) >> >>> >>>>>>>>>>>>> at >> >>> >>>>>>>>>>>>> >> >>> >>>>>> >> >>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. >> >>> >>>>>>>>>>>>> java:57) >> >>> >>>>>>>>>>>>> at >> >>> >>>>>>>>>>>>> >> >>> >>>>>> >> >>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces >> >>> >>>>>>>>>>>>> sorImpl.java:43) >> >>> >>>>>>>>>>>>> at >> java.lang.reflect.Method.invoke(Method.java:606) >> >>> >>>>>>>>>>>>> 2) Somehow I noticed that I may use the paths without >> the >> >>> drive >> >>> >>>>>>>>>>>>> letter, e.g. just \\. It is legal to do it >> in >> >>> >>>>>> Windows, >> >>> >>>>>>>>> but thus >> >>> >>>>>>>>>>>>> you can't change to a directory located on a different >> >>> drive. For >> >>> >>>>>>>>> example >> >>> >>>>>>>>>>>>> cd \temp\forge will change to c:\temp\forge if you are >> >>> currently >> >>> >>>>>> in >> >>> >>>>>>>>> c:. So >> >>> >>>>>>>>>>>>> I tried *cd \temp\forge*, but the result was the same >> >>> >>>>>> [exception]. >> >>> >>>>>>>>>>>>> 3) If I am in the root directory (c:\) and I run *cd >> >>> >>>>>> temp\forge*, I >> >>> >>>>>>>>>>>>> don't get exception, but ****ERROR*** tempforge\: No >> such >> >>> file or >> >>> >>>>>>>>>>>>> directory*. The interesting thing is that I ran that >> >>> command by >> >>> >>>>>>>>>>>>> pressing tab, i.e. counting on the command completion >> of the >> >>> >>>>>> shell, >> >>> >>>>>>>>> which >> >>> >>>>>>>>>>>>> obviously works fine. >> >>> >>>>>>>>>>>>> >> >>> >>>>>>>>>>>>> I made the cd command work by just running *cd >> /temp/forge* >> >>> >>>>>> (notice >> >>> >>>>>>>>>>>>> the forward slashes) >> >>> >>>>>>>>>>>>> >> >>> >>>>>>>>>>>>> >> >>> >>>>>>>>>>>>> If you wish, I may add these observations as JIRA items, >> >>> >>>>>> probably as >> >>> >>>>>>>>>>>>> children to this one: >> >>> https://issues.jboss.org/browse/FORGE-1387 >> >>> >>>>>> . >> >>> >>>>>>>>> Bear >> >>> >>>>>>>>>>>>> in mind that all the reported features work in Forge 1 >> even >> >>> on >> >>> >>>>>>>>> Windows ;) >> >>> >>>>>>>>>>>>> >> >>> >>>>>>>>>>>>> We can discuss these in today's meeting. >> >>> >>>>>>>>>>>>> >> >>> >>>>>>>>>>>>> Cheers, >> >>> >>>>>>>>>>>>> Ivan >> >>> >>>>>>>>>>>>> >> >>> >>>>>>>>>>>>> _______________________________________________ >> >>> >>>>>>>>>>>>> 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 >> >>> >>>>>>>>>>>> >> >>> >>>>>>>>>>>> >> >>> >>>>>>>>>>>> _______________________________________________ >> >>> >>>>>>>>>>>> forge-dev mailing list >> >>> >>>>>>>>>>>> forge-dev 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 >> >>> >>>>>>>>>>> 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 >> >>> >>>>>>>>> >> >>> >>>>>>>> >> >>> >>>>>>>> >> >>> >>>>>>>> >> >>> >>>>>>>> -- >> >>> >>>>>>>> Lincoln Baxter, III >> >>> >>>>>>>> http://ocpsoft.org >> >>> >>>>>>>> "Simpler is better." >> >>> >>>>>>> >> >>> >>>>>>>> _______________________________________________ >> >>> >>>>>>>> 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 >> >>> >>>>>> >> >>> >>>>> >> >>> >>>>> _______________________________________________ >> >>> >>>>> 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 >> >>> >>>> >> >>> >>>> >> >>> >>>> _______________________________________________ >> >>> >>>> 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 >> >>> > >> >>> > >> >>> >_______________________________________________ >> >>> >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 >> >> >> _______________________________________________ >> 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/20140124/1a3dcb92/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: aesh-0.47-SNAPSHOT.jar Type: application/java-archive Size: 351222 bytes Desc: not available Url : http://lists.jboss.org/pipermail/forge-dev/attachments/20140124/1a3dcb92/attachment-0001.bin From rmpestano at gmail.com Fri Jan 24 10:15:23 2014 From: rmpestano at gmail.com (Rafael Pestano) Date: Fri, 24 Jan 2014 13:15:23 -0200 Subject: [forge-dev] Help create new type of forge project Message-ID: Hi guys, I've created a new type of project in my forge plugin, also created a specific locator for it. After my project is found by ProjectFactory#findProjectRecursively() it tries to register every possible facet: if (project != null) { registerFacets(project); } in registerFacet we have: Set> facets = facetFactory.getFacetTypes(); for (Class facet : facets) { registerSingleFacet(project, facet); } and i got Facet not found exception(The requested facet of type [org.jboss.forge.project.facets.DependencyFacet] was not found.), here is the stacktrace: ***ERROR*** Exception encountered: (type "set VERBOSE false" to disable stack traces) org.jboss.forge.project.facets.FacetNotFoundException: The requested facet of type [org.jboss.forge.project.facets.DependencyFacet] was not found. The facet is not installed. at org.jboss.forge.project.BaseProject.getFacet(BaseProject.java:103) at br.ufrgs.rmpestano.intrabundle.model.OSGiProject.getFacet(OSGiProject.java:35) at org.jboss.forge.spec.javaee.BaseJavaEEFacet.isInstalled(BaseJavaEEFacet.java:62) at org.jboss.forge.project.BaseProject.registerFacet(BaseProject.java:153) at org.jboss.forge.project.services.ProjectFactory.registerSingleFacet(ProjectFactory.java:208) at org.jboss.forge.project.services.ProjectFactory.registerSingleFacet(ProjectFactory.java:186) at org.jboss.forge.project.services.ProjectFactory.registerFacets(ProjectFactory.java:178) at org.jboss.forge.project.services.ProjectFactory.findProjectRecursively(ProjectFactory.java:117) at org.jboss.forge.shell.project.ProjectInitializer.doInit(ProjectInitializer.java:64) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) is it normal behavior of Forge(try to install all available facets) or i did something wrong? The project type i've created is not maven based so hence dependency facet must no be installed. the project can be found here: https://github.com/rmpestano/intrabundle BundlePluginTest reproduces my issue. thanks in advance. -- Att, Rafael M. Pestano Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul Graduando em Ci?ncia da Computa??o UFRGS http://conventionsframework.org http://rpestano.wordpress.com/ @realpestano -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140124/7d7260c1/attachment.html From ggastald at redhat.com Fri Jan 24 10:29:56 2014 From: ggastald at redhat.com (George Gastaldi) Date: Fri, 24 Jan 2014 10:29:56 -0500 (EST) Subject: [forge-dev] Help create new type of forge project In-Reply-To: References: Message-ID: Hi Rafael, Unfortulately Forge 1.x requires a pom.xml in your project, or you need to implement the required facets (DependencyFacet is one of them). Forge 2 is much more flexible, so that may be a better option for you. > Em 24/01/2014, ?s 13:16, Rafael Pestano escreveu: > > Hi guys, > > I've created a new type of project in my forge plugin, also created a specific locator for it. After my project is found by ProjectFactory#findProjectRecursively() it tries to register every possible facet: > if (project != null) { > registerFacets(project); > } > > > in registerFacet we have: > Set> facets = facetFactory.getFacetTypes(); > > for (Class facet : facets) > { > registerSingleFacet(project, facet); > } > > and i got Facet not found exception(The requested facet of type [org.jboss.forge.project.facets.DependencyFacet] was not found.), here is the stacktrace: > > ***ERROR*** Exception encountered: (type "set VERBOSE false" to disable stack traces) > org.jboss.forge.project.facets.FacetNotFoundException: The requested facet of type [org.jboss.forge.project.facets.DependencyFacet] was not found. The facet is not installed. > at org.jboss.forge.project.BaseProject.getFacet(BaseProject.java:103) > at br.ufrgs.rmpestano.intrabundle.model.OSGiProject.getFacet(OSGiProject.java:35) > at org.jboss.forge.spec.javaee.BaseJavaEEFacet.isInstalled(BaseJavaEEFacet.java:62) > at org.jboss.forge.project.BaseProject.registerFacet(BaseProject.java:153) > at org.jboss.forge.project.services.ProjectFactory.registerSingleFacet(ProjectFactory.java:208) > at org.jboss.forge.project.services.ProjectFactory.registerSingleFacet(ProjectFactory.java:186) > at org.jboss.forge.project.services.ProjectFactory.registerFacets(ProjectFactory.java:178) > at org.jboss.forge.project.services.ProjectFactory.findProjectRecursively(ProjectFactory.java:117) > at org.jboss.forge.shell.project.ProjectInitializer.doInit(ProjectInitializer.java:64) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > is it normal behavior of Forge(try to install all available facets) or i did something wrong? > > The project type i've created is not maven based so hence dependency facet must no be installed. > > the project can be found here: > > https://github.com/rmpestano/intrabundle > > BundlePluginTest reproduces my issue. > > thanks in advance. > > > -- > Att, > > Rafael M. Pestano > > Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul > Graduando em Ci?ncia da Computa??o UFRGS > http://conventionsframework.org > http://rpestano.wordpress.com/ > @realpestano > _______________________________________________ > 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/20140124/6b950a9e/attachment.html From rmpestano at gmail.com Fri Jan 24 10:50:33 2014 From: rmpestano at gmail.com (Rafael Pestano) Date: Fri, 24 Jan 2014 13:50:33 -0200 Subject: [forge-dev] Help create new type of forge project In-Reply-To: References: Message-ID: Thanks George, i'll have a look at it. 2014/1/24 George Gastaldi > Hi Rafael, > > Unfortulately Forge 1.x requires a pom.xml in your project, or you need to > implement the required facets (DependencyFacet is one of them). Forge 2 is > much more flexible, so that may be a better option for you. > > Em 24/01/2014, ?s 13:16, Rafael Pestano escreveu: > > Hi guys, > > I've created a new type of project in my forge plugin, also created a > specific locator for it. After my project is found by > ProjectFactory#findProjectRecursively() it tries to register every possible > facet: > if (project != null) { > registerFacets(project); > } > > > in registerFacet we have: > Set> facets = facetFactory.getFacetTypes(); > > for (Class facet : facets) > { > registerSingleFacet(project, facet); > } > > and i got Facet not found exception(The requested facet of type > [org.jboss.forge.project.facets.DependencyFacet] was not found.), here is > the stacktrace: > > ***ERROR*** Exception encountered: (type "set VERBOSE false" to disable > stack traces) > org.jboss.forge.project.facets.FacetNotFoundException: The requested facet > of type [org.jboss.forge.project.facets.DependencyFacet] was not found. The > facet is not installed. > at > org.jboss.forge.project.BaseProject.getFacet(BaseProject.java:103) > at > br.ufrgs.rmpestano.intrabundle.model.OSGiProject.getFacet(OSGiProject.java:35) > at > org.jboss.forge.spec.javaee.BaseJavaEEFacet.isInstalled(BaseJavaEEFacet.java:62) > at > org.jboss.forge.project.BaseProject.registerFacet(BaseProject.java:153) > at > org.jboss.forge.project.services.ProjectFactory.registerSingleFacet(ProjectFactory.java:208) > at > org.jboss.forge.project.services.ProjectFactory.registerSingleFacet(ProjectFactory.java:186) > at > org.jboss.forge.project.services.ProjectFactory.registerFacets(ProjectFactory.java:178) > at > org.jboss.forge.project.services.ProjectFactory.findProjectRecursively(ProjectFactory.java:117) > at > org.jboss.forge.shell.project.ProjectInitializer.doInit(ProjectInitializer.java:64) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > is it normal behavior of Forge(try to install all available facets) or i > did something wrong? > > The project type i've created is not maven based so hence dependency facet > must no be installed. > > the project can be found here: > > https://github.com/rmpestano/intrabundle > > BundlePluginTest reproduces my issue. > > thanks in advance. > > > -- > Att, > > Rafael M. Pestano > > Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul > Graduando em Ci?ncia da Computa??o UFRGS > http://conventionsframework.org > http://rpestano.wordpress.com/ > @realpestano > > _______________________________________________ > 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 > -- Att, Rafael M. Pestano Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul Graduando em Ci?ncia da Computa??o UFRGS http://conventionsframework.org http://rpestano.wordpress.com/ @realpestano -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140124/f3af1854/attachment-0001.html From forge-dev at lists.jboss.org Fri Jan 24 10:58:05 2014 From: forge-dev at lists.jboss.org (forge-dev at lists.jboss.org) Date: Fri, 24 Jan 2014 10:58:05 EST Subject: [forge-dev] Help create new type of forge project In-Reply-To: Message-ID: <1317766890.441390579116048.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Why are you not using maven or any other Build system? Posted by forums Original post: https://community.jboss.org/message/854657#854657 From rmpestano at gmail.com Fri Jan 24 11:16:00 2014 From: rmpestano at gmail.com (Rafael Pestano) Date: Fri, 24 Jan 2014 14:16:00 -0200 Subject: [forge-dev] Help create new type of forge project In-Reply-To: <1317766890.441390579116048.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> References: <1317766890.441390579116048.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: Hi George, Im not going to perform any build, i'll just analyse the project structure and files so being build independent mean i can use my plugin in more projects(for now the ones that have OSGi metadata). thanks again 2014/1/24 > Why are you not using maven or any other Build system? > > Posted by forums > Original post: https://community.jboss.org/message/854657#854657 > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > -- Att, Rafael M. Pestano Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul Graduando em Ci?ncia da Computa??o UFRGS http://conventionsframework.org http://rpestano.wordpress.com/ @realpestano -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140124/83099ade/attachment.html From ivan.st.ivanov at gmail.com Sat Jan 25 15:41:54 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Sat, 25 Jan 2014 22:41:54 +0200 Subject: [forge-dev] Obtaining project name in persistence provider Message-ID: Hi folks, I am working on https://issues.jboss.org/browse/FORGE-1443. It's not a big deal, it's a matter of adding a few lines to the JavaEEDefaultProvider class. One of the requirements is that the create and drop scripts should bear the name of the project: Creade.ddl and Drop.ddl. I wonder is there a way to pass that somehow to the persistence provider? Thanks, Ivan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140125/7d3d3007/attachment.html From ggastald at redhat.com Sat Jan 25 15:52:11 2014 From: ggastald at redhat.com (George Gastaldi) Date: Sat, 25 Jan 2014 15:52:11 -0500 (EST) Subject: [forge-dev] Obtaining project name in persistence provider In-Reply-To: References: Message-ID: <8A005C04-88F6-4428-AAA8-B408B6DF914E@redhat.com> Hey Ivan, You could change the configure method signature to pass the project as a parameter, but remember that it may be null. However, I think it would be better to not add the projectName to the DDL file in order to keep it simple and easier to find. Best Regards, George Gastaldi > Em 25/01/2014, ?s 18:42, "Ivan St. Ivanov" escreveu: > > Hi folks, > > I am working on https://issues.jboss.org/browse/FORGE-1443. It's not a big deal, it's a matter of adding a few lines to the JavaEEDefaultProvider class. > > One of the requirements is that the create and drop scripts should bear the name of the project: Creade.ddl and Drop.ddl. I wonder is there a way to pass that somehow to the persistence provider? > > Thanks, > Ivan > _______________________________________________ > 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/20140125/e8118872/attachment.html From ivan.st.ivanov at gmail.com Sat Jan 25 15:58:11 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Sat, 25 Jan 2014 22:58:11 +0200 Subject: [forge-dev] Obtaining project name in persistence provider In-Reply-To: <8A005C04-88F6-4428-AAA8-B408B6DF914E@redhat.com> References: <8A005C04-88F6-4428-AAA8-B408B6DF914E@redhat.com> Message-ID: Thanks, George! As I am not really keen to change the interface definition, I would do it as you proposed: without the project name. Cheers, Ivan On Sat, Jan 25, 2014 at 10:52 PM, George Gastaldi wrote: > Hey Ivan, > You could change the configure method signature to pass the project as a > parameter, but remember that it may be null. > > However, I think it would be better to not add the projectName to the DDL > file in order to keep it simple and easier to find. > > Best Regards, > > George Gastaldi > > Em 25/01/2014, ?s 18:42, "Ivan St. Ivanov" > escreveu: > > Hi folks, > > I am working on https://issues.jboss.org/browse/FORGE-1443. It's not a > big deal, it's a matter of adding a few lines to the JavaEEDefaultProvider > class. > > One of the requirements is that the create and drop scripts should bear > the name of the project: Creade.ddl and Drop.ddl. > I wonder is there a way to pass that somehow to the persistence provider? > > Thanks, > Ivan > > _______________________________________________ > 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/20140125/f421d0ef/attachment.html From ggastald at redhat.com Sat Jan 25 16:00:49 2014 From: ggastald at redhat.com (George Gastaldi) Date: Sat, 25 Jan 2014 16:00:49 -0500 (EST) Subject: [forge-dev] Obtaining project name in persistence provider In-Reply-To: References: <8A005C04-88F6-4428-AAA8-B408B6DF914E@redhat.com> Message-ID: <6BF39D33-FDBD-4693-B854-6FE1972C09B2@redhat.com> However since we are on CR1, and other requirements may appear, perhaps it's wise to change the interface definition now than later. :) > Em 25/01/2014, ?s 18:58, "Ivan St. Ivanov" escreveu: > > Thanks, George! > > As I am not really keen to change the interface definition, I would do it as you proposed: without the project name. > > Cheers, > Ivan > > >> On Sat, Jan 25, 2014 at 10:52 PM, George Gastaldi wrote: >> Hey Ivan, >> You could change the configure method signature to pass the project as a parameter, but remember that it may be null. >> >> However, I think it would be better to not add the projectName to the DDL file in order to keep it simple and easier to find. >> >> Best Regards, >> >> George Gastaldi >> >>> Em 25/01/2014, ?s 18:42, "Ivan St. Ivanov" escreveu: >>> >> >>> Hi folks, >>> >>> I am working on https://issues.jboss.org/browse/FORGE-1443. It's not a big deal, it's a matter of adding a few lines to the JavaEEDefaultProvider class. >>> >>> One of the requirements is that the create and drop scripts should bear the name of the project: Creade.ddl and Drop.ddl. I wonder is there a way to pass that somehow to the persistence provider? >>> >>> Thanks, >>> Ivan >>> _______________________________________________ >>> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140125/699c6a71/attachment-0001.html From ivan.st.ivanov at gmail.com Sat Jan 25 17:02:34 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Sun, 26 Jan 2014 00:02:34 +0200 Subject: [forge-dev] Obtaining project name in persistence provider In-Reply-To: <6BF39D33-FDBD-4693-B854-6FE1972C09B2@redhat.com> References: <8A005C04-88F6-4428-AAA8-B408B6DF914E@redhat.com> <6BF39D33-FDBD-4693-B854-6FE1972C09B2@redhat.com> Message-ID: OK, but what does the JavaEEDefaultProvider::configure method do? It produces the content of persistence.xml. Why would you need Project object to pollute the interface if it's used in just one of the implementations? And we can even do without it, as you noted. When I asked this question in the first message of this thread, I was thinking of somehow injecting the project, not changing the interface. But if you say it's reasonable, I will do that, it's not a big deal. On Sat, Jan 25, 2014 at 11:00 PM, George Gastaldi wrote: > However since we are on CR1, and other requirements may appear, perhaps > it's wise to change the interface definition now than later. :) > > Em 25/01/2014, ?s 18:58, "Ivan St. Ivanov" > escreveu: > > Thanks, George! > > As I am not really keen to change the interface definition, I would do it > as you proposed: without the project name. > > Cheers, > Ivan > > > On Sat, Jan 25, 2014 at 10:52 PM, George Gastaldi wrote: > >> Hey Ivan, >> You could change the configure method signature to pass the project as a >> parameter, but remember that it may be null. >> >> However, I think it would be better to not add the projectName to the DDL >> file in order to keep it simple and easier to find. >> >> Best Regards, >> >> George Gastaldi >> >> Em 25/01/2014, ?s 18:42, "Ivan St. Ivanov" >> escreveu: >> >> Hi folks, >> >> I am working on https://issues.jboss.org/browse/FORGE-1443. It's not a >> big deal, it's a matter of adding a few lines to the JavaEEDefaultProvider >> class. >> >> One of the requirements is that the create and drop scripts should bear >> the name of the project: Creade.ddl and Drop.ddl. >> I wonder is there a way to pass that somehow to the persistence provider? >> >> Thanks, >> Ivan >> >> _______________________________________________ >> 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 > > > _______________________________________________ > 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/20140126/a8db4f9e/attachment.html From ggastald at redhat.com Sat Jan 25 17:06:17 2014 From: ggastald at redhat.com (George Gastaldi) Date: Sat, 25 Jan 2014 17:06:17 -0500 (EST) Subject: [forge-dev] Obtaining project name in persistence provider In-Reply-To: References: <8A005C04-88F6-4428-AAA8-B408B6DF914E@redhat.com> <6BF39D33-FDBD-4693-B854-6FE1972C09B2@redhat.com> Message-ID: <08CD5593-F21F-425E-820F-B82B32A1DD7A@redhat.com> I'd rather pass as a param than injecting tbh. This allows the object to be reused as a singleton without aby thread issues. Btw Project is not yet available for injection. Should we create a JIRA for it? > Em 25/01/2014, ?s 20:02, "Ivan St. Ivanov" escreveu: > > OK, but what does the JavaEEDefaultProvider::configure method do? It produces the content of persistence.xml. Why would you need Project object to pollute the interface if it's used in just one of the implementations? And we can even do without it, as you noted. > > When I asked this question in the first message of this thread, I was thinking of somehow injecting the project, not changing the interface. > > But if you say it's reasonable, I will do that, it's not a big deal. > > >> On Sat, Jan 25, 2014 at 11:00 PM, George Gastaldi wrote: >> However since we are on CR1, and other requirements may appear, perhaps it's wise to change the interface definition now than later. :) >> >>> Em 25/01/2014, ?s 18:58, "Ivan St. Ivanov" escreveu: >>> >> >>> Thanks, George! >>> >>> As I am not really keen to change the interface definition, I would do it as you proposed: without the project name. >>> >>> Cheers, >>> Ivan >>> >>> >>>> On Sat, Jan 25, 2014 at 10:52 PM, George Gastaldi wrote: >>>> Hey Ivan, >>>> You could change the configure method signature to pass the project as a parameter, but remember that it may be null. >>>> >>>> However, I think it would be better to not add the projectName to the DDL file in order to keep it simple and easier to find. >>>> >>>> Best Regards, >>>> >>>> George Gastaldi >>>> >>>>> Em 25/01/2014, ?s 18:42, "Ivan St. Ivanov" escreveu: >>>>> >>>> >>>>> Hi folks, >>>>> >>>>> I am working on https://issues.jboss.org/browse/FORGE-1443. It's not a big deal, it's a matter of adding a few lines to the JavaEEDefaultProvider class. >>>>> >>>>> One of the requirements is that the create and drop scripts should bear the name of the project: Creade.ddl and Drop.ddl. I wonder is there a way to pass that somehow to the persistence provider? >>>>> >>>>> Thanks, >>>>> Ivan >>>>> _______________________________________________ >>>>> 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 >> >> _______________________________________________ >> 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/20140125/7b87dbbc/attachment.html From ivan.st.ivanov at gmail.com Sat Jan 25 17:17:32 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Sun, 26 Jan 2014 00:17:32 +0200 Subject: [forge-dev] Obtaining project name in persistence provider In-Reply-To: <08CD5593-F21F-425E-820F-B82B32A1DD7A@redhat.com> References: <8A005C04-88F6-4428-AAA8-B408B6DF914E@redhat.com> <6BF39D33-FDBD-4693-B854-6FE1972C09B2@redhat.com> <08CD5593-F21F-425E-820F-B82B32A1DD7A@redhat.com> Message-ID: I think it was possible to do that in Forge 1? BTW, how do you get a project name from the Project object? Is it through the Maven facet? Do we always have that on a project? On Sun, Jan 26, 2014 at 12:06 AM, George Gastaldi wrote: > I'd rather pass as a param than injecting tbh. This allows the object to > be reused as a singleton without aby thread issues. > > Btw Project is not yet available for injection. Should we create a JIRA > for it? > > Em 25/01/2014, ?s 20:02, "Ivan St. Ivanov" > escreveu: > > OK, but what does the JavaEEDefaultProvider::configure method do? It > produces the content of persistence.xml. Why would you need Project object > to pollute the interface if it's used in just one of the implementations? > And we can even do without it, as you noted. > > When I asked this question in the first message of this thread, I was > thinking of somehow injecting the project, not changing the interface. > > But if you say it's reasonable, I will do that, it's not a big deal. > > > On Sat, Jan 25, 2014 at 11:00 PM, George Gastaldi wrote: > >> However since we are on CR1, and other requirements may appear, perhaps >> it's wise to change the interface definition now than later. :) >> >> Em 25/01/2014, ?s 18:58, "Ivan St. Ivanov" >> escreveu: >> >> Thanks, George! >> >> As I am not really keen to change the interface definition, I would do it >> as you proposed: without the project name. >> >> Cheers, >> Ivan >> >> >> On Sat, Jan 25, 2014 at 10:52 PM, George Gastaldi wrote: >> >>> Hey Ivan, >>> You could change the configure method signature to pass the project as a >>> parameter, but remember that it may be null. >>> >>> However, I think it would be better to not add the projectName to the >>> DDL file in order to keep it simple and easier to find. >>> >>> Best Regards, >>> >>> George Gastaldi >>> >>> Em 25/01/2014, ?s 18:42, "Ivan St. Ivanov" >>> escreveu: >>> >>> Hi folks, >>> >>> I am working on https://issues.jboss.org/browse/FORGE-1443. It's not a >>> big deal, it's a matter of adding a few lines to the JavaEEDefaultProvider >>> class. >>> >>> One of the requirements is that the create and drop scripts should bear >>> the name of the project: Creade.ddl and Drop.ddl. >>> I wonder is there a way to pass that somehow to the persistence provider? >>> >>> Thanks, >>> Ivan >>> >>> _______________________________________________ >>> 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 >> >> >> _______________________________________________ >> 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 > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140126/0a6c5869/attachment-0001.html From ivan.st.ivanov at gmail.com Sat Jan 25 17:21:39 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Sun, 26 Jan 2014 00:21:39 +0200 Subject: [forge-dev] Obtaining project name in persistence provider In-Reply-To: References: <8A005C04-88F6-4428-AAA8-B408B6DF914E@redhat.com> <6BF39D33-FDBD-4693-B854-6FE1972C09B2@redhat.com> <08CD5593-F21F-425E-820F-B82B32A1DD7A@redhat.com> Message-ID: Ah, now I found this MetadataFacet. Is it always available? I see that it uses the Maven facet under the hood. On Sun, Jan 26, 2014 at 12:17 AM, Ivan St. Ivanov wrote: > I think it was possible to do that in Forge 1? > > BTW, how do you get a project name from the Project object? Is it through > the Maven facet? Do we always have that on a project? > > > On Sun, Jan 26, 2014 at 12:06 AM, George Gastaldi wrote: > >> I'd rather pass as a param than injecting tbh. This allows the object to >> be reused as a singleton without aby thread issues. >> >> Btw Project is not yet available for injection. Should we create a JIRA >> for it? >> >> Em 25/01/2014, ?s 20:02, "Ivan St. Ivanov" >> escreveu: >> >> OK, but what does the JavaEEDefaultProvider::configure method do? It >> produces the content of persistence.xml. Why would you need Project object >> to pollute the interface if it's used in just one of the implementations? >> And we can even do without it, as you noted. >> >> When I asked this question in the first message of this thread, I was >> thinking of somehow injecting the project, not changing the interface. >> >> But if you say it's reasonable, I will do that, it's not a big deal. >> >> >> On Sat, Jan 25, 2014 at 11:00 PM, George Gastaldi wrote: >> >>> However since we are on CR1, and other requirements may appear, perhaps >>> it's wise to change the interface definition now than later. :) >>> >>> Em 25/01/2014, ?s 18:58, "Ivan St. Ivanov" >>> escreveu: >>> >>> Thanks, George! >>> >>> As I am not really keen to change the interface definition, I would do >>> it as you proposed: without the project name. >>> >>> Cheers, >>> Ivan >>> >>> >>> On Sat, Jan 25, 2014 at 10:52 PM, George Gastaldi wrote: >>> >>>> Hey Ivan, >>>> You could change the configure method signature to pass the project as >>>> a parameter, but remember that it may be null. >>>> >>>> However, I think it would be better to not add the projectName to the >>>> DDL file in order to keep it simple and easier to find. >>>> >>>> Best Regards, >>>> >>>> George Gastaldi >>>> >>>> Em 25/01/2014, ?s 18:42, "Ivan St. Ivanov" >>>> escreveu: >>>> >>>> Hi folks, >>>> >>>> I am working on https://issues.jboss.org/browse/FORGE-1443. It's not a >>>> big deal, it's a matter of adding a few lines to the JavaEEDefaultProvider >>>> class. >>>> >>>> One of the requirements is that the create and drop scripts should bear >>>> the name of the project: Creade.ddl and Drop.ddl. >>>> I wonder is there a way to pass that somehow to the persistence provider? >>>> >>>> Thanks, >>>> Ivan >>>> >>>> _______________________________________________ >>>> 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 >>> >>> >>> _______________________________________________ >>> 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 >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140126/261f59a6/attachment.html From ggastald at redhat.com Sat Jan 25 17:24:18 2014 From: ggastald at redhat.com (George Gastaldi) Date: Sat, 25 Jan 2014 17:24:18 -0500 (EST) Subject: [forge-dev] Obtaining project name in persistence provider In-Reply-To: References: <8A005C04-88F6-4428-AAA8-B408B6DF914E@redhat.com> <6BF39D33-FDBD-4693-B854-6FE1972C09B2@redhat.com> <08CD5593-F21F-425E-820F-B82B32A1DD7A@redhat.com> Message-ID: <5379C202-698F-435D-9C0C-250509962AE0@redhat.com> Yes, MetadataFacet is always available. Use it to retrieve the project name. > Em 25/01/2014, ?s 20:21, "Ivan St. Ivanov" escreveu: > > Ah, now I found this MetadataFacet. Is it always available? I see that it uses the Maven facet under the hood. > > >> On Sun, Jan 26, 2014 at 12:17 AM, Ivan St. Ivanov wrote: >> I think it was possible to do that in Forge 1? >> >> BTW, how do you get a project name from the Project object? Is it through the Maven facet? Do we always have that on a project? >> >> >>> On Sun, Jan 26, 2014 at 12:06 AM, George Gastaldi wrote: >>> I'd rather pass as a param than injecting tbh. This allows the object to be reused as a singleton without aby thread issues. >>> >>> Btw Project is not yet available for injection. Should we create a JIRA for it? >>> >>>> Em 25/01/2014, ?s 20:02, "Ivan St. Ivanov" escreveu: >>>> >>> >>>> OK, but what does the JavaEEDefaultProvider::configure method do? It produces the content of persistence.xml. Why would you need Project object to pollute the interface if it's used in just one of the implementations? And we can even do without it, as you noted. >>>> >>>> When I asked this question in the first message of this thread, I was thinking of somehow injecting the project, not changing the interface. >>>> >>>> But if you say it's reasonable, I will do that, it's not a big deal. >>>> >>>> >>>>> On Sat, Jan 25, 2014 at 11:00 PM, George Gastaldi wrote: >>>>> However since we are on CR1, and other requirements may appear, perhaps it's wise to change the interface definition now than later. :) >>>>> >>>>>> Em 25/01/2014, ?s 18:58, "Ivan St. Ivanov" escreveu: >>>>>> >>>>> >>>>>> Thanks, George! >>>>>> >>>>>> As I am not really keen to change the interface definition, I would do it as you proposed: without the project name. >>>>>> >>>>>> Cheers, >>>>>> Ivan >>>>>> >>>>>> >>>>>>> On Sat, Jan 25, 2014 at 10:52 PM, George Gastaldi wrote: >>>>>>> Hey Ivan, >>>>>>> You could change the configure method signature to pass the project as a parameter, but remember that it may be null. >>>>>>> >>>>>>> However, I think it would be better to not add the projectName to the DDL file in order to keep it simple and easier to find. >>>>>>> >>>>>>> Best Regards, >>>>>>> >>>>>>> George Gastaldi >>>>>>> >>>>>>>> Em 25/01/2014, ?s 18:42, "Ivan St. Ivanov" escreveu: >>>>>>>> >>>>>>> >>>>>>>> Hi folks, >>>>>>>> >>>>>>>> I am working on https://issues.jboss.org/browse/FORGE-1443. It's not a big deal, it's a matter of adding a few lines to the JavaEEDefaultProvider class. >>>>>>>> >>>>>>>> One of the requirements is that the create and drop scripts should bear the name of the project: Creade.ddl and Drop.ddl. I wonder is there a way to pass that somehow to the persistence provider? >>>>>>>> >>>>>>>> Thanks, >>>>>>>> Ivan >>>>>>>> _______________________________________________ >>>>>>>> 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 >>>>> >>>>> _______________________________________________ >>>>> 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 >> > > _______________________________________________ > 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/20140125/773207a1/attachment-0001.html From ggastald at redhat.com Sat Jan 25 17:25:47 2014 From: ggastald at redhat.com (George Gastaldi) Date: Sat, 25 Jan 2014 17:25:47 -0500 (EST) Subject: [forge-dev] Obtaining project name in persistence provider In-Reply-To: References: <8A005C04-88F6-4428-AAA8-B408B6DF914E@redhat.com> <6BF39D33-FDBD-4693-B854-6FE1972C09B2@redhat.com> <08CD5593-F21F-425E-820F-B82B32A1DD7A@redhat.com> Message-ID: And yes, it was possible to do that in Forge 1. Shouldn't be too hard to implemebt though. All you need to do is implement UIContextListener and listen for UIContext started events :) > Em 25/01/2014, ?s 20:21, "Ivan St. Ivanov" escreveu: > > Ah, now I found this MetadataFacet. Is it always available? I see that it uses the Maven facet under the hood. > > >> On Sun, Jan 26, 2014 at 12:17 AM, Ivan St. Ivanov wrote: >> I think it was possible to do that in Forge 1? >> >> BTW, how do you get a project name from the Project object? Is it through the Maven facet? Do we always have that on a project? >> >> >>> On Sun, Jan 26, 2014 at 12:06 AM, George Gastaldi wrote: >>> I'd rather pass as a param than injecting tbh. This allows the object to be reused as a singleton without aby thread issues. >>> >>> Btw Project is not yet available for injection. Should we create a JIRA for it? >>> >>>> Em 25/01/2014, ?s 20:02, "Ivan St. Ivanov" escreveu: >>>> >>> >>>> OK, but what does the JavaEEDefaultProvider::configure method do? It produces the content of persistence.xml. Why would you need Project object to pollute the interface if it's used in just one of the implementations? And we can even do without it, as you noted. >>>> >>>> When I asked this question in the first message of this thread, I was thinking of somehow injecting the project, not changing the interface. >>>> >>>> But if you say it's reasonable, I will do that, it's not a big deal. >>>> >>>> >>>>> On Sat, Jan 25, 2014 at 11:00 PM, George Gastaldi wrote: >>>>> However since we are on CR1, and other requirements may appear, perhaps it's wise to change the interface definition now than later. :) >>>>> >>>>>> Em 25/01/2014, ?s 18:58, "Ivan St. Ivanov" escreveu: >>>>>> >>>>> >>>>>> Thanks, George! >>>>>> >>>>>> As I am not really keen to change the interface definition, I would do it as you proposed: without the project name. >>>>>> >>>>>> Cheers, >>>>>> Ivan >>>>>> >>>>>> >>>>>>> On Sat, Jan 25, 2014 at 10:52 PM, George Gastaldi wrote: >>>>>>> Hey Ivan, >>>>>>> You could change the configure method signature to pass the project as a parameter, but remember that it may be null. >>>>>>> >>>>>>> However, I think it would be better to not add the projectName to the DDL file in order to keep it simple and easier to find. >>>>>>> >>>>>>> Best Regards, >>>>>>> >>>>>>> George Gastaldi >>>>>>> >>>>>>>> Em 25/01/2014, ?s 18:42, "Ivan St. Ivanov" escreveu: >>>>>>>> >>>>>>> >>>>>>>> Hi folks, >>>>>>>> >>>>>>>> I am working on https://issues.jboss.org/browse/FORGE-1443. It's not a big deal, it's a matter of adding a few lines to the JavaEEDefaultProvider class. >>>>>>>> >>>>>>>> One of the requirements is that the create and drop scripts should bear the name of the project: Creade.ddl and Drop.ddl. I wonder is there a way to pass that somehow to the persistence provider? >>>>>>>> >>>>>>>> Thanks, >>>>>>>> Ivan >>>>>>>> _______________________________________________ >>>>>>>> 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 >>>>> >>>>> _______________________________________________ >>>>> 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 >> > > _______________________________________________ > 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/20140125/bd3003f7/attachment.html From lincolnbaxter at gmail.com Sat Jan 25 22:08:54 2014 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Sat, 25 Jan 2014 22:08:54 -0500 Subject: [forge-dev] Obtaining project name in persistence provider In-Reply-To: References: <8A005C04-88F6-4428-AAA8-B408B6DF914E@redhat.com> <6BF39D33-FDBD-4693-B854-6FE1972C09B2@redhat.com> <08CD5593-F21F-425E-820F-B82B32A1DD7A@redhat.com> Message-ID: I don't think Project should be injectable in Forge 2. Doesn't make sense with the new design. There is no "current project". Not sure we will have such a concept other than what the UISelection provides (as we have done in the AbstractProjectCommand :) On Sat, Jan 25, 2014 at 5:25 PM, George Gastaldi wrote: > And yes, it was possible to do that in Forge 1. Shouldn't be too hard to > implemebt though. All you need to do is implement UIContextListener and > listen for UIContext started events :) > > Em 25/01/2014, ?s 20:21, "Ivan St. Ivanov" > escreveu: > > Ah, now I found this MetadataFacet. Is it always available? I see that it > uses the Maven facet under the hood. > > > On Sun, Jan 26, 2014 at 12:17 AM, Ivan St. Ivanov < > ivan.st.ivanov at gmail.com> wrote: > >> I think it was possible to do that in Forge 1? >> >> BTW, how do you get a project name from the Project object? Is it through >> the Maven facet? Do we always have that on a project? >> >> >> On Sun, Jan 26, 2014 at 12:06 AM, George Gastaldi wrote: >> >>> I'd rather pass as a param than injecting tbh. This allows the object to >>> be reused as a singleton without aby thread issues. >>> >>> Btw Project is not yet available for injection. Should we create a JIRA >>> for it? >>> >>> Em 25/01/2014, ?s 20:02, "Ivan St. Ivanov" >>> escreveu: >>> >>> OK, but what does the JavaEEDefaultProvider::configure method do? It >>> produces the content of persistence.xml. Why would you need Project object >>> to pollute the interface if it's used in just one of the implementations? >>> And we can even do without it, as you noted. >>> >>> When I asked this question in the first message of this thread, I was >>> thinking of somehow injecting the project, not changing the interface. >>> >>> But if you say it's reasonable, I will do that, it's not a big deal. >>> >>> >>> On Sat, Jan 25, 2014 at 11:00 PM, George Gastaldi wrote: >>> >>>> However since we are on CR1, and other requirements may appear, perhaps >>>> it's wise to change the interface definition now than later. :) >>>> >>>> Em 25/01/2014, ?s 18:58, "Ivan St. Ivanov" >>>> escreveu: >>>> >>>> Thanks, George! >>>> >>>> As I am not really keen to change the interface definition, I would do >>>> it as you proposed: without the project name. >>>> >>>> Cheers, >>>> Ivan >>>> >>>> >>>> On Sat, Jan 25, 2014 at 10:52 PM, George Gastaldi wrote: >>>> >>>>> Hey Ivan, >>>>> You could change the configure method signature to pass the project as >>>>> a parameter, but remember that it may be null. >>>>> >>>>> However, I think it would be better to not add the projectName to the >>>>> DDL file in order to keep it simple and easier to find. >>>>> >>>>> Best Regards, >>>>> >>>>> George Gastaldi >>>>> >>>>> Em 25/01/2014, ?s 18:42, "Ivan St. Ivanov" >>>>> escreveu: >>>>> >>>>> Hi folks, >>>>> >>>>> I am working on https://issues.jboss.org/browse/FORGE-1443. It's not >>>>> a big deal, it's a matter of adding a few lines to >>>>> the JavaEEDefaultProvider class. >>>>> >>>>> One of the requirements is that the create and drop scripts should >>>>> bear the name of the project: Creade.ddl and >>>>> Drop.ddl. I wonder is there a way to pass that somehow to the >>>>> persistence provider? >>>>> >>>>> Thanks, >>>>> Ivan >>>>> >>>>> _______________________________________________ >>>>> 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 >>>> >>>> >>>> _______________________________________________ >>>> 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 >>> >> >> > _______________________________________________ > 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 > -- 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/20140125/2ec2207b/attachment-0001.html From ggastald at redhat.com Sat Jan 25 22:29:08 2014 From: ggastald at redhat.com (George Gastaldi) Date: Sat, 25 Jan 2014 22:29:08 -0500 (EST) Subject: [forge-dev] Obtaining project name in persistence provider In-Reply-To: References: <8A005C04-88F6-4428-AAA8-B408B6DF914E@redhat.com> <6BF39D33-FDBD-4693-B854-6FE1972C09B2@redhat.com> <08CD5593-F21F-425E-820F-B82B32A1DD7A@redhat.com> Message-ID: Yes, however it should work in a @CommandScoped object. My pull request is not working like this because I can't ensure that the CommandScopedContext (that implements UIContextListener) is executed before others. I have created another JIRA to support ordering in the Furnace's Imported object. > Em 26/01/2014, ?s 01:09, "Lincoln Baxter, III" escreveu: > > I don't think Project should be injectable in Forge 2. Doesn't make sense with the new design. There is no "current project". Not sure we will have such a concept other than what the UISelection provides (as we have done in the AbstractProjectCommand :) > > >> On Sat, Jan 25, 2014 at 5:25 PM, George Gastaldi wrote: >> And yes, it was possible to do that in Forge 1. Shouldn't be too hard to implemebt though. All you need to do is implement UIContextListener and listen for UIContext started events :) >> >>> Em 25/01/2014, ?s 20:21, "Ivan St. Ivanov" escreveu: >>> >> >>> Ah, now I found this MetadataFacet. Is it always available? I see that it uses the Maven facet under the hood. >>> >>> >>>> On Sun, Jan 26, 2014 at 12:17 AM, Ivan St. Ivanov wrote: >>>> I think it was possible to do that in Forge 1? >>>> >>>> BTW, how do you get a project name from the Project object? Is it through the Maven facet? Do we always have that on a project? >>>> >>>> >>>>> On Sun, Jan 26, 2014 at 12:06 AM, George Gastaldi wrote: >>>>> I'd rather pass as a param than injecting tbh. This allows the object to be reused as a singleton without aby thread issues. >>>>> >>>>> Btw Project is not yet available for injection. Should we create a JIRA for it? >>>>> >>>>>> Em 25/01/2014, ?s 20:02, "Ivan St. Ivanov" escreveu: >>>>>> >>>>> >>>>>> OK, but what does the JavaEEDefaultProvider::configure method do? It produces the content of persistence.xml. Why would you need Project object to pollute the interface if it's used in just one of the implementations? And we can even do without it, as you noted. >>>>>> >>>>>> When I asked this question in the first message of this thread, I was thinking of somehow injecting the project, not changing the interface. >>>>>> >>>>>> But if you say it's reasonable, I will do that, it's not a big deal. >>>>>> >>>>>> >>>>>>> On Sat, Jan 25, 2014 at 11:00 PM, George Gastaldi wrote: >>>>>>> However since we are on CR1, and other requirements may appear, perhaps it's wise to change the interface definition now than later. :) >>>>>>> >>>>>>>> Em 25/01/2014, ?s 18:58, "Ivan St. Ivanov" escreveu: >>>>>>>> >>>>>>> >>>>>>>> Thanks, George! >>>>>>>> >>>>>>>> As I am not really keen to change the interface definition, I would do it as you proposed: without the project name. >>>>>>>> >>>>>>>> Cheers, >>>>>>>> Ivan >>>>>>>> >>>>>>>> >>>>>>>>> On Sat, Jan 25, 2014 at 10:52 PM, George Gastaldi wrote: >>>>>>>>> Hey Ivan, >>>>>>>>> You could change the configure method signature to pass the project as a parameter, but remember that it may be null. >>>>>>>>> >>>>>>>>> However, I think it would be better to not add the projectName to the DDL file in order to keep it simple and easier to find. >>>>>>>>> >>>>>>>>> Best Regards, >>>>>>>>> >>>>>>>>> George Gastaldi >>>>>>>>> >>>>>>>>>> Em 25/01/2014, ?s 18:42, "Ivan St. Ivanov" escreveu: >>>>>>>>>> >>>>>>>>> >>>>>>>>>> Hi folks, >>>>>>>>>> >>>>>>>>>> I am working on https://issues.jboss.org/browse/FORGE-1443. It's not a big deal, it's a matter of adding a few lines to the JavaEEDefaultProvider class. >>>>>>>>>> >>>>>>>>>> One of the requirements is that the create and drop scripts should bear the name of the project: Creade.ddl and Drop.ddl. I wonder is there a way to pass that somehow to the persistence provider? >>>>>>>>>> >>>>>>>>>> Thanks, >>>>>>>>>> Ivan >>>>>>>>>> _______________________________________________ >>>>>>>>>> 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 >>>>>>> >>>>>>> _______________________________________________ >>>>>>> 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 >>> >>> _______________________________________________ >>> 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 > > > > -- > Lincoln Baxter, III > http://ocpsoft.org > "Simpler is better." > _______________________________________________ > 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/20140125/42b107a8/attachment.html From forge-dev at lists.jboss.org Sat Jan 25 22:57:20 2014 From: forge-dev at lists.jboss.org (forge-dev at lists.jboss.org) Date: Sat, 25 Jan 2014 22:57:20 EST Subject: [forge-dev] Obtaining project name in persistence provider In-Reply-To: Message-ID: <457466314.461390708697119.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Marking as WON'T FIX since the concept of a current project no longer exists and it's retrievable via AbstractProjectCommand Posted by forums Original post: https://community.jboss.org/message/854825#854825 From lincolnbaxter at gmail.com Sun Jan 26 14:06:10 2014 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Sun, 26 Jan 2014 14:06:10 -0500 Subject: [forge-dev] Help create new type of forge project In-Reply-To: References: <1317766890.441390579116048.JavaMail.jive@jive-app01.app.mwc.hst.phx2.redhat.com> Message-ID: Yes, based on your requirements I would try to use Forge 2 instead. Forge 1 was not really designed to be extended in this way. It's technically *maybe* possible, but I wouldn't really want to try. Additionally, since Forge 1 is not being changed (just maintained) because Forge 2 is nearly here, I would definitely look at Forge 2. This problem was considered when designing it, and should allow you to do what you need. Take a look at the `BuildSystem` (BuildSystem does not necessarily build the project. This name may need to be updated to be clearer of it's purpose; it to be ProjectLocator. Perhaps ProjectProvider would be a better name.): https://github.com/forge/core/blob/2.0/projects/README.asciidoc https://github.com/forge/core/blob/2.0/projects/api/src/main/java/org/jboss/forge/addon/projects/BuildSystem.java#L13 ~Lincoln On Fri, Jan 24, 2014 at 11:16 AM, Rafael Pestano wrote: > Hi George, > > Im not going to perform any build, i'll just analyse the project structure > and files so being build independent mean i can use my plugin in more > projects(for now the ones that have OSGi metadata). > > thanks again > > > 2014/1/24 > > Why are you not using maven or any other Build system? >> >> Posted by forums >> Original post: https://community.jboss.org/message/854657#854657 >> _______________________________________________ >> forge-dev mailing list >> forge-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/forge-dev >> > > > > -- > Att, > > Rafael M. Pestano > > Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul > Graduando em Ci?ncia da Computa??o UFRGS > http://conventionsframework.org > http://rpestano.wordpress.com/ > @realpestano > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev > -- 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/20140126/0e61261b/attachment-0001.html From lincolnbaxter at gmail.com Tue Jan 28 02:48:49 2014 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Tue, 28 Jan 2014 02:48:49 -0500 Subject: [forge-dev] Forge 2.0.0.CR2 Released Message-ID: Please try it out and check for bugs! We are very close to final! Just one day away :) http://forge.jboss.org/news/2014/01/28/post-forge-2.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/20140128/eff9b053/attachment.html From antonio.goncalves at gmail.com Tue Jan 28 03:58:32 2014 From: antonio.goncalves at gmail.com (Antonio Goncalves) Date: Tue, 28 Jan 2014 09:58:32 +0100 Subject: [forge-dev] Forge 2.0.0.CR2 Released In-Reply-To: References: Message-ID: > > Hum.... I've downloaded Forge, removed all the addons, and when I run > Forge, it installs and downloads CR1 artifacts, not CR2 : > > > Installation request for [org.jboss.forge.addon:core,2.0.0.CR1] will: > Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:database-tools,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] > Deploy: [org.jboss.forge.furnace.container:simple,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] > > Confirm installation [Y/n]? Y > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar(3 KB at 38.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar(4 KB at 36.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar(3 KB at 25.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar(4 KB at 48.5 KB/sec) > > > The version is CR2 : > > [Forge]$ version > JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, Inc. [ > http://jboss.org/forge ] > > But I don't see any of the new commands such as project-remove-dependency : > > [Forge]$ project-new > --named --finalName --topLevelPackage --buildSystem --targetLocation > --type --version > > Are you sure CR2 contains the rights addons ? > > > 2014-01-28 Lincoln Baxter, III > > Please try it out and check for bugs! We are very close to final! Just one >> day away :) >> >> http://forge.jboss.org/news/2014/01/28/post-forge-2.html >> >> -- >> Lincoln Baxter, III >> http://ocpsoft.org >> "Simpler is better." >> > -- -- Antonio Goncalves (antonio.goncalves at gmail.com) Software architect Web site : www.antoniogoncalves.org Blog: agoncal.wordpress.com Feed: feeds2.feedburner.com/AntonioGoncalves Paris JUG leader : www.parisjug.org LinkedIn: www.linkedin.com/in/agoncal -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140128/f54c197c/attachment.html From antonio.goncalves at gmail.com Tue Jan 28 04:00:51 2014 From: antonio.goncalves at gmail.com (Antonio Goncalves) Date: Tue, 28 Jan 2014 10:00:51 +0100 Subject: [forge-dev] Cannot build SNAPSHOT cause Aesh 0.48-SNAPSHOT is missing Message-ID: Hi, I've just checked out the latest version of Forge code but I can't build it : [ERROR] Failed to execute goal on project shell-spi: Could not resolve dependencies for project org.jboss.forge.addon:shell-spi:jar:2.0.0-SNAPSHOT: Could not find artifact org.jboss.aesh:aesh:jar:0.48-SNAPSHOT in jboss-public-repository-group ( http://repository.jboss.org/nexus/content/groups/public/) Indeed, Aesh 0.48-SNAPSHOT is missing from the repo : https://repository.jboss.org/nexus/content/groups/public/org/jboss/aesh/aesh/ -- Antonio Goncalves (antonio.goncalves at gmail.com) Software architect -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140128/792414cc/attachment.html From mnovotny at redhat.com Tue Jan 28 04:53:18 2014 From: mnovotny at redhat.com (Marek Novotny) Date: Tue, 28 Jan 2014 10:53:18 +0100 Subject: [forge-dev] Forge 2.0.0.CR2 Released In-Reply-To: References: Message-ID: <52E77E0E.20109@redhat.com> I have the same experience like Antonio. And one question as forge 2.x is a different in some commands, do you plan to update online documentation or is there different URL for 2.x? On 01/28/2014 09:58 AM, Antonio Goncalves wrote: > > Hum.... I've downloaded Forge, removed all the addons, and when I > run Forge, it installs and downloads CR1 artifacts, not CR2 : > > > Installation request for [org.jboss.forge.addon:core,2.0.0.CR1] will: > Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:database-tools,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] > Deploy: [org.jboss.forge.furnace.container:simple,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] > > Confirm installation [Y/n]? Y > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar > (3 KB at 38.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar > (4 KB at 36.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar > (3 KB at 25.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar > (4 KB at 48.5 KB/sec) > > > The version is CR2 : > > [Forge]$ version > JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, Inc. [ > http://jboss.org/forge ] > > But I don't see any of the new commands such as > project-remove-dependency : > > [Forge]$ project-new > --named --finalName --topLevelPackage --buildSystem > --targetLocation --type --version > > Are you sure CR2 contains the rights addons ? > > > 2014-01-28 Lincoln Baxter, III > > > Please try it out and check for bugs! We are very close to > final! Just one day away :) > > http://forge.jboss.org/news/2014/01/28/post-forge-2.html > > -- > Lincoln Baxter, III > http://ocpsoft.org > "Simpler is better." > > > > -- > -- > Antonio Goncalves (antonio.goncalves at gmail.com > ) > Software architect > > Web site : www.antoniogoncalves.org > Blog: agoncal.wordpress.com > Feed: feeds2.feedburner.com/AntonioGoncalves > > Paris JUG leader : www.parisjug.org > LinkedIn: www.linkedin.com/in/agoncal > > > > _______________________________________________ > forge-dev mailing list > forge-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/forge-dev -- Marek Novotny -- WFK and Seam Product Lead Red Hat Czech s.r.o. Purkynova 99 612 45 Brno -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140128/4861eedb/attachment-0001.html From rmpestano at gmail.com Tue Jan 28 07:19:05 2014 From: rmpestano at gmail.com (Rafael Pestano) Date: Tue, 28 Jan 2014 10:19:05 -0200 Subject: [forge-dev] get shell output in a test Message-ID: Hi everyone, how can i get shell output after executing a command? eg: i have a plugin that count lines of files, in my test i expect the command to print 200 so id like to assertEquals that value. Something like calling queueInputLines after executing a command to get its output thanks in advance. -- Att, Rafael M. Pestano Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul Graduando em Ci?ncia da Computa??o UFRGS http://conventionsframework.org http://rpestano.wordpress.com/ @realpestano -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140128/0387b3e0/attachment.html From ggastald at redhat.com Tue Jan 28 07:19:48 2014 From: ggastald at redhat.com (George Gastaldi) Date: Tue, 28 Jan 2014 07:19:48 -0500 (EST) Subject: [forge-dev] Forge 2.0.0.CR2 Released In-Reply-To: <52E77E0E.20109@redhat.com> References: <52E77E0E.20109@redhat.com> Message-ID: Hi Marek, We should update the website with the documentation, we are working on a new website layout too. > Em 28/01/2014, ?s 07:53, Marek Novotny escreveu: > > I have the same experience like Antonio. > > And one question as forge 2.x is a different in some commands, do you plan to update online documentation or is there different URL for 2.x? > >> On 01/28/2014 09:58 AM, Antonio Goncalves wrote: >>> Hum.... I've downloaded Forge, removed all the addons, and when I run Forge, it installs and downloads CR1 artifacts, not CR2 : >>> >>> >>> Installation request for [org.jboss.forge.addon:core,2.0.0.CR1] will: >>> Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:database-tools,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] >>> Deploy: [org.jboss.forge.furnace.container:simple,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] >>> >>> Confirm installation [Y/n]? Y >>> Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar >>> Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar >>> Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar >>> Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar >>> Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar >>> Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar (3 KB at 38.5 KB/sec) >>> Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar >>> Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar (4 KB at 36.6 KB/sec) >>> Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar >>> Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar (3 KB at 25.1 KB/sec) >>> Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar >>> Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar (4 KB at 48.5 KB/sec) >>> >>> >>> The version is CR2 : >>> >>> [Forge]$ version >>> JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, Inc. [ http://jboss.org/forge ] >>> >>> But I don't see any of the new commands such as project-remove-dependency : >>> >>> [Forge]$ project-new >>> --named --finalName --topLevelPackage --buildSystem --targetLocation --type --version >>> >>> Are you sure CR2 contains the rights addons ? >>> >>> >>> 2014-01-28 Lincoln Baxter, III >>> >>>> Please try it out and check for bugs! We are very close to final! Just one day away :) >>>> >>>> http://forge.jboss.org/news/2014/01/28/post-forge-2.html >>>> >>>> -- >>>> Lincoln Baxter, III >>>> http://ocpsoft.org >>>> "Simpler is better." >> >> >> -- >> -- >> Antonio Goncalves (antonio.goncalves at gmail.com) >> Software architect >> >> Web site : www.antoniogoncalves.org >> Blog: agoncal.wordpress.com >> Feed: feeds2.feedburner.com/AntonioGoncalves >> Paris JUG leader : www.parisjug.org >> LinkedIn: www.linkedin.com/in/agoncal >> >> >> _______________________________________________ >> forge-dev mailing list >> forge-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/forge-dev > > > -- > Marek Novotny > -- > WFK and Seam Product Lead > > Red Hat Czech s.r.o. > Purkynova 99 > 612 45 Brno > _______________________________________________ > 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/20140128/d1209fdb/attachment-0001.html From ggastald at redhat.com Tue Jan 28 07:29:27 2014 From: ggastald at redhat.com (George Gastaldi) Date: Tue, 28 Jan 2014 07:29:27 -0500 (EST) Subject: [forge-dev] get shell output in a test In-Reply-To: References: Message-ID: <26790543-3B8A-4274-BE46-B4B6229BFC61@redhat.com> Hi Rafael, Which Forge version are you using? > Em 28/01/2014, ?s 10:19, Rafael Pestano escreveu: > > Hi everyone, > > how can i get shell output after executing a command? > > eg: i have a plugin that count lines of files, in my test i expect the command to print 200 so id like to assertEquals that value. Something like calling queueInputLines after executing a command to get its output > > > thanks in advance. > > -- > Att, > > Rafael M. Pestano > > Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul > Graduando em Ci?ncia da Computa??o UFRGS > http://conventionsframework.org > http://rpestano.wordpress.com/ > @realpestano > _______________________________________________ > 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/20140128/63d91461/attachment.html From rmpestano at gmail.com Tue Jan 28 07:34:03 2014 From: rmpestano at gmail.com (Rafael Pestano) Date: Tue, 28 Jan 2014 10:34:03 -0200 Subject: [forge-dev] get shell output in a test In-Reply-To: <26790543-3B8A-4274-BE46-B4B6229BFC61@redhat.com> References: <26790543-3B8A-4274-BE46-B4B6229BFC61@redhat.com> Message-ID: Hi George, 1.x, i'll migrate to 2.x in next days so the answer is both 2014/1/28 George Gastaldi > Hi Rafael, > > Which Forge version are you using? > > Em 28/01/2014, ?s 10:19, Rafael Pestano escreveu: > > Hi everyone, > > how can i get shell output after executing a command? > > eg: i have a plugin that count lines of files, in my test i expect the > command to print 200 so id like to assertEquals that value. Something like > calling queueInputLines after executing a command to get its output > > > thanks in advance. > > -- > Att, > > Rafael M. Pestano > > Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul > Graduando em Ci?ncia da Computa??o UFRGS > http://conventionsframework.org > http://rpestano.wordpress.com/ > @realpestano > > _______________________________________________ > 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 > -- Att, Rafael M. Pestano Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul Graduando em Ci?ncia da Computa??o UFRGS http://conventionsframework.org http://rpestano.wordpress.com/ @realpestano -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140128/6dc2f9bb/attachment.html From antonio.mailing at gmail.com Tue Jan 28 07:39:13 2014 From: antonio.mailing at gmail.com (Antonio Goncalves) Date: Tue, 28 Jan 2014 13:39:13 +0100 Subject: [forge-dev] Forge 2.0.0.CR2 Released In-Reply-To: References: <52E77E0E.20109@redhat.com> Message-ID: George, don't you think there is something wrong with CR2 pushing CR1 dependencies ? 2014-01-28 George Gastaldi > Hi Marek, > > We should update the website with the documentation, we are working on a > new website layout too. > > Em 28/01/2014, ?s 07:53, Marek Novotny escreveu: > > I have the same experience like Antonio. > > And one question as forge 2.x is a different in some commands, do you plan > to update online documentation or is there different URL for 2.x? > > On 01/28/2014 09:58 AM, Antonio Goncalves wrote: > > Hum.... I've downloaded Forge, removed all the addons, and when I run >> Forge, it installs and downloads CR1 artifacts, not CR2 : >> >> >> Installation request for [org.jboss.forge.addon:core,2.0.0.CR1] will: >> Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:database-tools,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] >> Deploy: [org.jboss.forge.furnace.container:simple,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] >> Deploy: [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] >> >> Confirm installation [Y/n]? Y >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar(3 KB at 38.5 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar(4 KB at 36.6 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar(3 KB at 25.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar(4 KB at 48.5 KB/sec) >> >> >> The version is CR2 : >> >> [Forge]$ version >> JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, Inc. [ >> http://jboss.org/forge ] >> >> But I don't see any of the new commands such as >> project-remove-dependency : >> >> [Forge]$ project-new >> --named --finalName --topLevelPackage --buildSystem --targetLocation >> --type --version >> >> Are you sure CR2 contains the rights addons ? >> >> >> 2014-01-28 Lincoln Baxter, III >> >> Please try it out and check for bugs! We are very close to final! Just >>> one day away :) >>> >>> http://forge.jboss.org/news/2014/01/28/post-forge-2.html >>> >>> -- >>> Lincoln Baxter, III >>> http://ocpsoft.org >>> "Simpler is better." >>> >> > > -- > -- > Antonio Goncalves (antonio.goncalves at gmail.com) > Software architect > > Web site : www.antoniogoncalves.org > Blog: agoncal.wordpress.com > Feed: feeds2.feedburner.com/AntonioGoncalves > Paris JUG leader : www.parisjug.org > LinkedIn: www.linkedin.com/in/agoncal > > > _______________________________________________ > forge-dev mailing listforge-dev at lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/forge-dev > > > > -- > Marek Novotny > -- > WFK and Seam Product Lead > > Red Hat Czech s.r.o. > Purkynova 99 > 612 45 Brno > > _______________________________________________ > 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/20140128/a547d008/attachment-0001.html From ggastald at redhat.com Tue Jan 28 07:45:09 2014 From: ggastald at redhat.com (George Gastaldi) Date: Tue, 28 Jan 2014 07:45:09 -0500 (EST) Subject: [forge-dev] Forge 2.0.0.CR2 Released In-Reply-To: References: <52E77E0E.20109@redhat.com> Message-ID: <9FE36710-71A2-4E86-8D38-B2223C9191F1@redhat.com> Hi Antonio, I believe CR2 was not synch'ed in the official M2 repo. Do you have the JBoss repository set in the settings.xml? Best Regards, George > Em 28/01/2014, ?s 10:39, Antonio Goncalves escreveu: > > George, don't you think there is something wrong with CR2 pushing CR1 dependencies ? > > > 2014-01-28 George Gastaldi >> Hi Marek, >> >> We should update the website with the documentation, we are working on a new website layout too. >> >>> Em 28/01/2014, ?s 07:53, Marek Novotny escreveu: >>> >>> I have the same experience like Antonio. >>> >>> And one question as forge 2.x is a different in some commands, do you plan to update online documentation or is there different URL for 2.x? >>> >>>> On 01/28/2014 09:58 AM, Antonio Goncalves wrote: >>>>> Hum.... I've downloaded Forge, removed all the addons, and when I run Forge, it installs and downloads CR1 artifacts, not CR2 : >>>>> >>>>> >>>>> Installation request for [org.jboss.forge.addon:core,2.0.0.CR1] will: >>>>> Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:database-tools,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.furnace.container:simple,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] >>>>> >>>>> Confirm installation [Y/n]? Y >>>>> Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar >>>>> Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar >>>>> Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar >>>>> Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar >>>>> Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar >>>>> Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar (3 KB at 38.5 KB/sec) >>>>> Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar >>>>> Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar (4 KB at 36.6 KB/sec) >>>>> Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar >>>>> Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar (3 KB at 25.1 KB/sec) >>>>> Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar >>>>> Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar (4 KB at 48.5 KB/sec) >>>>> >>>>> >>>>> The version is CR2 : >>>>> >>>>> [Forge]$ version >>>>> JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, Inc. [ http://jboss.org/forge ] >>>>> >>>>> But I don't see any of the new commands such as project-remove-dependency : >>>>> >>>>> [Forge]$ project-new >>>>> --named --finalName --topLevelPackage --buildSystem --targetLocation --type --version >>>>> >>>>> Are you sure CR2 contains the rights addons ? >>>>> >>>>> >>>>> 2014-01-28 Lincoln Baxter, III >>>>> >>>>>> Please try it out and check for bugs! We are very close to final! Just one day away :) >>>>>> >>>>>> http://forge.jboss.org/news/2014/01/28/post-forge-2.html >>>>>> >>>>>> -- >>>>>> Lincoln Baxter, III >>>>>> http://ocpsoft.org >>>>>> "Simpler is better." >>>> >>>> >>>> -- >>>> -- >>>> Antonio Goncalves (antonio.goncalves at gmail.com) >>>> Software architect >>>> >>>> Web site : www.antoniogoncalves.org >>>> Blog: agoncal.wordpress.com >>>> Feed: feeds2.feedburner.com/AntonioGoncalves >>>> Paris JUG leader : www.parisjug.org >>>> LinkedIn: www.linkedin.com/in/agoncal >>>> >>>> >>>> _______________________________________________ >>>> forge-dev mailing list >>>> forge-dev at lists.jboss.org >>>> https://lists.jboss.org/mailman/listinfo/forge-dev >>> >>> >>> -- >>> Marek Novotny >>> -- >>> WFK and Seam Product Lead >>> >>> Red Hat Czech s.r.o. >>> Purkynova 99 >>> 612 45 Brno >>> _______________________________________________ >>> 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/20140128/83cd062b/attachment-0001.html From ivan.st.ivanov at gmail.com Tue Jan 28 07:51:33 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Tue, 28 Jan 2014 14:51:33 +0200 Subject: [forge-dev] Forge 2.0.0.CR2 Released In-Reply-To: <9FE36710-71A2-4E86-8D38-B2223C9191F1@redhat.com> References: <52E77E0E.20109@redhat.com> <9FE36710-71A2-4E86-8D38-B2223C9191F1@redhat.com> Message-ID: Hi everybody, I have checked both https://repository.jboss.org/nexus/content/repositories/snapshots and https://repository.jboss.org/nexus/content/repositories/releases. They miss the 48th version of aesh. What I usually do is pull the latest changes from the aesh github repo and run a maven build with install option. However, this is not an option for a standard Forge user. Regards, Ivan On Tue, Jan 28, 2014 at 2:45 PM, George Gastaldi wrote: > Hi Antonio, > > I believe CR2 was not synch'ed in the official M2 repo. Do you have the > JBoss repository set in the settings.xml? > > Best Regards, > > George > > Em 28/01/2014, ?s 10:39, Antonio Goncalves > escreveu: > > George, don't you think there is something wrong with CR2 pushing CR1 > dependencies ? > > > 2014-01-28 George Gastaldi > >> Hi Marek, >> >> We should update the website with the documentation, we are working on a >> new website layout too. >> >> Em 28/01/2014, ?s 07:53, Marek Novotny escreveu: >> >> I have the same experience like Antonio. >> >> And one question as forge 2.x is a different in some commands, do you >> plan to update online documentation or is there different URL for 2.x? >> >> On 01/28/2014 09:58 AM, Antonio Goncalves wrote: >> >> Hum.... I've downloaded Forge, removed all the addons, and when I run >>> Forge, it installs and downloads CR1 artifacts, not CR2 : >>> >>> >>> Installation request for [org.jboss.forge.addon:core,2.0.0.CR1] will: >>> Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:database-tools,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] >>> Deploy: [org.jboss.forge.furnace.container:simple,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] >>> >>> Confirm installation [Y/n]? Y >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar(3 KB at 38.5 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar(4 KB at 36.6 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar(3 KB at 25.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar(4 KB at 48.5 KB/sec) >>> >>> >>> The version is CR2 : >>> >>> [Forge]$ version >>> JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, Inc. [ >>> http://jboss.org/forge ] >>> >>> But I don't see any of the new commands such as >>> project-remove-dependency : >>> >>> [Forge]$ project-new >>> --named --finalName --topLevelPackage --buildSystem --targetLocation >>> --type --version >>> >>> Are you sure CR2 contains the rights addons ? >>> >>> >>> 2014-01-28 Lincoln Baxter, III >>> >>> Please try it out and check for bugs! We are very close to final! Just >>>> one day away :) >>>> >>>> http://forge.jboss.org/news/2014/01/28/post-forge-2.html >>>> >>>> -- >>>> Lincoln Baxter, III >>>> http://ocpsoft.org >>>> "Simpler is better." >>>> >>> >> >> -- >> -- >> Antonio Goncalves (antonio.goncalves at gmail.com) >> Software architect >> >> Web site : www.antoniogoncalves.org >> Blog: agoncal.wordpress.com >> Feed: feeds2.feedburner.com/AntonioGoncalves >> Paris JUG leader : www.parisjug.org >> LinkedIn: www.linkedin.com/in/agoncal >> >> >> _______________________________________________ >> forge-dev mailing listforge-dev at lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/forge-dev >> >> >> >> -- >> Marek Novotny >> -- >> WFK and Seam Product Lead >> >> Red Hat Czech s.r.o. >> Purkynova 99 >> 612 45 Brno >> >> _______________________________________________ >> 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/20140128/fb7455f3/attachment.html From rmpestano at gmail.com Tue Jan 28 08:03:14 2014 From: rmpestano at gmail.com (Rafael Pestano) Date: Tue, 28 Jan 2014 11:03:14 -0200 Subject: [forge-dev] Forge 2.0.0.CR2 Released In-Reply-To: References: <52E77E0E.20109@redhat.com> <9FE36710-71A2-4E86-8D38-B2223C9191F1@redhat.com> Message-ID: i got different error(first time using forge2): rmpestano at rmpestano-ubuntu:~/projetos/forge2/dist/forge-distribution-2.0.0.CR2/bin$ ./forge Using Forge at /home/rmpestano/projetos/forge2/dist/forge-distribution-2.0.0.CR2 Listening for transport dt_socket at address: 8000 There are no addons installed; install core addons now? [Y,n] y java.lang.IllegalArgumentException: No Artifact version found for org.jboss.forge.addon:core at org.jboss.forge.bootstrap.Bootstrap.install(Bootstrap.java:231) at org.jboss.forge.bootstrap.Bootstrap.start(Bootstrap.java:203) at org.jboss.forge.bootstrap.Bootstrap.main(Bootstrap.java:93) > Forge version [2.0.0.CR2] _____ | ___|__ _ __ __ _ ___ | |_ / _ \| `__/ _` |/ _ \ \\ | _| (_) | | | (_| | __/ // |_| \___/|_| \__, |\___| |___/ JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ] i have jboss repo in my settings.xml 2014/1/28 Ivan St. Ivanov > Hi everybody, > > I have checked both > https://repository.jboss.org/nexus/content/repositories/snapshots and > https://repository.jboss.org/nexus/content/repositories/releases. They > miss the 48th version of aesh. What I usually do is pull the latest changes > from the aesh github repo and run a maven build with install option. > However, this is not an option for a standard Forge user. > > Regards, > Ivan > > > On Tue, Jan 28, 2014 at 2:45 PM, George Gastaldi wrote: > >> Hi Antonio, >> >> I believe CR2 was not synch'ed in the official M2 repo. Do you have the >> JBoss repository set in the settings.xml? >> >> Best Regards, >> >> George >> >> Em 28/01/2014, ?s 10:39, Antonio Goncalves >> escreveu: >> >> George, don't you think there is something wrong with CR2 pushing CR1 >> dependencies ? >> >> >> 2014-01-28 George Gastaldi >> >>> Hi Marek, >>> >>> We should update the website with the documentation, we are working on a >>> new website layout too. >>> >>> Em 28/01/2014, ?s 07:53, Marek Novotny escreveu: >>> >>> I have the same experience like Antonio. >>> >>> And one question as forge 2.x is a different in some commands, do you >>> plan to update online documentation or is there different URL for 2.x? >>> >>> On 01/28/2014 09:58 AM, Antonio Goncalves wrote: >>> >>> Hum.... I've downloaded Forge, removed all the addons, and when I run >>>> Forge, it installs and downloads CR1 artifacts, not CR2 : >>>> >>>> >>>> Installation request for [org.jboss.forge.addon:core,2.0.0.CR1] will: >>>> Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:database-tools,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.furnace.container:simple,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] >>>> >>>> Confirm installation [Y/n]? Y >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar(3 KB at 38.5 KB/sec) >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar(4 KB at 36.6 KB/sec) >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar(3 KB at 25.1 KB/sec) >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar(4 KB at 48.5 KB/sec) >>>> >>>> >>>> The version is CR2 : >>>> >>>> [Forge]$ version >>>> JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, Inc. [ >>>> http://jboss.org/forge ] >>>> >>>> But I don't see any of the new commands such as >>>> project-remove-dependency : >>>> >>>> [Forge]$ project-new >>>> --named --finalName --topLevelPackage --buildSystem >>>> --targetLocation --type --version >>>> >>>> Are you sure CR2 contains the rights addons ? >>>> >>>> >>>> 2014-01-28 Lincoln Baxter, III >>>> >>>> Please try it out and check for bugs! We are very close to final! >>>>> Just one day away :) >>>>> >>>>> http://forge.jboss.org/news/2014/01/28/post-forge-2.html >>>>> >>>>> -- >>>>> Lincoln Baxter, III >>>>> http://ocpsoft.org >>>>> "Simpler is better." >>>>> >>>> >>> >>> -- >>> -- >>> Antonio Goncalves (antonio.goncalves at gmail.com) >>> Software architect >>> >>> Web site : www.antoniogoncalves.org >>> Blog: agoncal.wordpress.com >>> Feed: feeds2.feedburner.com/AntonioGoncalves >>> Paris JUG leader : www.parisjug.org >>> LinkedIn: www.linkedin.com/in/agoncal >>> >>> >>> _______________________________________________ >>> forge-dev mailing listforge-dev at lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/forge-dev >>> >>> >>> >>> -- >>> Marek Novotny >>> -- >>> WFK and Seam Product Lead >>> >>> Red Hat Czech s.r.o. >>> Purkynova 99 >>> 612 45 Brno >>> >>> _______________________________________________ >>> 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 > -- Att, Rafael M. Pestano Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul Graduando em Ci?ncia da Computa??o UFRGS http://conventionsframework.org http://rpestano.wordpress.com/ @realpestano -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140128/bf0c98d8/attachment-0001.html From ggastald at redhat.com Tue Jan 28 08:17:21 2014 From: ggastald at redhat.com (George Gastaldi) Date: Tue, 28 Jan 2014 11:17:21 -0200 Subject: [forge-dev] Forge 2.0.0.CR2 Released In-Reply-To: References: <52E77E0E.20109@redhat.com> <9FE36710-71A2-4E86-8D38-B2223C9191F1@redhat.com> Message-ID: <52E7ADE1.6010108@redhat.com> Hi Ivan, I just deployed 0.48-SNAPSHOT into https://repository.jboss.org/nexus/content/repositories/snapshots. Could you try again please? Sorry for the inconvenience. On 28-01-2014 10:51, Ivan St. Ivanov wrote: > Hi everybody, > > I have checked both > https://repository.jboss.org/nexus/content/repositories/snapshots and > https://repository.jboss.org/nexus/content/repositories/releases. They > miss the 48th version of aesh. What I usually do is pull the latest > changes from the aesh github repo and run a maven build with install > option. However, this is not an option for a standard Forge user. > > Regards, > Ivan > > > On Tue, Jan 28, 2014 at 2:45 PM, George Gastaldi > wrote: > > Hi Antonio, > > I believe CR2 was not synch'ed in the official M2 repo. Do you > have the JBoss repository set in the settings.xml? > > Best Regards, > > George > > Em 28/01/2014, ?s 10:39, Antonio Goncalves > > > escreveu: > >> George, don't you think there is something wrong with CR2 pushing >> CR1 dependencies ? >> >> >> 2014-01-28 George Gastaldi > > >> >> Hi Marek, >> >> We should update the website with the documentation, we are >> working on a new website layout too. >> >> Em 28/01/2014, ?s 07:53, Marek Novotny > > escreveu: >> >>> I have the same experience like Antonio. >>> >>> And one question as forge 2.x is a different in some >>> commands, do you plan to update online documentation or is >>> there different URL for 2.x? >>> >>> On 01/28/2014 09:58 AM, Antonio Goncalves wrote: >>>> >>>> Hum.... I've downloaded Forge, removed all the addons, >>>> and when I run Forge, it installs and downloads CR1 >>>> artifacts, not CR2 : >>>> >>>> >>>> Installation request for >>>> [org.jboss.forge.addon:core,2.0.0.CR1] will: >>>> Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:database-tools,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] >>>> Deploy: >>>> [org.jboss.forge.furnace.container:simple,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] >>>> >>>> Confirm installation [Y/n]? Y >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar >>>> (3 KB at 38.5 KB/sec) >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar >>>> (4 KB at 36.6 KB/sec) >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar >>>> (3 KB at 25.1 KB/sec) >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar >>>> (4 KB at 48.5 KB/sec) >>>> >>>> >>>> The version is CR2 : >>>> >>>> [Forge]$ version >>>> JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, >>>> Inc. [ http://jboss.org/forge ] >>>> >>>> But I don't see any of the new commands such as >>>> project-remove-dependency : >>>> >>>> [Forge]$ project-new >>>> --named --finalName --topLevelPackage --buildSystem >>>> --targetLocation --type --version >>>> >>>> Are you sure CR2 contains the rights addons ? >>>> >>>> >>>> 2014-01-28 Lincoln Baxter, III >>> > >>>> >>>> Please try it out and check for bugs! We are very >>>> close to final! Just one day away :) >>>> >>>> http://forge.jboss.org/news/2014/01/28/post-forge-2.html >>>> >>>> -- >>>> Lincoln Baxter, III >>>> http://ocpsoft.org >>>> "Simpler is better." >>>> >>>> >>>> >>>> -- >>>> -- >>>> Antonio Goncalves (antonio.goncalves at gmail.com >>>> ) >>>> Software architect >>>> >>>> Web site : www.antoniogoncalves.org >>>> >>>> Blog: agoncal.wordpress.com >>>> Feed: feeds2.feedburner.com/AntonioGoncalves >>>> >>>> Paris JUG leader : www.parisjug.org >>>> LinkedIn: www.linkedin.com/in/agoncal >>>> >>>> >>>> >>>> _______________________________________________ >>>> forge-dev mailing list >>>> forge-dev at lists.jboss.org >>>> https://lists.jboss.org/mailman/listinfo/forge-dev >>> >>> >>> -- >>> Marek Novotny >>> -- >>> WFK and Seam Product Lead >>> >>> Red Hat Czech s.r.o. >>> Purkynova 99 >>> 612 45 Brno >>> _______________________________________________ >>> 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140128/4937363f/attachment-0001.html From ggastald at redhat.com Tue Jan 28 08:19:06 2014 From: ggastald at redhat.com (George Gastaldi) Date: Tue, 28 Jan 2014 11:19:06 -0200 Subject: [forge-dev] Forge 2.0.0.CR2 Released In-Reply-To: References: <52E77E0E.20109@redhat.com> <9FE36710-71A2-4E86-8D38-B2223C9191F1@redhat.com> Message-ID: <52E7AE4A.1090507@redhat.com> this is weird, could you run first: ./forge -i org.jboss.forge.addon:core,2.0.0.CR2 and then ./forge ? On 28-01-2014 11:03, Rafael Pestano wrote: > i got different error(first time using forge2): > > rmpestano at rmpestano-ubuntu:~/projetos/forge2/dist/forge-distribution-2.0.0.CR2/bin$ > ./forge > Using Forge at > /home/rmpestano/projetos/forge2/dist/forge-distribution-2.0.0.CR2 > Listening for transport dt_socket at address: 8000 > There are no addons installed; install core addons now? [Y,n] y > java.lang.IllegalArgumentException: No Artifact version found for > org.jboss.forge.addon:core > at org.jboss.forge.bootstrap.Bootstrap.install(Bootstrap.java:231) > at org.jboss.forge.bootstrap.Bootstrap.start(Bootstrap.java:203) > at org.jboss.forge.bootstrap.Bootstrap.main(Bootstrap.java:93) > > Forge version [2.0.0.CR2] > > _____ > | ___|__ _ __ __ _ ___ > | |_ / _ \| `__/ _` |/ _ \ \\ > | _| (_) | | | (_| | __/ // > |_| \___/|_| \__, |\___| > |___/ > > JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, Inc. [ > http://forge.jboss.org ] > > i have jboss repo in my settings.xml > > > > > 2014/1/28 Ivan St. Ivanov > > > Hi everybody, > > I have checked both > https://repository.jboss.org/nexus/content/repositories/snapshots > and > https://repository.jboss.org/nexus/content/repositories/releases. > They miss the 48th version of aesh. What I usually do is pull the > latest changes from the aesh github repo and run a maven build > with install option. However, this is not an option for a standard > Forge user. > > Regards, > Ivan > > > On Tue, Jan 28, 2014 at 2:45 PM, George Gastaldi > > wrote: > > Hi Antonio, > > I believe CR2 was not synch'ed in the official M2 repo. Do you > have the JBoss repository set in the settings.xml? > > Best Regards, > > George > > Em 28/01/2014, ?s 10:39, Antonio Goncalves > > > escreveu: > >> George, don't you think there is something wrong with CR2 >> pushing CR1 dependencies ? >> >> >> 2014-01-28 George Gastaldi > > >> >> Hi Marek, >> >> We should update the website with the documentation, we >> are working on a new website layout too. >> >> Em 28/01/2014, ?s 07:53, Marek Novotny >> > escreveu: >> >>> I have the same experience like Antonio. >>> >>> And one question as forge 2.x is a different in some >>> commands, do you plan to update online documentation or >>> is there different URL for 2.x? >>> >>> On 01/28/2014 09:58 AM, Antonio Goncalves wrote: >>>> >>>> Hum.... I've downloaded Forge, removed all the >>>> addons, and when I run Forge, it installs and >>>> downloads CR1 artifacts, not CR2 : >>>> >>>> >>>> Installation request for >>>> [org.jboss.forge.addon:core,2.0.0.CR1] will: >>>> Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] >>>> Deploy: >>>> [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] >>>> Deploy: >>>> [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] >>>> Deploy: >>>> [org.jboss.forge.addon:database-tools,2.0.0.CR1] >>>> Deploy: >>>> [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] >>>> Deploy: >>>> [org.jboss.forge.furnace.container:simple,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] >>>> Deploy: >>>> [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] >>>> >>>> Confirm installation [Y/n]? Y >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar >>>> (3 KB at 38.5 KB/sec) >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar >>>> (4 KB at 36.6 KB/sec) >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar >>>> (3 KB at 25.1 KB/sec) >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar >>>> (4 KB at 48.5 KB/sec) >>>> >>>> >>>> The version is CR2 : >>>> >>>> [Forge]$ version >>>> JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red >>>> Hat, Inc. [ http://jboss.org/forge ] >>>> >>>> But I don't see any of the new commands such as >>>> project-remove-dependency : >>>> >>>> [Forge]$ project-new >>>> --named --finalName --topLevelPackage >>>> --buildSystem --targetLocation --type --version >>>> >>>> Are you sure CR2 contains the rights addons ? >>>> >>>> >>>> 2014-01-28 Lincoln Baxter, III >>>> >>> > >>>> >>>> Please try it out and check for bugs! We are >>>> very close to final! Just one day away :) >>>> >>>> http://forge.jboss.org/news/2014/01/28/post-forge-2.html >>>> >>>> -- >>>> Lincoln Baxter, III >>>> http://ocpsoft.org >>>> "Simpler is better." >>>> >>>> >>>> >>>> -- >>>> -- >>>> Antonio Goncalves (antonio.goncalves at gmail.com >>>> ) >>>> Software architect >>>> >>>> Web site : www.antoniogoncalves.org >>>> >>>> Blog: agoncal.wordpress.com >>>> Feed: feeds2.feedburner.com/AntonioGoncalves >>>> >>>> Paris JUG leader : www.parisjug.org >>>> >>>> LinkedIn: www.linkedin.com/in/agoncal >>>> >>>> >>>> >>>> _______________________________________________ >>>> forge-dev mailing list >>>> forge-dev at lists.jboss.org >>>> https://lists.jboss.org/mailman/listinfo/forge-dev >>> >>> >>> -- >>> Marek Novotny >>> -- >>> WFK and Seam Product Lead >>> >>> Red Hat Czech s.r.o. >>> Purkynova 99 >>> 612 45 Brno >>> _______________________________________________ >>> 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 > > > > > -- > Att, > > Rafael M. Pestano > > Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul > Graduando em Ci?ncia da Computa??o UFRGS > http://conventionsframework.org > http://rpestano.wordpress.com/ > @realpestano > > > _______________________________________________ > 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/20140128/de613f84/attachment-0001.html From antonio.mailing at gmail.com Tue Jan 28 08:23:35 2014 From: antonio.mailing at gmail.com (Antonio Goncalves) Date: Tue, 28 Jan 2014 14:23:35 +0100 Subject: [forge-dev] Forge 2.0.0.CR2 Released In-Reply-To: <9FE36710-71A2-4E86-8D38-B2223C9191F1@redhat.com> References: <52E77E0E.20109@redhat.com> <9FE36710-71A2-4E86-8D38-B2223C9191F1@redhat.com> Message-ID: Yes I do, but I think the problem is more in the version of the dependencies. As you can see below, all the downloaded addons are CR1 : ~/Documents/Code/temp/Forge$ forge There are no addons installed; install core addons now? [Y,n] Y Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/core/maven-metadata.xml Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/core/maven-metadata.xml(648 B at 1.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1.pom(5 KB at 88.5 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/core-parent/2.0.0.CR1/core-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/core-parent/2.0.0.CR1/core-parent-2.0.0.CR1.pom(2 KB at 25.0 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/forge-parent/2.0.0.CR1/forge-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/forge-parent/2.0.0.CR1/forge-parent-2.0.0.CR1.pom(27 KB at 291.3 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1.pom(3 KB at 28.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-parent/2.0.0.CR1/addon-manager-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-parent/2.0.0.CR1/addon-manager-parent-2.0.0.CR1.pom(3 KB at 58.6 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1.pom(3 KB at 73.8 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-parent/2.0.0.CR1/ui-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-parent/2.0.0.CR1/ui-parent-2.0.0.CR1.pom(3 KB at 58.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1.pom(3 KB at 53.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-parent/2.0.0.CR1/convert-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-parent/2.0.0.CR1/convert-parent-2.0.0.CR1.pom(2 KB at 36.4 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1.pom(3 KB at 56.4 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-parent/2.0.0.CR1/cdi-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-parent/2.0.0.CR1/cdi-parent-2.0.0.CR1.pom(15 KB at 260.2 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.pom(559 B at 13.3 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-parent/2.0.0.CR1/furnace-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-parent/2.0.0.CR1/furnace-parent-2.0.0.CR1.pom(16 KB at 272.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1.pom(3 KB at 56.4 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-parent/2.0.0.CR1/facets-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-parent/2.0.0.CR1/facets-parent-2.0.0.CR1.pom(2 KB at 39.0 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1.pom(3 KB at 48.2 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1.pom(3 KB at 60.0 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-parent/2.0.0.CR1/environment-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-parent/2.0.0.CR1/environment-parent-2.0.0.CR1.pom(2 KB at 38.7 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1.pom(4 KB at 75.2 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-parent/2.0.0.CR1/projects-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-parent/2.0.0.CR1/projects-parent-2.0.0.CR1.pom(2 KB at 44.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1.pom(3 KB at 58.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-parent/2.0.0.CR1/dependencies-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-parent/2.0.0.CR1/dependencies-parent-2.0.0.CR1.pom(2 KB at 32.3 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1.pom(3 KB at 73.7 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-parent/2.0.0.CR1/resources-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-parent/2.0.0.CR1/resources-parent-2.0.0.CR1.pom(2 KB at 39.6 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1.pom(2 KB at 43.3 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1.pom(4 KB at 72.8 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-parent/2.0.0.CR1/addons-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-parent/2.0.0.CR1/addons-parent-2.0.0.CR1.pom(4 KB at 68.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1.pom(5 KB at 103.7 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-parent/2.0.0.CR1/maven-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-parent/2.0.0.CR1/maven-parent-2.0.0.CR1.pom(4 KB at 68.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1.pom(3 KB at 76.7 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-parent/2.0.0.CR1/parser-xml-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-parent/2.0.0.CR1/parser-xml-parent-2.0.0.CR1.pom(2 KB at 53.7 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1.pom(4 KB at 85.2 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-parent/2.0.0.CR1/parser-java-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-parent/2.0.0.CR1/parser-java-parent-2.0.0.CR1.pom(2 KB at 44.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1.pom(4 KB at 76.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-parent/2.0.0.CR1/javaee-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-parent/2.0.0.CR1/javaee-parent-2.0.0.CR1.pom(4 KB at 94.5 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1.pom(3 KB at 64.2 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-parent/2.0.0.CR1/templates-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-parent/2.0.0.CR1/templates-parent-2.0.0.CR1.pom(2 KB at 52.6 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1.pom(3 KB at 52.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1.pom(3 KB at 64.5 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1.pom(3 KB at 63.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-parent/2.0.0.CR1/simple-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-parent/2.0.0.CR1/simple-parent-2.0.0.CR1.pom(13 KB at 224.3 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1.pom(3 KB at 60.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-parent/2.0.0.CR1/configuration-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-parent/2.0.0.CR1/configuration-parent-2.0.0.CR1.pom(2 KB at 47.2 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1.pom(4 KB at 81.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1.pom(3 KB at 59.0 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-parent/2.0.0.CR1/scaffold-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-parent/2.0.0.CR1/scaffold-parent-2.0.0.CR1.pom(3 KB at 57.5 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1.pom(2 KB at 36.2 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1.pom(3 KB at 70.2 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1.pom(4 KB at 66.2 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-parent/2.0.0.CR1/shell-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-parent/2.0.0.CR1/shell-parent-2.0.0.CR1.pom(4 KB at 94.3 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1.pom(2 KB at 34.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1.pom(3 KB at 68.6 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-parent/2.0.0.CR1/database-tools-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-parent/2.0.0.CR1/database-tools-parent-2.0.0.CR1.pom(7 KB at 157.2 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.pom(2 KB at 33.3 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.pom(687 B at 18.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-parent/2.0.0.CR1/furnace-manager-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-parent/2.0.0.CR1/furnace-manager-parent-2.0.0.CR1.pom(3 KB at 49.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.pom(3 KB at 55.7 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.pom(901 B at 19.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.pom(2 KB at 31.6 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.pom(2 KB at 53.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.pom(697 B at 18.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.pom(840 B at 22.2 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.pom(2 KB at 20.3 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.pom(2 KB at 40.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.pom(2 KB at 29.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.pom(740 B at 20.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.pom(2 KB at 25.4 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.pom(703 B at 14.3 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.pom(856 B at 23.2 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.pom(2 KB at 34.3 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.pom(3 KB at 61.6 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.pom(875 B at 17.4 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.pom(848 B at 22.4 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.pom(936 B at 25.4 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.pom(2 KB at 44.0 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.pom(744 B at 7.0 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.pom(2 KB at 52.3 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.pom(3 KB at 59.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.pom(2 KB at 50.0 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.pom(5 KB at 105.3 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.pom(5 KB at 117.0 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-parent/2.0.0.CR1/furnace-manager-resolver-parent-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-parent/2.0.0.CR1/furnace-manager-resolver-parent-2.0.0.CR1.pom(610 B at 17.0 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.pom(4 KB at 79.2 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.pom(2 KB at 23.8 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.pom(2 KB at 37.8 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.pom(2 KB at 32.6 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.pom(2 KB at 40.4 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.pom(3 KB at 71.6 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.pom(3 KB at 62.7 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.pom(2 KB at 30.5 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.pom(2 KB at 34.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.pom(726 B at 15.4 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.pom(2 KB at 28.5 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.pom(938 B at 22.3 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.pom(2 KB at 28.6 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.pom(2 KB at 26.3 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.pom(2 KB at 30.5 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.pom(2 KB at 38.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.pom(3 KB at 56.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.pom (3 KB at 67.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.pom(931 B at 21.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.pom Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.pom(3 KB at 59.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/eclipse/core/commands/maven-metadata.xml Downloaded: http://repo1.maven.org/maven2/org/eclipse/core/commands/maven-metadata.xml(376 B at 9.7 KB/sec) Downloading: http://repo1.maven.org/maven2/org/eclipse/equinox/common/maven-metadata.xml Downloaded: http://repo1.maven.org/maven2/org/eclipse/equinox/common/maven-metadata.xml(383 B at 10.4 KB/sec) Downloading: http://repo1.maven.org/maven2/org/eclipse/osgi/maven-metadata.xml Downloaded: http://repo1.maven.org/maven2/org/eclipse/osgi/maven-metadata.xml (367 B at 10.5 KB/sec) Downloading: http://repo1.maven.org/maven2/org/eclipse/core/jobs/maven-metadata.xml Downloaded: http://repo1.maven.org/maven2/org/eclipse/core/jobs/maven-metadata.xml (378 B at 10.5 KB/sec) Downloading: http://repo1.maven.org/maven2/org/eclipse/equinox/registry/maven-metadata.xml Downloaded: http://repo1.maven.org/maven2/org/eclipse/equinox/registry/maven-metadata.xml(385 B at 11.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/eclipse/equinox/preferences/maven-metadata.xml Downloaded: http://repo1.maven.org/maven2/org/eclipse/equinox/preferences/maven-metadata.xml(388 B at 11.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/eclipse/core/contenttype/maven-metadata.xml Downloaded: http://repo1.maven.org/maven2/org/eclipse/core/contenttype/maven-metadata.xml(385 B at 11.1 KB/sec) Installation request for [org.jboss.forge.addon:core,2.0.0.CR1] will: Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] Deploy: [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] Deploy: [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] Deploy: [org.jboss.forge.addon:database-tools,2.0.0.CR1] Deploy: [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] Deploy: [org.jboss.forge.furnace.container:simple,2.0.0.CR1] Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] Deploy: [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] Confirm installation [Y/n]? Y Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar(3 KB at 38.5 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar(4 KB at 36.6 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar(3 KB at 25.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar(4 KB at 48.5 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1-forge-addon.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar(3 KB at 46.0 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar(23 KB at 145.3 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar(17 KB at 104.4 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar(4 KB at 56.1 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1-forge-addon.jar(4 KB at 79.8 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1-forge-addon.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1-forge-addon.jar(3 KB at 59.7 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.jar(5 KB at 95.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1-forge-addon.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1-forge-addon.jar(4 KB at 66.0 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.jar(3 KB at 45.4 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.jar(6 KB at 99.7 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.jar(17 KB at 198.0 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.jar(19 KB at 146.8 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1-forge-addon.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1-forge-addon.jar(7 KB at 121.6 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1-forge-addon.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1-forge-addon.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1-forge-addon.jar(4 KB at 49.0 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1-forge-addon.jar(127 KB at 538.2 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1-forge-addon.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1-forge-addon.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.jar(4 KB at 96.4 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1-forge-addon.jar(4 KB at 57.4 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.jar(15 KB at 220.7 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1-forge-addon.jar(3 KB at 40.8 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1-forge-addon.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1-forge-addon.jar(4 KB at 80.8 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.jar(5 KB at 105.7 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.jar(35 KB at 355.7 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1-forge-addon.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1-forge-addon.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1-forge-addon.jar(9 KB at 162.9 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1-forge-addon.jar(3 KB at 52.0 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.jar(6 KB at 125.2 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.jar(8 KB at 132.6 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1-forge-addon.jar Downloading: http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1-forge-addon.jar(3 KB at 60.2 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.jar (342 KB at 630.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1-forge-addon.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1-forge-addon.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1-forge-addon.jar(3 KB at 75.0 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.jar(7 KB at 130.4 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1-forge-addon.jar(3 KB at 36.7 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.jar(94 KB at 429.5 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1-forge-addon.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1-forge-addon.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.jar(24 KB at 334.1 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1-forge-addon.jar(3 KB at 26.7 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1-forge-addon.jar(6 KB at 46.0 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.jar(28 KB at 211.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.jar(4 KB at 78.9 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.jar(75 KB at 356.0 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.jar(30 KB at 100.1 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.jar(11 KB at 12.0 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1-forge-addon.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1-forge-addon.jar(11 KB at 129.7 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1-forge-addon.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1-forge-addon.jar(3 KB at 75.4 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.jar(16 KB at 139.0 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.jar(36 KB at 288.2 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1-forge-addon.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1-forge-addon.jar(5 KB at 102.0 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1-forge-addon.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1-forge-addon.jar(4 KB at 83.0 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.jar(4 KB at 87.6 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.jar(9 KB at 152.0 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1-forge-addon.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1-forge-addon.jar(4 KB at 23.5 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.jar(37 KB at 108.9 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.jar(230 KB at 514.7 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.jar(24 KB at 348.2 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.jar(3 KB at 33.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1-forge-addon.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1-forge-addon.jar(3 KB at 49.0 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.jar(31 KB at 301.6 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.jar(36 KB at 234.6 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.jar(4 KB at 99.5 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.jar(7 KB at 113.4 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.jar(29 KB at 353.0 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.jar(24 KB at 147.9 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.jar(37 KB at 199.9 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.jar(91 KB at 187.2 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.jar(12 KB at 228.2 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.jar(7 KB at 113.9 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.jar(4 KB at 80.8 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.jar(5 KB at 86.6 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.jar(4 KB at 90.1 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.jar(86 KB at 479.1 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.jar(9 KB at 178.1 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.jar(15 KB at 194.6 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.jar Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.jar(51 KB at 343.2 KB/sec) Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.jar(53 KB at 261.0 KB/sec) Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1-forge-addon.jar Downloaded: http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1-forge-addon.jar(3 KB at 60.2 KB/sec) Installation completed successfully. _____ | ___|__ _ __ __ _ ___ | |_ / _ \| `__/ _` |/ _ \ \\ | _| (_) | | | (_| | __/ // |_| \___/|_| \__, |\___| |___/ JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ] [Forge]$ 2014-01-28 George Gastaldi > Hi Antonio, > > I believe CR2 was not synch'ed in the official M2 repo. Do you have the > JBoss repository set in the settings.xml? > > Best Regards, > > George > > Em 28/01/2014, ?s 10:39, Antonio Goncalves > escreveu: > > George, don't you think there is something wrong with CR2 pushing CR1 > dependencies ? > > > 2014-01-28 George Gastaldi > >> Hi Marek, >> >> We should update the website with the documentation, we are working on a >> new website layout too. >> >> Em 28/01/2014, ?s 07:53, Marek Novotny escreveu: >> >> I have the same experience like Antonio. >> >> And one question as forge 2.x is a different in some commands, do you >> plan to update online documentation or is there different URL for 2.x? >> >> On 01/28/2014 09:58 AM, Antonio Goncalves wrote: >> >> Hum.... I've downloaded Forge, removed all the addons, and when I run >>> Forge, it installs and downloads CR1 artifacts, not CR2 : >>> >>> >>> Installation request for [org.jboss.forge.addon:core,2.0.0.CR1] will: >>> Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:database-tools,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] >>> Deploy: [org.jboss.forge.furnace.container:simple,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] >>> >>> Confirm installation [Y/n]? Y >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar(3 KB at 38.5 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar(4 KB at 36.6 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar(3 KB at 25.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar(4 KB at 48.5 KB/sec) >>> >>> >>> The version is CR2 : >>> >>> [Forge]$ version >>> JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, Inc. [ >>> http://jboss.org/forge ] >>> >>> But I don't see any of the new commands such as >>> project-remove-dependency : >>> >>> [Forge]$ project-new >>> --named --finalName --topLevelPackage --buildSystem --targetLocation >>> --type --version >>> >>> Are you sure CR2 contains the rights addons ? >>> >>> >>> 2014-01-28 Lincoln Baxter, III >>> >>> Please try it out and check for bugs! We are very close to final! Just >>>> one day away :) >>>> >>>> http://forge.jboss.org/news/2014/01/28/post-forge-2.html >>>> >>>> -- >>>> Lincoln Baxter, III >>>> http://ocpsoft.org >>>> "Simpler is better." >>>> >>> >> >> -- >> -- >> Antonio Goncalves (antonio.goncalves at gmail.com) >> Software architect >> >> Web site : www.antoniogoncalves.org >> Blog: agoncal.wordpress.com >> Feed: feeds2.feedburner.com/AntonioGoncalves >> Paris JUG leader : www.parisjug.org >> LinkedIn: www.linkedin.com/in/agoncal >> >> >> _______________________________________________ >> forge-dev mailing listforge-dev at lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/forge-dev >> >> >> >> -- >> Marek Novotny >> -- >> WFK and Seam Product Lead >> >> Red Hat Czech s.r.o. >> Purkynova 99 >> 612 45 Brno >> >> _______________________________________________ >> 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/20140128/fabebef0/attachment-0001.html From ggastald at redhat.com Tue Jan 28 08:32:33 2014 From: ggastald at redhat.com (George Gastaldi) Date: Tue, 28 Jan 2014 11:32:33 -0200 Subject: [forge-dev] Forge 2.0.0.CR2 Released In-Reply-To: References: <52E77E0E.20109@redhat.com> <9FE36710-71A2-4E86-8D38-B2223C9191F1@redhat.com> Message-ID: <52E7B171.5000505@redhat.com> This is weird. I just tested here and it downloaded CR2 addons perfectly. From your log, it doesn't seem to be using the JBoss repositories. Are you using the ZIP from CR2? Can you clean your ~/.forge repository before attempting to run? What happens if you run ./forge -i org.jboss.forge.addon:core,2.0.0.CR2 ? On 28-01-2014 11:23, Antonio Goncalves wrote: > Yes I do, but I think the problem is more in the version of the > dependencies. As you can see below, all the downloaded addons are CR1 : > > > > ~/Documents/Code/temp/Forge$ forge > There are no addons installed; install core addons now? [Y,n] Y > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/core/maven-metadata.xml > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/core/maven-metadata.xml > (648 B at 1.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1.pom > (5 KB at 88.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/core-parent/2.0.0.CR1/core-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/core-parent/2.0.0.CR1/core-parent-2.0.0.CR1.pom > (2 KB at 25.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/forge-parent/2.0.0.CR1/forge-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/forge-parent/2.0.0.CR1/forge-parent-2.0.0.CR1.pom > (27 KB at 291.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1.pom > (3 KB at 28.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-parent/2.0.0.CR1/addon-manager-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-parent/2.0.0.CR1/addon-manager-parent-2.0.0.CR1.pom > (3 KB at 58.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1.pom > (3 KB at 73.8 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-parent/2.0.0.CR1/ui-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-parent/2.0.0.CR1/ui-parent-2.0.0.CR1.pom > (3 KB at 58.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1.pom > (3 KB at 53.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-parent/2.0.0.CR1/convert-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-parent/2.0.0.CR1/convert-parent-2.0.0.CR1.pom > (2 KB at 36.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1.pom > (3 KB at 56.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-parent/2.0.0.CR1/cdi-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-parent/2.0.0.CR1/cdi-parent-2.0.0.CR1.pom > (15 KB at 260.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.pom > (559 B at 13.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-parent/2.0.0.CR1/furnace-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-parent/2.0.0.CR1/furnace-parent-2.0.0.CR1.pom > (16 KB at 272.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1.pom > (3 KB at 56.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-parent/2.0.0.CR1/facets-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-parent/2.0.0.CR1/facets-parent-2.0.0.CR1.pom > (2 KB at 39.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1.pom > (3 KB at 48.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1.pom > (3 KB at 60.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-parent/2.0.0.CR1/environment-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-parent/2.0.0.CR1/environment-parent-2.0.0.CR1.pom > (2 KB at 38.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1.pom > (4 KB at 75.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-parent/2.0.0.CR1/projects-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-parent/2.0.0.CR1/projects-parent-2.0.0.CR1.pom > (2 KB at 44.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1.pom > (3 KB at 58.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-parent/2.0.0.CR1/dependencies-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-parent/2.0.0.CR1/dependencies-parent-2.0.0.CR1.pom > (2 KB at 32.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1.pom > (3 KB at 73.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-parent/2.0.0.CR1/resources-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-parent/2.0.0.CR1/resources-parent-2.0.0.CR1.pom > (2 KB at 39.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1.pom > (2 KB at 43.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1.pom > (4 KB at 72.8 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-parent/2.0.0.CR1/addons-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-parent/2.0.0.CR1/addons-parent-2.0.0.CR1.pom > (4 KB at 68.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1.pom > (5 KB at 103.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-parent/2.0.0.CR1/maven-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-parent/2.0.0.CR1/maven-parent-2.0.0.CR1.pom > (4 KB at 68.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1.pom > (3 KB at 76.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-parent/2.0.0.CR1/parser-xml-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-parent/2.0.0.CR1/parser-xml-parent-2.0.0.CR1.pom > (2 KB at 53.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1.pom > (4 KB at 85.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-parent/2.0.0.CR1/parser-java-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-parent/2.0.0.CR1/parser-java-parent-2.0.0.CR1.pom > (2 KB at 44.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1.pom > (4 KB at 76.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-parent/2.0.0.CR1/javaee-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-parent/2.0.0.CR1/javaee-parent-2.0.0.CR1.pom > (4 KB at 94.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1.pom > (3 KB at 64.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-parent/2.0.0.CR1/templates-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-parent/2.0.0.CR1/templates-parent-2.0.0.CR1.pom > (2 KB at 52.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1.pom > (3 KB at 52.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1.pom > (3 KB at 64.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1.pom > (3 KB at 63.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-parent/2.0.0.CR1/simple-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-parent/2.0.0.CR1/simple-parent-2.0.0.CR1.pom > (13 KB at 224.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1.pom > (3 KB at 60.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-parent/2.0.0.CR1/configuration-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-parent/2.0.0.CR1/configuration-parent-2.0.0.CR1.pom > (2 KB at 47.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1.pom > (4 KB at 81.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1.pom > (3 KB at 59.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-parent/2.0.0.CR1/scaffold-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-parent/2.0.0.CR1/scaffold-parent-2.0.0.CR1.pom > (3 KB at 57.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1.pom > (2 KB at 36.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1.pom > (3 KB at 70.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1.pom > (4 KB at 66.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-parent/2.0.0.CR1/shell-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-parent/2.0.0.CR1/shell-parent-2.0.0.CR1.pom > (4 KB at 94.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1.pom > (2 KB at 34.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1.pom > (3 KB at 68.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-parent/2.0.0.CR1/database-tools-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-parent/2.0.0.CR1/database-tools-parent-2.0.0.CR1.pom > (7 KB at 157.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.pom > (2 KB at 33.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.pom > (687 B at 18.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-parent/2.0.0.CR1/furnace-manager-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-parent/2.0.0.CR1/furnace-manager-parent-2.0.0.CR1.pom > (3 KB at 49.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.pom > (3 KB at 55.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.pom > (901 B at 19.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.pom > (2 KB at 31.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.pom > (2 KB at 53.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.pom > (697 B at 18.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.pom > (840 B at 22.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.pom > (2 KB at 20.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.pom > (2 KB at 40.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.pom > (2 KB at 29.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.pom > (740 B at 20.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.pom > (2 KB at 25.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.pom > (703 B at 14.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.pom > (856 B at 23.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.pom > (2 KB at 34.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.pom > (3 KB at 61.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.pom > (875 B at 17.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.pom > (848 B at 22.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.pom > (936 B at 25.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.pom > (2 KB at 44.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.pom > (744 B at 7.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.pom > (2 KB at 52.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.pom > (3 KB at 59.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.pom > (2 KB at 50.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.pom > (5 KB at 105.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.pom > (5 KB at 117.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-parent/2.0.0.CR1/furnace-manager-resolver-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-parent/2.0.0.CR1/furnace-manager-resolver-parent-2.0.0.CR1.pom > (610 B at 17.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.pom > (4 KB at 79.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.pom > (2 KB at 23.8 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.pom > (2 KB at 37.8 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.pom > (2 KB at 32.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.pom > (2 KB at 40.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.pom > (3 KB at 71.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.pom > (3 KB at 62.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.pom > (2 KB at 30.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.pom > (2 KB at 34.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.pom > (726 B at 15.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.pom > (2 KB at 28.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.pom > (938 B at 22.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.pom > (2 KB at 28.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.pom > (2 KB at 26.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.pom > (2 KB at 30.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.pom > (2 KB at 38.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.pom > (3 KB at 56.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.pom > (3 KB at 67.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.pom > (931 B at 21.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.pom > (3 KB at 59.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/eclipse/core/commands/maven-metadata.xml > Downloaded: > http://repo1.maven.org/maven2/org/eclipse/core/commands/maven-metadata.xml > (376 B at 9.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/eclipse/equinox/common/maven-metadata.xml > Downloaded: > http://repo1.maven.org/maven2/org/eclipse/equinox/common/maven-metadata.xml > (383 B at 10.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/eclipse/osgi/maven-metadata.xml > Downloaded: > http://repo1.maven.org/maven2/org/eclipse/osgi/maven-metadata.xml (367 > B at 10.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/eclipse/core/jobs/maven-metadata.xml > Downloaded: > http://repo1.maven.org/maven2/org/eclipse/core/jobs/maven-metadata.xml > (378 B at 10.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/eclipse/equinox/registry/maven-metadata.xml > Downloaded: > http://repo1.maven.org/maven2/org/eclipse/equinox/registry/maven-metadata.xml > (385 B at 11.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/eclipse/equinox/preferences/maven-metadata.xml > Downloaded: > http://repo1.maven.org/maven2/org/eclipse/equinox/preferences/maven-metadata.xml > (388 B at 11.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/eclipse/core/contenttype/maven-metadata.xml > Downloaded: > http://repo1.maven.org/maven2/org/eclipse/core/contenttype/maven-metadata.xml > (385 B at 11.1 KB/sec) > Installation request for [org.jboss.forge.addon:core,2.0.0.CR1] will: > Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:database-tools,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] > Deploy: [org.jboss.forge.furnace.container:simple,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] > > Confirm installation [Y/n]? Y > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar > (3 KB at 38.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar > (4 KB at 36.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar > (3 KB at 25.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar > (4 KB at 48.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar > (3 KB at 46.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar > (23 KB at 145.3 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar > (17 KB at 104.4 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar > (4 KB at 56.1 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1-forge-addon.jar > (4 KB at 79.8 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1-forge-addon.jar > (3 KB at 59.7 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.jar > (5 KB at 95.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1-forge-addon.jar > (4 KB at 66.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.jar > (3 KB at 45.4 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.jar > (6 KB at 99.7 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.jar > (17 KB at 198.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.jar > (19 KB at 146.8 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1-forge-addon.jar > (7 KB at 121.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1-forge-addon.jar > (4 KB at 49.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1-forge-addon.jar > (127 KB at 538.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.jar > (4 KB at 96.4 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1-forge-addon.jar > (4 KB at 57.4 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.jar > (15 KB at 220.7 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1-forge-addon.jar > (3 KB at 40.8 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1-forge-addon.jar > (4 KB at 80.8 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.jar > (5 KB at 105.7 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.jar > (35 KB at 355.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1-forge-addon.jar > (9 KB at 162.9 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1-forge-addon.jar > (3 KB at 52.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.jar > (6 KB at 125.2 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.jar > (8 KB at 132.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1-forge-addon.jar > (3 KB at 60.2 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.jar > (342 KB at 630.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1-forge-addon.jar > (3 KB at 75.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.jar > (7 KB at 130.4 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1-forge-addon.jar > (3 KB at 36.7 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.jar > (94 KB at 429.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.jar > (24 KB at 334.1 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1-forge-addon.jar > (3 KB at 26.7 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1-forge-addon.jar > (6 KB at 46.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.jar > (28 KB at 211.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.jar > (4 KB at 78.9 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.jar > (75 KB at 356.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.jar > (30 KB at 100.1 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.jar > (11 KB at 12.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1-forge-addon.jar > (11 KB at 129.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1-forge-addon.jar > (3 KB at 75.4 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.jar > (16 KB at 139.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.jar > (36 KB at 288.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1-forge-addon.jar > (5 KB at 102.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1-forge-addon.jar > (4 KB at 83.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.jar > (4 KB at 87.6 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.jar > (9 KB at 152.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1-forge-addon.jar > (4 KB at 23.5 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.jar > (37 KB at 108.9 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.jar > (230 KB at 514.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.jar > (24 KB at 348.2 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.jar > (3 KB at 33.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1-forge-addon.jar > (3 KB at 49.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.jar > (31 KB at 301.6 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.jar > (36 KB at 234.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.jar > (4 KB at 99.5 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.jar > (7 KB at 113.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.jar > (29 KB at 353.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.jar > (24 KB at 147.9 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.jar > (37 KB at 199.9 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.jar > (91 KB at 187.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.jar > (12 KB at 228.2 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.jar > (7 KB at 113.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.jar > (4 KB at 80.8 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.jar > (5 KB at 86.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.jar > (4 KB at 90.1 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.jar > (86 KB at 479.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.jar > (9 KB at 178.1 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.jar > (15 KB at 194.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.jar > (51 KB at 343.2 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.jar > (53 KB at 261.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1-forge-addon.jar > (3 KB at 60.2 KB/sec) > Installation completed successfully. > > > _____ > | ___|__ _ __ __ _ ___ > | |_ / _ \| `__/ _` |/ _ \ \\ > | _| (_) | | | (_| | __/ // > |_| \___/|_| \__, |\___| > |___/ > > JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, Inc. [ > http://forge.jboss.org ] > > [Forge]$ > > > 2014-01-28 George Gastaldi > > > Hi Antonio, > > I believe CR2 was not synch'ed in the official M2 repo. Do you > have the JBoss repository set in the settings.xml? > > Best Regards, > > George > > Em 28/01/2014, ?s 10:39, Antonio Goncalves > > > escreveu: > >> George, don't you think there is something wrong with CR2 pushing >> CR1 dependencies ? >> >> >> 2014-01-28 George Gastaldi > > >> >> Hi Marek, >> >> We should update the website with the documentation, we are >> working on a new website layout too. >> >> Em 28/01/2014, ?s 07:53, Marek Novotny > > escreveu: >> >>> I have the same experience like Antonio. >>> >>> And one question as forge 2.x is a different in some >>> commands, do you plan to update online documentation or is >>> there different URL for 2.x? >>> >>> On 01/28/2014 09:58 AM, Antonio Goncalves wrote: >>>> >>>> Hum.... I've downloaded Forge, removed all the addons, >>>> and when I run Forge, it installs and downloads CR1 >>>> artifacts, not CR2 : >>>> >>>> >>>> Installation request for >>>> [org.jboss.forge.addon:core,2.0.0.CR1] will: >>>> Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:database-tools,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] >>>> Deploy: >>>> [org.jboss.forge.furnace.container:simple,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] >>>> >>>> Confirm installation [Y/n]? Y >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar >>>> (3 KB at 38.5 KB/sec) >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar >>>> (4 KB at 36.6 KB/sec) >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar >>>> (3 KB at 25.1 KB/sec) >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar >>>> (4 KB at 48.5 KB/sec) >>>> >>>> >>>> The version is CR2 : >>>> >>>> [Forge]$ version >>>> JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, >>>> Inc. [ http://jboss.org/forge ] >>>> >>>> But I don't see any of the new commands such as >>>> project-remove-dependency : >>>> >>>> [Forge]$ project-new >>>> --named --finalName --topLevelPackage --buildSystem >>>> --targetLocation --type --version >>>> >>>> Are you sure CR2 contains the rights addons ? >>>> >>>> >>>> 2014-01-28 Lincoln Baxter, III >>> > >>>> >>>> Please try it out and check for bugs! We are very >>>> close to final! Just one day away :) >>>> >>>> http://forge.jboss.org/news/2014/01/28/post-forge-2.html >>>> >>>> -- >>>> Lincoln Baxter, III >>>> http://ocpsoft.org >>>> "Simpler is better." >>>> >>>> >>>> >>>> -- >>>> -- >>>> Antonio Goncalves (antonio.goncalves at gmail.com >>>> ) >>>> Software architect >>>> >>>> Web site : www.antoniogoncalves.org >>>> >>>> Blog: agoncal.wordpress.com >>>> Feed: feeds2.feedburner.com/AntonioGoncalves >>>> >>>> Paris JUG leader : www.parisjug.org >>>> LinkedIn: www.linkedin.com/in/agoncal >>>> >>>> >>>> >>>> _______________________________________________ >>>> forge-dev mailing list >>>> forge-dev at lists.jboss.org >>>> https://lists.jboss.org/mailman/listinfo/forge-dev >>> >>> >>> -- >>> Marek Novotny >>> -- >>> WFK and Seam Product Lead >>> >>> Red Hat Czech s.r.o. >>> Purkynova 99 >>> 612 45 Brno >>> _______________________________________________ >>> 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 > > > _______________________________________________ > 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/20140128/bdb3a2c9/attachment-0001.html From antonio.mailing at gmail.com Tue Jan 28 08:35:29 2014 From: antonio.mailing at gmail.com (Antonio Goncalves) Date: Tue, 28 Jan 2014 14:35:29 +0100 Subject: [forge-dev] Forge 2.0.0.CR2 Released In-Reply-To: <52E7B171.5000505@redhat.com> References: <52E77E0E.20109@redhat.com> <9FE36710-71A2-4E86-8D38-B2223C9191F1@redhat.com> <52E7B171.5000505@redhat.com> Message-ID: I get this : ~/Documents/Code/temp/Forge$* forge -i org.jboss.forge.addon:core,2.0.0.CR2* Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR2/core-2.0.0.CR2.pom Installation request for [org.jboss.forge.addon:core,2.0.0.CR2] will: Deploy: [org.jboss.forge.addon:core,2.0.0.CR2] Confirm installation [Y/n]? Y Downloading: http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR2/core-2.0.0.CR2-forge-addon.jar java.lang.RuntimeException: org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact org.jboss.forge.addon:core:jar:forge-addon:2.0.0.CR2 in central ( http://repo1.maven.org/maven2) at org.jboss.forge.furnace.manager.maven.addon.MavenAddonDependencyResolver.resolveResources(MavenAddonDependencyResolver.java:108) at org.jboss.forge.furnace.manager.maven.addon.LazyAddonInfo.resolveResources(LazyAddonInfo.java:88) at org.jboss.forge.furnace.manager.maven.addon.LazyAddonInfo.getResources(LazyAddonInfo.java:39) at org.jboss.forge.furnace.manager.impl.request.DeployRequestImpl.deploy(DeployRequestImpl.java:59) at org.jboss.forge.furnace.manager.impl.request.DeployRequestImpl$1.call(DeployRequestImpl.java:49) at org.jboss.forge.furnace.impl.LockManagerImpl.performLocked(LockManagerImpl.java:48) at org.jboss.forge.furnace.manager.impl.request.DeployRequestImpl.execute(DeployRequestImpl.java:44) at org.jboss.forge.furnace.manager.impl.request.AbstractAddonActionRequest.perform(AbstractAddonActionRequest.java:57) at org.jboss.forge.furnace.manager.impl.request.InstallRequestImpl.perform(InstallRequestImpl.java:39) at org.jboss.forge.bootstrap.Bootstrap.install(Bootstrap.java:265) at org.jboss.forge.bootstrap.Bootstrap.(Bootstrap.java:149) at org.jboss.forge.bootstrap.Bootstrap.main(Bootstrap.java:92) Caused by: org.eclipse.aether.resolution.DependencyResolutionException: Could not find artifact org.jboss.forge.addon:core:jar:forge-addon:2.0.0.CR2 in central ( http://repo1.maven.org/maven2) at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:384) at org.jboss.forge.furnace.manager.maven.addon.MavenAddonDependencyResolver.resolveResources(MavenAddonDependencyResolver.java:104) ... 11 more Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: Could not find artifact org.jboss.forge.addon:core:jar:forge-addon:2.0.0.CR2 in central (http://repo1.maven.org/maven2) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:459) at org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:262) at org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:367) ... 12 more Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could not find artifact org.jboss.forge.addon:core:jar:forge-addon:2.0.0.CR2 in central (http://repo1.maven.org/maven2) at org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1012) at org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1004) at org.eclipse.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:725) at org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:744) > Forge version [2.0.0.CR2] 2014-01-28 George Gastaldi > This is weird. I just tested here and it downloaded CR2 addons perfectly. > From your log, it doesn't seem to be using the JBoss repositories. > Are you using the ZIP from CR2? Can you clean your ~/.forge repository > before attempting to run? What happens if you run > ./forge -i org.jboss.forge.addon:core,2.0.0.CR2 ? > > On 28-01-2014 11:23, Antonio Goncalves wrote: > > Yes I do, but I think the problem is more in the version of the > dependencies. As you can see below, all the downloaded addons are CR1 : > > > > ~/Documents/Code/temp/Forge$ forge > There are no addons installed; install core addons now? [Y,n] Y > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/core/maven-metadata.xml > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/core/maven-metadata.xml(648 B at 1.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1.pom(5 KB at 88.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/core-parent/2.0.0.CR1/core-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/core-parent/2.0.0.CR1/core-parent-2.0.0.CR1.pom(2 KB at 25.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/forge-parent/2.0.0.CR1/forge-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/forge-parent/2.0.0.CR1/forge-parent-2.0.0.CR1.pom(27 KB at 291.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1.pom(3 KB at 28.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-parent/2.0.0.CR1/addon-manager-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-parent/2.0.0.CR1/addon-manager-parent-2.0.0.CR1.pom(3 KB at 58.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1.pom(3 KB at 73.8 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-parent/2.0.0.CR1/ui-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-parent/2.0.0.CR1/ui-parent-2.0.0.CR1.pom(3 KB at 58.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1.pom(3 KB at 53.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-parent/2.0.0.CR1/convert-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-parent/2.0.0.CR1/convert-parent-2.0.0.CR1.pom(2 KB at 36.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1.pom(3 KB at 56.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-parent/2.0.0.CR1/cdi-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-parent/2.0.0.CR1/cdi-parent-2.0.0.CR1.pom(15 KB at 260.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.pom(559 B at 13.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-parent/2.0.0.CR1/furnace-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-parent/2.0.0.CR1/furnace-parent-2.0.0.CR1.pom(16 KB at 272.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1.pom(3 KB at 56.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-parent/2.0.0.CR1/facets-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-parent/2.0.0.CR1/facets-parent-2.0.0.CR1.pom(2 KB at 39.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1.pom(3 KB at 48.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1.pom(3 KB at 60.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-parent/2.0.0.CR1/environment-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-parent/2.0.0.CR1/environment-parent-2.0.0.CR1.pom(2 KB at 38.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1.pom(4 KB at 75.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-parent/2.0.0.CR1/projects-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-parent/2.0.0.CR1/projects-parent-2.0.0.CR1.pom(2 KB at 44.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1.pom(3 KB at 58.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-parent/2.0.0.CR1/dependencies-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-parent/2.0.0.CR1/dependencies-parent-2.0.0.CR1.pom(2 KB at 32.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1.pom(3 KB at 73.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-parent/2.0.0.CR1/resources-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-parent/2.0.0.CR1/resources-parent-2.0.0.CR1.pom(2 KB at 39.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1.pom(2 KB at 43.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1.pom(4 KB at 72.8 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-parent/2.0.0.CR1/addons-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-parent/2.0.0.CR1/addons-parent-2.0.0.CR1.pom(4 KB at 68.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1.pom(5 KB at 103.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-parent/2.0.0.CR1/maven-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-parent/2.0.0.CR1/maven-parent-2.0.0.CR1.pom(4 KB at 68.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1.pom(3 KB at 76.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-parent/2.0.0.CR1/parser-xml-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-parent/2.0.0.CR1/parser-xml-parent-2.0.0.CR1.pom(2 KB at 53.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1.pom(4 KB at 85.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-parent/2.0.0.CR1/parser-java-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-parent/2.0.0.CR1/parser-java-parent-2.0.0.CR1.pom(2 KB at 44.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1.pom(4 KB at 76.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-parent/2.0.0.CR1/javaee-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-parent/2.0.0.CR1/javaee-parent-2.0.0.CR1.pom(4 KB at 94.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1.pom(3 KB at 64.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-parent/2.0.0.CR1/templates-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-parent/2.0.0.CR1/templates-parent-2.0.0.CR1.pom(2 KB at 52.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1.pom(3 KB at 52.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1.pom(3 KB at 64.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1.pom(3 KB at 63.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-parent/2.0.0.CR1/simple-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-parent/2.0.0.CR1/simple-parent-2.0.0.CR1.pom(13 KB at 224.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1.pom(3 KB at 60.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-parent/2.0.0.CR1/configuration-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-parent/2.0.0.CR1/configuration-parent-2.0.0.CR1.pom(2 KB at 47.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1.pom(4 KB at 81.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1.pom(3 KB at 59.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-parent/2.0.0.CR1/scaffold-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-parent/2.0.0.CR1/scaffold-parent-2.0.0.CR1.pom(3 KB at 57.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1.pom(2 KB at 36.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1.pom(3 KB at 70.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1.pom(4 KB at 66.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-parent/2.0.0.CR1/shell-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-parent/2.0.0.CR1/shell-parent-2.0.0.CR1.pom(4 KB at 94.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1.pom(2 KB at 34.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1.pom(3 KB at 68.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-parent/2.0.0.CR1/database-tools-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-parent/2.0.0.CR1/database-tools-parent-2.0.0.CR1.pom(7 KB at 157.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.pom(2 KB at 33.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.pom(687 B at 18.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-parent/2.0.0.CR1/furnace-manager-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-parent/2.0.0.CR1/furnace-manager-parent-2.0.0.CR1.pom(3 KB at 49.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.pom(3 KB at 55.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.pom(901 B at 19.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.pom(2 KB at 31.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.pom(2 KB at 53.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.pom(697 B at 18.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.pom(840 B at 22.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.pom(2 KB at 20.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.pom(2 KB at 40.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.pom(2 KB at 29.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.pom(740 B at 20.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.pom(2 KB at 25.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.pom(703 B at 14.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.pom(856 B at 23.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.pom(2 KB at 34.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.pom(3 KB at 61.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.pom(875 B at 17.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.pom(848 B at 22.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.pom(936 B at 25.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.pom(2 KB at 44.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.pom(744 B at 7.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.pom(2 KB at 52.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.pom(3 KB at 59.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.pom(2 KB at 50.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.pom(5 KB at 105.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.pom(5 KB at 117.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-parent/2.0.0.CR1/furnace-manager-resolver-parent-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-parent/2.0.0.CR1/furnace-manager-resolver-parent-2.0.0.CR1.pom(610 B at 17.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.pom(4 KB at 79.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.pom(2 KB at 23.8 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.pom(2 KB at 37.8 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.pom(2 KB at 32.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.pom(2 KB at 40.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.pom(3 KB at 71.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.pom(3 KB at 62.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.pom(2 KB at 30.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.pom(2 KB at 34.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.pom(726 B at 15.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.pom(2 KB at 28.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.pom(938 B at 22.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.pom(2 KB at 28.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.pom(2 KB at 26.3 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.pom(2 KB at 30.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.pom(2 KB at 38.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.pom(3 KB at 56.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.pom (3 > KB at 67.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.pom(931 B at 21.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.pom > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.pom(3 KB at 59.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/eclipse/core/commands/maven-metadata.xml > Downloaded: > http://repo1.maven.org/maven2/org/eclipse/core/commands/maven-metadata.xml(376 B at 9.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/eclipse/equinox/common/maven-metadata.xml > Downloaded: > http://repo1.maven.org/maven2/org/eclipse/equinox/common/maven-metadata.xml(383 B at 10.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/eclipse/osgi/maven-metadata.xml > Downloaded: > http://repo1.maven.org/maven2/org/eclipse/osgi/maven-metadata.xml (367 B > at 10.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/eclipse/core/jobs/maven-metadata.xml > Downloaded: > http://repo1.maven.org/maven2/org/eclipse/core/jobs/maven-metadata.xml(378 B at 10.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/eclipse/equinox/registry/maven-metadata.xml > Downloaded: > http://repo1.maven.org/maven2/org/eclipse/equinox/registry/maven-metadata.xml(385 B at 11.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/eclipse/equinox/preferences/maven-metadata.xml > Downloaded: > http://repo1.maven.org/maven2/org/eclipse/equinox/preferences/maven-metadata.xml(388 B at 11.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/eclipse/core/contenttype/maven-metadata.xml > Downloaded: > http://repo1.maven.org/maven2/org/eclipse/core/contenttype/maven-metadata.xml(385 B at 11.1 KB/sec) > Installation request for [org.jboss.forge.addon:core,2.0.0.CR1] will: > Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:database-tools,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] > Deploy: [org.jboss.forge.furnace.container:simple,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] > Deploy: [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] > Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] > > Confirm installation [Y/n]? Y > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar(3 KB at 38.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar(4 KB at 36.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar(3 KB at 25.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar(4 KB at 48.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar(3 KB at 46.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar(23 KB at 145.3 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar(17 KB at 104.4 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar(4 KB at 56.1 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1-forge-addon.jar(4 KB at 79.8 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1-forge-addon.jar(3 KB at 59.7 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.jar(5 KB at 95.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1-forge-addon.jar(4 KB at 66.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.jar(3 KB at 45.4 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.jar(6 KB at 99.7 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.jar(17 KB at 198.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.jar(19 KB at 146.8 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1-forge-addon.jar(7 KB at 121.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1-forge-addon.jar(4 KB at 49.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1-forge-addon.jar(127 KB at 538.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.jar(4 KB at 96.4 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1-forge-addon.jar(4 KB at 57.4 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.jar(15 KB at 220.7 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1-forge-addon.jar(3 KB at 40.8 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1-forge-addon.jar(4 KB at 80.8 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.jar(5 KB at 105.7 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.jar(35 KB at 355.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1-forge-addon.jar(9 KB at 162.9 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1-forge-addon.jar(3 KB at 52.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.jar(6 KB at 125.2 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.jar(8 KB at 132.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1-forge-addon.jar(3 KB at 60.2 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.jar (342 > KB at 630.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1-forge-addon.jar(3 KB at 75.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.jar(7 KB at 130.4 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1-forge-addon.jar(3 KB at 36.7 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.jar(94 KB at 429.5 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.jar(24 KB at 334.1 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1-forge-addon.jar(3 KB at 26.7 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1-forge-addon.jar(6 KB at 46.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.jar(28 KB at 211.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.jar(4 KB at 78.9 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.jar(75 KB at 356.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.jar(30 KB at 100.1 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.jar(11 KB at 12.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1-forge-addon.jar(11 KB at 129.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1-forge-addon.jar(3 KB at 75.4 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.jar(16 KB at 139.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.jar(36 KB at 288.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1-forge-addon.jar(5 KB at 102.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1-forge-addon.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1-forge-addon.jar(4 KB at 83.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.jar(4 KB at 87.6 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.jar(9 KB at 152.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1-forge-addon.jar(4 KB at 23.5 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.jar(37 KB at 108.9 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.jar(230 KB at 514.7 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.jar(24 KB at 348.2 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.jar(3 KB at 33.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1-forge-addon.jar(3 KB at 49.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.jar(31 KB at 301.6 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.jar(36 KB at 234.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.jar(4 KB at 99.5 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.jar(7 KB at 113.4 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.jar(29 KB at 353.0 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.jar(24 KB at 147.9 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.jar(37 KB at 199.9 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.jar(91 KB at 187.2 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.jar(12 KB at 228.2 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.jar(7 KB at 113.9 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.jar(4 KB at 80.8 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.jar(5 KB at 86.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.jar(4 KB at 90.1 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.jar(86 KB at 479.1 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.jar(9 KB at 178.1 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.jar(15 KB at 194.6 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.jar > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.jar(51 KB at 343.2 KB/sec) > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.jar(53 KB at 261.0 KB/sec) > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1-forge-addon.jar > Downloaded: > http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1-forge-addon.jar(3 KB at 60.2 KB/sec) > Installation completed successfully. > > > _____ > | ___|__ _ __ __ _ ___ > | |_ / _ \| `__/ _` |/ _ \ \\ > | _| (_) | | | (_| | __/ // > |_| \___/|_| \__, |\___| > |___/ > > JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, Inc. [ > http://forge.jboss.org ] > > [Forge]$ > > > 2014-01-28 George Gastaldi > >> Hi Antonio, >> >> I believe CR2 was not synch'ed in the official M2 repo. Do you have the >> JBoss repository set in the settings.xml? >> >> Best Regards, >> >> George >> >> Em 28/01/2014, ?s 10:39, Antonio Goncalves >> escreveu: >> >> George, don't you think there is something wrong with CR2 pushing CR1 >> dependencies ? >> >> >> 2014-01-28 George Gastaldi >> >>> Hi Marek, >>> >>> We should update the website with the documentation, we are working on >>> a new website layout too. >>> >>> Em 28/01/2014, ?s 07:53, Marek Novotny escreveu: >>> >>> I have the same experience like Antonio. >>> >>> And one question as forge 2.x is a different in some commands, do you >>> plan to update online documentation or is there different URL for 2.x? >>> >>> On 01/28/2014 09:58 AM, Antonio Goncalves wrote: >>> >>> Hum.... I've downloaded Forge, removed all the addons, and when I run >>>> Forge, it installs and downloads CR1 artifacts, not CR2 : >>>> >>>> >>>> Installation request for [org.jboss.forge.addon:core,2.0.0.CR1] will: >>>> Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:database-tools,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.furnace.container:simple,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] >>>> Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] >>>> >>>> Confirm installation [Y/n]? Y >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar(3 KB at 38.5 KB/sec) >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar(4 KB at 36.6 KB/sec) >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar(3 KB at 25.1 KB/sec) >>>> Downloading: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar >>>> Downloaded: >>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar(4 KB at 48.5 KB/sec) >>>> >>>> >>>> The version is CR2 : >>>> >>>> [Forge]$ version >>>> JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, Inc. [ >>>> http://jboss.org/forge ] >>>> >>>> But I don't see any of the new commands such as >>>> project-remove-dependency : >>>> >>>> [Forge]$ project-new >>>> --named --finalName --topLevelPackage --buildSystem >>>> --targetLocation --type --version >>>> >>>> Are you sure CR2 contains the rights addons ? >>>> >>>> >>>> 2014-01-28 Lincoln Baxter, III >>>> >>>> Please try it out and check for bugs! We are very close to final! >>>>> Just one day away :) >>>>> >>>>> http://forge.jboss.org/news/2014/01/28/post-forge-2.html >>>>> >>>>> -- >>>>> Lincoln Baxter, III >>>>> http://ocpsoft.org >>>>> "Simpler is better." >>>>> >>>> >>> >>> -- >>> -- >>> Antonio Goncalves (antonio.goncalves at gmail.com) >>> Software architect >>> >>> Web site : www.antoniogoncalves.org >>> Blog: agoncal.wordpress.com >>> Feed: feeds2.feedburner.com/AntonioGoncalves >>> Paris JUG leader : www.parisjug.org >>> LinkedIn: www.linkedin.com/in/agoncal >>> >>> >>> _______________________________________________ >>> forge-dev mailing listforge-dev at lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/forge-dev >>> >>> >>> >>> -- >>> Marek Novotny >>> -- >>> WFK and Seam Product Lead >>> >>> Red Hat Czech s.r.o. >>> Purkynova 99 >>> 612 45 Brno >>> >>> _______________________________________________ >>> 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 > > > _______________________________________________ > forge-dev mailing listforge-dev at lists.jboss.orghttps://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/20140128/5fc74905/attachment-0001.html From antonio.mailing at gmail.com Tue Jan 28 08:37:01 2014 From: antonio.mailing at gmail.com (Antonio Goncalves) Date: Tue, 28 Jan 2014 14:37:01 +0100 Subject: [forge-dev] Forge 2.0.0.CR2 Released In-Reply-To: References: <52E77E0E.20109@redhat.com> <9FE36710-71A2-4E86-8D38-B2223C9191F1@redhat.com> <52E7B171.5000505@redhat.com> Message-ID: Yes, I'm using the Zip from CR2. I've installed the latest SNAPSHOT of Aesh and will try Forge from the trunk 2014-01-28 Antonio Goncalves > I get this : > > > ~/Documents/Code/temp/Forge$* forge -i > org.jboss.forge.addon:core,2.0.0.CR2* > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR2/core-2.0.0.CR2.pom > Installation request for [org.jboss.forge.addon:core,2.0.0.CR2] will: > Deploy: [org.jboss.forge.addon:core,2.0.0.CR2] > > Confirm installation [Y/n]? Y > Downloading: > http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR2/core-2.0.0.CR2-forge-addon.jar > java.lang.RuntimeException: > org.eclipse.aether.resolution.DependencyResolutionException: Could not find > artifact org.jboss.forge.addon:core:jar:forge-addon:2.0.0.CR2 in central ( > http://repo1.maven.org/maven2) > at > org.jboss.forge.furnace.manager.maven.addon.MavenAddonDependencyResolver.resolveResources(MavenAddonDependencyResolver.java:108) > at > org.jboss.forge.furnace.manager.maven.addon.LazyAddonInfo.resolveResources(LazyAddonInfo.java:88) > at > org.jboss.forge.furnace.manager.maven.addon.LazyAddonInfo.getResources(LazyAddonInfo.java:39) > at > org.jboss.forge.furnace.manager.impl.request.DeployRequestImpl.deploy(DeployRequestImpl.java:59) > at > org.jboss.forge.furnace.manager.impl.request.DeployRequestImpl$1.call(DeployRequestImpl.java:49) > at > org.jboss.forge.furnace.impl.LockManagerImpl.performLocked(LockManagerImpl.java:48) > at > org.jboss.forge.furnace.manager.impl.request.DeployRequestImpl.execute(DeployRequestImpl.java:44) > at > org.jboss.forge.furnace.manager.impl.request.AbstractAddonActionRequest.perform(AbstractAddonActionRequest.java:57) > at > org.jboss.forge.furnace.manager.impl.request.InstallRequestImpl.perform(InstallRequestImpl.java:39) > at org.jboss.forge.bootstrap.Bootstrap.install(Bootstrap.java:265) > at org.jboss.forge.bootstrap.Bootstrap.(Bootstrap.java:149) > at org.jboss.forge.bootstrap.Bootstrap.main(Bootstrap.java:92) > Caused by: org.eclipse.aether.resolution.DependencyResolutionException: > Could not find artifact > org.jboss.forge.addon:core:jar:forge-addon:2.0.0.CR2 in central ( > http://repo1.maven.org/maven2) > at > org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:384) > at > org.jboss.forge.furnace.manager.maven.addon.MavenAddonDependencyResolver.resolveResources(MavenAddonDependencyResolver.java:104) > ... 11 more > Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: > Could not find artifact > org.jboss.forge.addon:core:jar:forge-addon:2.0.0.CR2 in central ( > http://repo1.maven.org/maven2) > at > org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:459) > at > org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:262) > at > org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:367) > ... 12 more > Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could > not find artifact org.jboss.forge.addon:core:jar:forge-addon:2.0.0.CR2 in > central (http://repo1.maven.org/maven2) > at > org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1012) > at > org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1004) > at > org.eclipse.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:725) > at > org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:744) > > Forge version [2.0.0.CR2] > > > 2014-01-28 George Gastaldi > >> This is weird. I just tested here and it downloaded CR2 addons >> perfectly. From your log, it doesn't seem to be using the JBoss >> repositories. >> Are you using the ZIP from CR2? Can you clean your ~/.forge repository >> before attempting to run? What happens if you run >> ./forge -i org.jboss.forge.addon:core,2.0.0.CR2 ? >> >> On 28-01-2014 11:23, Antonio Goncalves wrote: >> >> Yes I do, but I think the problem is more in the version of the >> dependencies. As you can see below, all the downloaded addons are CR1 : >> >> >> >> ~/Documents/Code/temp/Forge$ forge >> There are no addons installed; install core addons now? [Y,n] Y >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/core/maven-metadata.xml >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/core/maven-metadata.xml(648 B at 1.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1.pom(5 KB at 88.5 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/core-parent/2.0.0.CR1/core-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/core-parent/2.0.0.CR1/core-parent-2.0.0.CR1.pom(2 KB at 25.0 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/forge-parent/2.0.0.CR1/forge-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/forge-parent/2.0.0.CR1/forge-parent-2.0.0.CR1.pom(27 KB at 291.3 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1.pom(3 KB at 28.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-parent/2.0.0.CR1/addon-manager-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-parent/2.0.0.CR1/addon-manager-parent-2.0.0.CR1.pom(3 KB at 58.6 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1.pom(3 KB at 73.8 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-parent/2.0.0.CR1/ui-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-parent/2.0.0.CR1/ui-parent-2.0.0.CR1.pom(3 KB at 58.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1.pom(3 KB at 53.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-parent/2.0.0.CR1/convert-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-parent/2.0.0.CR1/convert-parent-2.0.0.CR1.pom(2 KB at 36.4 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1.pom(3 KB at 56.4 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-parent/2.0.0.CR1/cdi-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-parent/2.0.0.CR1/cdi-parent-2.0.0.CR1.pom(15 KB at 260.2 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.pom(559 B at 13.3 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-parent/2.0.0.CR1/furnace-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-parent/2.0.0.CR1/furnace-parent-2.0.0.CR1.pom(16 KB at 272.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1.pom(3 KB at 56.4 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-parent/2.0.0.CR1/facets-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-parent/2.0.0.CR1/facets-parent-2.0.0.CR1.pom(2 KB at 39.0 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1.pom(3 KB at 48.2 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1.pom(3 KB at 60.0 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-parent/2.0.0.CR1/environment-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-parent/2.0.0.CR1/environment-parent-2.0.0.CR1.pom(2 KB at 38.7 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1.pom(4 KB at 75.2 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-parent/2.0.0.CR1/projects-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-parent/2.0.0.CR1/projects-parent-2.0.0.CR1.pom(2 KB at 44.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1.pom(3 KB at 58.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-parent/2.0.0.CR1/dependencies-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-parent/2.0.0.CR1/dependencies-parent-2.0.0.CR1.pom(2 KB at 32.3 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1.pom(3 KB at 73.7 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-parent/2.0.0.CR1/resources-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-parent/2.0.0.CR1/resources-parent-2.0.0.CR1.pom(2 KB at 39.6 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1.pom(2 KB at 43.3 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1.pom(4 KB at 72.8 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-parent/2.0.0.CR1/addons-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-parent/2.0.0.CR1/addons-parent-2.0.0.CR1.pom(4 KB at 68.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1.pom(5 KB at 103.7 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-parent/2.0.0.CR1/maven-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-parent/2.0.0.CR1/maven-parent-2.0.0.CR1.pom(4 KB at 68.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1.pom(3 KB at 76.7 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-parent/2.0.0.CR1/parser-xml-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-parent/2.0.0.CR1/parser-xml-parent-2.0.0.CR1.pom(2 KB at 53.7 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1.pom(4 KB at 85.2 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-parent/2.0.0.CR1/parser-java-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-parent/2.0.0.CR1/parser-java-parent-2.0.0.CR1.pom(2 KB at 44.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1.pom(4 KB at 76.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-parent/2.0.0.CR1/javaee-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-parent/2.0.0.CR1/javaee-parent-2.0.0.CR1.pom(4 KB at 94.5 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1.pom(3 KB at 64.2 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-parent/2.0.0.CR1/templates-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-parent/2.0.0.CR1/templates-parent-2.0.0.CR1.pom(2 KB at 52.6 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1.pom(3 KB at 52.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1.pom(3 KB at 64.5 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1.pom(3 KB at 63.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-parent/2.0.0.CR1/simple-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-parent/2.0.0.CR1/simple-parent-2.0.0.CR1.pom(13 KB at 224.3 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1.pom(3 KB at 60.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-parent/2.0.0.CR1/configuration-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-parent/2.0.0.CR1/configuration-parent-2.0.0.CR1.pom(2 KB at 47.2 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1.pom(4 KB at 81.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1.pom(3 KB at 59.0 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-parent/2.0.0.CR1/scaffold-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-parent/2.0.0.CR1/scaffold-parent-2.0.0.CR1.pom(3 KB at 57.5 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1.pom(2 KB at 36.2 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1.pom(3 KB at 70.2 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1.pom(4 KB at 66.2 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-parent/2.0.0.CR1/shell-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-parent/2.0.0.CR1/shell-parent-2.0.0.CR1.pom(4 KB at 94.3 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1.pom(2 KB at 34.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1.pom(3 KB at 68.6 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-parent/2.0.0.CR1/database-tools-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-parent/2.0.0.CR1/database-tools-parent-2.0.0.CR1.pom(7 KB at 157.2 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.pom(2 KB at 33.3 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.pom(687 B at 18.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-parent/2.0.0.CR1/furnace-manager-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-parent/2.0.0.CR1/furnace-manager-parent-2.0.0.CR1.pom(3 KB at 49.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.pom(3 KB at 55.7 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.pom(901 B at 19.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.pom(2 KB at 31.6 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.pom(2 KB at 53.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.pom(697 B at 18.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.pom(840 B at 22.2 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.pom(2 KB at 20.3 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.pom(2 KB at 40.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.pom(2 KB at 29.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.pom(740 B at 20.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.pom(2 KB at 25.4 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.pom(703 B at 14.3 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.pom(856 B at 23.2 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.pom(2 KB at 34.3 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.pom(3 KB at 61.6 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.pom(875 B at 17.4 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.pom(848 B at 22.4 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.pom(936 B at 25.4 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.pom(2 KB at 44.0 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.pom(744 B at 7.0 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.pom(2 KB at 52.3 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.pom(3 KB at 59.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.pom(2 KB at 50.0 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.pom(5 KB at 105.3 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.pom(5 KB at 117.0 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-parent/2.0.0.CR1/furnace-manager-resolver-parent-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-parent/2.0.0.CR1/furnace-manager-resolver-parent-2.0.0.CR1.pom(610 B at 17.0 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.pom(4 KB at 79.2 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.pom(2 KB at 23.8 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.pom(2 KB at 37.8 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.pom(2 KB at 32.6 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.pom(2 KB at 40.4 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.pom(3 KB at 71.6 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.pom(3 KB at 62.7 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.pom(2 KB at 30.5 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.pom(2 KB at 34.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.pom(726 B at 15.4 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.pom(2 KB at 28.5 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.pom(938 B at 22.3 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.pom(2 KB at 28.6 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.pom(2 KB at 26.3 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.pom(2 KB at 30.5 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.pom(2 KB at 38.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.pom(3 KB at 56.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.pom (3 >> KB at 67.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.pom(931 B at 21.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.pom >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.pom(3 KB at 59.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/eclipse/core/commands/maven-metadata.xml >> Downloaded: >> http://repo1.maven.org/maven2/org/eclipse/core/commands/maven-metadata.xml(376 B at 9.7 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/eclipse/equinox/common/maven-metadata.xml >> Downloaded: >> http://repo1.maven.org/maven2/org/eclipse/equinox/common/maven-metadata.xml(383 B at 10.4 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/eclipse/osgi/maven-metadata.xml >> Downloaded: >> http://repo1.maven.org/maven2/org/eclipse/osgi/maven-metadata.xml (367 B >> at 10.5 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/eclipse/core/jobs/maven-metadata.xml >> Downloaded: >> http://repo1.maven.org/maven2/org/eclipse/core/jobs/maven-metadata.xml(378 B at 10.5 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/eclipse/equinox/registry/maven-metadata.xml >> Downloaded: >> http://repo1.maven.org/maven2/org/eclipse/equinox/registry/maven-metadata.xml(385 B at 11.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/eclipse/equinox/preferences/maven-metadata.xml >> Downloaded: >> http://repo1.maven.org/maven2/org/eclipse/equinox/preferences/maven-metadata.xml(388 B at 11.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/eclipse/core/contenttype/maven-metadata.xml >> Downloaded: >> http://repo1.maven.org/maven2/org/eclipse/core/contenttype/maven-metadata.xml(385 B at 11.1 KB/sec) >> Installation request for [org.jboss.forge.addon:core,2.0.0.CR1] will: >> Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:database-tools,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] >> Deploy: [org.jboss.forge.furnace.container:simple,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] >> Deploy: [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] >> Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] >> >> Confirm installation [Y/n]? Y >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar(3 KB at 38.5 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar(4 KB at 36.6 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar(3 KB at 25.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar(4 KB at 48.5 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar(3 KB at 46.0 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar(23 KB at 145.3 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar(17 KB at 104.4 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar(4 KB at 56.1 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1-forge-addon.jar(4 KB at 79.8 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1-forge-addon.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1-forge-addon.jar(3 KB at 59.7 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.jar(5 KB at 95.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1-forge-addon.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1-forge-addon.jar(4 KB at 66.0 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.jar(3 KB at 45.4 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.jar(6 KB at 99.7 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.jar(17 KB at 198.0 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.jar(19 KB at 146.8 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1-forge-addon.jar(7 KB at 121.6 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1-forge-addon.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1-forge-addon.jar(4 KB at 49.0 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1-forge-addon.jar(127 KB at 538.2 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1-forge-addon.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.jar(4 KB at 96.4 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1-forge-addon.jar(4 KB at 57.4 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.jar(15 KB at 220.7 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1-forge-addon.jar(3 KB at 40.8 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1-forge-addon.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1-forge-addon.jar(4 KB at 80.8 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.jar(5 KB at 105.7 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.jar(35 KB at 355.7 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1-forge-addon.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1-forge-addon.jar(9 KB at 162.9 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1-forge-addon.jar(3 KB at 52.0 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.jar(6 KB at 125.2 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.jar(8 KB at 132.6 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1-forge-addon.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1-forge-addon.jar(3 KB at 60.2 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.jar(342 KB at 630.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1-forge-addon.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1-forge-addon.jar(3 KB at 75.0 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.jar(7 KB at 130.4 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1-forge-addon.jar(3 KB at 36.7 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.jar(94 KB at 429.5 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1-forge-addon.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.jar(24 KB at 334.1 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1-forge-addon.jar(3 KB at 26.7 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1-forge-addon.jar(6 KB at 46.0 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.jar(28 KB at 211.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.jar(4 KB at 78.9 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.jar(75 KB at 356.0 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.jar(30 KB at 100.1 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.jar(11 KB at 12.0 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1-forge-addon.jar(11 KB at 129.7 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1-forge-addon.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1-forge-addon.jar(3 KB at 75.4 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.jar(16 KB at 139.0 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.jar(36 KB at 288.2 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1-forge-addon.jar(5 KB at 102.0 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1-forge-addon.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1-forge-addon.jar(4 KB at 83.0 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.jar(4 KB at 87.6 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.jar(9 KB at 152.0 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1-forge-addon.jar(4 KB at 23.5 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.jar(37 KB at 108.9 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.jar(230 KB at 514.7 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.jar(24 KB at 348.2 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.jar(3 KB at 33.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1-forge-addon.jar(3 KB at 49.0 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.jar(31 KB at 301.6 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.jar(36 KB at 234.6 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.jar(4 KB at 99.5 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.jar(7 KB at 113.4 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.jar(29 KB at 353.0 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.jar(24 KB at 147.9 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.jar(37 KB at 199.9 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.jar(91 KB at 187.2 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.jar(12 KB at 228.2 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.jar(7 KB at 113.9 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.jar(4 KB at 80.8 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.jar(5 KB at 86.6 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.jar(4 KB at 90.1 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.jar(86 KB at 479.1 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.jar(9 KB at 178.1 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.jar(15 KB at 194.6 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.jar >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.jar(51 KB at 343.2 KB/sec) >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.jar(53 KB at 261.0 KB/sec) >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1-forge-addon.jar >> Downloaded: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1-forge-addon.jar(3 KB at 60.2 KB/sec) >> Installation completed successfully. >> >> >> _____ >> | ___|__ _ __ __ _ ___ >> | |_ / _ \| `__/ _` |/ _ \ \\ >> | _| (_) | | | (_| | __/ // >> |_| \___/|_| \__, |\___| >> |___/ >> >> JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, Inc. [ >> http://forge.jboss.org ] >> >> [Forge]$ >> >> >> 2014-01-28 George Gastaldi >> >>> Hi Antonio, >>> >>> I believe CR2 was not synch'ed in the official M2 repo. Do you have >>> the JBoss repository set in the settings.xml? >>> >>> Best Regards, >>> >>> George >>> >>> Em 28/01/2014, ?s 10:39, Antonio Goncalves >>> escreveu: >>> >>> George, don't you think there is something wrong with CR2 pushing >>> CR1 dependencies ? >>> >>> >>> 2014-01-28 George Gastaldi >>> >>>> Hi Marek, >>>> >>>> We should update the website with the documentation, we are working >>>> on a new website layout too. >>>> >>>> Em 28/01/2014, ?s 07:53, Marek Novotny escreveu: >>>> >>>> I have the same experience like Antonio. >>>> >>>> And one question as forge 2.x is a different in some commands, do you >>>> plan to update online documentation or is there different URL for 2.x? >>>> >>>> On 01/28/2014 09:58 AM, Antonio Goncalves wrote: >>>> >>>> Hum.... I've downloaded Forge, removed all the addons, and when I >>>>> run Forge, it installs and downloads CR1 artifacts, not CR2 : >>>>> >>>>> >>>>> Installation request for [org.jboss.forge.addon:core,2.0.0.CR1] will: >>>>> Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:database-tools,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.furnace.container:simple,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] >>>>> Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] >>>>> >>>>> Confirm installation [Y/n]? Y >>>>> Downloading: >>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar >>>>> Downloading: >>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar >>>>> Downloading: >>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar >>>>> Downloading: >>>>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar >>>>> Downloading: >>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar >>>>> Downloaded: >>>>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar(3 KB at 38.5 KB/sec) >>>>> Downloading: >>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar >>>>> Downloaded: >>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar(4 KB at 36.6 KB/sec) >>>>> Downloading: >>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar >>>>> Downloaded: >>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar(3 KB at 25.1 KB/sec) >>>>> Downloading: >>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar >>>>> Downloaded: >>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar(4 KB at 48.5 KB/sec) >>>>> >>>>> >>>>> The version is CR2 : >>>>> >>>>> [Forge]$ version >>>>> JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, Inc. [ >>>>> http://jboss.org/forge ] >>>>> >>>>> But I don't see any of the new commands such as >>>>> project-remove-dependency : >>>>> >>>>> [Forge]$ project-new >>>>> --named --finalName --topLevelPackage --buildSystem >>>>> --targetLocation --type --version >>>>> >>>>> Are you sure CR2 contains the rights addons ? >>>>> >>>>> >>>>> 2014-01-28 Lincoln Baxter, III >>>>> >>>>> Please try it out and check for bugs! We are very close to final! >>>>>> Just one day away :) >>>>>> >>>>>> http://forge.jboss.org/news/2014/01/28/post-forge-2.html >>>>>> >>>>>> -- >>>>>> Lincoln Baxter, III >>>>>> http://ocpsoft.org >>>>>> "Simpler is better." >>>>>> >>>>> >>>> >>>> -- >>>> -- >>>> Antonio Goncalves (antonio.goncalves at gmail.com) >>>> Software architect >>>> >>>> Web site : www.antoniogoncalves.org >>>> Blog: agoncal.wordpress.com >>>> Feed: feeds2.feedburner.com/AntonioGoncalves >>>> Paris JUG leader : www.parisjug.org >>>> LinkedIn: www.linkedin.com/in/agoncal >>>> >>>> >>>> _______________________________________________ >>>> forge-dev mailing listforge-dev at lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/forge-dev >>>> >>>> >>>> >>>> -- >>>> Marek Novotny >>>> -- >>>> WFK and Seam Product Lead >>>> >>>> Red Hat Czech s.r.o. >>>> Purkynova 99 >>>> 612 45 Brno >>>> >>>> _______________________________________________ >>>> 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 >> >> >> _______________________________________________ >> forge-dev mailing listforge-dev at lists.jboss.orghttps://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 > -- 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/20140128/f08040c0/attachment-0001.html From ggastald at redhat.com Tue Jan 28 08:44:28 2014 From: ggastald at redhat.com (George Gastaldi) Date: Tue, 28 Jan 2014 11:44:28 -0200 Subject: [forge-dev] get shell output in a test In-Reply-To: References: <26790543-3B8A-4274-BE46-B4B6229BFC61@redhat.com> Message-ID: <52E7B43C.9060307@redhat.com> Hi Rafael, Here is an example on how to get the shell output: in Forge 2.x: https://github.com/forge/core/blob/2.0/shell/tests/src/test/java/org/jboss/forge/addon/shell/command/LsCommandTest.java in Forge 1.x: https://github.com/forge/core/blob/master/dev-plugins/src/test/java/org/jboss/forge/dev/PluginsPluginTest.java#L35 Hope it helps, George Gastaldi On 28-01-2014 10:34, Rafael Pestano wrote: > Hi George, > > 1.x, > i'll migrate to 2.x in next days so the answer is both > > > 2014/1/28 George Gastaldi > > > Hi Rafael, > > Which Forge version are you using? > > Em 28/01/2014, ?s 10:19, Rafael Pestano > escreveu: > >> Hi everyone, >> >> how can i get shell output after executing a command? >> >> eg: i have a plugin that count lines of files, in my test i >> expect the command to print 200 so id like to assertEquals that >> value. Something like calling queueInputLines after executing a >> command to get its output >> >> >> thanks in advance. >> >> -- >> Att, >> >> Rafael M. Pestano >> >> Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande >> do Sul >> Graduando em Ci?ncia da Computa??o UFRGS >> http://conventionsframework.org >> http://rpestano.wordpress.com/ >> @realpestano >> _______________________________________________ >> 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 > > > > > -- > Att, > > Rafael M. Pestano > > Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul > Graduando em Ci?ncia da Computa??o UFRGS > http://conventionsframework.org > http://rpestano.wordpress.com/ > @realpestano > > > _______________________________________________ > 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/20140128/523b96b3/attachment.html From rmpestano at gmail.com Tue Jan 28 16:31:46 2014 From: rmpestano at gmail.com (Rafael Pestano) Date: Tue, 28 Jan 2014 19:31:46 -0200 Subject: [forge-dev] Forge 2.0.0.CR2 Released In-Reply-To: References: <52E77E0E.20109@redhat.com> <9FE36710-71A2-4E86-8D38-B2223C9191F1@redhat.com> <52E7B171.5000505@redhat.com> Message-ID: Hi Antonio, i've got the same error than you and solved by adding jboss repo in settings.xml JBOSS_NEXUS http://repository.jboss.org/nexus/content/groups/public as i see in your stacktrace you are trying to download from maven central. i hope that helps. 2014/1/28 Antonio Goncalves > Yes, I'm using the Zip from CR2. I've installed the latest SNAPSHOT of > Aesh and will try Forge from the trunk > > > 2014-01-28 Antonio Goncalves > >> I get this : >> >> >> ~/Documents/Code/temp/Forge$* forge -i >> org.jboss.forge.addon:core,2.0.0.CR2* >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR2/core-2.0.0.CR2.pom >> Installation request for [org.jboss.forge.addon:core,2.0.0.CR2] will: >> Deploy: [org.jboss.forge.addon:core,2.0.0.CR2] >> >> Confirm installation [Y/n]? Y >> Downloading: >> http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR2/core-2.0.0.CR2-forge-addon.jar >> java.lang.RuntimeException: >> org.eclipse.aether.resolution.DependencyResolutionException: Could not find >> artifact org.jboss.forge.addon:core:jar:forge-addon:2.0.0.CR2 in central ( >> http://repo1.maven.org/maven2) >> at >> org.jboss.forge.furnace.manager.maven.addon.MavenAddonDependencyResolver.resolveResources(MavenAddonDependencyResolver.java:108) >> at >> org.jboss.forge.furnace.manager.maven.addon.LazyAddonInfo.resolveResources(LazyAddonInfo.java:88) >> at >> org.jboss.forge.furnace.manager.maven.addon.LazyAddonInfo.getResources(LazyAddonInfo.java:39) >> at >> org.jboss.forge.furnace.manager.impl.request.DeployRequestImpl.deploy(DeployRequestImpl.java:59) >> at >> org.jboss.forge.furnace.manager.impl.request.DeployRequestImpl$1.call(DeployRequestImpl.java:49) >> at >> org.jboss.forge.furnace.impl.LockManagerImpl.performLocked(LockManagerImpl.java:48) >> at >> org.jboss.forge.furnace.manager.impl.request.DeployRequestImpl.execute(DeployRequestImpl.java:44) >> at >> org.jboss.forge.furnace.manager.impl.request.AbstractAddonActionRequest.perform(AbstractAddonActionRequest.java:57) >> at >> org.jboss.forge.furnace.manager.impl.request.InstallRequestImpl.perform(InstallRequestImpl.java:39) >> at org.jboss.forge.bootstrap.Bootstrap.install(Bootstrap.java:265) >> at org.jboss.forge.bootstrap.Bootstrap.(Bootstrap.java:149) >> at org.jboss.forge.bootstrap.Bootstrap.main(Bootstrap.java:92) >> Caused by: org.eclipse.aether.resolution.DependencyResolutionException: >> Could not find artifact >> org.jboss.forge.addon:core:jar:forge-addon:2.0.0.CR2 in central ( >> http://repo1.maven.org/maven2) >> at >> org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:384) >> at >> org.jboss.forge.furnace.manager.maven.addon.MavenAddonDependencyResolver.resolveResources(MavenAddonDependencyResolver.java:104) >> ... 11 more >> Caused by: org.eclipse.aether.resolution.ArtifactResolutionException: >> Could not find artifact >> org.jboss.forge.addon:core:jar:forge-addon:2.0.0.CR2 in central ( >> http://repo1.maven.org/maven2) >> at >> org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:459) >> at >> org.eclipse.aether.internal.impl.DefaultArtifactResolver.resolveArtifacts(DefaultArtifactResolver.java:262) >> at >> org.eclipse.aether.internal.impl.DefaultRepositorySystem.resolveDependencies(DefaultRepositorySystem.java:367) >> ... 12 more >> Caused by: org.eclipse.aether.transfer.ArtifactNotFoundException: Could >> not find artifact org.jboss.forge.addon:core:jar:forge-addon:2.0.0.CR2 in >> central (http://repo1.maven.org/maven2) >> at >> org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1012) >> at >> org.eclipse.aether.connector.wagon.WagonRepositoryConnector$6.wrap(WagonRepositoryConnector.java:1004) >> at >> org.eclipse.aether.connector.wagon.WagonRepositoryConnector$GetTask.run(WagonRepositoryConnector.java:725) >> at >> org.eclipse.aether.util.concurrency.RunnableErrorForwarder$1.run(RunnableErrorForwarder.java:67) >> at >> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) >> at >> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) >> at java.lang.Thread.run(Thread.java:744) >> > Forge version [2.0.0.CR2] >> >> >> 2014-01-28 George Gastaldi >> >>> This is weird. I just tested here and it downloaded CR2 addons >>> perfectly. From your log, it doesn't seem to be using the JBoss >>> repositories. >>> Are you using the ZIP from CR2? Can you clean your ~/.forge repository >>> before attempting to run? What happens if you run >>> ./forge -i org.jboss.forge.addon:core,2.0.0.CR2 ? >>> >>> On 28-01-2014 11:23, Antonio Goncalves wrote: >>> >>> Yes I do, but I think the problem is more in the version of the >>> dependencies. As you can see below, all the downloaded addons are CR1 : >>> >>> >>> >>> ~/Documents/Code/temp/Forge$ forge >>> There are no addons installed; install core addons now? [Y,n] Y >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/core/maven-metadata.xml >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/core/maven-metadata.xml(648 B at 1.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1.pom(5 KB at 88.5 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/core-parent/2.0.0.CR1/core-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/core-parent/2.0.0.CR1/core-parent-2.0.0.CR1.pom(2 KB at 25.0 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/forge-parent/2.0.0.CR1/forge-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/forge-parent/2.0.0.CR1/forge-parent-2.0.0.CR1.pom(27 KB at 291.3 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1.pom(3 KB at 28.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-parent/2.0.0.CR1/addon-manager-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-parent/2.0.0.CR1/addon-manager-parent-2.0.0.CR1.pom(3 KB at 58.6 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1.pom(3 KB at 73.8 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-parent/2.0.0.CR1/ui-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-parent/2.0.0.CR1/ui-parent-2.0.0.CR1.pom(3 KB at 58.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1.pom(3 KB at 53.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-parent/2.0.0.CR1/convert-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-parent/2.0.0.CR1/convert-parent-2.0.0.CR1.pom(2 KB at 36.4 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1.pom(3 KB at 56.4 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-parent/2.0.0.CR1/cdi-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-parent/2.0.0.CR1/cdi-parent-2.0.0.CR1.pom(15 KB at 260.2 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.pom(559 B at 13.3 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-parent/2.0.0.CR1/furnace-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-parent/2.0.0.CR1/furnace-parent-2.0.0.CR1.pom(16 KB at 272.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1.pom(3 KB at 56.4 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-parent/2.0.0.CR1/facets-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-parent/2.0.0.CR1/facets-parent-2.0.0.CR1.pom(2 KB at 39.0 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1.pom(3 KB at 48.2 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1.pom(3 KB at 60.0 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-parent/2.0.0.CR1/environment-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-parent/2.0.0.CR1/environment-parent-2.0.0.CR1.pom(2 KB at 38.7 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1.pom(4 KB at 75.2 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-parent/2.0.0.CR1/projects-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-parent/2.0.0.CR1/projects-parent-2.0.0.CR1.pom(2 KB at 44.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1.pom(3 KB at 58.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-parent/2.0.0.CR1/dependencies-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-parent/2.0.0.CR1/dependencies-parent-2.0.0.CR1.pom(2 KB at 32.3 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1.pom(3 KB at 73.7 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-parent/2.0.0.CR1/resources-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-parent/2.0.0.CR1/resources-parent-2.0.0.CR1.pom(2 KB at 39.6 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1.pom(2 KB at 43.3 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1.pom(4 KB at 72.8 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-parent/2.0.0.CR1/addons-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-parent/2.0.0.CR1/addons-parent-2.0.0.CR1.pom(4 KB at 68.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1.pom(5 KB at 103.7 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-parent/2.0.0.CR1/maven-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-parent/2.0.0.CR1/maven-parent-2.0.0.CR1.pom(4 KB at 68.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1.pom(3 KB at 76.7 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-parent/2.0.0.CR1/parser-xml-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-parent/2.0.0.CR1/parser-xml-parent-2.0.0.CR1.pom(2 KB at 53.7 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1.pom(4 KB at 85.2 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-parent/2.0.0.CR1/parser-java-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-parent/2.0.0.CR1/parser-java-parent-2.0.0.CR1.pom(2 KB at 44.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1.pom(4 KB at 76.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-parent/2.0.0.CR1/javaee-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-parent/2.0.0.CR1/javaee-parent-2.0.0.CR1.pom(4 KB at 94.5 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1.pom(3 KB at 64.2 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-parent/2.0.0.CR1/templates-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-parent/2.0.0.CR1/templates-parent-2.0.0.CR1.pom(2 KB at 52.6 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1.pom(3 KB at 52.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1.pom(3 KB at 64.5 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1.pom(3 KB at 63.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-parent/2.0.0.CR1/simple-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-parent/2.0.0.CR1/simple-parent-2.0.0.CR1.pom(13 KB at 224.3 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1.pom(3 KB at 60.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-parent/2.0.0.CR1/configuration-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-parent/2.0.0.CR1/configuration-parent-2.0.0.CR1.pom(2 KB at 47.2 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1.pom(4 KB at 81.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1.pom(3 KB at 59.0 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-parent/2.0.0.CR1/scaffold-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-parent/2.0.0.CR1/scaffold-parent-2.0.0.CR1.pom(3 KB at 57.5 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1.pom(2 KB at 36.2 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1.pom(3 KB at 70.2 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1.pom(4 KB at 66.2 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-parent/2.0.0.CR1/shell-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-parent/2.0.0.CR1/shell-parent-2.0.0.CR1.pom(4 KB at 94.3 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1.pom(2 KB at 34.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1.pom(3 KB at 68.6 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-parent/2.0.0.CR1/database-tools-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-parent/2.0.0.CR1/database-tools-parent-2.0.0.CR1.pom(7 KB at 157.2 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.pom(2 KB at 33.3 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.pom(687 B at 18.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-parent/2.0.0.CR1/furnace-manager-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-parent/2.0.0.CR1/furnace-manager-parent-2.0.0.CR1.pom(3 KB at 49.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.pom(3 KB at 55.7 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.pom(901 B at 19.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.pom(2 KB at 31.6 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.pom(2 KB at 53.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.pom(697 B at 18.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.pom(840 B at 22.2 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.pom(2 KB at 20.3 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.pom(2 KB at 40.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.pom(2 KB at 29.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.pom(740 B at 20.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.pom(2 KB at 25.4 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.pom(703 B at 14.3 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.pom(856 B at 23.2 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.pom(2 KB at 34.3 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.pom(3 KB at 61.6 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.pom(875 B at 17.4 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.pom(848 B at 22.4 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.pom(936 B at 25.4 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.pom(2 KB at 44.0 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.pom(744 B at 7.0 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.pom(2 KB at 52.3 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.pom(3 KB at 59.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.pom(2 KB at 50.0 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.pom(5 KB at 105.3 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.pom(5 KB at 117.0 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-parent/2.0.0.CR1/furnace-manager-resolver-parent-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-parent/2.0.0.CR1/furnace-manager-resolver-parent-2.0.0.CR1.pom(610 B at 17.0 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.pom(4 KB at 79.2 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.pom(2 KB at 23.8 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.pom(2 KB at 37.8 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.pom(2 KB at 32.6 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.pom(2 KB at 40.4 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.pom(3 KB at 71.6 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.pom(3 KB at 62.7 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.pom(2 KB at 30.5 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.pom(2 KB at 34.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.pom(726 B at 15.4 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.pom(2 KB at 28.5 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.pom(938 B at 22.3 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.pom(2 KB at 28.6 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.pom(2 KB at 26.3 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.pom(2 KB at 30.5 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.pom(2 KB at 38.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.pom(3 KB at 56.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.pom (3 >>> KB at 67.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.pom(931 B at 21.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.pom >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.pom(3 KB at 59.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/eclipse/core/commands/maven-metadata.xml >>> Downloaded: >>> http://repo1.maven.org/maven2/org/eclipse/core/commands/maven-metadata.xml(376 B at 9.7 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/eclipse/equinox/common/maven-metadata.xml >>> Downloaded: >>> http://repo1.maven.org/maven2/org/eclipse/equinox/common/maven-metadata.xml(383 B at 10.4 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/eclipse/osgi/maven-metadata.xml >>> Downloaded: >>> http://repo1.maven.org/maven2/org/eclipse/osgi/maven-metadata.xml (367 >>> B at 10.5 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/eclipse/core/jobs/maven-metadata.xml >>> Downloaded: >>> http://repo1.maven.org/maven2/org/eclipse/core/jobs/maven-metadata.xml(378 B at 10.5 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/eclipse/equinox/registry/maven-metadata.xml >>> Downloaded: >>> http://repo1.maven.org/maven2/org/eclipse/equinox/registry/maven-metadata.xml(385 B at 11.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/eclipse/equinox/preferences/maven-metadata.xml >>> Downloaded: >>> http://repo1.maven.org/maven2/org/eclipse/equinox/preferences/maven-metadata.xml(388 B at 11.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/eclipse/core/contenttype/maven-metadata.xml >>> Downloaded: >>> http://repo1.maven.org/maven2/org/eclipse/core/contenttype/maven-metadata.xml(385 B at 11.1 KB/sec) >>> Installation request for [org.jboss.forge.addon:core,2.0.0.CR1] will: >>> Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:database-tools,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] >>> Deploy: [org.jboss.forge.furnace.container:simple,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] >>> Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] >>> >>> Confirm installation [Y/n]? Y >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar(3 KB at 38.5 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar(4 KB at 36.6 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar(3 KB at 25.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar(4 KB at 48.5 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar(3 KB at 46.0 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar(23 KB at 145.3 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar(17 KB at 104.4 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar(4 KB at 56.1 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java/2.0.0.CR1/parser-java-2.0.0.CR1-forge-addon.jar(4 KB at 79.8 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1-forge-addon.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-spi/2.0.0.CR1/addon-manager-spi-2.0.0.CR1-forge-addon.jar(3 KB at 59.7 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-spi/2.0.0.CR1/furnace-manager-spi-2.0.0.CR1.jar(5 KB at 95.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1-forge-addon.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager/2.0.0.CR1/addon-manager-2.0.0.CR1-forge-addon.jar(4 KB at 66.0 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-api/2.0.0.CR1/addon-manager-api-2.0.0.CR1.jar(3 KB at 45.4 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-api/2.0.0.CR1/furnace-manager-api-2.0.0.CR1.jar(6 KB at 99.7 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addon-manager-impl/2.0.0.CR1/addon-manager-impl-2.0.0.CR1.jar(17 KB at 198.0 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager/2.0.0.CR1/furnace-manager-2.0.0.CR1.jar(19 KB at 146.8 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-spi/2.0.0.CR1/scaffold-spi-2.0.0.CR1-forge-addon.jar(7 KB at 121.6 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1-forge-addon.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration/2.0.0.CR1/configuration-2.0.0.CR1-forge-addon.jar(4 KB at 49.0 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-faces/2.0.0.CR1/scaffold-faces-2.0.0.CR1-forge-addon.jar(127 KB at 538.2 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1-forge-addon.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-api/2.0.0.CR1/scaffold-api-2.0.0.CR1.jar(4 KB at 96.4 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold/2.0.0.CR1/scaffold-2.0.0.CR1-forge-addon.jar(4 KB at 57.4 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/scaffold-impl/2.0.0.CR1/scaffold-impl-2.0.0.CR1.jar(15 KB at 220.7 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources/2.0.0.CR1/resources-2.0.0.CR1-forge-addon.jar(3 KB at 40.8 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1-forge-addon.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools/2.0.0.CR1/database-tools-2.0.0.CR1-forge-addon.jar(4 KB at 80.8 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-api/2.0.0.CR1/database-tools-api-2.0.0.CR1.jar(5 KB at 105.7 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/database-tools-impl/2.0.0.CR1/database-tools-impl-2.0.0.CR1.jar(35 KB at 355.7 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1-forge-addon.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/dev-tools-java/2.0.0.CR1/dev-tools-java-2.0.0.CR1-forge-addon.jar(9 KB at 162.9 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple/2.0.0.CR1/simple-2.0.0.CR1-forge-addon.jar(3 KB at 52.0 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-api/2.0.0.CR1/configuration-api-2.0.0.CR1.jar(6 KB at 125.2 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/configuration-impl/2.0.0.CR1/configuration-impl-2.0.0.CR1.jar(8 KB at 132.6 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1-forge-addon.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-spi/2.0.0.CR1/shell-spi-2.0.0.CR1-forge-addon.jar(3 KB at 60.2 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/aesh/aesh/0.46/aesh-0.46.jar(342 KB at 630.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1-forge-addon.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell/2.0.0.CR1/shell-2.0.0.CR1-forge-addon.jar(3 KB at 75.0 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-api/2.0.0.CR1/shell-api-2.0.0.CR1.jar(7 KB at 130.4 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert/2.0.0.CR1/convert-2.0.0.CR1-forge-addon.jar(3 KB at 36.7 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/shell-impl/2.0.0.CR1/shell-impl-2.0.0.CR1.jar(94 KB at 429.5 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1-forge-addon.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-api/2.0.0.CR1/parser-java-api-2.0.0.CR1.jar(24 KB at 334.1 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment/2.0.0.CR1/environment-2.0.0.CR1-forge-addon.jar(3 KB at 26.7 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-spi/2.0.0.CR1/ui-spi-2.0.0.CR1-forge-addon.jar(6 KB at 46.0 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-java-impl/2.0.0.CR1/parser-java-impl-2.0.0.CR1.jar(28 KB at 211.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-api/2.0.0.CR1/simple-api-2.0.0.CR1.jar(4 KB at 78.9 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-api/2.0.0.CR1/furnace-api-2.0.0.CR1.jar(75 KB at 356.0 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-proxy/2.0.0.CR1/furnace-proxy-2.0.0.CR1.jar(30 KB at 100.1 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/simple-impl/2.0.0.CR1/simple-impl-2.0.0.CR1.jar(11 KB at 12.0 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/text/2.0.0.CR1/text-2.0.0.CR1-forge-addon.jar(11 KB at 129.7 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1-forge-addon.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies/2.0.0.CR1/dependencies-2.0.0.CR1-forge-addon.jar(3 KB at 75.4 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-api/2.0.0.CR1/projects-api-2.0.0.CR1.jar(16 KB at 139.0 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects-impl/2.0.0.CR1/projects-impl-2.0.0.CR1.jar(36 KB at 288.2 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-spi/2.0.0.CR1/templates-spi-2.0.0.CR1-forge-addon.jar(5 KB at 102.0 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1-forge-addon.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates/2.0.0.CR1/templates-2.0.0.CR1-forge-addon.jar(4 KB at 83.0 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-api/2.0.0.CR1/templates-api-2.0.0.CR1.jar(4 KB at 87.6 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/templates-impl/2.0.0.CR1/templates-impl-2.0.0.CR1.jar(9 KB at 152.0 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml/2.0.0.CR1/parser-xml-2.0.0.CR1-forge-addon.jar(4 KB at 23.5 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-api/2.0.0.CR1/javaee-api-2.0.0.CR1.jar(37 KB at 108.9 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee-impl/2.0.0.CR1/javaee-impl-2.0.0.CR1.jar(230 KB at 514.7 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-api/2.0.0.CR1/dependencies-api-2.0.0.CR1.jar(24 KB at 348.2 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/dependencies-impl/2.0.0.CR1/dependencies-impl-2.0.0.CR1.jar(3 KB at 33.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets/2.0.0.CR1/facets-2.0.0.CR1-forge-addon.jar(3 KB at 49.0 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-api/2.0.0.CR1/resources-api-2.0.0.CR1.jar(31 KB at 301.6 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/resources-impl/2.0.0.CR1/resources-impl-2.0.0.CR1.jar(36 KB at 234.6 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-api/2.0.0.CR1/parser-xml-api-2.0.0.CR1.jar(4 KB at 99.5 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/parser-xml-impl/2.0.0.CR1/parser-xml-impl-2.0.0.CR1.jar(7 KB at 113.4 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-api/2.0.0.CR1/maven-api-2.0.0.CR1.jar(29 KB at 353.0 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl/2.0.0.CR1/maven-impl-2.0.0.CR1.jar(24 KB at 147.9 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/furnace-manager-resolver-maven/2.0.0.CR1/furnace-manager-resolver-maven-2.0.0.CR1.jar(37 KB at 199.9 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven-impl-projects/2.0.0.CR1/maven-impl-projects-2.0.0.CR1.jar(91 KB at 187.2 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-impl/2.0.0.CR1/convert-impl-2.0.0.CR1.jar(12 KB at 228.2 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/convert-api/2.0.0.CR1/convert-api-2.0.0.CR1.jar(7 KB at 113.9 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-api/2.0.0.CR1/environment-api-2.0.0.CR1.jar(4 KB at 80.8 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/environment-impl/2.0.0.CR1/environment-impl-2.0.0.CR1.jar(5 KB at 86.6 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-api/2.0.0.CR1/cdi-api-2.0.0.CR1.jar(4 KB at 90.1 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi-impl/2.0.0.CR1/cdi-impl-2.0.0.CR1.jar(86 KB at 479.1 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-impl/2.0.0.CR1/facets-impl-2.0.0.CR1.jar(9 KB at 178.1 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/facets-api/2.0.0.CR1/facets-api-2.0.0.CR1.jar(15 KB at 194.6 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.jar >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-api/2.0.0.CR1/ui-api-2.0.0.CR1.jar(51 KB at 343.2 KB/sec) >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui-impl/2.0.0.CR1/ui-impl-2.0.0.CR1.jar(53 KB at 261.0 KB/sec) >>> Downloading: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1-forge-addon.jar >>> Downloaded: >>> http://repo1.maven.org/maven2/org/jboss/forge/addon/core/2.0.0.CR1/core-2.0.0.CR1-forge-addon.jar(3 KB at 60.2 KB/sec) >>> Installation completed successfully. >>> >>> >>> _____ >>> | ___|__ _ __ __ _ ___ >>> | |_ / _ \| `__/ _` |/ _ \ \\ >>> | _| (_) | | | (_| | __/ // >>> |_| \___/|_| \__, |\___| >>> |___/ >>> >>> JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, Inc. [ >>> http://forge.jboss.org ] >>> >>> [Forge]$ >>> >>> >>> 2014-01-28 George Gastaldi >>> >>>> Hi Antonio, >>>> >>>> I believe CR2 was not synch'ed in the official M2 repo. Do you have >>>> the JBoss repository set in the settings.xml? >>>> >>>> Best Regards, >>>> >>>> George >>>> >>>> Em 28/01/2014, ?s 10:39, Antonio Goncalves >>>> escreveu: >>>> >>>> George, don't you think there is something wrong with CR2 pushing >>>> CR1 dependencies ? >>>> >>>> >>>> 2014-01-28 George Gastaldi >>>> >>>>> Hi Marek, >>>>> >>>>> We should update the website with the documentation, we are working >>>>> on a new website layout too. >>>>> >>>>> Em 28/01/2014, ?s 07:53, Marek Novotny escreveu: >>>>> >>>>> I have the same experience like Antonio. >>>>> >>>>> And one question as forge 2.x is a different in some commands, do you >>>>> plan to update online documentation or is there different URL for 2.x? >>>>> >>>>> On 01/28/2014 09:58 AM, Antonio Goncalves wrote: >>>>> >>>>> Hum.... I've downloaded Forge, removed all the addons, and when I >>>>>> run Forge, it installs and downloads CR1 artifacts, not CR2 : >>>>>> >>>>>> >>>>>> Installation request for [org.jboss.forge.addon:core,2.0.0.CR1] >>>>>> will: >>>>>> Deploy: [org.jboss.forge.addon:addons,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:addon-manager-spi,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:addon-manager,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:scaffold-spi,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:scaffold-faces,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:scaffold,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:database-tools,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:dev-tools-java,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:configuration,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:shell-spi,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:shell,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:parser-java,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.furnace.container:simple,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:text,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:projects,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:templates-spi,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:templates,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:javaee,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:dependencies,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:resources,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:parser-xml,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:maven,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:convert,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:environment,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:ui-spi,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.furnace.container:cdi,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:facets,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:ui,2.0.0.CR1] >>>>>> Deploy: [org.jboss.forge.addon:core,2.0.0.CR1] >>>>>> >>>>>> Confirm installation [Y/n]? Y >>>>>> Downloading: >>>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar >>>>>> Downloading: >>>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-api/2.0.0.CR1/addons-api-2.0.0.CR1.jar >>>>>> Downloading: >>>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons-impl/2.0.0.CR1/addons-impl-2.0.0.CR1.jar >>>>>> Downloading: >>>>>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar >>>>>> Downloading: >>>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar >>>>>> Downloaded: >>>>>> http://repo1.maven.org/maven2/org/jboss/forge/furnace/container/cdi/2.0.0.CR1/cdi-2.0.0.CR1-forge-addon.jar(3 KB at 38.5 KB/sec) >>>>>> Downloading: >>>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar >>>>>> Downloaded: >>>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/addons/2.0.0.CR1/addons-2.0.0.CR1-forge-addon.jar(4 KB at 36.6 KB/sec) >>>>>> Downloading: >>>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/projects/2.0.0.CR1/projects-2.0.0.CR1-forge-addon.jar >>>>>> Downloaded: >>>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/ui/2.0.0.CR1/ui-2.0.0.CR1-forge-addon.jar(3 KB at 25.1 KB/sec) >>>>>> Downloading: >>>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/javaee/2.0.0.CR1/javaee-2.0.0.CR1-forge-addon.jar >>>>>> Downloaded: >>>>>> http://repo1.maven.org/maven2/org/jboss/forge/addon/maven/2.0.0.CR1/maven-2.0.0.CR1-forge-addon.jar(4 KB at 48.5 KB/sec) >>>>>> >>>>>> >>>>>> The version is CR2 : >>>>>> >>>>>> [Forge]$ version >>>>>> JBoss Forge, version [ 2.0.0.CR2 ] - JBoss, by Red Hat, Inc. [ >>>>>> http://jboss.org/forge ] >>>>>> >>>>>> But I don't see any of the new commands such as >>>>>> project-remove-dependency : >>>>>> >>>>>> [Forge]$ project-new >>>>>> --named --finalName --topLevelPackage --buildSystem >>>>>> --targetLocation --type --version >>>>>> >>>>>> Are you sure CR2 contains the rights addons ? >>>>>> >>>>>> >>>>>> 2014-01-28 Lincoln Baxter, III >>>>>> >>>>>> Please try it out and check for bugs! We are very close to final! >>>>>>> Just one day away :) >>>>>>> >>>>>>> http://forge.jboss.org/news/2014/01/28/post-forge-2.html >>>>>>> >>>>>>> -- >>>>>>> Lincoln Baxter, III >>>>>>> http://ocpsoft.org >>>>>>> "Simpler is better." >>>>>>> >>>>>> >>>>> >>>>> -- >>>>> -- >>>>> Antonio Goncalves (antonio.goncalves at gmail.com) >>>>> Software architect >>>>> >>>>> Web site : www.antoniogoncalves.org >>>>> Blog: agoncal.wordpress.com >>>>> Feed: feeds2.feedburner.com/AntonioGoncalves >>>>> Paris JUG leader : www.parisjug.org >>>>> LinkedIn: www.linkedin.com/in/agoncal >>>>> >>>>> >>>>> _______________________________________________ >>>>> forge-dev mailing listforge-dev at lists.jboss.orghttps://lists.jboss.org/mailman/listinfo/forge-dev >>>>> >>>>> >>>>> >>>>> -- >>>>> Marek Novotny >>>>> -- >>>>> WFK and Seam Product Lead >>>>> >>>>> Red Hat Czech s.r.o. >>>>> Purkynova 99 >>>>> 612 45 Brno >>>>> >>>>> _______________________________________________ >>>>> 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 >>> >>> >>> _______________________________________________ >>> forge-dev mailing listforge-dev at lists.jboss.orghttps://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 >> > > > > -- > 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 > -- Att, Rafael M. Pestano Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul Graduando em Ci?ncia da Computa??o UFRGS http://conventionsframework.org http://rpestano.wordpress.com/ @realpestano -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140128/eea21330/attachment-0001.html From rmpestano at gmail.com Tue Jan 28 17:14:34 2014 From: rmpestano at gmail.com (Rafael Pestano) Date: Tue, 28 Jan 2014 20:14:34 -0200 Subject: [forge-dev] get shell output in a test In-Reply-To: <52E7B43C.9060307@redhat.com> References: <26790543-3B8A-4274-BE46-B4B6229BFC61@redhat.com> <52E7B43C.9060307@redhat.com> Message-ID: thanks George, that just works! 2014/1/28 George Gastaldi > Hi Rafael, > > Here is an example on how to get the shell output: > > in Forge 2.x: > https://github.com/forge/core/blob/2.0/shell/tests/src/test/java/org/jboss/forge/addon/shell/command/LsCommandTest.java > in Forge 1.x: > https://github.com/forge/core/blob/master/dev-plugins/src/test/java/org/jboss/forge/dev/PluginsPluginTest.java#L35 > > Hope it helps, > > George Gastaldi > > > On 28-01-2014 10:34, Rafael Pestano wrote: > > Hi George, > > 1.x, > i'll migrate to 2.x in next days so the answer is both > > > > 2014/1/28 George Gastaldi > >> Hi Rafael, >> >> Which Forge version are you using? >> >> Em 28/01/2014, ?s 10:19, Rafael Pestano escreveu: >> >> Hi everyone, >> >> how can i get shell output after executing a command? >> >> eg: i have a plugin that count lines of files, in my test i expect the >> command to print 200 so id like to assertEquals that value. Something like >> calling queueInputLines after executing a command to get its output >> >> >> thanks in advance. >> >> -- >> Att, >> >> Rafael M. Pestano >> >> Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul >> Graduando em Ci?ncia da Computa??o UFRGS >> http://conventionsframework.org >> http://rpestano.wordpress.com/ >> @realpestano >> >> _______________________________________________ >> 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 >> > > > > -- > Att, > > Rafael M. Pestano > > Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul > Graduando em Ci?ncia da Computa??o UFRGS > http://conventionsframework.org > http://rpestano.wordpress.com/ > @realpestano > > > _______________________________________________ > forge-dev mailing listforge-dev at lists.jboss.orghttps://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 > -- Att, Rafael M. Pestano Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul Graduando em Ci?ncia da Computa??o UFRGS http://conventionsframework.org http://rpestano.wordpress.com/ @realpestano -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140128/ed9f76ac/attachment.html From lincolnbaxter at gmail.com Wed Jan 29 11:19:53 2014 From: lincolnbaxter at gmail.com (lincolnbaxter at gmail.com) Date: Wed, 29 Jan 2014 16:19:53 +0000 Subject: [forge-dev] Invitation: Hack Night in #forge IRC channel @ Mon Feb 17, 2014 2:30pm - 3:30pm (Forge Project Calendar) Message-ID: <047d7b5d894196e6ac04f11e4fc9@google.com> You have been invited to the following event. Title: Hack Night in #forge IRC channel Hack night is back! When: Mon Feb 17, 2014 2:30pm ? 3:30pm Eastern Time Where: #forge IRC channel Calendar: Forge Project Calendar Who: * Lincoln Baxter, III - creator * Ivan St. Ivanov * Antonio Goncalves * Vineet Reynolds * Rodney Russ * tcunning at redhat.com * Koen Aers * Adam Wy?uda * George Gastaldi * Matt Benson * st?le pedersen * forge-dev at lists.jboss.org Event details: https://www.google.com/calendar/event?action=VIEW&eid=ajNxMG05ZnBob2Q4MHAwMzBmMGFsMjBhMmsgZm9yZ2UtZGV2QGxpc3RzLmpib3NzLm9yZw&tok=NTIjdGl1M2lqaDVub2w5cHY3OHZkdnUza2tidWtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbTg2NGZiZTRhMzBiMjc1NjlhYTk2ZDAwZDY1MmVhOGU4MGE4ZDY0MmQ&ctz=America/New_York&hl=en Invitation from Google Calendar: https://www.google.com/calendar/ You are receiving this courtesy email at the account forge-dev at lists.jboss.org because you are an attendee of this event. To stop receiving future notifications for this event, decline this event. Alternatively you can sign up for a Google account at https://www.google.com/calendar/ and control your notification settings for your entire calendar. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140129/957d76c6/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/calendar Size: 2434 bytes Desc: not available Url : http://lists.jboss.org/pipermail/forge-dev/attachments/20140129/957d76c6/attachment-0002.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: invite.ics Type: application/ics Size: 2482 bytes Desc: not available Url : http://lists.jboss.org/pipermail/forge-dev/attachments/20140129/957d76c6/attachment-0003.bin From ivan.st.ivanov at gmail.com Wed Jan 29 11:38:27 2014 From: ivan.st.ivanov at gmail.com (Ivan St. Ivanov) Date: Wed, 29 Jan 2014 18:38:27 +0200 Subject: [forge-dev] Fwd: Forge 2 core tests In-Reply-To: References: <5F43C012-7B58-42AA-9937-B4475CAA43A5@redhat.com> <923DDEA8-E43B-4979-A775-EC1D4283C4B1@redhat.com> Message-ID: ---------- Forwarded message ---------- From: George Gastaldi Date: Thu, Jan 9, 2014 at 11:58 PM Subject: Re: Forge 2 core tests To: "Ivan St. Ivanov" Hum, this may be due to file locking issues perhaps. Lincoln is pushing some changes in Furnace, so it's worth building it too before building core. Btw forge -i core installs the latest released version (NOT the snapshot). You must use run forge -i org.jboss.forge.addon:core,2.0.0-SNAPSHOT instead Em 09/01/2014, ?s 19:43, "Ivan St. Ivanov" escreveu: Hey George, Here is what I tried: 1) I activated the profile that points to the snapshots repository 2) I run mvn clean install -DskipTests on all the core 3) I deleted the ~/.forge/addons directory 4) I run forge --install core 5) I ran forge and executed addon-list. It worked fine 6) I ran maven clean install in core/addon-manager. The test failed again I noticed that inside the target directory there are two furnacexxxxxxx directories. I looked inside and found that they are both lacking the addon-manager addon. So I think that this may be the reason why the addon-list command timed out? Cheers, Ivan On Thu, Jan 9, 2014 at 12:20 AM, Ivan St. Ivanov wrote: > Isn't it weird? In order to test the addon-manager addon, you have to > first have it installed in ~\.forge\addons? > > > On Thu, Jan 9, 2014 at 12:14 AM, George Gastaldi wrote: > >> It should be inside this directory with a name like the maven coordinates >> >> Em 08/01/2014, ?s 20:11, "Ivan St. Ivanov" >> escreveu: >> >> Ah, so it takes it from ~/forge/addons? >> >> >> On Thu, Jan 9, 2014 at 12:10 AM, George Gastaldi wrote: >> >>> It belongs to the addons project afaik. >>> >>> Run a mvn clean install, go to dist/target, unzip the file and run forge >>> -i org.jboss.forge.addon:core,2.0.0-SNAPSHOT >>> The >>> >>> Em 08/01/2014, ?s 20:08, "Ivan St. Ivanov" >>> escreveu: >>> >>> Hmm, there is no such command addon-list in my forge installation, that >>> is why the command fails. Most probably the command was recently added, as >>> I see it in Eclipse. >>> >>> AddonListCommandTest has declared an addon dependency >>> to org.jboss.forge.addon:addon-manager. Where does it take it from? >>> >>> >>> On Wed, Jan 8, 2014 at 11:53 PM, George Gastaldi wrote: >>> >>>> This looks like a bug in the shell impl or aesh itself. Try running the >>>> "addon-list" command in a running Forge 2 instance to check the output >>>> >>>> > Em 08/01/2014, ?s 19:46, "Ivan St. Ivanov" >>>> escreveu: >>>> > >>>> > Hi George, >>>> > >>>> > As I promised you, I ran the Forge 2 core tests. Initially the maven >>>> impl tests failed, because my settings.xml pointed to the snapshots >>>> repository, while the test was trying to access artifacts from version >>>> 2.0.0.Alpha3, which can be found in the releases repository. After changing >>>> the repo to releases, the test passed. >>>> > >>>> > Next, I got a failure in AddonListCommandTest::testAddonListCommand. >>>> The reason is timeout: 10 seconds are not enough for the test to pass. Do >>>> you know how I can look for the reason? >>>> > >>>> > Thanks, >>>> > Ivan >>>> >>> >>> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/forge-dev/attachments/20140129/6ba2907f/attachment.html From lincolnbaxter at gmail.com Wed Jan 29 12:57:17 2014 From: lincolnbaxter at gmail.com (Lincoln Baxter, III) Date: Wed, 29 Jan 2014 12:57:17 -0500 Subject: [forge-dev] Meeting minutes 2014-01-29 Message-ID: Minutes: http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-29-15.58.html Minutes (text): http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-29-15.58.txt Log: http://transcripts.jboss.org/meeting/irc.freenode.org/forge/2014/forge.2014-01-29-15.58.log.html Meeting summary --------------- * Agenda (lincolnthree, 15:58:36) * Forge Hack Night (lincolnthree, 15:58:44) * Remaining issues for Forge 2 Final (lincolnthree, 15:58:51) * Build issues (lincolnthree, 16:00:00) * Forge Hack Night (lincolnthree, 16:00:57) * Forge Build Issues (lincolnthree, 16:12:23) * Forge 2 Hack night invitation is scheduled for Feb, 17th (gastaldi, 16:13:37) * Remaining issues for Forge 2 Final (lincolnthree, 16:33:38) * LINK: https://issues.jboss.org/browse/FORGE-1521 (agoncal, 16:57:35) * LINK: https://issues.jboss.org/browse/FORGE-1522 (agoncal, 17:01:39) * LINK: https://issues.jboss.org/browse/FORGE-1493 (lincolnthree, 17:09:28) * LINK: https://issues.jboss.org/browse/FORGE-1461 (lincolnthree, 17:10:07) * LINK: https://issues.jboss.org/browse/FORGE-1432 will try to fix one more time before we release, but might have to wait for 2.0.1 (lincolnthree, 17:10:37) * LINK: https://issues.jboss.org/browse/FORGE-1479 (lincolnthree, 17:11:39) * LINK: https://issues.jboss.org/browse/FORGE-1451 (agoncal, 17:14:43) * LINK: https://issues.jboss.org/browse/FORGE-1453 (agoncal, 17:14:51) * LINK: https://github.com/forge/core/pull/369 (gastaldi, 17:32:18) Meeting ended at 17:45:59 UTC. -- 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/20140129/89922e46/attachment.html