InterviewSolution
Saved Bookmarks
| 1. |
How Do I Add Elements To An Existing Path Dynamically? |
|
Answer» YES, it is POSSIBLE. However, you need to write a custom ant task, get the PATH, and add/modify it, and put it in USE. What I am doing is that I DEFINE a path reference lib.classpath, then add/modify the lib.classpath use my own task. Yes, it is possible. However, you need to write a custom ant task, get the path, and add/modify it, and put it in use. What I am doing is that I define a path reference lib.classpath, then add/modify the lib.classpath use my own task. |
|