Re: Apache OpenMeetings build fails on Maven 3.4-SNAPSHOT

2016-09-05 Thread Christian Schulte
Am 09/05/16 um 17:46 schrieb Behrooz Nobakht:
> Thanks, Christian. Is there a Maven ticket for this?

Looks like .

Regards,
-- 
Christian


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Apache OpenMeetings build fails on Maven 3.4-SNAPSHOT

2016-09-05 Thread Maxim Solodovnik
I'm afraid I need to revert these changes
Without true I have duplicate jar files and weird
classloader issues while running OM
I'll check/fix it as soon as Maven 3.4 will be released and we will switch
to it

On Mon, Sep 5, 2016 at 10:46 PM, Behrooz Nobakht  wrote:

> Thanks, Christian. Is there a Maven ticket for this?
>
> On Mon, Sep 5, 2016 at 5:30 PM, Maxim Solodovnik 
> wrote:
>
> > I'll keep this email and will double-check everything after 3.4 will be
> > released
> >
> > On Mon, Sep 5, 2016 at 10:25 PM, Christian Schulte 
> wrote:
> >
> > > Am 09/05/16 um 16:48 schrieb Maxim Solodovnik:
> > > > I have merged your PR, Thanks! :))
> > >
> > > I cannot tell in what version this has stopped working. It will be
> > > working again in 3.4+. Maybe that PR isn't correct and the old
> behaviour
> > > really was intended years ago.
> > >
> > > Regards,
> > > --
> > > Christian
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > > For additional commands, e-mail: dev-h...@maven.apache.org
> > >
> > >
> >
> >
> > --
> > WBR
> > Maxim aka solomax
> >
>
>
>
> --
> -- Behrooz Nobakht
>



-- 
WBR
Maxim aka solomax


Re: Apache OpenMeetings build fails on Maven 3.4-SNAPSHOT

2016-09-05 Thread Behrooz Nobakht
Thanks, Christian. Is there a Maven ticket for this?

On Mon, Sep 5, 2016 at 5:30 PM, Maxim Solodovnik 
wrote:

> I'll keep this email and will double-check everything after 3.4 will be
> released
>
> On Mon, Sep 5, 2016 at 10:25 PM, Christian Schulte  wrote:
>
> > Am 09/05/16 um 16:48 schrieb Maxim Solodovnik:
> > > I have merged your PR, Thanks! :))
> >
> > I cannot tell in what version this has stopped working. It will be
> > working again in 3.4+. Maybe that PR isn't correct and the old behaviour
> > really was intended years ago.
> >
> > Regards,
> > --
> > Christian
> >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
> >
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
-- Behrooz Nobakht


Re: Apache OpenMeetings build fails on Maven 3.4-SNAPSHOT

2016-09-05 Thread Maxim Solodovnik
I'll keep this email and will double-check everything after 3.4 will be
released

On Mon, Sep 5, 2016 at 10:25 PM, Christian Schulte  wrote:

> Am 09/05/16 um 16:48 schrieb Maxim Solodovnik:
> > I have merged your PR, Thanks! :))
>
> I cannot tell in what version this has stopped working. It will be
> working again in 3.4+. Maybe that PR isn't correct and the old behaviour
> really was intended years ago.
>
> Regards,
> --
> Christian
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


-- 
WBR
Maxim aka solomax


Re: Apache OpenMeetings build fails on Maven 3.4-SNAPSHOT

2016-09-05 Thread Christian Schulte
Am 09/05/16 um 16:48 schrieb Maxim Solodovnik:
> I have merged your PR, Thanks! :))

I cannot tell in what version this has stopped working. It will be
working again in 3.4+. Maybe that PR isn't correct and the old behaviour
really was intended years ago.

Regards,
-- 
Christian


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: Apache OpenMeetings build fails on Maven 3.4-SNAPSHOT

2016-09-05 Thread Maxim Solodovnik
I have merged your PR, Thanks! :))

On Mon, Sep 5, 2016 at 9:24 PM, Christian Schulte  wrote:

> 
>
> Am 09/05/16 um 14:39 schrieb Behrooz Nobakht:
> > Hi there,
> >
> > Trying to build Apache OpenMeetings with Apache Maven 3.4-SNAPSHOT[1]
> fails
> > with "Compilation failure" all with "package org.red5.x does not exist".
> >
> > The build is run on the trunk[2] with:
> >
> > ```
> > $ mvn -X clean install -l /tmp/om-mvn.log -PallModules
> > -Dmaven.buildNumber.skip=true
> > ```
> >
> > The same build with Maven 3.3.9 works fine.
> >
> > Hope this could be a feedback for both teams as I could not figure out
> what
> > specifically goes wrong during the build.
> >
> > The complete log is attached.
> >
> > Regards,
> > Behrooz
> >
> >
> > [1]: https://builds.apache.org/view/M-R/view/Maven/job/maven-
> 3.x/lastSuccessfulBuild/artifact/apache-maven/target/
> apache-maven-3.4.0-SNAPSHOT-bin.tar.gz
> > [2]: https://github.com/apache/openmeetings/tree/trunk
> >
> >
> >
> >
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org
> >
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


-- 
WBR
Maxim aka solomax


Re: Apache OpenMeetings build fails on Maven 3.4-SNAPSHOT

2016-09-05 Thread Christian Schulte


Am 09/05/16 um 14:39 schrieb Behrooz Nobakht:
> Hi there,
> 
> Trying to build Apache OpenMeetings with Apache Maven 3.4-SNAPSHOT[1] fails 
> with "Compilation failure" all with "package org.red5.x does not exist". 
> 
> The build is run on the trunk[2] with:
> 
> ```
> $ mvn -X clean install -l /tmp/om-mvn.log -PallModules
> -Dmaven.buildNumber.skip=true
> ```
> 
> The same build with Maven 3.3.9 works fine.
> 
> Hope this could be a feedback for both teams as I could not figure out what
> specifically goes wrong during the build.
> 
> The complete log is attached. 
> 
> Regards,
> Behrooz
> 
> 
> [1]: 
> https://builds.apache.org/view/M-R/view/Maven/job/maven-3.x/lastSuccessfulBuild/artifact/apache-maven/target/apache-maven-3.4.0-SNAPSHOT-bin.tar.gz
> [2]: https://github.com/apache/openmeetings/tree/trunk
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
> 


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org