Skip to content
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

bad classpath with ant build/test when includeantruntime='true' #710

Closed
ryenus opened this issue May 7, 2013 · 3 comments
Closed

bad classpath with ant build/test when includeantruntime='true' #710

ryenus opened this issue May 7, 2013 · 3 comments

Comments

@ryenus
Copy link
Contributor

ryenus commented May 7, 2013

Some tasks using javac, e.g. compile-jruby have includeantruntime="true".

This cause build/test errors in some packaging systems, e.g. pacman for Arch Linux, because the apache-ant package ships with all the optional libraries, including a quite outdated jruby.jar (0.9.8 at the time of writing this).

I think the solution should be to change includeantruntime to false, then explicitly include only necessary libraries/jars from Ant.

We need yet to figure out what are the 'necessary jars we need from ant'.

@headius
Copy link
Member

headius commented May 7, 2013

Agree with the proposed fix.

@BanzaiMan
Copy link
Member

Is this still relevant as we are moving to maven for builds?

@enebo enebo added this to the Invalid or Duplicate milestone May 17, 2017
@enebo
Copy link
Member

enebo commented May 17, 2017

No update in a long time and we have moved to maven along time ago...

@enebo enebo closed this as completed May 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants