On date 06/06/2005 12:35:05 "Franz Ruebe" wrote: >Hi, > >as easily can be seen, I'm a newbie to lenya. >In the beginning I copied just the default-pub and edited all things >described in >http://lenya.apache.org/1_2_x/how-to/deploy_publication.html >But trying to deploy my pub goes obviously beyond my knowledge... > >My Env: > >apache-lenya-1.2.3 (as servlet), j2sdk1.4.2_08, Win XP > >My Settings: > >D:\apache-lenya-1.2.3 is my LENYA_HOME (I've installed it there, so its >LENYA_HOME?)
The lenya home is the folder with build.xml an build.properties files.... >The dir of the pubs is unchanged >D:\apache-lenya-1.2.3\build\lenya\webapp\lenya\pubs > >"Declare the publications in $LENYA_HOME/local.build.properties using >pubs.root.dirs" > >There is no local.build.properties file; should I create it? And if I should >create it, where to put (D:\apache-lenya-1.2.3\ ?) You have a sample build.properties file in your $LENYA_HOME. You can copy it to local.build.properties and customize it to your needs. You have to put it in your LENYA_HOME (same folder than build.properties and build.xml file) >"For deploying a directory containing publications, add the directory: >pubs.root.dirs=src/webapp/lenya/pubs:../../projects/lenya/pubs" > >In my case pubs.root.dirs=src/webapp/lenya/pubs:. (??) You only have to add extra paths if you have custom publications. If you only want to use the default publications delivered with Lenya you don't have to add any extra path. >Any Help appreciated. > >Franz > >_________________________________________________________________ >Nicht lange suchen – finden! MSN Suche. http://search.msn.de/ Jetzt testen! > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] >
