Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ajdt-dev] problem packaging org.eclipse.contribution.xref.core

How are you creating the jar file? What do you mean by "push it
manually"? Does that class file exist in the project's output
directory?

Regards,

Matt.

On 20/11/05, Alexandru Popescu <the.mindstorm.mailinglist@xxxxxxxxx> wrote:
> Hi!
>
> I am facing a problem with packaging the org.eclipse.contribution.xref.core. The problem comes from the
>
> IXReferenceProvider$SafeExecution$ISafeRunnableWithReturn.class
>
> which doesn't get in the jar.
>
> Even if I push it manually, than running
>
> jar -tvf org.eclipse.contribution.xref.core_1.3.0.200511192016.jar
>
> doesn't show that entry (reason why I believe it is not included).
>
> Do you have any idea how to solve this one?
>
> thanks in advance,
>
> ./alex
> --
> .w( the_mindstorm )p.
> _______________________________________________
> ajdt-dev mailing list
> ajdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ajdt-dev
>


Back to the top