gnopaste

Sorry for this ugly message. We are searching for some translators.
Please send me an eMail or jabber: t4c@im.digital-bit.ch
Got: de, en, pl, ro, lu, ru, es - Need: everything else

Name
Anonymous
Scriptlanguage
PHP
Tabwidth
4
Date
02/08/2010 09:54:01 am
IP
195.72.96.179

org.eclipse.core.internal.resources.ResourceException: Resource '/blablabla/mapping/asdasfa' does not exist.
at org.eclipse.core.internal.resources.Resource.checkExists(Resource.java:310)
at org.eclipse.core.internal.resources.Resource.checkAccessible(Resource.java:193)
at org.eclipse.core.internal.resources.Resource.findMarkers(Resource.java:858)
at org.deri.wsml.eclipse.decorator.WSMLLabelDecorator.decorate(WSMLLabelDecorator.java:86)
at org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.decorate(LightweightDecoratorDefinition.java:253)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager$LightweightRunnable.run(LightweightDecoratorManager.java:71)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:857)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.decorate(LightweightDecoratorManager.java:336)
at org.eclipse.ui.internal.decorators.LightweightDecoratorManager.getDecorations(LightweightDecoratorManager.java:322)
at org.eclipse.ui.internal.decorators.DecorationScheduler.ensureResultCached(DecorationScheduler.java:369)
at org.eclipse.ui.internal.decorators.DecorationScheduler.run(DecorationScheduler.java:329)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

        @Override
    public IStatus runInWorkspace(final IProgressMonitor pMonitor) {
        pMonitor.beginTask("Moving Resources", this.sources.length);
        for (final IResource res : this.sources) {
            try {
                res.move(this.target.getFullPath().append(res.getName()), true, null);
            } catch (CoreException e) {
                e.printStackTrace();
            }
            pMonitor.worked(1);
        }
        return Status.OK_STATUS;
    }

submitter » gnopaster | imprint « imprint     
» Terms of use «
» digital bit dot ch - t4c's new home «