|
From: B. <jer...@xt...> - 2004-07-23 10:32:09
|
I wrote a patch a few days ago in order to solve this problem. See http://opensource.atlassian.com/projects/spring/browse/SPR-228 Regards, J=E9r=F4me. Selon Vinay Aggarwal <vin...@ya...>: > > You guys convinced me to give it one more try. I downloaded the whole > project and tried to compile it. The build did infact fail. Anyway, > thanks for your help and encouragement, but I am not going to spend any > more time on it. > > Regards > Vinay > > P.S.: In case you are interested, the error is enclosed. > > C:\software\workspace\spring>\software\apache-ant-1.6.1\bin\ant alljars > Buildfile: build.xml > > compileattr: > [attribute-compiler] Generated attribute information for 1 classes. > Ignored 0 classes. > > build: > [mkdir] Created dir: > C:\software\workspace\spring\target\classes\META-INF > [javac] Compiling 1 source file to > C:\software\workspace\spring\target\classes > [javac] javac: source release 1.4 requires target release 1.4 > > BUILD FAILED > C:\software\workspace\spring\build.xml:119: Compile failed; see the > compiler error output for details. > > Total time: 10 seconds > C:\software\workspace\spring> > > > > > > Rob Harrop wrote: > > > Vinay, > > > > I have to 'third' what is being said here. You are most unlikely to h= ave > any > > issues with classpath/3rd party libs since Ant takes care of the clas= spath > > and a check out from Spring CVS will include everything you need. > > > > If you are still having trouble getting a build post your error here = and I > > will decode it for you and find out what is wrong. > > > > Rob > > > > -----Original Message----- > > From: spr...@li... > > [mailto:spr...@li...] On Beh= alf Of > > j=FCrgen h=F6ller [werk3AT] > > Sent: 23 July 2004 09:09 > > To: spr...@li... > > Subject: Re: [Springframework-developer] Re: Is it possible to publis= h > > nightly builds? > > > > Vinay, > > > > While I certainly understand the desire for nightly builds (we actual= ly do > > them, we just don't publish them yet), I'd still like to second Matt = that > > Spring is surprisingly easy to build from CVS. > > > > You'll get all third-party libraries from our CVS, and a prepared bui= ld > > script that auto-detects all those. So basically, all you need to do = is > > install JDK 1.4.2 and invoke our build.xml in the root of the "spring= " > > module. We even ship a matching Ant version. And for Windows, there's= a > > build.bat that just requires JAVA_HOME to be set and uses the include= d Ant > > to perform the build. > > > > Essentially, it's the same as when you download one of our > > "-with-dependencies" distributions. Those zips include everything you= need > > to build Spring yourself, just like above. If you fetch a CVS snapsho= t, > it's > > the same build file and same directory structure, just with newer con= tents. > > > > Juergen > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 today. > http://ads.osdn.com/?ad_id=3D4721&alloc_id=3D10040&op=3Dclick > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > |