You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2019/08/07 15:30:20 UTC

[GitHub] [netbeans] ebarboni opened a new pull request #1411: build branding

ebarboni opened a new pull request #1411: build branding
URL: https://github.com/apache/netbeans/pull/1411
 
 
   Hi,
    this is a side PR Proof of concept linked to discussion in #1270. Focusing on non-apidoc branding. 
     
   It use git command to get hash and branches, build properties files to store them
   
   `ReleaseJsonProperties.java` task is same as #1270 for apidoc + milestone support.
   it basicaly put properties in files in build folder for later use by other ant build script.
   
   Basic workflow for optionnal version that will impact title,splash,userdir,cache.
   ```
   if hash is found for release111
      If vote is set, version number is the normal version 11.1 
      If no vote is set, 11.1-beta1
   if hash is not found for release111
      11.1-dev will be used
   ```
   
   json file is still in use from https://gitbox.apache.org/repos/asf?p=netbeans-jenkins-lib.git;a=blob_plain;f=meta/netbeansrelease.json
   
   For testing in build.xml at line 121 it's possible to uncomment the echo to force a particular branch and hash.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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

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