|
From: <al...@in...> - 2005-09-18 22:32:44
|
View results here -> http://opensource.jteam.nl/build/buildresults/spring?log=log20050919001543Lbuild.345 |
|
From: Billy A. <bil...@ho...> - 2005-09-19 00:33:04
|
Greetings, I am new to the Spring Framework. I have looked at the reference documentation, as well as a number of books, and I have yet to see how to build spring after downloading it. I see a maven.xml file, so I assume that it is a maven build. Could someone point me to directions for the initial spring build? Thanks in advance - Billy |
|
From: Dave B. <dbr...@qi...> - 2005-09-19 00:49:40
|
type maven in the directory where the maven.xml file is. Or you can type maven -h for help or type maven -g for all the goals (build targets) (this all assumes of course, that you have maven installed) ----- Original Message ----- From: "Billy Aplin" <bil...@ho...> To: <spr...@li...> Sent: Sunday, September 18, 2005 8:32 PM Subject: [Springframework-developer] How the heck do you build Spring!? > Greetings, > > I am new to the Spring Framework. I have looked at the reference > documentation, as well as a number of books, and I have yet to see how to > build spring after downloading it. I see a maven.xml file, so I assume > that it is a maven build. Could someone point me to directions for the > initial spring build? > > Thanks in advance > > - Billy > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > |
|
From: Thomas R. <tho...@tr...> - 2005-09-19 00:52:42
|
Billy, It's a standard Ant build. Run "ant -p" to get a list of all the targets. There is also a build.bat that can give you an idea of what is needed. I usually run "ant clean build tests" and "ant fulljar". Thomas On Sep 18, 2005, at 8:32 PM, Billy Aplin wrote: > Greetings, > > I am new to the Spring Framework. I have looked at the reference > documentation, as well as a number of books, and I have yet to see > how to build spring after downloading it. I see a maven.xml file, > so I assume that it is a maven build. Could someone point me to > directions for the initial spring build? > > Thanks in advance > > - Billy > > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > |
|
From: Thomas R. <tho...@tr...> - 2005-09-19 01:11:49
|
Forgot to mention that maven.xml is maintained but there is sometimes a lag when new features are added to the build. We all use ant during development. Thomas On Sep 18, 2005, at 8:53 PM, Thomas Risberg wrote: > Billy, > > It's a standard Ant build. Run "ant -p" to get a list of all the > targets. There is also a build.bat that can give you an idea of > what is needed. > > I usually run "ant clean build tests" and "ant fulljar". > > Thomas > > > > On Sep 18, 2005, at 8:32 PM, Billy Aplin wrote: > > >> Greetings, >> >> I am new to the Spring Framework. I have looked at the reference >> documentation, as well as a number of books, and I have yet to see >> how to build spring after downloading it. I see a maven.xml file, >> so I assume that it is a maven build. Could someone point me to >> directions for the initial spring build? >> >> Thanks in advance >> >> - Billy >> >> >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: >> Tame your development challenges with Apache's Geronimo App >> Server. Download >> it for free - -and be entered to win a 42" plasma tv or your very own >> Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php >> _______________________________________________ >> Springframework-developer mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springframework- >> developer >> >> >> >> > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download > it for free - -and be entered to win a 42" plasma tv or your very own > Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer > > > |
|
From: Billy A. <bil...@ho...> - 2005-09-20 02:06:42
|
Thanks to all for responding so quickly. I was finally able to build spring successfully using the Ant commands provided by Thomas - thanks Thomas. I had a number of builds fail untill I put almost all Jar files in the class path. By the way, can anyone tell me what jar files need to be in the class path? Thanks again all. - Billy >From: Thomas Risberg <tho...@tr...> >Reply-To: spr...@li... >To: spr...@li... >Subject: Re: [Springframework-developer] How the heck do you build Spring!? >Date: Sun, 18 Sep 2005 20:53:04 -0400 > >Billy, > >It's a standard Ant build. Run "ant -p" to get a list of all the targets. > There is also a build.bat that can give you an idea of what is needed. > >I usually run "ant clean build tests" and "ant fulljar". > >Thomas > > > >On Sep 18, 2005, at 8:32 PM, Billy Aplin wrote: > >>Greetings, >> >>I am new to the Spring Framework. I have looked at the reference >>documentation, as well as a number of books, and I have yet to see how to >>build spring after downloading it. I see a maven.xml file, so I assume >>that it is a maven build. Could someone point me to directions for the >>initial spring build? >> >>Thanks in advance >> >>- Billy >> >> >> >> >>------------------------------------------------------- >>SF.Net email is sponsored by: >>Tame your development challenges with Apache's Geronimo App Server. >>Download >>it for free - -and be entered to win a 42" plasma tv or your very own >>Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php >>_______________________________________________ >>Springframework-developer mailing list >>Spr...@li... >>https://lists.sourceforge.net/lists/listinfo/springframework-developer >> >> >> > > > >------------------------------------------------------- >SF.Net email is sponsored by: >Tame your development challenges with Apache's Geronimo App Server. >Download >it for free - -and be entered to win a 42" plasma tv or your very own >Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php >_______________________________________________ >Springframework-developer mailing list >Spr...@li... >https://lists.sourceforge.net/lists/listinfo/springframework-developer |