dsmiley commented on code in PR #3816:
URL: https://github.com/apache/solr/pull/3816#discussion_r2496120776


##########
dev-docs/gradle-help/workflow.txt:
##########
@@ -31,15 +31,18 @@ Put together a local Solr binary "distribution" folder:
 gradlew -p solr/packaging assemble
 ls solr/packaging/build/solr-*               # expanded directory
 
-For quick local development
-gradlew -p solr/packaging dev
-ls solr/packaging/build/dev                  # expanded directory
+Build & run Solr directly from Gradle, skipping "bin/solr", retaining data 
between runs:
+gradlew -p solr/packaging runDevSlim

Review Comment:
   I would like there to be one for ease of remembering it.  But I want the 
slim thing to be the default, not "full".  I could just rename this to "runDev" 
and stop there.   Later we can decide if we want to bother with offering a full 
as well.  WDYT?  
   
   IMO "dev" should also _just_ be an alias to "devSlim".  If you want full, 
call `devFull`.  I disagree with "dev" building both.  WDYT @HoustonPutman ?  
(I recall you introduced this in 2023).
   
   And for another aside... the name "dev" is not something I would have 
chosen... I think it was Dawid Weiss who thought of something quickly and there 
wasn't feedback at the time.  



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to