Skip to Content.
Sympa Menu

notify-dpml - svn commit: r2057 - development/laboratory/ide/eclipse/magic/plugin/src/net/dpml/ide/eclipse/plugins/magic

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: peter AT neubauer.se
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r2057 - development/laboratory/ide/eclipse/magic/plugin/src/net/dpml/ide/eclipse/plugins/magic
  • Date: Sun, 13 Mar 2005 20:32:10 -0500

Author: peter AT neubauer.se
Date: Sun Mar 13 20:32:10 2005
New Revision: 2057

Modified:

development/laboratory/ide/eclipse/magic/plugin/src/net/dpml/ide/eclipse/plugins/magic/MagicContainer.java
Log:
trying to fix a bug with index reloading


Modified:
development/laboratory/ide/eclipse/magic/plugin/src/net/dpml/ide/eclipse/plugins/magic/MagicContainer.java
==============================================================================
---
development/laboratory/ide/eclipse/magic/plugin/src/net/dpml/ide/eclipse/plugins/magic/MagicContainer.java
(original)
+++
development/laboratory/ide/eclipse/magic/plugin/src/net/dpml/ide/eclipse/plugins/magic/MagicContainer.java
Sun Mar 13 20:32:10 2005
@@ -67,12 +67,14 @@
this.javaProject = project;
log = MagicPlugin.getDefault().getLog();
log.log(new Status(Status.INFO, "net.dpml.MagicPlugin", 0,
"ContainerPath: " + containerPath, null));
+ log.log(new Status(Status.INFO, "net.dpml.MagicPlugin", 0,
"Project: " + proj, null));
this.path = containerPath;
if (!containerPath.segment(0).equals(ID))
{
return;
}
proj =
ResourcesPlugin.getWorkspace().getRoot().getProject(project.getElementName());
+ log.log(new Status(Status.INFO, "net.dpml.MagicPlugin", 0,
"Project: " + proj, null));
try
{
getIndexFile();
@@ -81,9 +83,9 @@
{
e.printStackTrace();
log.log(new Status(Status.ERROR, "net.dpml.MagicPlugin", 0,
"Could not load index file form the project prefs. try reloading the magic
index again to get it set.", null));
+ return;

}
- log.log(new Status(Status.INFO, "net.dpml.MagicPlugin", 0,
"Project: " + proj, null));
try
{
String location = indexFile.getLocation().toOSString();



  • svn commit: r2057 - development/laboratory/ide/eclipse/magic/plugin/src/net/dpml/ide/eclipse/plugins/magic, peter, 03/13/2005

Archive powered by MHonArc 2.6.24.

Top of Page