|
From: Erwin V. <erw...@er...> - 2005-05-05 06:58:17
|
I just use the instructions you find at http://opensource.atlassian.com/confluence/spring/display/WEBFLOW/Home. Basically: cd \my\dir\spring build alljars build webflow.jar build webflow.support.jar cd samples\webflow\phonebook build dist Silimar for other samples. Erwin Vervaet ----- Original Message ----- From: <kat...@ho...> To: <spr...@li...> Sent: Thursday, May 05, 2005 7:04 AM Subject: [Springframework-developer] Building WebFlow samples >I was building the phonebook sample and found it wouldn't compile as the >sandbox classes were missing. How is everyone else obtaining/generating the >samples? > > I added a patch (see below) which fixes the problem - but there may be > another approach. What are other doing? :) > > If there is a better way, maybe we can improve the build instructions in > the distro. > > Cheers. > > > Compiling 9 source files to > C:\work\spring\samples\webflow\phonebook\target\classes > C:\work\spring\samples\webflow\phonebook\src\org\springframework\samples\phonebook\web\flow\PersonDetailFlowBuilder.java:18: > package org.springframework.binding.convert does not exist > import org.springframework.binding.convert.ConversionExecutor; > > > =================================================================== > RCS file: /cvsroot/springframework/spring/builds/build.xml,v > retrieving revision 1.2 > diff -u -r1.2 build.xml > --- build.xml 27 Apr 2005 00:14:44 -0000 1.2 > +++ build.xml 5 May 2005 04:44:26 -0000 > @@ -15,6 +15,7 @@ > <pathelement location="${target.classes.dir}" /> > <pathelement location="${commons.logging.jar}" /> > <pathelement location="${spring.jar}" /> > + <pathelement location="${spring.sandbox.jar}" /> > <pathelement location="${spring.mock.jar}" /> > </path> > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: NEC IT Guy Games. > Get your fingers limbered up and give it your best shot. 4 great events, 4 > opportunities to win big! Highest score wins.NEC IT Guy Games. Play to > win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |