Re: AW: AW: AW: AW: AW: FlexMojos with RSLs

2015-10-09 Thread mscharp
Seems I've found the answer: https://issues.jenkins-ci.org/browse/JENKINS-30058 -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexMojos-with-RSLs-tp48944p49529.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: AW: AW: AW: AW: AW: FlexMojos with RSLs

2015-10-09 Thread mscharp
Hey Chris, have another question for you. Have you attempted to use the extension from a jenkins server? From what I can see, jenkins doesn't seem to recognize the .mvn/extensions.xml file when building a maven project. If, however, I setup a freestyle jenkins project and run shell command with

Re: AW: AW: AW: AW: AW: FlexMojos with RSLs

2015-10-09 Thread mscharp
Hey Chris, just found an interesting issue/situation. So, to test the new snapshot I deleted my org.apache.flex folder from my local maven repository. I ran my build and everything worked great! I then tried to build on my CI server and for other reasons got an error. But that lead me to realiz

AW: AW: AW: AW: AW: FlexMojos with RSLs

2015-10-09 Thread Christofer Dutz
Yay! .. Great :-) Thanks for testing and providing feedack ;-) Chris Von: mscharp Gesendet: Donnerstag, 8. Oktober 2015 23:17 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: AW: FlexMojos with RSLs Sweet! Everything looks good. Thanks again for the

Re: AW: AW: AW: AW: FlexMojos with RSLs

2015-10-08 Thread mscharp
Sweet! Everything looks good. Thanks again for the help Chris! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexMojos-with-RSLs-tp48944p49521.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: AW: AW: AW: AW: FlexMojos with RSLs

2015-10-08 Thread mscharp
Hey Chris. I just saw this. For some reason, I'm not getting updates to my email from this thread. Company spam filter might be the issue. Anyway. I will test this asap. Thanks! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexMojos-with-RSLs-tp489

AW: AW: AW: AW: FlexMojos with RSLs

2015-09-03 Thread Christofer Dutz
finally resolves the last proxy problem in the Mavenizer. Chris Von: mscharp Gesendet: Mittwoch, 2. September 2015 18:00 An: dev@flex.apache.org Betreff: Re: AW: AW: AW: FlexMojos with RSLs Hehe. Yeah, I wasn't sure how to get the authentication to wo

Re: AW: AW: AW: FlexMojos with RSLs

2015-09-02 Thread mscharp
Hehe. Yeah, I wasn't sure how to get the authentication to work or how to get user/pass in the CLI version. Figured you would probably want to add that :) -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexMojos-with-RSLs-tp48944p48971.html Sent from the

AW: AW: AW: FlexMojos with RSLs

2015-09-02 Thread Christofer Dutz
e and I'll add that. Chris Von: mscharp Gesendet: Mittwoch, 2. September 2015 15:43 An: dev@flex.apache.org Betreff: Re: AW: AW: FlexMojos with RSLs Awesome! I try this out today. As a side note, have you had a chance to look at the patch for the m

Re: AW: AW: FlexMojos with RSLs

2015-09-02 Thread mscharp
Awesome! I try this out today. As a side note, have you had a chance to look at the patch for the mavenizer I sent along in my last response to http://apache-flex-development.247.n4.nabble.com/Problems-Installing-Flash-SDK-according-to-documentation-td48319i20.html#a48946 -- View this mess

AW: AW: FlexMojos with RSLs

2015-09-02 Thread Christofer Dutz
y so you can immediately start debugging? Chris Von: Christofer Dutz Gesendet: Mittwoch, 2. September 2015 09:02 An: dev@flex.apache.org Betreff: AW: AW: FlexMojos with RSLs Ok ... I think I get the point. But I would suggest not to double-add the de

AW: AW: FlexMojos with RSLs

2015-09-02 Thread Christofer Dutz
tely start debugging? Chris Von: Christofer Dutz Gesendet: Mittwoch, 2. September 2015 09:02 An: dev@flex.apache.org Betreff: AW: AW: FlexMojos with RSLs Ok ... I think I get the point. But I would suggest not to double-add the dependencies as swc and swf.

AW: AW: FlexMojos with RSLs

2015-09-02 Thread Christofer Dutz
Ok ... I think I get the point. But I would suggest not to double-add the dependencies as swc and swf. Usually I resolved this problem by creating a pom artifact that is not part of the reactor. I manually add this pom to IntelliJ and in side all I have is "../../module-a/client" ... but I reall