- 
                Notifications
    You must be signed in to change notification settings 
- Fork 45
#659: #664: fix deps #667
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
          
     Merged
      
      
    
  
     Merged
                    #659: #664: fix deps #667
Changes from all commits
      Commits
    
    
            Show all changes
          
          
            10 commits
          
        
        Select commit
          Hold shift + click to select a range
      
      448ade9
              
                #659: fix tomcat on windows
              
              
                hohwille 933f7ae
              
                #664: fix tool dependencies and env variables
              
              
                hohwille 8af2a7d
              
                #664: make executable
              
              
                hohwille 6bd382f
              
                #664: fixed tests (Windows bat coding is such a pain)
              
              
                hohwille 59247af
              
                fix test-project to prevent exceptions in log
              
              
                hohwille 2b3cad0
              
                #667: add more log messages for debugging
              
              
                hohwille 248db6e
              
                Update LocalToolCommandlet.java: add TODO
              
              
                hohwille e274b24
              
                Merge branch 'main' into feature/659-664-fix-deps
              
              
                hohwille 0d36075
              
                Merge branch 'main' into feature/659-664-fix-deps
              
              
                hohwille b4484c4
              
                Update cli/src/main/java/com/devonfw/tools/ide/tool/tomcat/Tomcat.java
              
              
                hohwille File filter
Filter by extension
Conversations
          Failed to load comments.   
        
        
          
      Loading
        
  Jump to
        
          Jump to file
        
      
      
          Failed to load files.   
        
        
          
      Loading
        
  Diff view
Diff view
There are no files selected for viewing
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
        
          
          
            1 change: 1 addition & 0 deletions
          
          1 
        
  cli/src/test/resources/ide-projects/intellij/_ide/urls/intellij/intellij/2023.3.3/urls
  
  
      
      
   
        
      
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1 @@ | ||
| https://download.jetbrains.com/idea/ideaC-2023.3.3.win.zip | 
        
          
          
            1 change: 1 addition & 0 deletions
          
          1 
        
  cli/src/test/resources/ide-projects/intellij/_ide/urls/java/java/17.0.10_7/urls
  
  
      
      
   
        
      
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1 @@ | ||
| https://adoptium.net/download/dummytest | 
        
          
          
            2 changes: 2 additions & 0 deletions
          
          2 
        
  ...st/resources/ide-projects/intellij/repository/intellij/intellij/default/linux/bin/idea.sh
  
  
      
      
   
        
      
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| #!/bin/bash | ||
| cd "$(dirname "$0")" | ||
| echo $PWD | ||
| echo "intellij linux $*" | ||
|         
                  hohwille marked this conversation as resolved.
              Show resolved
            Hide resolved | ||
| echo "intellij linux $*" > intellijtest | ||
        
          
          
            6 changes: 6 additions & 0 deletions
          
          6 
        
  cli/src/test/resources/ide-projects/tomcat/repository/java/java/default/bin/java.bat
  
  
      
      
   
        
      
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| @echo off | ||
| if "%1%" == "--version" ( | ||
| for /f "delims=" %%i in (%~dp0..\.ide.software.version) do @echo OpenJDK version %%i | ||
| ) else ( | ||
| echo java %* | ||
| ) | 
        
          
          
            5 changes: 4 additions & 1 deletion
          
          5 
        
  cli/src/test/resources/ide-projects/tomcat/repository/tomcat/tomcat/default/bin/catalina.bat
  
  
      
      
   
        
      
      
    
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
              | Original file line number | Diff line number | Diff line change | 
|---|---|---|
| @@ -1 +1,4 @@ | ||
| @echo test for windows | ||
| @echo off | ||
| call java --version | ||
| echo JAVA_HOME=%JAVA_HOME% | ||
| echo tomcat %* | 
        
          
          Empty file modified
          
            0
              
          
        
  cli/src/test/resources/ide-projects/tomcat/repository/tomcat/tomcat/default/bin/catalina.sh
  
  
      
      
   
        100644 → 100755
      
      
    
              Empty file.
          
    
      
      Oops, something went wrong.
        
    
  
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
Uh oh!
There was an error while loading. Please reload this page.