You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ne...@apache.org on 2023/01/10 17:48:59 UTC

[netbeans] branch master updated: Pass buildnumber into NBM sub-ant target.

This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
     new 85cc03dc10 Pass buildnumber into NBM sub-ant target.
     new cf284c4158 Merge pull request #5262 from neilcsmith-net/nbm-buildnum
85cc03dc10 is described below

commit 85cc03dc106a9cbfa18edab428c0545286f38427
Author: Neil C Smith <ne...@apache.org>
AuthorDate: Tue Jan 10 12:41:58 2023 +0000

    Pass buildnumber into NBM sub-ant target.
    
    Make sure that the minority of modules that get rebuilt during make-nbms get the required
    implementation version. This patches over the issue - it does not address why these
    modules are being marked stale and rebuilt.
---
 nbbuild/build.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nbbuild/build.xml b/nbbuild/build.xml
index c24d970e9c..1243bdd402 100644
--- a/nbbuild/build.xml
+++ b/nbbuild/build.xml
@@ -326,6 +326,7 @@ metabuild.hash=${metabuild.hash}</echo>
           <buildpath path="${modules.sorted}"/>
           <property name="base.nbm.target.dir" value="${base.nbm.target.dir}"/>
           <property name="nbm.always.create" value="true" />
+          <property name="buildnumber" value="${buildnumber}" />
       </subant-junit>
   </target>
 
@@ -336,6 +337,7 @@ metabuild.hash=${metabuild.hash}</echo>
       <subant-junit target="nbm-nosignature" failonerror="${nbms.fail.on.error}" report="${nb.build.dir}/build-nbms.xml" inheritall="false">
           <buildpath path="${modules.sorted}"/>
           <property name="base.nbm.target.dir" value="${base.nbm.target.dir}"/>
+          <property name="buildnumber" value="${buildnumber}" />
       </subant-junit>
   </target>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists