Re: [CALL FOR TEST] Apache Maven 3.0.4-RC3 staged

2011-12-07 Thread Marvin Froeder
FWIW, 3.0.4-RC3 didn't worked with a custom repository layout Like http://kthoms.wordpress.com/2009/10/13/how-to-register-a-custom-maven-repository-layout/ I did not pin down the problem yet, but seems a regression from 3.0.3. On Mon, Dec 5, 2011 at 12:28 PM, Olivier Lamy wrote: > Hello, > > A

Re: [VOTE] Apache Maven 3.0.4

2011-11-25 Thread Marvin Froeder
Flexmojos built just fine! On Fri, Nov 25, 2011 at 7:17 AM, Olivier Lamy wrote: > Hello, > > I'd like to release Apache Maven 3.0.4. > > We fixed 31 issues. > See release notes: > > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=17215 > > The staged repo is available he

Re: [VOTE] Release Apache Maven 3.0.1

2010-11-24 Thread Marvin Froeder
+1 Flexmojos is perfectly happy with it VELO On Wed, Nov 24, 2010 at 10:15 AM, Vincent Siveton wrote: > +1 > > Vincent > > 2010/11/23 Benjamin Bentmann : > > Hi, > > > > 3.0.1-RC1 seems to be fine, thanks to those who tested it. So let's do > the > > real thing. > > > > We solved 21 issues sinc

Re: [PLEASE TEST] Apache Maven 3.0.1-RC1

2010-11-18 Thread Marvin Froeder
Tested flexmojos, seems ok ;) VELO On Thu, Nov 18, 2010 at 10:15 PM, Benjamin Bentmann < benjamin.bentm...@udo.edu> wrote: > Hi, > > we're aiming at a bugfix release of Maven 3 in the next week and following > tradition we invite interested users in taking the RC for a test drive in > order to d

Re: flexmojos-generator-maven-plugin is beta ready

2010-09-23 Thread Marvin Froeder
I would suggest you to reach flexmojos at http://groups.google.com/group/flex-mojos I usually don't follow maven-dev list On Mon, Aug 2, 2010 at 8:03 PM, Martin Gainty wrote: > > i have multiple patches for flexmojos-generator-maven-plugin > this is the code which creates flex startup files to

Maven skipping my repository...

2008-09-13 Thread Marvin Froeder
Hi folks, look at this log: > Downloading: > http://192.168.1.3:8081/nexus/content/groups/all//org/apache/maven/surefire/surefire-api/2.4.3/surefire-api-2.4.3.jar > 503K downloaded > Downloading: > http://192.168.1.3:8081/nexus/content/groups/all//org/apache/maven/maven-toolchain/1.0/maven-toolcha

Re: [PLEASE TEST] Maven 2.0.10-RC2

2008-07-24 Thread Marvin Froeder
Running a report mojo (extends AbstractMojo and implements MavenReport) I inject build: /** * @parameter expression="${project.build}" * @required * @readonly */ protected Build build; At some point I get build directory: build.getDirectory() But is returning "${proje

Re: Add support on maven-integration-test-helper to emma

2008-07-21 Thread Marvin Froeder
, Marvin Froeder <[EMAIL PROTECTED]> wrote: > Hi guys, I start this discussion on IRC > > hi folks, I'm planning add support on > maven-integration-test-helper to emma http://emma.sourceforge.net/ > so I will be able to run IT tests on flex-mojos and get code > coverage re

Add support on maven-integration-test-helper to emma

2008-07-17 Thread Marvin Froeder
Hi guys, I start this discussion on IRC hi folks, I'm planning add support on maven-integration-test-helper to emma http://emma.sourceforge.net/ so I will be able to run IT tests on flex-mojos and get code coverage results it will be done using offline instrumentation http://emma.sourceforge.net/i

Parameters injection bug?

2008-06-07 Thread Marvin Froeder
Hi guys, On flex-mojos I have this parameter: /** * @parameter */ protected String[] locales; What should happen when I have this configuration: info.rvin.mojo flex-compiler-mojo

Re: Maven Dependency Mechanism

2008-06-05 Thread Marvin Froeder
s what you want? The only drawback I > see is that users would need to keep "optional" dependency flag consistent > with merged/internal/external compiler flag in mySWC/pom.xml, but compiler > could detect and warn about inconsistencies. > > > Marvin Froeder wrote: >

Re: Maven Dependency Mechanism

2008-06-05 Thread Marvin Froeder
uld not be > re-exported ( > http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#Transitive_Dependencies > ) > > > > > Marvin Froeder wrote: > >> If a war depends on a SWF. >> >> And this SWF depends of a few SWCs. >> I can loo

Re: Maven Dependency Mechanism

2008-06-05 Thread Marvin Froeder
ted by flex builder - thus for anyone using > that tool, compile options are identical in their IDE to those in > their m2 build, which is a nice thing. They're XML too, so even if > you're not using FB, they're human-creatable. > > On Thu, Jun 5, 2008 at 1:00 PM, Marvi

Re: Maven Dependency Mechanism

2008-06-05 Thread Marvin Froeder
mojo uses, > which is to utilise the .flexLib / .actionScriptProperties files in > order to determine whether to bind dependencies into the output or > not. > > On Thu, Jun 5, 2008 at 12:21 PM, Marvin Froeder <[EMAIL PROTECTED]> wrote: > > Oh no, I can't do that. &g

Re: Maven Dependency Mechanism

2008-06-05 Thread Marvin Froeder
Can someone point for me where is maven dependency manager code. I will take a look, may be patch it or I will clone it. VELO On Wed, Jun 4, 2008 at 8:41 PM, Marvin Froeder <[EMAIL PROTECTED]> wrote: > Flex has 2 types of binaries SWC (jar like) and SWF runnable file, but is > n

Re: Maven Dependency Mechanism

2008-06-05 Thread Marvin Froeder
gt; expected: > > > >someGroup:* > > > > >someGroup:* > > > > Cheers, > Brett > > > On 05/06/2008, at 11:57 AM, Marvin Froeder wrote: > > Can you give me some light about how this plugins filters works? >> A where to

Re: Maven Dependency Mechanism

2008-06-04 Thread Marvin Froeder
e scope set. > > Cheers, > Brett > > > On 05/06/2008, at 9:41 AM, Marvin Froeder wrote: > > Flex has 2 types of binaries SWC (jar like) and SWF runnable file, but is >> not a library. >> >> Just keep in mind flex is very different from java. SWF files must be al

Re: Maven Dependency Mechanism

2008-06-04 Thread Marvin Froeder
n Zyl <[EMAIL PROTECTED]> wrote: > I think you need to explain more about what the problem is. I'm not sure > you will need a new scope. > > > On 4-Jun-08, at 2:22 PM, Marvin Froeder wrote: > > Hi guys, >> >> I try this on users list, but now answer. >

Fwd: Maven Dependency Mechanism

2008-06-04 Thread Marvin Froeder
Hi guys, I try this on users list, but now answer. I have develop my on plugin for compiling flex with maven ( http://blog.flex-mojos.info/). Flex is different from Java in several ways. One of this ways are related to libraries scopes. Was need to add other scopes in order to compile flex. N

Re: Custom scopes

2008-03-14 Thread Marvin Froeder
Yes, I'm a user and I spend some time editing the code =D I use since 1.0 (not sure, before code.google site) I need to extends RSL support, because that I'm studing, changing and asking here =D VELO On Fri, Mar 14, 2008 at 10:25 PM, Christian Edward Gruber <[EMAIL PROTECTED]> wrote: > Thi