Thanks a lot - I was able to checkout the module, build it (on OS X) and the test paragraph works great. I look forward to playing with the fancy features.
- David Ziegler On Fri, Apr 18, 2008 at 6:20 PM, Giancarlo F. Berner <[email protected]> wrote: > Hi David > > If you "only" checked out the CE core, then you might be missing the > additional modules. You will need a second checkout step to get the > additional modules. > Hope this helps: > > Goal: Checkout the Magnolia CE source (core and modules) into one folder. > - Create a basic Magnolia folder, e.g. /mgsource. > - Goto that folder (e.g. cd /mgsource) > - Check out the Magnolia CE core into a new sub folder /mg_ce: svn checkout > http://svn.magnolia.info/svn/magnolia/trunk mg_ce > Now you have the Magnolia source in /mgsource/community > As next we get the modules > - Check out the module scripts into a "temp" folder: svn -N checkout > http://svn.magnolia.info/svn/modules/community temp > Unfortunately we can not checkout the module scripts directly into the > /community folder, Subversion nags about the folder already been used. So we > checked out into a temp folder and now we copy the script files into the > /mgsource/community folder > - Copy the content of /mgsource/temp into /mgsource/community > - CD to /mgsource/community > Now you can use the checkout script to checkout the modules > - ./checkout.sh > Once all files are checked out, you can delete the /temp folder and build > the Community Edition > - mvn install > > I did not try in Windows yet, but according to > http://wiki.magnolia.info/display/WIKI/HowTo+checkout+and+build+magnolia+sources > you should just need to rename checkout.sh to checkout.cmd and run it in the > Windows command window. > Once completed, your /mgsource/mg_ce directory should contain the > magnolia-module-imagefiltering module. > > If you want to build the imagefiltering module jar, > - CD into /mgsource/community/magnolia-module/imagefiltering > - mvn package > I did not package the module yet, so can not tell if there are any > artifacts missing or some version fixes you have to do in the pom.xml, but > if the pom.xml is ok, you will get a target folder with the module's jar > file. > > Cheers > /giancarlo > > > > On Apr 18, 2008, at 2:03 PM, David Ziegler wrote: > > > > The image filtering module documented at: > > > > http://documentation.magnolia.info/modules/imagefiltering.html > > > > The module name appears to be magnolia-module-imagefiltering > > > > Looks interesting, but I can't seem to find it anywhere. > > > > - I have looked in the standard distribution (including in all jars). > > - I have looked in the svn version > > - I have scoured the web. > > > > Am I missing something? Does someone know where I can find > > this module? > > > > - Thanks > > > > David Ziegler > > > > ---------------------------------------------------------------- > > for list details see > > http://documentation.magnolia.info/ > > ---------------------------------------------------------------- > > > > > > > ---------------------------------------------------------------- > for list details see > http://documentation.magnolia.info/ > ---------------------------------------------------------------- > ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/ ----------------------------------------------------------------
