[JBoss JIRA] (JBDS-2456) JBDS should be buildable from source zip
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2456?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-2456 at 5/27/13 11:49 AM:
------------------------------------------------------------
You can now build in trunk like this:
{code}
unzip jbdevstudio-product-sources-7.0.0.Beta1-v20130417-1055-B3446.zip -d /tmp/jbds-sources/
cd /tmp/jbds-sources/devstudio/product
mvn install{code}
Once JBDS-2548 is fixed, we should be able to build with simply `mvn install`.
was (Author: nickboldt):
You can now build in trunk like this:
{code}
unzip jbdevstudio-product-sources-7.0.0.Beta1-v20130417-1055-B3446.zip -d /tmp/jbds-sources/
cd /tmp/jbds-sources/devstudio/product
mvn verify -P jboss-requirements-composite-extras-mirror{code}
Once JBDS-2548 is fixed, we should be able to build with simply `mvn install`.
> JBDS should be buildable from source zip
> ----------------------------------------
>
> Key: JBDS-2456
> URL: https://issues.jboss.org/browse/JBDS-2456
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Build
> Affects Versions: 6.0.0.GA, 7.0.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 7.0.0.Beta1
>
> Attachments: log.eap-hudson.txt, log.eap.txt, log.hudson.txt, log.txt
>
>
> As reported here: http://stackoverflow.com/questions/12807472/how-build-jboss-developer-stu... it would be nice if one could build JBDS from the sources zip. [~mmurray] reports that it sort of works but izPack is missing:
> {quote}it failed to find the devstudio/product/installer/IzPack-4.3.4.zip{quote}
> It should be noted that JBT can be built from github sources (but I don't think we've ever tried to build it from the source zip either).
> Ref: https://community.jboss.org/wiki/HowtoBuildJBossToolswithMaven3
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (JBDS-2554) JBDS should be able to build w/ `mvn verify` instead of `mvn install`
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2554?page=com.atlassian.jira.plugin.... ]
Nick Boldt closed JBDS-2554.
----------------------------
Resolution: Won't Fix
Installer build has to run w/ target = install, not verify or Jenkins will fail to resolve local artifacts, so reject this issue. Won't Fix.
> JBDS should be able to build w/ `mvn verify` instead of `mvn install`
> ---------------------------------------------------------------------
>
> Key: JBDS-2554
> URL: https://issues.jboss.org/browse/JBDS-2554
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Build
> Affects Versions: 7.0.0.Alpha2
> Reporter: Nick Boldt
> Assignee: Nick Boldt
> Fix For: 7.0.0.Beta1
>
>
> Because of calls to ant runner, JBDS product build requires `mvn install`. It should be able to build with `mvn verify`, so need to refactor some poms to use the correct lifecycle step.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (JBIDE-14555) Wrong warning "Could not initialize class my.pkg.ArchiveBuilder" by Arquillian
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14555?page=com.atlassian.jira.plugi... ]
Snjezana Peco commented on JBIDE-14555:
---------------------------------------
Could you please attach an example of your project?
Does logging stop when you close the Arquillian Cruiser view?
> Wrong warning "Could not initialize class my.pkg.ArchiveBuilder" by Arquillian
> ------------------------------------------------------------------------------
>
> Key: JBIDE-14555
> URL: https://issues.jboss.org/browse/JBIDE-14555
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: testing-tools
> Affects Versions: 4.1.0.Beta1
> Reporter: Juergen Zimmermann
> Assignee: Snjezana Peco
> Priority: Critical
> Fix For: 4.1.0.Beta1, 4.1.0.Beta2
>
>
> I'm using JBoss Tools 41-Update-2013-05-19_01-13-51-B207 having the new Arquillian component.
> I'm getting a warning "Could not initialize class my.pkg.ArchiveBuilder" in all Arquillian-based test classes.
> In fact my ArchiveBuilder isn't a regular class, but it's an enum:
> public enum ArchiveBuilder {
> INSTANCE;
> private final WebArchive archive = ShrinkWrap.create(WebArchive.class, "shop.war");
> private ArchiveBuilder() {...}
> public static ArchiveBuilder getInstance() { return INSTANCE; }
> public Archive<? extends Archive<?>> getArchive() { return archive; }
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (JBIDE-13434) BrowserSim: Take Screenshot action capture only part of the window
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13434?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov commented on JBIDE-13434:
------------------------------------------------
Understood.
This bug also reproduces sometimes on windows(select device which will be bigger than your monitor, *do not move it* and take a screnshot), but "shaking" browsersim window usually helps to get good screenshot.
This bug is not like we have before(grey areas), so could you create a new bug for this black area?
> BrowserSim: Take Screenshot action capture only part of the window
> ------------------------------------------------------------------
>
> Key: JBIDE-13434
> URL: https://issues.jboss.org/browse/JBIDE-13434
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: browsersim
> Reporter: Konstantin Marmalyukov
> Assignee: Konstantin Marmalyukov
> Fix For: 4.1.0.Beta2
>
> Attachments: browsersim-screenshot-feature.png, iPadMini.png, samsungGalaxySIII.png, uncompletebrowsersim.png, uncompletescreenshot.png
>
>
> BrowserSim should be able to take screenshot(skin + rendered page).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months