Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] M6 removed features

Hi Everyone,

 If you don't have Igor's tool and you quickly want to copy parts of a repository, you can use a simple ant file [1]  and a command line like:

bash$ eclipse/eclipse -noSplash \
-application org.eclipse.ant.core.antRunner \
-buildfile mirror-jface.xml

You'll get the correct metadata that goes with the artifacts.  Once you set it up (you'll have to write down the IUs you need) you can use it to generate the natives for every milestone

I tried this method and all the files successfully downloaded and there was a artifacts.jar and content.jar that was created for me using the mirror-natives.xml that I attached to Bug 374827 [1]. However I discovered this weekend with those files when I ran the build it was not able to find the org.eclipse.equinox.executable bundle.

I discovered if I removed the artifacts.jar and content.jar files that came with the antRunner and copied and pasted ones created by Igor over to the same directory it worked. This has me a little confused, any ideas on what could be causing the antRunner generated to not work with CBI  build?


[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=374827


Thanks,

Thanh

Back to the top