Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hibachi-dev] Problems with creating and managing projects

Ok, I've tried to create a managed and un-managed project. I wonder why
the configuration(s) defaults to "lib" when it should either be
completely blank or provide templates for "debug" and "release" builds.
At least I think that's what they're there for (equivalent to the Visual
Studio configurations?).

I created a "hello_world" un-managed app, added the hello_world.adb
procedure, painless enough. Can't build it though. I get this error:

(hello_world:debug) Launching GNAT build.
org.eclipse.core.runtime.CoreException: Error: GNAT project file does
not exist.  Check build settings for active configuration.

I'm probably missing something as I'm not all that *up* on Eclipse. I
did find a place in the managed project where you can set the "main"
files for a poject, but the un-managed project doesn't seem to have
this.

Thanks,
Luke.




Back to the top