I was doing a top-level build from 'trunk' - 'ant build-integrated' .. in case you were curious.
-Nathan On Wed, Jun 18, 2008 at 12:07 PM, Allen Gilliland <[EMAIL PROTECTED]> wrote: > Hmmm, you shouldn't need to build the Planet src in order to compile the > weblogger src. In fact, you shouldn't have to touch anything related to the > Planet code. > > If you removed the old Acegi libs that the Planet code was using, then > tried to build the Planet src that would give you the compile problem > mentioned below. > > Key here is that the "tools" directory currently houses libs used by both > Weblogger and Planet src trees, so you can't delete a set of libs unless > neither app uses them anymore. > > -- Allen > > > > Matt Raible wrote: > >> It sounds like the Planet build file needs to be updated. I'll try to do >> this in the next 24 hours. >> >> Matt >> >> On Sun, Jun 15, 2008 at 8:09 PM, Nathan Beyer <[EMAIL PROTECTED]> wrote: >> >> Thanks. I'm getting a new compile error though. >>> >>> build-web: >>> [mkdir] Created dir: >>> /Users/nathan/Development/roller/apps/planet/build/compile/web >>> [javac] Compiling 47 source files to >>> /Users/nathan/Development/roller/apps/planet/build/compile/web >>> [javac] >>> >>> /Users/nathan/Development/roller/apps/planet/src/java/org/apache/roller/planet/ui/core/PlanetContext.java:31: >>> package org.springframework.web.context does not exist >>> [javac] import org.springframework.web.context.ContextLoaderListener; >>> >>> -Nathan >>> >>> On Sun, Jun 15, 2008 at 9:05 PM, Matt Raible <[EMAIL PROTECTED]> wrote: >>> >>> Sorry about that - should be fixed now. >>>> >>>> Matt >>>> >>>> On Sat, Jun 14, 2008 at 7:39 PM, Nathan Beyer <[EMAIL PROTECTED]> >>>> wrote: >>>> >>>>> I'm trying to build the code in trunk, but I'm getting an error about >>>>> "/tools/spring-2.5" not being found by the "/apps/weblogger/build.xml" >>>>> script. Is there something missing in the repo or am I not setting up >>>>> my >>>>> environment correctly? >>>>> >>>>> thanks >>>>> -Nathan >>>>> >>>>> >>>> >>>> -- >>>> http://raibledesigns.com >>>> >>>> >>> >>
