Skip to content

Suggestion: Search apache-ants build.xml files for classpath to include. #391

New issue

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

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
Jens0512 opened this issue Jun 19, 2018 · 2 comments
Closed

Comments

@Jens0512
Copy link

Won't go into much details, just want to hear if anyone thinks it is a good idea first.

@artur-shaik
Copy link
Owner

PR welcome

artur-shaik added a commit that referenced this issue Jan 17, 2019
extending `build.xml` file with target that print classpath. trying to
guess classpath variable.

related #391
@artur-shaik
Copy link
Owner

artur-shaik commented Jan 17, 2019

Ok, added some stuff related to this feature.
Get classpath from ant is pretty tricky. Now, I add additional target to build.xml that print classpath collected in xml.
Tricky part is that classpath can be collected in many ways.
Now I check the project.classpath path reference and javac.classpath parameter (that used in one of my old ant project, created in NetBeans).

This stuff should be tested on several projects to find out how ant collects classpath in other projects.

And it can be tested in ant branch.

For now, it works with ui blocking. Will finish it later.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants