ddekany commented on PR #103:
URL: https://github.com/apache/freemarker/pull/103#issuecomment-1868614023

   > What do I need to do, to build so the version is `2.3.33` without 
qualifiers?
   
   `version.properties` itself is the source of the version number. Before a 
release, we just modify it to have `version=2.3.33` (and the other similiar 
version properties there), and commit it. But see the comments in 
`version.properties`. So, we have to remove `buildTimestamp=...`, but 
everything else can stay.
    
   > You mean more specific to "what exact Java version (incl. build) to use 
and to do to get the exact same build result"?
    
   Yes. Like is it Oracle, is it OpenJDK, etc., and that which build exactly. 
We assume we have to specify that, and from there of course, the JDK will be 
pretty much always downloaded at first build.
   
   > How do you create this `apache-freemarker-gae-src-2.3.33-SNAPSHOT.tgz`? I 
like to try it out.
   
   `gradlew build`, and then see in `buld/distributions`.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to