You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Christian Schulte <cs...@schulte.it> on 2017/03/15 20:39:39 UTC

Release build failing with current master (was Re: [PING] The GIT master branch of Maven has unreleased changes that do not pass a release build)

Hi,

this is a real issue. A release build using JDK 7 with current master is
not possible. See

<https://builds.apache.org/view/Maven%20Master%20Release%20Status/job/maven-master-release-status-build/235/consoleFull>

Exit code: 1 - javadoc: error - invalid flag: -Xdoclint:none

Regards,
-- 
Christian


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


Re: Release build failing with current master (was Re: [PING] The GIT master branch of Maven has unreleased changes that do not pass a release build)

Posted by Stephen Connolly <st...@gmail.com>.
Well I'm not feeling 100% atm with the flu, so probably be Monday before I
have the energy for a release

On Wed 15 Mar 2017 at 22:16, Christian Schulte <cs...@schulte.it> wrote:

> Am 03/15/17 um 23:00 schrieb Robert Scholte:
> > The javadoc-fix is easy, but the result of
> modello-maven-plugin:1.9.0:xdoc
> > now causes issues because html4 is not the same as balanced xml. Need to
> > think about how to fix this.
> > Maybe this commit should be reverted.
>
> Cannot tell. Stephen? Can we upgrade/fix the modello plugin before
> alpha-2? The Maven release will be done using JDK 7, IIRC. I just wanted
> to start a release status build with current master to see how the other
> codebases behave but could not.
>
> <https://builds.apache.org/view/Maven%20Master%20Release%20Status/>
>
> Regards,
> --
> Christian
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
> --
Sent from my phone

Re: Release build failing with current master (was Re: [PING] The GIT master branch of Maven has unreleased changes that do not pass a release build)

Posted by Christian Schulte <cs...@schulte.it>.
Am 03/15/17 um 23:00 schrieb Robert Scholte:
> The javadoc-fix is easy, but the result of modello-maven-plugin:1.9.0:xdoc  
> now causes issues because html4 is not the same as balanced xml. Need to  
> think about how to fix this.
> Maybe this commit should be reverted.

Cannot tell. Stephen? Can we upgrade/fix the modello plugin before
alpha-2? The Maven release will be done using JDK 7, IIRC. I just wanted
to start a release status build with current master to see how the other
codebases behave but could not.

<https://builds.apache.org/view/Maven%20Master%20Release%20Status/>

Regards,
-- 
Christian


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


Re: Release build failing with current master (was Re: [PING] The GIT master branch of Maven has unreleased changes that do not pass a release build)

Posted by Robert Scholte <rf...@apache.org>.
The javadoc-fix is easy, but the result of modello-maven-plugin:1.9.0:xdoc  
now causes issues because html4 is not the same as balanced xml. Need to  
think about how to fix this.
Maybe this commit should be reverted.

Robert

On Wed, 15 Mar 2017 22:40:54 +0100, Christian Schulte <cs...@schulte.it>  
wrote:

> Am 03/15/17 um 22:30 schrieb Robert Scholte:
>> ok, so that argument should be moved to a java8 activated profile.
>
> Can you do this, please?
>
> Regards,

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


Re: Release build failing with current master (was Re: [PING] The GIT master branch of Maven has unreleased changes that do not pass a release build)

Posted by Christian Schulte <cs...@schulte.it>.
Am 03/15/17 um 22:30 schrieb Robert Scholte:
> ok, so that argument should be moved to a java8 activated profile.

Can you do this, please?

Regards,
-- 
Christian


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


Re: Release build failing with current master (was Re: [PING] The GIT master branch of Maven has unreleased changes that do not pass a release build)

Posted by Robert Scholte <rf...@apache.org>.
ok, so that argument should be moved to a java8 activated profile.

On Wed, 15 Mar 2017 22:27:11 +0100, Christian Schulte <cs...@schulte.it>  
wrote:

> Am 03/15/17 um 21:50 schrieb Michael Osipov:
>> Am 2017-03-15 um 21:39 schrieb Christian Schulte:
>>> Hi,
>>>
>>> this is a real issue. A release build using JDK 7 with current master  
>>> is
>>> not possible. See
>>>
>>> <https://builds.apache.org/view/Maven%20Master%20Release%20Status/job/maven-master-release-status-build/235/consoleFull>
>>>
>>> Exit code: 1 - javadoc: error - invalid flag: -Xdoclint:none
>>
>> doclint should actually be in a profile for Java 8+. Confusing that it
>> didn't fail earlier...
>
> <https://git-wip-us.apache.org/repos/asf?p=maven.git;a=commitdiff;h=587317b0095fc5d51041fed9e5b4786246a29a7b#patch3>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

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


Re: Release build failing with current master (was Re: [PING] The GIT master branch of Maven has unreleased changes that do not pass a release build)

Posted by Christian Schulte <cs...@schulte.it>.
Am 03/15/17 um 21:50 schrieb Michael Osipov:
> Am 2017-03-15 um 21:39 schrieb Christian Schulte:
>> Hi,
>>
>> this is a real issue. A release build using JDK 7 with current master is
>> not possible. See
>>
>> <https://builds.apache.org/view/Maven%20Master%20Release%20Status/job/maven-master-release-status-build/235/consoleFull>
>>
>> Exit code: 1 - javadoc: error - invalid flag: -Xdoclint:none
> 
> doclint should actually be in a profile for Java 8+. Confusing that it 
> didn't fail earlier...

<https://git-wip-us.apache.org/repos/asf?p=maven.git;a=commitdiff;h=587317b0095fc5d51041fed9e5b4786246a29a7b#patch3>


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


Re: Release build failing with current master (was Re: [PING] The GIT master branch of Maven has unreleased changes that do not pass a release build)

Posted by Michael Osipov <mi...@apache.org>.
Am 2017-03-15 um 21:39 schrieb Christian Schulte:
> Hi,
>
> this is a real issue. A release build using JDK 7 with current master is
> not possible. See
>
> <https://builds.apache.org/view/Maven%20Master%20Release%20Status/job/maven-master-release-status-build/235/consoleFull>
>
> Exit code: 1 - javadoc: error - invalid flag: -Xdoclint:none

doclint should actually be in a profile for Java 8+. Confusing that it 
didn't fail earlier...


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