Le vendredi 19 septembre 2008, [EMAIL PROTECTED] a écrit :
> >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?
is there any worry about it ?
> Why just the two new lines when -1?
The two new lines are I think because we are probably starting a new resolve
session, so this need to be somehow visible.
And -1 means that the file has not been loaded yet, so there is no reloading
to log about.
Nicolas
>
>
> Jan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]