Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [b3-dev] try not to mirror antlr

Hi Joerg,

Thanks for reporting this. You're not the only one that has experienced this problem. There's a bugzilla for it here:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=338405

I hope we will get around to fixing this soon.

Best Regards,
Thomas Hallgren


On 2011-04-05 06:36, joerg@xxxxxxxxxxxxx wrote:
Hi,

First I want to say, this is really a nice project, keep up the good work!

I have a problem that I want to add Antlr as contribution.
However when installing the generated repository in an Eclipse instance, then the plugin org.antlr appears as JAR org.antlr_2.7.6.jar in the plugins folder of Eclipse, it actually should be extracted, since it contains another jar (antlr.jar). So actually the plugin now works and the class files in antlr are not exposed, as obviously a jar in a jar is not accepted by Eclipse.

If installing the update site directly:

 http://antlreclipse.sourceforge.net/updates/

then the plugin is installed correctly in the extracted form.

Though I set Mirror Artifacts to false, it seems to be mirrored in temp/plugins/org.antlr_2.7.6.jar of the build repository. Or maybe this temp folder has nothing to do with it, I dont know. My expection was, that with Mirror Artifacts=false, the content is directly downloaded from the referenced update site.

Thanks for any help

_______________________________________________
b3-dev mailing list
b3-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/b3-dev



Back to the top