Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Subclipse, Eclipse & Ant
Subclipse, Eclipse & Ant [message #305292] Wed, 28 June 2006 17:17 Go to next message
Eclipse UserFriend
Originally posted by: neil.rodrigues.alcatel.com

I am using Eclipse SDK 3.1.2, Subclipse 1.0.3, and Apache Ant 1.6.5.

When I try to run an Ant build configuration, absolutely nothing happens
in the Console. Can someone please tell me what I'm doing wrong? All
paths seem to be defined in the build.xml file, and I'm not getting any
error messages as far as I can tell.

Thanks,
Neil
Re: Subclipse, Eclipse & Ant [message #305311 is a reply to message #305292] Thu, 29 June 2006 12:28 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse4.rizzoweb.com

Neil Rodrigues wrote:
> I am using Eclipse SDK 3.1.2, Subclipse 1.0.3, and Apache Ant 1.6.5.
>
> When I try to run an Ant build configuration, absolutely nothing happens
> in the Console. Can someone please tell me what I'm doing wrong? All
> paths seem to be defined in the build.xml file, and I'm not getting any
> error messages as far as I can tell.

Look for the log file in the .metadata directory of your workspace - it
may have some details about what is happening.

Hope this helps,
Eric
Re: Subclipse, Eclipse & Ant [message #305329 is a reply to message #305311] Thu, 29 June 2006 16:02 Go to previous message
Eclipse UserFriend
Originally posted by: neil.rodrigues.alcatel.com

Hello,

Thanks for the pointer. Here is the error message:

!ENTRY org.eclipse.core.resources 2 75 2006-06-29 11:42:48.939
!MESSAGE Errors during build.
!SUBENTRY 1 org.eclipse.core.resources 2 566 2006-06-29 11:42:48.939
!MESSAGE java.lang.NoClassDefFoundError encountered while running
JiveForums.
!STACK 0
java.lang.NoClassDefFoundError
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Nativ e Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknow n Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Un known
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:162)
at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:142)
at
org.eclipse.core.internal.registry.ConfigurationElement.crea teExecutableExtension(ConfigurationElement.java:129)
at
org.eclipse.core.internal.registry.ConfigurationElementHandl e.createExecutableExtension(ConfigurationElementHandle.java: 48)
at
org.eclipse.core.internal.events.BuildManager.instantiateBui lder(BuildManager.java:749)
at
org.eclipse.core.internal.events.BuildManager.initializeBuil der(BuildManager.java:701)
at
org.eclipse.core.internal.events.BuildManager.getBuilder(Bui ldManager.java:442)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java:200)
at
org.eclipse.core.internal.events.BuildManager$1.run(BuildMan ager.java:231)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at
org.eclipse.core.internal.events.BuildManager.basicBuild(Bui ldManager.java:234)
at
org.eclipse.core.internal.events.BuildManager.basicBuildLoop (BuildManager.java:253)
at
org.eclipse.core.internal.events.BuildManager.build(BuildMan ager.java:282)
at org.eclipse.core.internal.resources.Workspace.build(Workspac e.java:211)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:572)
at
org.eclipse.debug.internal.core.LaunchConfiguration.launch(L aunchConfiguration.java:515)
at
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(D ebugUIPlugin.java:733)
at
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlu gin.java:931)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)


P.S. I have posted this same question at eclipse.newcomers, but now that
it is getting highly Eclipse specific (i.e. core files), I decided to post
it here as well.

Thanks,
Neil
Previous Topic:java.lang.UnsatisfiedLinkError: no swt-motif-3139 in java.library.path
Next Topic:libcairo.so.1 not found
Goto Forum:
  


Current Time: Sat Jul 20 23:33:14 GMT 2024

Powered by FUDForum. Page generated in 0.03853 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top