2011/1/12 Max Gravitt <[email protected]>: > Stefano - > > I see the *.pom file and the pom.xml file. How do I use these files to > retrieve the source or jar? I am able to download source for 0.61 and > successfully build it, but I'm unsure how to access the latest SNAPSHOT that > is referenced on the Hudson site.
In hudson you should see reference to the modules: https://hudson.apache.org/hudson/job/mime4j-trunk/lastStableBuild/org.apache.james$apache-mime4j-core/ https://hudson.apache.org/hudson/job/mime4j-trunk/lastStableBuild/org.apache.james$apache-mime4j-dom/ In order to build from sources you have to check them out from SVN: http://svn.apache.org/repos/asf/james/mime4j/trunk/ Some IDE have the ability to checkout a project given his main pom file (materialize project): http://svn.apache.org/repos/asf/james/mime4j/trunk/pom.xml Release notes are a work in progress but you can have a look for some of the changes from 0.6 http://svn.apache.org/repos/asf/james/mime4j/trunk/RELEASE_NOTES.txt Please note that current 0.7-SNAPSHOT is not something we'll release as is soon. This is a dev version and we just want to know if the dev version solve the issue you reported. Also, if you have problems upgrading your code from 0.6 to this snapshot let us know what you think can be done better. Stefano
