> And tried the team project set available at > http://www.eclipse.org/mylyn/doc/dev/mylyn-standalone.psf The psf > downloads without issues, and completes the CVS checkout without errors, > but when I move on to the next step and try exporting to a runnable JAR > file, things go awry. I get error messages about duplicate entries, some > of which are about.html files and others of which are actual .class files. > > Am I doing something wrong? Are these instructions out of date or in need > of revision? Or is there some other way I can get the current version of > the headless Mylyn APIs and the various connectors in some self contained, > standalone form I could use in my project?
The wizard should create a runnable JAR file despite the warnings. Have you tried running that? Some files may be provided by multiple bundles but as long as they are the same it should not matter. Using the export wizard is the easiest way I know of to get a runnable JAR file with a standalone distribution. I read a while ago that there is some effort under way to provide a Maven repository that would support automatic resolution of dependencies for headless builds with Maven but I don't know far a long that project is. Please note, that the Team project set only contains the dependencies for Bugzilla. To build a standalone distribution for the JIRA connector you will need the org.apache.axis plug-in including all dependencies: http://wiki.eclipse.org/Mylyn/Libraries. Steffen -- Steffen Pingel - [EMAIL PROTECTED] - http://steffenpingel.de _______________________________________________ mylyn-integrators mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/mylyn-integrators
