Cheers
Tim
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [scala:compile {execution: default}]
[INFO] suggestion: remove the scalaVersion from pom.xml
[INFO] Compiling 2 source files to
/private/var/www/liftweb/sites/example/target/classes
[WARNING] Exception in thread "main" java.lang.RuntimeException:
malformed Scala signature of WikiEntry at 9961; reference type _6 of
<none> refers to nonexisting symbol.
[WARNING] at
scala.tools.nsc.symtab.classfile.UnPickler$UnPickle.errorBadSignature(UnPickler.scala:755)
...
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] command line returned non-zero value:1
Chas.
David Pollak wrote:
> Folks,
>
> I'm made a ton of updates to sitemap.Loc. If you're using sitemap
> generically, these changes will not impact you. However, there are a
> bunch of new features:
>
> * Loc is type-safe in terms of parameters... they're not just
> name-value pairs
> * Links and Text for a given Loc can be generated by passing in the
> appropriate type-safe parameters
> * Re-write rules can be part of Locs and can extract type-safe
> parameters which can be accessed and used in subsequent calls
> * Locs can have page-specific snippets that take as their parameter
Chas.