Large Java project handling
See original GitHub issueDescription
timeouts
Reproduction Steps
Factory:
{
"v": "4.0",
"name": "onos",
"workspace": {
"environments": {
"default": {
"machines": {
"dev-machine": {
"attributes": {
"memoryLimitBytes": "10737418240"
},
"servers": {
"tomcat8-debug": {
"attributes": {},
"port": "8000",
"protocol": "http"
},
"onos": {
"attributes": {},
"port": "8181",
"path": "/onos/ui",
"protocol": "http"
},
"codeserver": {
"attributes": {},
"port": "9876",
"protocol": "http"
},
"tomcat8": {
"attributes": {},
"port": "8080",
"protocol": "http"
}
},
"volumes": {},
"installers": [
"org.eclipse.che.exec",
"org.eclipse.che.terminal",
"org.eclipse.che.ws-agent",
"org.eclipse.che.ssh"
],
"env": {
"ONOS_IP": "127.0.0.1",
"KARAF_ROOT": "/home/user/Applications/apache-karaf-3.0.5",
"ONOS_ROOT": "/projects/onos"
}
}
},
"recipe": {
"type": "dockerfile",
"content": "FROM eclipse/ubuntu_jdk8\nRUN sudo apt-get update\nRUN sudo apt-get install zip bzip2\nRUN mkdir ~/Applications\nRUN wget http://archive.apache.org/dist/karaf/3.0.5/apache-karaf-3.0.5.tar.gz\nRUN tar -zxvf apache-karaf-3.0.5.tar.gz -C ~/Applications/\nRUN echo \"source /projects/onos/tools/dev/bash_profile\" >> ~/.bashrc\n",
"contentType": "text/x-dockerfile"
}
}
},
"defaultEnv": "default",
"projects": [
{
"links": [],
"name": "onos",
"attributes": {
"commands": []
},
"type": "blank",
"source": {
"location": "https://gerrit.onosproject.org/onos",
"type": "git",
"parameters": {}
},
"path": "/onos",
"problems": [],
"mixins": []
}
],
"name": "onos",
"commands": [
{
"commandLine": "source $ONOS_ROOT/tools/dev/bash_profile\ncd /projects/onos\nNO_BUCKD=1 onos-buck run onos-local -- clean",
"name": "start onos",
"attributes": {
"goal": "Run",
"previewUrl": "${server.onos}"
},
"type": "custom"
},
{
"commandLine": "cd /projects/onos\n$ONOS_ROOT/tools/build/onos-buck build onos --show-output",
"name": "build",
"attributes": {
"goal": "Build",
"previewUrl": ""
},
"type": "mvn"
}
],
"links": []
},
"creator": {
"name": "jgroom",
"email": "jgroom@ciena.com",
}
}
- Build the project
- worskspace throws many errors (fail to walk tree)
OS and version:
che:6.3
Diagnostics:
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (1 by maintainers)
Top Results From Across the Web
Building Large Java Applications
A Java application is made up of classes and resources. Resources can be videos, songs, images, text files, data files, etc. There can...
Read more >20 Amazing Java Project Ideas That Will Boost Your ...
This is a rundown of amazing Java project ideas that will set off your career in programming. Given, there are dozens of projects...
Read more >Top 15 Java Projects With Source Code [2022]
Top 15 Java Projects With Source Code [2022] ; 1. Password Generator using Java; 2. Online Survey System; 3. Online Resume Builder ;...
Read more >What are some pro tips for working on large Java software ...
Is it true that Java is for big projects and Python for small ones? ... The above are Java tool-kits for handling the...
Read more >17 Interesting Java Project Ideas & Topics For Beginners ...
Looking for Java Project Ideas? Start off with these cool Java projects to test your strengths & weakness but also help you to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jgroom33 what exact behavior does the above mentioned error cause?
Is this the right Git URL https://gerrit.onosproject.org/onos?
resolved in 6.11.1 (or prior)