You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Won't go into much details, just want to hear if anyone thinks it is a good idea first.
The text was updated successfully, but these errors were encountered: