ExternalJavaProject (support for java outside a java project) and Jar update. [message #250933] |
Fri, 25 January 2008 06:12  |
Eclipse User |
|
|
|
Originally posted by: valere.fedronic.ext.streamezzo.com
Hi,
I am using the new api (3.3) that allows to create a CompilationUnit in
a mock javaProject :
WorkingCopyOwner#newWorkingCopy(...)
[great API thanks!!]
This allows me to offer code select/completion and validation for a java
like language.
I am having some troubles with jar file on the classpath that are
updated on the file system.
E.g Let's say there is jar with a no arg method foo(), the code assit
works well and proposes the foo() completion. But if the jar is updated
and the foo() method, has now one argument , the corresponding model is
not updated and thus the code assist still proposes the old no arg foo()
method. And if there is a new method, it will not be proposed to completion.
[If a restart the application, the model is updated.]
How can i dynamically update/reconcile the jar model ?
Thanks,
Valère.
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04111 seconds