Re: build.xml not executed?

From: David Teran (davidtera..ac.com)
Date: Thu Jan 29 2004 - 11:56:08 EST

  • Next message: Ulrich Köster: "Re: build.xml not executed?"

    Hi,

    more problems:

    i created a new workspace folder, started eclipse I20040121 which
    worked fine. Checked out the sources, copies the build.xml files from
    my older workspace's projects into the new projects. Now also these
    projects are not build correctly. I wonder in which logfile error
    messages from the buildprocess are logged.

    regards David

    On 29.01.2004, at 17:40, David Teran wrote:

    > OK, i checked this again.
    >
    > 0) installed the 'modified' version from the ant.core plugin or the
    > ant.core plugin from the integration build from 20040121
    > 1) removed .config
    > 2) rebuild a project
    > -> same stacktrace
    >
    > 0) installed the 'original' version from the ant.core plugin
    > 1) removed .config
    > 2) rebuild a project
    > -> no stack trace but wrong build. I get a folder named
    > ${framework.name}.framework in the build directory
    >
    > Anyone else is using the latest integration build?
    >
    > regards David
    >
    >
    > On 29.01.2004, at 17:14, David Teran wrote:
    >
    >>> Hi David,
    >>>
    >>> within the Eclipse directory.
    >>>
    >>
    >> ... feeling like a 1 year old beginner ;-)
    >>
    >> Thanks! david
    >>
    >>> Ulrich
    >>>
    >>> Am 29.01.2004 um 17:10 schrieb David Teran:
    >>>
    >>>> Hi,
    >>>>
    >>>> where is .config in my 3.0.0 workspace? I only have .metadata.
    >>>>
    >>>> regards David
    >>>>
    >>>> On 29.01.2004, at 15:58, Ulrich Köster wrote:
    >>>>
    >>>>> Hi David,
    >>>>>
    >>>>> quit Eclipse, remove the .config folder and restart Eclipse.
    >>>>>
    >>>>> Ulrich
    >>>>>
    >>>>>
    >>>>> Am 29.01.2004 um 15:46 schrieb David Teran:
    >>>>>
    >>>>>> Hi,
    >>>>>>
    >>>>>> we are using eclipse 3.0.0 I20040128 with latest test WOLips
    >>>>>> version.
    >>>>>>
    >>>>>> We get the following stack trace when we try to use the 'good old
    >>>>>> ant patch' ;-)
    >>>>>>
    >>>>>> Any hints?
    >>>>>>
    >>>>>> cheers David
    >>>>>>
    >>>>>> ===== Thu Jan 29 2004 ===== 15:44:23 Europe/Berlin =====
    >>>>>> org.osgi.framework.BundleException: The BundleActivator
    >>>>>> org.eclipse.ant.core.AntCorePlugin is invalid
    >>>>>> at
    >>>>>> org.eclipse.osgi.framework.internal.core.Bundle.loadBundleActivato
    >>>>>> r(Bundle.java:176)
    >>>>>> at
    >>>>>> org.eclipse.osgi.framework.internal.core.BundleContext.start(Bundl
    >>>>>> eContext.java:987)
    >>>>>> at
    >>>>>> org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(Bu
    >>>>>> ndleHost.java:403)
    >>>>>> at
    >>>>>> org.eclipse.osgi.framework.internal.core.Bundle.start(Bundle.java:
    >>>>>> 312)
    >>>>>> at
    >>>>>> org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClass
    >>>>>> (EclipseClassLoader.java:58)
    >>>>>> at
    >>>>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalCla
    >>>>>> ss(BundleLoader.java:333)
    >>>>>> at
    >>>>>> org.eclipse.osgi.framework.internal.core.BundleLoader.requireClass
    >>>>>> (BundleLoader.java:291)
    >>>>>> at
    >>>>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findRequired
    >>>>>> Class(BundleLoader.java:901)
    >>>>>> at
    >>>>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(Bu
    >>>>>> ndleLoader.java:359)
    >>>>>> at
    >>>>>> org.eclipse.osgi.framework.adaptor.BundleClassLoader.loadClass(Bun
    >>>>>> dleClassLoader.java:115)
    >>>>>> at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
    >>>>>> at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
    >>>>>> at
    >>>>>> org.objectstyle.wolips.projectbuild.builder.WOAntBuilder.build(WOA
    >>>>>> ntBuilder.java:109)
    >>>>>> at
    >>>>>> org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.j
    >>>>>> ava:493)
    >>>>>> at
    >>>>>> org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPla
    >>>>>> tform.java:815)
    >>>>>> at org.eclipse.core.runtime.Platform.run(Platform.java:471)
    >>>>>> at
    >>>>>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildMana
    >>>>>> ger.java:138)
    >>>>>> at
    >>>>>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildMana
    >>>>>> ger.java:209)
    >>>>>> at
    >>>>>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildMana
    >>>>>> ger.java:164)
    >>>>>> at
    >>>>>> org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.j
    >>>>>> ava:190)
    >>>>>> at
    >>>>>> org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPla
    >>>>>> tform.java:815)
    >>>>>> at org.eclipse.core.runtime.Platform.run(Platform.java:471)
    >>>>>> at
    >>>>>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildMana
    >>>>>> ger.java:193)
    >>>>>> at
    >>>>>> org.eclipse.core.internal.events.BuildManager.build(BuildManager.j
    >>>>>> ava:282)
    >>>>>> at
    >>>>>> org.eclipse.core.internal.resources.Project.build(Project.java:
    >>>>>> 87)
    >>>>>> at
    >>>>>> org.eclipse.ui.actions.BuildAction.invokeOperation(BuildAction.jav
    >>>>>> a:159)
    >>>>>> at
    >>>>>> org.eclipse.ui.actions.WorkspaceAction.execute(WorkspaceAction.jav
    >>>>>> a:123)
    >>>>>> at
    >>>>>> org.eclipse.ui.actions.WorkspaceAction$1.execute(WorkspaceAction.j
    >>>>>> ava:280)
    >>>>>> at
    >>>>>> org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceMod
    >>>>>> ifyOperation.java:91)
    >>>>>> at
    >>>>>> org.eclipse.core.internal.resources.Workspace.run(Workspace.java:
    >>>>>> 1567)
    >>>>>> at
    >>>>>> org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModif
    >>>>>> yOperation.java:105)
    >>>>>> at
    >>>>>> org.eclipse.jface.operation.ModalContext$ModalContextThread.run(Mo
    >>>>>> dalContext.java:101)
    >>>>>>
    >>>>>
    >>>>>
    >>>> <David Terán.vcf>
    >>>
    >>>
    >> <David Terán.vcf>
    >>
    > <David Terán.vcf>
    >





    This archive was generated by hypermail 2.0.0 : Thu Jan 29 2004 - 11:56:11 EST