I'm not offline in the moment, I can use the web to build the docs, the problem is, it doesnt work.
'mvn -o scala:doc from the root pom.xml' at the command line? doesnt look like any maven call I have seen til now. Or do you mean mvn -o scala:doc in the directory with the root pom (I assume this is the liftweb directory). Well, I tried your line, and got this 'org.apache.maven.plugins:maven- changes-plugin:pom' not found thing again. Thanks, alux On 16 Nov., 16:06, Timothy Perrett <[email protected]> wrote: > The command you need when your offline is: > > mvn -o scala:doc from the root pom.xml > > Doing this command on a fresh lift clone gives you docs for 1.1-SNAPSHOT, not > 1.0. I would highly recommend using 1.1 now... a lot has changed since 1.0 > > Cheers, Tim > > On 16 Nov 2009, at 14:27, alux wrote: > > > > > > > Hello all, > > > I got some difficulties working with lift, and heard this is the place > > to ask. > > > The current problem seems simple. I want to get the API docs to read > > them offline. But there is no (findable) place to download them. Why? > > The typical time to dig into an API is while travelling, and thats > > sometimes without web. > > > So I learned I have to download the sources, and do "mvn install > > scala:doc" > > > Fine, lets give it a try. > > > Well, btw., I'm actually very happy about lift using Maven. Its not an > > easy tool, but I use it at job, and in my company its definitely a > > selling point for lift. > > > So I do > > > git clone git://github.com/dpp/liftweb.git > > > cd liftweb > > > mvn install scala:doc > > > And it misses some zeigermann xml package. Version 1.1. The > > sourceforge version is 1.0b2 - ?? > > > I find some 1.1 version (incl POM) of it at the jboss site. Of course > > I dont knwo whether thats the right one, but without alternatives in > > sight, I give it a try. And get > > > unable to download from any repo > > 'org.apache.maven.plugins:maven-changes-plugin:pom:2.1' > > > So I'm stuck. (This seems not to be because of the zeigerman stuff - > > its pom doesnt have references.) > > > Well, any help anybody? > > > And, if we are at it: > > What do I have to do to produce the docs for lift 1.0, instead of the > > 1.1 snapshot? (probably some git thing?) > > > Thank you very much, > > > regards, alux- Zitierten Text ausblenden - > > - Zitierten Text anzeigen - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
