Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Build issues in java and python #338

Closed
pbuttigieg opened this Issue Jun 13, 2016 · 2 comments

Comments

Projects
None yet
2 participants
Owner

pbuttigieg commented Jun 13, 2016

@cmungall for when you have a moment...

In the python environment, there's a java major.minor conflict.

Naturally, in the java environment, pip has issues with a host of errors concerning permissions and signedness.

I tried to include both languages following this, but it just runs parallel builds which both fail as predicted above.

Is it time to refactor the make file to use ROBOT entirely?

@cmungall cmungall added a commit that referenced this issue Jun 13, 2016

@cmungall cmungall Travis fixes for #338 c335e36

@cmungall cmungall added a commit that referenced this issue Jun 13, 2016

@cmungall cmungall Trying alternate fix for #338 6045e0b

@cmungall cmungall added a commit that referenced this issue Jun 13, 2016

@cmungall cmungall Trying alternate fix for #338 f79f6ae

@cmungall cmungall added a commit that referenced this issue Jun 13, 2016

@cmungall cmungall Simplifying travis cfg for #338 021ce1a
Owner

cmungall commented Jun 13, 2016

Sorry for the stream of commits. Yes, your matrix approach tested all combinations.

I ended up going for the approach that installs java8 on top of the python environment. This feels a bit fragile.

The pipeline still uses a mixture of python and java (robot) - the python part is the template application

Owner

pbuttigieg commented Jun 30, 2016

Thanks! I think we can close this now.

I ended up going for the approach that installs java8 on top of the python environment. This feels a bit fragile.

I know what you mean. Travis seems not to have any issues with this right now though. Looking around the issues about dual environments, it seems several users would like something easier to use, so maybe we'll see something better in the future.

  • the python part is the template application

Got it.

pbuttigieg closed this Jun 30, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment