|
From: Vinay A. <vin...@ya...> - 2004-07-23 09:53:11
|
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 have any
> issues with classpath/3rd party libs since Ant takes care of the classpath
> 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 Behalf Of
> jürgen höller [werk3AT]
> Sent: 23 July 2004 09:09
> To: spr...@li...
> Subject: Re: [Springframework-developer] Re: Is it possible to publish
> nightly builds?
>
> Vinay,
>
> While I certainly understand the desire for nightly builds (we actually 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 build
> 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 included 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 snapshot, it's
> the same build file and same directory structure, just with newer contents.
>
> Juergen
>
|