judovana / java-runtime-decompiler

GNU General Public License v3.0
68 stars 14 forks source link

Scripts #176

Closed AurumTheEnd closed 2 years ago

judovana commented 2 years ago

oh I see. tahnx!

-- Mgr. Jiri Vanek @.***

---------- Původní e-mail ---------- Od: Prokop Tunel @.> Komu: pmikova/java-runtime-decompiler @. github.com> Datum: 8. 10. 2021 10:07:38 Předmět: Re: [pmikova/java-runtime-decompiler] Scripts (#176) "

@AurumTheEnd commented on this pull request.

In start.bat (https://github.com/pmikova/java-runtime-decompiler/pull/176#discussion_r724792697) :

@@ -111,3 +102,19 @@ set CLASSPATH=%TOOLS%;%RSYNTAXTEXTAREA%;%GSON%;%BYTEMAN%;%JRD%;%CPLC% if "%PORTABLE_JRD_HOME:~0,2%"=="//" ( popd ) + +rem Exit before function section +exit /B 0 + +rem Function for finding mvn repo files (2nd arg) of a certain group (1st arg) & returning it through the 3rd arg +:findLib

It's not a function per-say, it's a label for essentially goto routines. Hence it must go at the end of to file to not interfere with the main flow.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub (https://github.com/pmikova/java-runtime-decompiler/pull/176#discussion_r724792697) , or unsubscribe (https://github.com/notifications/unsubscribe-auth/AAWFCS7MCBBDG37VLMWUUALUF2RELANCNFSM5FSEJR2Q) . Triage notifications on the go with GitHub Mobile for iOS (https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675) or Android (https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub) . "

judovana commented 2 years ago

ty!

-- Mgr. Jiri Vanek @.***

---------- Původní e-mail ---------- Od: Prokop Tunel @.> Komu: pmikova/java-runtime-decompiler @. github.com> Datum: 8. 10. 2021 10:29:27 Předmět: Re: [pmikova/java-runtime-decompiler] Scripts (#176) "

@AurumTheEnd commented on this pull request.

In start.bat (https://github.com/pmikova/java-runtime-decompiler/pull/176#discussion_r724808601) :

@@ -111,3 +102,19 @@ set CLASSPATH=%TOOLS%;%RSYNTAXTEXTAREA%;%GSON%;%BYTEMAN%;%JRD%;%CPLC% if "%PORTABLE_JRD_HOME:~0,2%"=="//" ( popd ) + +rem Exit before function section +exit /B 0 + +rem Function for finding mvn repo files (2nd arg) of a certain group (1st arg) & returning it through the 3rd arg +:findLib

To answer your first question, yes it works. Both in development and in a portable image.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub (https://github.com/pmikova/java-runtime-decompiler/pull/176#discussion_r724808601) , or unsubscribe (https://github.com/notifications/unsubscribe-auth/AAWFCS6ETQBDNVRODJKHYHLUF2TWBANCNFSM5FSEJR2Q) . Triage notifications on the go with GitHub Mobile for iOS (https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675) or Android (https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub) . "