Re: build.xml not executed?

From: Ulrich Köster (ulric..bjectstyle.org)
Date: Thu Jan 29 2004 - 12:06:41 EST

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

    Hi David,

    to "debug" your ant builds launch it as an external tool. From the
    build.xml context menu choose "Run Ant...". Make sure that you launch
    Ant in the same JRE as Eclipse. (JRE Tab).

    Ulrich

    Am 29.01.2004 um 17:56 schrieb David Teran:

    > 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.loadBundleActivat
    >>>>>>> or(Bundle.java:176)
    >>>>>>> at
    >>>>>>> org.eclipse.osgi.framework.internal.core.BundleContext.start(Bund
    >>>>>>> leContext.java:987)
    >>>>>>> at
    >>>>>>> org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(B
    >>>>>>> undleHost.java:403)
    >>>>>>> at
    >>>>>>> org.eclipse.osgi.framework.internal.core.Bundle.start(Bundle.java
    >>>>>>> :312)
    >>>>>>> at
    >>>>>>> org.eclipse.core.runtime.adaptor.EclipseClassLoader.findLocalClas
    >>>>>>> s(EclipseClassLoader.java:58)
    >>>>>>> at
    >>>>>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalCl
    >>>>>>> ass(BundleLoader.java:333)
    >>>>>>> at
    >>>>>>> org.eclipse.osgi.framework.internal.core.BundleLoader.requireClas
    >>>>>>> s(BundleLoader.java:291)
    >>>>>>> at
    >>>>>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findRequire
    >>>>>>> dClass(BundleLoader.java:901)
    >>>>>>> at
    >>>>>>> org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(B
    >>>>>>> undleLoader.java:359)
    >>>>>>> at
    >>>>>>> org.eclipse.osgi.framework.adaptor.BundleClassLoader.loadClass(Bu
    >>>>>>> ndleClassLoader.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(WO
    >>>>>>> AntBuilder.java:109)
    >>>>>>> at
    >>>>>>> org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.
    >>>>>>> java:493)
    >>>>>>> at
    >>>>>>> org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPl
    >>>>>>> atform.java:815)
    >>>>>>> at org.eclipse.core.runtime.Platform.run(Platform.java:471)
    >>>>>>> at
    >>>>>>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildMan
    >>>>>>> ager.java:138)
    >>>>>>> at
    >>>>>>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildMan
    >>>>>>> ager.java:209)
    >>>>>>> at
    >>>>>>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildMan
    >>>>>>> ager.java:164)
    >>>>>>> at
    >>>>>>> org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.
    >>>>>>> java:190)
    >>>>>>> at
    >>>>>>> org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPl
    >>>>>>> atform.java:815)
    >>>>>>> at org.eclipse.core.runtime.Platform.run(Platform.java:471)
    >>>>>>> at
    >>>>>>> org.eclipse.core.internal.events.BuildManager.basicBuild(BuildMan
    >>>>>>> ager.java:193)
    >>>>>>> at
    >>>>>>> org.eclipse.core.internal.events.BuildManager.build(BuildManager.
    >>>>>>> java:282)
    >>>>>>> at
    >>>>>>> org.eclipse.core.internal.resources.Project.build(Project.java:
    >>>>>>> 87)
    >>>>>>> at
    >>>>>>> org.eclipse.ui.actions.BuildAction.invokeOperation(BuildAction.ja
    >>>>>>> va:159)
    >>>>>>> at
    >>>>>>> org.eclipse.ui.actions.WorkspaceAction.execute(WorkspaceAction.ja
    >>>>>>> va:123)
    >>>>>>> at
    >>>>>>> org.eclipse.ui.actions.WorkspaceAction$1.execute(WorkspaceAction.
    >>>>>>> java:280)
    >>>>>>> at
    >>>>>>> org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceMo
    >>>>>>> difyOperation.java:91)
    >>>>>>> at
    >>>>>>> org.eclipse.core.internal.resources.Workspace.run(Workspace.java:
    >>>>>>> 1567)
    >>>>>>> at
    >>>>>>> org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModi
    >>>>>>> fyOperation.java:105)
    >>>>>>> at
    >>>>>>> org.eclipse.jface.operation.ModalContext$ModalContextThread.run(M
    >>>>>>> odalContext.java:101)
    >>>>>>>
    >>>>>>
    >>>>>>
    >>>>> <David Terán.vcf>
    >>>>
    >>>>
    >>> <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 - 12:06:46 EST