Back to the first computer:

I get the impression, its problems were result of bad connection. now
it looks different. But 1. still wrong, 2. different then computer 2 :-
(

See below.

Thank you.

a.

D:\lang\lift1.0\liftweb>mvn -v
Maven version: 2.0.9
Java version: 1.6.0_06
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"


Trying to build the docs.

D:\lang\lift1.0\liftweb>mvn scala:doc
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Lift Web Framework
[INFO]   Lift Base Components
[INFO]   Lift Common
[INFO]   Lift Actor
[INFO]   Lift Json
[INFO]   Lift Util
[INFO]   Lift WebKit
[INFO]   Lift Modules
[INFO]   Lift Widgets
[INFO]   Lift Persistence Components
[INFO]   Lift Mapper
[INFO]   Lift JPA
[INFO]   Lift Record
[INFO]   Lift TestKit
[INFO]   Lift OSGi
[INFO]   Lift Wizard
[INFO]   Lift Machine
[INFO]   Lift Textile
[INFO]   Lift Facebook
[INFO]   Lift AMQP
[INFO]   Lift XMPP
[INFO]   Lift OpenID
[INFO]   Lift OAuth
[INFO]   Lift PayPal
[INFO]   Lift JTA
[INFO]   Lift Archetypes
[INFO]   lift-archetype-blank
[INFO]   lift-archetype-basic
[INFO]   lift-archetype-jpa-basic
[INFO]   lift-archetype-jpa-blank
[INFO]   lift-archetype-jpa-blank-single
[INFO]   Lift Core (full lift)
[INFO]   Lift Sites
[INFO]   Lift Example
[INFO]   OSGi Examples for Lift
[INFO]   OSGi Examples for Lift - Hello
[INFO]   Skittr Example
[INFO]   HelloLift example application
[INFO]   HelloDarwin tutorial application
[INFO]   JPA Demo Master
[INFO]   JPADemo-spa
[INFO]   JPADemo-web
[INFO]   Lift Flot widget example
[INFO]   HTTP Authentication example
[INFO] Searching repository for plugin with prefix: 'scala'.
Downloading: http://scala-tools.org/repo-releases/de/zeigermann/xml/xml-im-expor
ter/1.1/xml-im-exporter-1.1.pom
Downloading: http://scala-tools.org/repo-snapshots/de/zeigermann/xml/xml-im-expo
rter/1.1/xml-im-exporter-1.1.pom
Downloading: http://repo1.maven.org/maven2/de/zeigermann/xml/xml-im-exporter/1.1
/xml-im-exporter-1.1.pom
Downloading: http://scala-tools.org/repo-releases/de/zeigermann/xml/xml-im-expor
ter/1.1/xml-im-exporter-1.1.jar
Downloading: http://scala-tools.org/repo-snapshots/de/zeigermann/xml/xml-im-expo
rter/1.1/xml-im-exporter-1.1.jar
Downloading: http://repo1.maven.org/maven2/de/zeigermann/xml/xml-im-exporter/1.1
/xml-im-exporter-1.1.jar
WAGON_VERSION: 1.0-beta-2
[INFO]
------------------------------------------------------------------------
[INFO] Building Lift Web Framework
[INFO]    task-segment: [scala:doc]
[INFO]
------------------------------------------------------------------------
[INFO] [scala:doc]
[INFO] Checking for multiple versions of scala
[INFO]
------------------------------------------------------------------------
[INFO] Building Lift Base Components
[INFO]    task-segment: [scala:doc]
[INFO]
------------------------------------------------------------------------
Downloading: http://scala-tools.org/repo-releases/javax/script/script-js/1.0/scr
ipt-js-1.0.pom
Downloading: http://scala-tools.org/repo-snapshots/javax/script/script-js/1.0/sc
ript-js-1.0.pom
Downloading: http://repo1.maven.org/maven2/javax/script/script-js/1.0/script-js-
1.0.pom
Downloading: http://scala-tools.org/repo-releases/javax/script/js-engine/1.0/js-
engine-1.0.pom
Downloading: http://scala-tools.org/repo-snapshots/javax/script/js-engine/1.0/js
-engine-1.0.pom
Downloading: http://repo1.maven.org/maven2/javax/script/js-engine/1.0/js-engine-
1.0.pom
[INFO] [scala:doc]
[INFO] Checking for multiple versions of scala
[WARNING] No source files found in D:\lang\lift1.0\liftweb\lift-base
\src\main\sc
ala
[INFO]
------------------------------------------------------------------------
[INFO] Building Lift Common
[INFO]    task-segment: [scala:doc]
[INFO]
------------------------------------------------------------------------
[INFO] [scala:doc]
[INFO] Checking for multiple versions of scala
[INFO] Checking for multiple versions of scala
16.11.2009 21:10:48 org.scala_tools.vscaladoc.HtmlRenderer render
INFO: write page for overview
16.11.2009 21:10:48 org.scala_tools.vscaladoc.HtmlRenderer render
INFO: write page for all-classes (list)
16.11.2009 21:10:49 org.scala_tools.vscaladoc.HtmlRenderer render
INFO: write index.html
16.11.2009 21:10:49 org.scala_tools.vscaladoc.HtmlRenderer render
INFO: write doc for  each classes
[INFO]
------------------------------------------------------------------------
[INFO] Building Lift Actor
[INFO]    task-segment: [scala:doc]
[INFO]
------------------------------------------------------------------------
[INFO] [scala:doc]
[INFO] Checking for multiple versions of scala
[INFO] Checking for multiple versions of scala
D:\lang\lift1.0\liftweb\lift-base\lift-actor\src\main\scala\net\liftweb
\actor\LA
Future.scala:19: error: not found: value common
import common._
       ^
D:\lang\lift1.0\liftweb\lift-base\lift-actor\src\main\scala\net\liftweb
\actor\LA
Future.scala:50: warning: type <error> in type pattern is unchecked
since it is
eliminated by erasure
        case _: InterruptedException => Empty
                ^
D:\lang\lift1.0\liftweb\lift-base\lift-actor\src\main\scala\net\liftweb
\actor\Li
ftActor.scala:18: error: not found: value common
import common._
       ^
D:\lang\lift1.0\liftweb\lift-base\lift-actor\src\main\scala\net\liftweb
\actor\Li
ftActor.scala:37: error: type mismatch;
 found   : AnyRef{ ... }
 required: java.lang.Runnable
      es.execute(new Runnable{def run() {f()}})
                 ^
D:\lang\lift1.0\liftweb\lift-base\lift-actor\src\main\scala\net\liftweb
\actor\Li
ftActor.scala:144: warning: type <error> in type pattern is unchecked
since it i
s eliminated by erasure
              case e: Exception => if (eh.isDefinedAt(e)) eh(e)
                      ^
D:\lang\lift1.0\liftweb\lift-base\lift-actor\src\main\scala\net\liftweb
\actor\Li
ftActor.scala:178: error: missing parameter type for expanded function
((x0$1) =
> x0$1 match {
  case (e @ _) => ()
})
  protected def exceptionHandler: PartialFunction[Throwable, Unit] = {
                                                                     ^
16.11.2009 21:10:55 org.scala_tools.vscaladoc.HtmlRenderer render
INFO: write page for overview
16.11.2009 21:10:55 org.scala_tools.vscaladoc.HtmlRenderer render
INFO: write page for all-classes (list)
16.11.2009 21:10:55 org.scala_tools.vscaladoc.HtmlRenderer render
INFO: write index.html
16.11.2009 21:10:55 org.scala_tools.vscaladoc.HtmlRenderer render
INFO: write doc for  each classes
two warnings found
four errors found
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] wrap: org.apache.maven.reporting.MavenReportException: wrap:
Process exit
ed with an error: 1(Exit value: 1)

[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 36 seconds
[INFO] Finished at: Mon Nov 16 21:10:55 CET 2009
[INFO] Final Memory: 16M/33M
[INFO]
------------------------------------------------------------------------




On 16 Nov., 20:40, alux <alu...@googlemail.com> wrote:
> Btw, I didnt have to do the zeigerman download on the other computer.
>
> Still puzzled.
>
> a.
>
> On 16 Nov., 20:35, alux <alu...@googlemail.com> wrote:
>
> > Thank you Tim,
>
> > I'm still struggling.
>
> > I tried the same on another computer. And get another error.
>
> > Context:
>
> > Apache Maven 2.2.0 (r788681; 2009-06-26 15:04:01+0200)
> > Java version: 1.6.0_03
> > Java home: C:\Program Files\Java\jdk1.6.0_03\jre
> > Default locale: de_DE, platform encoding: Cp1252
> > OS name: "windows vista" version: "6.0" arch: "x86" Family: "windows"
>
> > Result below.
>
> > Any help welcome.
>
> > Thank you, alux
>
> > D:\lang\lift\liftweb>mvn scala:doc
> > [INFO] Scanning for projects...
> > [INFO] Reactor build order:
> > [INFO]   Lift Web Framework
> > [INFO]   Lift Base Components
> > [INFO]   Lift Common
> > [INFO]   Lift Actor
> > [INFO]   Lift Json
> > [INFO]   Lift Util
> > [INFO]   Lift WebKit
> > [INFO]   Lift Modules
> > [INFO]   Lift Widgets
> > [INFO]   Lift Persistence Components
> > [INFO]   Lift Mapper
> > [INFO]   Lift JPA
> > [INFO]   Lift Record
> > [INFO]   Lift TestKit
> > [INFO]   Lift OSGi
> > [INFO]   Lift Wizard
> > [INFO]   Lift Machine
> > [INFO]   Lift Textile
> > [INFO]   Lift Facebook
> > [INFO]   Lift AMQP
> > [INFO]   Lift XMPP
> > [INFO]   Lift OpenID
> > [INFO]   Lift OAuth
> > [INFO]   Lift PayPal
> > [INFO]   Lift JTA
> > [INFO]   Lift Archetypes
> > [INFO]   lift-archetype-blank
> > [INFO]   lift-archetype-basic
> > [INFO]   lift-archetype-jpa-basic
> > [INFO]   lift-archetype-jpa-blank
> > [INFO]   lift-archetype-jpa-blank-single
> > [INFO]   Lift Core (full lift)
> > [INFO]   Lift Sites
> > [INFO]   Lift Example
> > [INFO]   OSGi Examples for Lift
> > [INFO]   OSGi Examples for Lift - Hello
> > [INFO]   Skittr Example
> > [INFO]   HelloLift example application
> > [INFO]   HelloDarwin tutorial application
> > [INFO]   JPA Demo Master
> > [INFO]   JPADemo-spa
> > [INFO]   JPADemo-web
> > [INFO]   Lift Flot widget example
> > [INFO]   HTTP Authentication example
> > WAGON_VERSION: 1.0-beta-2
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Lift Web Framework
> > [INFO]    task-segment: [scala:doc]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [scala:doc {execution: default-cli}]
> > [INFO] Checking for multiple versions of scala
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Lift Base Components
> > [INFO]    task-segment: [scala:doc]
> > [INFO]
> > ------------------------------------------------------------------------
> > Downloading:http://scala-tools.org/repo-releases/javax/script/script-js/1.0/scrip...
> > [INFO] Unable to find resource 'javax.script:script-js:pom:1.0' in
> > repository scala-tools.release (http://scala-tools.or
> > g/repo-releases)
> > Downloading:http://scala-tools.org/repo-snapshots/javax/script/script-js/1.0/scri...
> > [INFO] Unable to find resource 'javax.script:script-js:pom:1.0' in
> > repository scala-tools.snapshot (http://scala-tools.o
> > rg/repo-snapshots)
> > Downloading:http://scala-tools.org/repo-releases/javax/script/script-js/1.0/scrip...
> > [INFO] Unable to find resource 'javax.script:script-js:pom:1.0' in
> > repository scala-tools.org (http://scala-tools.org/re
> > po-releases)
> > Downloading:http://scala-tools.org/repo-snapshots/javax/script/script-js/1.0/scri...
> > [INFO] Unable to find resource 'javax.script:script-js:pom:1.0' in
> > repository scala-tools.org - snapshots (http://scala-
> > tools.org/repo-snapshots)
> > Downloading:http://download.java.net/maven/2//javax/script/script-js/1.0/script-j...
> > [INFO] Unable to find resource 'javax.script:script-js:pom:1.0' in
> > repository maven2-repository.dev.java.net (http://dow
> > nload.java.net/maven/2/)
> > Downloading:http://specs.googlecode.com/svn/maven2//javax/script/script-js/1.0/sc...
> > [INFO] Unable to find resource 'javax.script:script-js:pom:1.0' in
> > repository specs-repository (http://specs.googlecode.
> > com/svn/maven2/)
> > Downloading:http://repo1.maven.org/maven2/javax/script/script-js/1.0/script-js-1....
> > [INFO] Unable to find resource 'javax.script:script-js:pom:1.0' in
> > repository central (http://repo1.maven.org/maven2)
> > [INFO] [scala:doc {execution: default-cli}]
> > [INFO] Checking for multiple versions of scala
> > [WARNING] No source files found in D:\lang\lift\liftweb\lift-base\src
> > \main\scala
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Lift Common
> > [INFO]    task-segment: [scala:doc]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [scala:doc {execution: default-cli}]
> > [INFO] Checking for multiple versions of scala
> > [INFO] Checking for multiple versions of scala
> > 16.11.2009 20:28:59 org.scala_tools.vscaladoc.HtmlRenderer render
> > INFO: write page for overview
> > 16.11.2009 20:28:59 org.scala_tools.vscaladoc.HtmlRenderer render
> > INFO: write page for all-classes (list)
> > 16.11.2009 20:28:59 org.scala_tools.vscaladoc.HtmlRenderer render
> > INFO: write index.html
> > 16.11.2009 20:28:59 org.scala_tools.vscaladoc.HtmlRenderer render
> > INFO: write doc for  each classes
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Lift Actor
> > [INFO]    task-segment: [scala:doc]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [scala:doc {execution: default-cli}]
> > [INFO] Checking for multiple versions of scala
> > [INFO] Checking for multiple versions of scala
> > 16.11.2009 20:29:02 org.scala_tools.vscaladoc.HtmlRenderer render
> > INFO: write page for overview
> > 16.11.2009 20:29:02 org.scala_tools.vscaladoc.HtmlRenderer render
> > INFO: write page for all-classes (list)
> > 16.11.2009 20:29:02 org.scala_tools.vscaladoc.HtmlRenderer render
> > INFO: write index.html
> > 16.11.2009 20:29:02 org.scala_tools.vscaladoc.HtmlRenderer render
> > INFO: write doc for  each classes
> > failed to find baseUri for (net.liftweb.common, GenericActor, false
> > failed to find baseUri for (net.liftweb.common, ForwardableActor,
> > false
> > failed to find baseUri for (net.liftweb.common, Box, false
> > failed to find baseUri for (net.liftweb.common, Box, false
> > failed to find baseUri for (net.liftweb.common, Box, false
> > failed to find baseUri for (net.liftweb.common, TypedActor, false
> > failed to find baseUri for (net.liftweb.common, SimpleActor, false
> > failed to find baseUri for (net.liftweb.common, Box, false
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Building Lift Json
> > [INFO]    task-segment: [scala:doc]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] [scala:doc {execution: default-cli}]
> > [INFO] Checking for multiple versions of scala
> > [INFO] Checking for multiple versions of scala
> > D:\lang\lift\liftweb\lift-base\lift-json\src\main\scala\net\liftweb
> > \json\JsonAST.scala:19: error: JsonAST is already def
> > ined as package JsonAST
> > object JsonAST {
> >        ^
> > D:\lang\lift\liftweb\lift-base\lift-json\src\main\scala\net\liftweb
> > \json\JsonAST.scala:221: error: JsonDSL is already de
> > fined as package JsonDSL
> > object JsonDSL extends Implicits with Printer {
> >        ^
> > D:\lang\lift\liftweb\lift-base\lift-json\src\main\scala\net\liftweb
> > \json\JsonParser.scala:21: error: JsonParser is alrea
> > dy defined as package JsonParser
> > object JsonParser {
> >        ^
> > 16.11.2009 20:29:04 org.scala_tools.vscaladoc.HtmlRenderer render
> > INFO: write page for overview
> > 16.11.2009 20:29:04 org.scala_tools.vscaladoc.HtmlRenderer render
> > INFO: write page for all-classes (list)
> > 16.11.2009 20:29:04 org.scala_tools.vscaladoc.HtmlRenderer render
> > INFO: write index.html
> > 16.11.2009 20:29:04 org.scala_tools.vscaladoc.HtmlRenderer render
> > INFO: write doc for  each classes
> > three errors found
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] wrap: org.apache.maven.reporting.MavenReportException: wrap:
> > Process exited with an error: 1(Exit value: 1)
>
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] For more information, run Maven with the -e switch
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time: 19 seconds
> > [INFO] Finished at: Mon Nov 16 20:29:04 CET 2009
> > [INFO] Final Memory: 14M/28M
> > [INFO]
> > ------------------------------------------------------------------------
> > D:\lang\lift\liftweb>
>
> > On 16 Nov., 17:42, Timothy Perrett <timo...@getintheloop.eu> wrote:
>
> > > Quite obviously I meant the latter....
>
> > > Not sure why your getting that error, changes is a standard plugin.
> > > Please provide your maven version and java version.
>
> > > Cheers, Tim
>
> > > On Nov 16, 3:19 pm, alux <alu...@googlemail.com> wrote:
>
> > > > 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 <timo...@getintheloop.eu> 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
>
> ...
>
> Erfahren Sie mehr »
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to