Re: Maven SureFire Plugin: Android Provider

2012-06-13 Thread Manfred Moser
On Wed, June 13, 2012 12:17 pm, Shane Isbell wrote: > Hi all, > > I'm working on an android provider for surefire. Generally, I have things > working but have encountered a specific problem. The unit tests are > running > remotely on a device (not the build machine). For the surefire xml report, >

Re: Maven SureFire Plugin: Android Provider

2012-06-13 Thread Kristian Rosenvold
I would somehow assume that the sensible way to implement an android provider would be to extend the current forking logic to serialize the entire fork to a remote machine. Furthermore there is already support for bringing the system properties from the fork back to the plugin, which would come for

Maven SureFire Plugin: Android Provider

2012-06-13 Thread Shane Isbell
Hi all, I'm working on an android provider for surefire. Generally, I have things working but have encountered a specific problem. The unit tests are running remotely on a device (not the build machine). For the surefire xml report, I need to pull in the system properties on the device, not those

Re: Jazz SCM issues with the MRP 2.3.1

2012-06-13 Thread Robert Scholte
Hi Chris, You scared me a bit, as if something went wrong during the release. I've never released 2.4 [1], but I did deploy a 2.4-SNAPSHOT. Since this is a bugfix-release, I've changed the version to 2.3.2 during release. I'll keep developing for 2.4-SNAPSHOT, because that's still my target for

Re: Dynamically generating artefact contents

2012-06-13 Thread Jochen Wiedmann
On Wed, Jun 13, 2012 at 10:46 AM, Belhadj abdessalem wrote: > what would you mean  *shortName would be an attribute that's derived from > the artifact-ID   ?* Just to give an example: archetype-foo -> archetypeFoo. -- In other words: what could be seen as a socially debilitating failure of cha

Re: Dynamically generating artefact contents

2012-06-13 Thread Jochen Wiedmann
On Wed, Jun 13, 2012 at 11:27 AM, John Patrick wrote: > Additionally how would you be using these generated attributes? > > In plugins? > Filtering files? > Other? Let's assume for filtering files, seems to be the easiest. I'd appreciate more complex posssibilities, though. -- In other words:

Re: Dynamically generating artefact contents

2012-06-13 Thread John Patrick
Additionally how would you be using these generated attributes? In plugins? Filtering files? Other? On 13 June 2012 09:46, Belhadj abdessalem wrote: > what would you mean  *shortName would be an attribute that's derived from > the artifact-ID   ?* > > 2012/6/13 Jochen Wiedmann > >> Hi, >> >> I'

Re: Dynamically generating artefact contents

2012-06-13 Thread Belhadj abdessalem
what would you mean *shortName would be an attribute that's derived from the artifact-ID ?* 2012/6/13 Jochen Wiedmann > Hi, > > I've got a need to generate several attributes of an artefact > dynamically. For example, I'd like to be able to use something like > > ${shortName} > > where shor