[JBoss JIRA] (ARQ-1584) Remove duplication from Droidium modules
by Stefan Miklosovic (JIRA)
[ https://issues.jboss.org/browse/ARQ-1584?page=com.atlassian.jira.plugin.s... ]
Stefan Miklosovic edited comment on ARQ-1584 at 11/30/13 1:25 PM:
------------------------------------------------------------------
-build artifacts for container, native and web modules are aggregated into one. build-config artifact is put into new build module as well so we dropped 3 modules. -depchain artifact is something you actually put on cp when you want to use it, e.g. native-depchain aggregates impl, spi and api, I renamed them to have no -depchain suffixes but their presence is needed.
was (Author: smikloso):
-build artifacts for container, native and web modules are aggregated into one. build-config artifact is put into new build module as well so we dropped 3 modules.
> Remove duplication from Droidium modules
> ----------------------------------------
>
> Key: ARQ-1584
> URL: https://issues.jboss.org/browse/ARQ-1584
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Droidium
> Affects Versions: droidium_1.0.0.Alpha2
> Reporter: Karel Piwko
> Assignee: Stefan Miklosovic
> Fix For: droidium_1.0.0.Alpha3
>
>
> Currently, a lot of modules are not necessary and could be removed altogether to make structure simpler
> For instance, build per each native, container, web might be moved into a single build module, some depchain could be removed - depchain make more sense if there is a sense in including only a part of extension, which is not valid for native, web - it's all-or-nothing.
--
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
11 years
[JBoss JIRA] (ARQ-1584) Remove duplication from Droidium modules
by Stefan Miklosovic (JIRA)
[ https://issues.jboss.org/browse/ARQ-1584?page=com.atlassian.jira.plugin.s... ]
Stefan Miklosovic resolved ARQ-1584.
------------------------------------
Assignee: Stefan Miklosovic
Resolution: Done
-build artifacts for container, native and web modules are aggregated into one. build-config artifact is put into new build module as well so we dropped 3 modules.
> Remove duplication from Droidium modules
> ----------------------------------------
>
> Key: ARQ-1584
> URL: https://issues.jboss.org/browse/ARQ-1584
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Droidium
> Affects Versions: droidium_1.0.0.Alpha2
> Reporter: Karel Piwko
> Assignee: Stefan Miklosovic
> Fix For: droidium_1.0.0.Alpha3
>
>
> Currently, a lot of modules are not necessary and could be removed altogether to make structure simpler
> For instance, build per each native, container, web might be moved into a single build module, some depchain could be removed - depchain make more sense if there is a sense in including only a part of extension, which is not valid for native, web - it's all-or-nothing.
--
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
11 years
[JBoss JIRA] (ARQ-1584) Remove duplication from Droidium modules
by Stefan Miklosovic (JIRA)
[ https://issues.jboss.org/browse/ARQ-1584?page=com.atlassian.jira.plugin.s... ]
Stefan Miklosovic updated ARQ-1584:
-----------------------------------
Fix Version/s: droidium_1.0.0.Alpha3
> Remove duplication from Droidium modules
> ----------------------------------------
>
> Key: ARQ-1584
> URL: https://issues.jboss.org/browse/ARQ-1584
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Droidium
> Affects Versions: droidium_1.0.0.Alpha2
> Reporter: Karel Piwko
> Fix For: droidium_1.0.0.Alpha3
>
>
> Currently, a lot of modules are not necessary and could be removed altogether to make structure simpler
> For instance, build per each native, container, web might be moved into a single build module, some depchain could be removed - depchain make more sense if there is a sense in including only a part of extension, which is not valid for native, web - it's all-or-nothing.
--
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
11 years
[JBoss JIRA] (ARQ-1587) Droidium has to fail when there is already started emulator on the same ports
by Stefan Miklosovic (JIRA)
Stefan Miklosovic created ARQ-1587:
--------------------------------------
Summary: Droidium has to fail when there is already started emulator on the same ports
Key: ARQ-1587
URL: https://issues.jboss.org/browse/ARQ-1587
Project: Arquillian
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Extension - Droidium
Affects Versions: 1.0.0.Alpha2
Reporter: Stefan Miklosovic
Given:
Already started emulator on some console and adb port.
When:
I specify in arquillian.xml that I want to start emulator on such port which matches the one which is used by already started emulator.
Then:
Droidium fails to start it and provides a reason why.
Use case:
I have already started emulator and I want to start another one and with explicitly specified ports from configuration. These ports are already used by the first emulator. Droidium has to fail. There has to be some free port checking utility.
--
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
11 years
[JBoss JIRA] (ARQ-1587) Droidium has to fail when there is already started emulator on the same ports
by Stefan Miklosovic (JIRA)
[ https://issues.jboss.org/browse/ARQ-1587?page=com.atlassian.jira.plugin.s... ]
Stefan Miklosovic resolved ARQ-1587.
------------------------------------
Resolution: Done
> Droidium has to fail when there is already started emulator on the same ports
> -----------------------------------------------------------------------------
>
> Key: ARQ-1587
> URL: https://issues.jboss.org/browse/ARQ-1587
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Droidium
> Affects Versions: 1.0.0.Alpha2
> Reporter: Stefan Miklosovic
> Fix For: 1.0.0.Alpha3
>
>
> Given:
> Already started emulator on some console and adb port.
> When:
> I specify in arquillian.xml that I want to start emulator on such port which matches the one which is used by already started emulator.
> Then:
> Droidium fails to start it and provides a reason why.
> Use case:
> I have already started emulator and I want to start another one and with explicitly specified ports from configuration. These ports are already used by the first emulator. Droidium has to fail. There has to be some free port checking utility.
--
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
11 years
[JBoss JIRA] (ARQ-1587) Droidium has to fail when there is already started emulator on the same ports
by Stefan Miklosovic (JIRA)
[ https://issues.jboss.org/browse/ARQ-1587?page=com.atlassian.jira.plugin.s... ]
Stefan Miklosovic updated ARQ-1587:
-----------------------------------
Fix Version/s: 1.0.0.Alpha3
> Droidium has to fail when there is already started emulator on the same ports
> -----------------------------------------------------------------------------
>
> Key: ARQ-1587
> URL: https://issues.jboss.org/browse/ARQ-1587
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Droidium
> Affects Versions: 1.0.0.Alpha2
> Reporter: Stefan Miklosovic
> Fix For: 1.0.0.Alpha3
>
>
> Given:
> Already started emulator on some console and adb port.
> When:
> I specify in arquillian.xml that I want to start emulator on such port which matches the one which is used by already started emulator.
> Then:
> Droidium fails to start it and provides a reason why.
> Use case:
> I have already started emulator and I want to start another one and with explicitly specified ports from configuration. These ports are already used by the first emulator. Droidium has to fail. There has to be some free port checking utility.
--
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
11 years
[JBoss JIRA] (ARQ-1580) Provide better AVD logging information
by Stefan Miklosovic (JIRA)
[ https://issues.jboss.org/browse/ARQ-1580?page=com.atlassian.jira.plugin.s... ]
Stefan Miklosovic resolved ARQ-1580.
------------------------------------
Resolution: Done
> Provide better AVD logging information
> --------------------------------------
>
> Key: ARQ-1580
> URL: https://issues.jboss.org/browse/ARQ-1580
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Droidium
> Affects Versions: droidium_1.0.0.Alpha2
> Reporter: Karel Piwko
> Assignee: Stefan Miklosovic
> Fix For: droidium_1.0.0.Alpha3
>
>
> In case there is an AVD match, provide a debug output for it, such as
> {code}
> Name: random-avd
> Path: /home/kpiwko/.android/avd/random-avd.avd
> Target: Android 4.2.2 (API level 17)
> ABI: x86
> Skin: 480x800
> {code}
>
--
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
11 years
[JBoss JIRA] (ARQ-1580) Provide better AVD logging information
by Stefan Miklosovic (JIRA)
[ https://issues.jboss.org/browse/ARQ-1580?page=com.atlassian.jira.plugin.s... ]
Stefan Miklosovic commented on ARQ-1580:
----------------------------------------
All available emulators are print to console in that format.
> Provide better AVD logging information
> --------------------------------------
>
> Key: ARQ-1580
> URL: https://issues.jboss.org/browse/ARQ-1580
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Droidium
> Affects Versions: droidium_1.0.0.Alpha2
> Reporter: Karel Piwko
> Assignee: Stefan Miklosovic
>
> In case there is an AVD match, provide a debug output for it, such as
> {code}
> Name: random-avd
> Path: /home/kpiwko/.android/avd/random-avd.avd
> Target: Android 4.2.2 (API level 17)
> ABI: x86
> Skin: 480x800
> {code}
>
--
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
11 years
[JBoss JIRA] (ARQ-1580) Provide better AVD logging information
by Stefan Miklosovic (JIRA)
[ https://issues.jboss.org/browse/ARQ-1580?page=com.atlassian.jira.plugin.s... ]
Stefan Miklosovic updated ARQ-1580:
-----------------------------------
Fix Version/s: droidium_1.0.0.Alpha3
> Provide better AVD logging information
> --------------------------------------
>
> Key: ARQ-1580
> URL: https://issues.jboss.org/browse/ARQ-1580
> Project: Arquillian
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Extension - Droidium
> Affects Versions: droidium_1.0.0.Alpha2
> Reporter: Karel Piwko
> Assignee: Stefan Miklosovic
> Fix For: droidium_1.0.0.Alpha3
>
>
> In case there is an AVD match, provide a debug output for it, such as
> {code}
> Name: random-avd
> Path: /home/kpiwko/.android/avd/random-avd.avd
> Target: Android 4.2.2 (API level 17)
> ABI: x86
> Skin: 480x800
> {code}
>
--
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
11 years