Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » plugin creation problem
plugin creation problem [message #161770] Tue, 25 November 2003 15:11 Go to next message
Eclipse UserFriend
Originally posted by: lfu.site.uottawa.ca

Hi,

I am developing a plugin and now want to export it as a jar file. When I use
the export command, an error ocurred, like:

Error: Compile failed; see the compiler error output for details.
Project: seat
Target: seat.jar

Where to look for the "compiler error output"? When I run it as runtime
workbench, there is no problem at all.

Thanks for your help.

Eric
Re: plugin creation problem [message #162175 is a reply to message #161770] Wed, 26 November 2003 08:30 Go to previous messageGo to next message
Eclipse UserFriend
Eric Fu wrote:
> Hi,
>
> I am developing a plugin and now want to export it as a jar file. When I use
> the export command, an error ocurred, like:
>
> Error: Compile failed; see the compiler error output for details.
> Project: seat
> Target: seat.jar
did you check window -> show view -> other -> problems?

> Where to look for the "compiler error output"? When I run it as runtime
> workbench, there is no problem at all.

do you export as jar or deployable features?

check build.conf to see what is exported when you export deployable features

>
> Thanks for your help.
>
> Eric
>
>
Re: plugin creation problem [message #165620 is a reply to message #161770] Wed, 03 December 2003 18:56 Go to previous message
Eclipse UserFriend
Originally posted by: John_Arthorne.oti.com_

Try:

Right click on plugin.xml and choose "create ant build file"
Right click on generated build.xml and choose "Run Ant"
Pick the ant target to generate JAR file (and whatever else you need)
--

Eric Fu wrote:
> Hi,
>
> I am developing a plugin and now want to export it as a jar file. When I use
> the export command, an error ocurred, like:
>
> Error: Compile failed; see the compiler error output for details.
> Project: seat
> Target: seat.jar
>
> Where to look for the "compiler error output"? When I run it as runtime
> workbench, there is no problem at all.
>
> Thanks for your help.
>
> Eric
>
>
Previous Topic:Project build time
Next Topic:How to create a Project at runtime
Goto Forum:
  


Current Time: Fri Jun 06 19:48:14 EDT 2025

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

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

Back to the top