-
Notifications
You must be signed in to change notification settings - Fork 109
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
BambooBSC Setup & Further Development #72
Comments
Hi , you maybe need use Eclipse load the developer project, https://github.com/billchen198318/bamboobsc#build-development-environments |
Thanks for the reply Chen. |
use Eclipse git-plugin load project from git https://github.com/billchen198318/bamboobsc |
Great, and what version of Eclipse IDE do you think is best for BambooBSC? I'm going to try the latest one. |
Hi Chen, Hope you're doing well. I just finished configuring BambooBSC in eclipse. Everything went absolutely fine and it seems I am ready to run the project, please have a look at following screenshot: I just need to know few things:
Thanks. |
https://www.mkyong.com/eclipse/where-is-eclipse-deploy-web-application-tomcat/ and need modify project resource/applicationContext/conf/applicationContext-dataSource.properties database connection config, with need start MySQL service. |
I already added them: My tomcat server is also up and running: But when enter http://127.0.0.1:8080/core-web/index.action in my browser it gives me this: |
trace log C: or D: \tmp\ dir greenstep-bsc.log and greenstep-core.log |
Hi Chen, The 404 not found issue is resolved and application is working fine now. Actually I just had to change the "Context Root" of "core-web" project to "/core-web". Source: https://stackoverflow.com/questions/9522054/changing-tomcat-context-path-of-web-project-in-eclipse Thank you for your support. |
VijayanMurugan95: Maybe you can try this ( bambooBSC develope workspace resource for Eclipse EE windows version) : https://github.com/billchen198318/bamboobsc/releases/download/v0.7.7/bamboobsc-0.7.7-DEV-source-resource.7z bye. |
hi thanks for your reply if need any help from the feature I will ping you thanks again. |
@muhammad-ali-kolachi i am creating a development environment but i face issue after cleaning the project. Issue like |
yes, I too faced the same issue.
…On Mon, Dec 14, 2020 at 6:33 PM Junaid-Amjad ***@***.***> wrote:
@muhammad-ali-kolachi <https://github.com/muhammad-ali-kolachi> i am
creating a development environment but i face issue after cleaning the
project. Issue like
The Project was not built since it depends on core-base, which has build
path errors.
Do you face these error?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALX6UCWM6JHBTW2QOA7B6D3SUYEJRANCNFSM4GGFKA6Q>
.
--
Thanks.
|
@Vijayan-Murugan-Mvp did you resolve it? |
Yes, I did.
…On Mon, Dec 14, 2020 at 9:07 PM Junaid-Amjad ***@***.***> wrote:
@Vijayan-Murugan-Mvp <https://github.com/Vijayan-Murugan-Mvp> did you
resolve it?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALX6UCXA76ZVTPQEEFKLFADSUYWJ7ANCNFSM4GGFKA6Q>
.
--
Thanks.
|
@Vijayan-Murugan-Mvp Can you please tell me how did you do that. |
Hi Amjad,
After importing the project in eclipse you have to include the missing jar
files in the project folder. you need to add jars as an external jar
…On Tue, Dec 15, 2020 at 1:12 AM Junaid-Amjad ***@***.***> wrote:
@Vijayan-Murugan-Mvp <https://github.com/Vijayan-Murugan-Mvp> Can you
please tell me how did you do that.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALX6UCXN3CMXSDATIOYPAUTSUZTCPANCNFSM4GGFKA6Q>
.
--
Thanks.
|
Hi @Vijayan-Murugan-Mvp, which bamboobsc did you used? I am using 0.7.8 and I added jar files as instructed in the github. But it was not resolved. |
Hi Amjad,
I'm using 0.7.7
can you give me the project clone URL I will try to resolve that errors.
sorry for the late
…On Tue, Dec 15, 2020 at 11:29 AM Junaid-Amjad ***@***.***> wrote:
Hi @Vijayan-Murugan-Mvp <https://github.com/Vijayan-Murugan-Mvp>, which
bamboobsc did you used? I am using 0.7.8 and I added jar files as
instructed in the github. But it was not resolved.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALX6UCVA45CQKUVEQ35XJZLSU33KVANCNFSM4GGFKA6Q>
.
--
Thanks.
|
Reference the step-by-step build development environment video. |
@billchen198318 Thanks for the video, but i configured it after google the problems. It is configured and running on the browser right now. The steps you have taken is different then the steps which i take from the google. If i face any issue related to the application then i will cross verify it from the video. Thanks for the help. |
Hi Chen,
I came across BambooBSC almost a month ago. I loved it and wanted to use it for my organization and customize it a little bit according to my company's business model.
I successfully deployed the VM part. I can browse the software in my host machine's browser. Everything is working almost fine.
I have few questions, hope you don't mind answering them :)
Can this application be modified? All I see is *.jar files everywhere (except HTML, JS, CSS etc). I am assuming that I can only use the end product as it is without any further development. Am I right?
If yes, then how? Where can I find the business logic files?
I wanted to remove some extra columns in 'Scorecard' section but I couldn't find any controller, model etc. I assume there must be a place where I can update the SQL queries and fetch only what I need.
I tried to create a development environment on my local machine but failed. I couldn't understand the documentation properly. Can you provide some additional documentation material? So that I can see if I made any mistakes or not.
I really need your help, please please please reply soon. I shall be very thankful to you for your favor.
The text was updated successfully, but these errors were encountered: