Guys,
>From a fresh github clone im now seeing the following when trying a
full build:
[WARNING] /Users/timperrett/repositories/lift/lift-framework/lift/src/
main/scala/net/liftweb/http/LiftServlet.scala:302: error: type
mismatch;
[WARNING] found : java.lang.Object
[WARNING] required: net.liftweb.util.Box
[net.liftweb.http.LiftResponse]
[WARNING] tryo{LiftSession.onEndServicing.foreach(_(liftSession,
requestState, ret))}
[WARNING]
^
[WARNING] /Users/timperrett/repositories/lift/lift-framework/lift/src/
main/scala/net/liftweb/http/LiftServlet.scala:303: error: type
mismatch;
[WARNING] found : java.lang.Object
[WARNING] required: net.liftweb.util.Box
[net.liftweb.http.LiftResponse]
[WARNING] ret
[WARNING] ^
[WARNING] two errors found
Moreover, when I checked hudson to see if that was building ok, i see
the following error message when it tried to build:
java.io.IOException: Cannot run program "rm" (in directory "/home/
scalatools/hudson/.hudson/jobs/Lift/builds"): java.io.IOException:
error=24, Too many open files
at java.lang.ProcessBuilder.start(ProcessBuilder.java:459)
at hudson.Proc$LocalProc.<init>(Proc.java:132)
at hudson.Proc$LocalProc.<init>(Proc.java:110)
at hudson.Proc$LocalProc.<init>(Proc.java:102)
at hudson.Util.createSymlink(Util.java:847)
at hudson.model.Run.run(Run.java:921)
at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:234)
at hudson.model.ResourceController.execute(ResourceController.java:
93)
at hudson.model.Executor.run(Executor.java:119)
Caused by: java.io.IOException: java.io.IOException: error=24, Too
many open files
at java.lang.UNIXProcess.<init>(UNIXProcess.java:148)
at java.lang.ProcessImpl.start(ProcessImpl.java:65)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:452)
... 8 more
Checkout (update)
Fetching upstream changes
[workspace] $ git fetch
FATAL: Failed to fetch
hudson.plugins.git.GitException: Failed to fetch
at hudson.plugins.git.GitAPI.fetch(GitAPI.java:95)
at hudson.plugins.git.GitAPI.fetch(GitAPI.java:103)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:245)
at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:235)
at hudson.FilePath.act(FilePath.java:552)
Cheers, Tim
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---