On 5/2/07, benjamin servant <[EMAIL PROTECTED]> wrote:
Hi all, thanks for your answers. Dave I am going to try what you suggested (add my own model). I had a look to the instructions that you've put online. In the README.txt, I don't understand what I am suppose to do when you say: "simply run the provided Ant build.xml file". I am a bit of a newbie. I saw you have put build.xml file but I don't know how to build the "AuthenticatedUserModel.java" with it??Thanks for your help.
OK, so this may be a little more difficult. If you know a Java developer, you might want to ask them for some assistance. If you are comfortable with the UNIX or DOS command-line then you'll probably do OK. Here are the steps to build: 0) Get the Java JDK 1.4.2 and Apache Ant and install them on your computer. Make sure the "ant" and "java" commands are in your command-line path after you're done with that. 1) Download the Roller source code release and the Roller Support project jars required to build Roller from source. Extract them both in the same directory. 2) Duplicate the files and directories from here http://tinyurl.com/37m9vk under docs/examples/plugins/pluginmodel 3) Change directories to docs/examples/plugins/pluginmodel and run "ant" 4) Copy the authuserplugin.jar to Roller's WEB-INF/lib and follow the instructions in the the README.html. - Dave
