>Modified:
>ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/
eclipse/cpcontainer/IvyClasspathContainerConfiguration.java
>@@ -480,14 +492,17 @@
> }
>
> if (file.lastModified() != ivySettingsLastModified) {
>- ivy = new Ivy();
>+ IvySettings ivySettings = new IvySettings();
>+ if (javaProject != null) {
>+
ivySettings.setBaseDir(javaProject.getProject().getLocation().toFile());
>+ }
> if (ivySettingsLastModified == -1) {
> Message.info("\n\n");
> } else {
> Message.info("\n\nIVYDE: ivysettings has changed,
configuring ivy again\n");
The info message completely in lower case?
Why just the two new lines when -1?
Jan
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]