I am receiving the same error as posted above attempting to build the
scala docs.

d:\dev\liftprojects\liftweb>mvn -version
Apache Maven 2.2.1 (r801777; 2009-08-06 13:16:01-0600)
Java version: 1.6.0_12
Java home: D:\Program Files\Java\jdk1.6.0_12\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows vista" version: "6.0" arch: "x86" Family: "windows"
d:\dev\liftprojects\liftweb>scala -version
Scala code runner version 2.7.7.final -- Copyright 2002-2009, LAMP/
EPFL

d:\dev\liftprojects\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 Persistence Components
[INFO]   Lift Mapper
[INFO]   Lift JPA
[INFO]   Lift Record
[INFO]   Lift Modules
[INFO]   Lift TestKit
[INFO]   Lift OSGi
[INFO]   Lift Wizard
[INFO]   Lift Widgets
[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-blank-single
[INFO]   lift-archetype-jpa-blank
[INFO]   lift-archetype-jpa-basic
[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]
------------------------------------------------------------------------
[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]
------------------------------------------------------------------------
[INFO] [scala:doc {execution: default-cli}]
[INFO] Checking for multiple versions of scala
[WARNING] No source files found in D:\dev\liftprojects\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
load packageLinkDefs from :file://D:/dev/liftprojects/liftweb/lift-
base/lift-common/target/packageLinkDefs.properties
failed to load PackageLinkDefs(file://D:/dev/liftprojects/liftweb/lift-
base/lift-common/target/packageLinkDefs.properties) :D
Jan 11, 2010 3:38:09 PM org.scala_tools.vscaladoc.HtmlRenderer render
INFO: write page for overview
Jan 11, 2010 3:38:09 PM org.scala_tools.vscaladoc.HtmlRenderer render
INFO: write page for all-classes (list)
Jan 11, 2010 3:38:09 PM org.scala_tools.vscaladoc.HtmlRenderer render
INFO: write index.html
Jan 11, 2010 3:38:09 PM 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
load packageLinkDefs from :file://D:/dev/liftprojects/liftweb/lift-
base/lift-actor/target/packageLinkDefs.properties
failed to load PackageLinkDefs(file://D:/dev/liftprojects/liftweb/lift-
base/lift-actor/target/packageLinkDefs.properties) :D
Jan 11, 2010 3:38:14 PM org.scala_tools.vscaladoc.HtmlRenderer render
INFO: write page for overview
Jan 11, 2010 3:38:14 PM org.scala_tools.vscaladoc.HtmlRenderer render
INFO: write page for all-classes (list)
Jan 11, 2010 3:38:14 PM org.scala_tools.vscaladoc.HtmlRenderer render
INFO: write index.html
Jan 11, 2010 3:38:14 PM 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:\dev\liftprojects\liftweb\lift-base\lift-json\src\main\scala\net
\liftweb\json\JsonAST.scala:19: error: JsonAST is already defined as
package JsonAST
object JsonAST {
       ^
D:\dev\liftprojects\liftweb\lift-base\lift-json\src\main\scala\net
\liftweb\json\JsonAST.scala:359: error: JsonDSL is already defined as
package JsonDSL
object JsonDSL extends Implicits with Printer {
       ^
D:\dev\liftprojects\liftweb\lift-base\lift-json\src\main\scala\net
\liftweb\json\JsonParser.scala:21: error: JsonParser is already
defined as package JsonParser
object JsonParser {
       ^
load packageLinkDefs from :file://D:/dev/liftprojects/liftweb/lift-
base/lift-json/target/packageLinkDefs.properties
failed to load PackageLinkDefs(file://D:/dev/liftprojects/liftweb/lift-
base/lift-json/target/packageLinkDefs.properties) :D
Jan 11, 2010 3:38:19 PM org.scala_tools.vscaladoc.HtmlRenderer render
INFO: write page for overview
Jan 11, 2010 3:38:19 PM org.scala_tools.vscaladoc.HtmlRenderer render
INFO: write page for all-classes (list)
Jan 11, 2010 3:38:19 PM org.scala_tools.vscaladoc.HtmlRenderer render
INFO: write index.html
Jan 11, 2010 3:38:19 PM 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: 36 seconds
[INFO] Finished at: Mon Jan 11 15:38:19 MST 2010
[INFO] Final Memory: 20M/37M
[INFO]
------------------------------------------------------------------------
-- 
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.


Reply via email to