> -----Original Message----- > From: Mark Lybarger [mailto:[EMAIL PROTECTED] > Sent: 02 June 2004 01:38 > To: Cactus Developers List > Subject: Re: Cactus build should now be much easier. Need feedback > > it seems to have been a problem perhaps with my ant and my cactus > sources. who knows. i grabbed 1.6.1 ant but was still having some > issues. then I figured out how to do a cleaner update from cvs: "cvs > update -R -d", then ran ant. the build did require junit.jar to be in > the ant lib folder, but after that ran successfully!!! very nice, thanks > Vincent!
If only I could find a way not to require the junit jar in the anthome/lib dir! I've tried redefining the junit Ant task using a taskdef and a classpaht but it didn't work. I need to do some research. It might be possible with Ant 1.6+. Thanks -Vincent > > Vincent Massol wrote: > > >Hi Mark, > > > >That's very strange. Can you try with Ant 1.6.1? It should work fine as > >this is what I've tried it with. It would mean that they have changed > >how it works in 1.7dev... If it works in 1.6.1 we'll contact the Ant > >team to get more details. > > > >Thanks > >-Vincent > > > > > > > >>-----Original Message----- > >>From: Mark Lybarger [mailto:[EMAIL PROTECTED] > >>Sent: 27 May 2004 11:44 > >>To: Cactus Developers List > >>Subject: Re: Cactus build should now be much easier. Need feedback > >> > >>I gave it a shot. updated cvs and followed the instructions on the > >> > >> > >site: > > > > > >>i've included a snip from my build process. i noticed i was using > >> > >> > >1.7a > > > > > >>version of ant from cvs, and decided to update that. i'm not sure if > >>that'll have any effect. if you have any suggestions, i'd love to give > >>it a shot. perhaps my cvs update wasn't clean? i used only "cvs > >> > >> > >update" > > > > > >>to attempt to get the latest. > >>verify.jar: > >> > >>Property [EMAIL PROTECTED] has not been set > >>[available] Unable to find [EMAIL PROTECTED] to set property jar.present > >> > >>download.jar.present: > >>Skipped because property 'jar.present' not set. > >> > >>download.jar.notpresent: > >>Property [EMAIL PROTECTED] has not been set > >>Property [EMAIL PROTECTED] has not been set > >>Setting project property: @{jar}.name -> > >>[EMAIL PROTECTED]@jar}.version}.jar > >>Property [EMAIL PROTECTED] has not been set > >>Setting project property: @{jar}.dir -> /home/mark/sw/jakarta-cactus > >>Property [EMAIL PROTECTED] has not been set > >>Property [EMAIL PROTECTED] has not been set > >> [echo] Updating [EMAIL PROTECTED] > >>Property [EMAIL PROTECTED] has not been set > >>Property [EMAIL PROTECTED] has not been set > >>Property [EMAIL PROTECTED] has not been set > >> [get] Getting: > >>http://www.ibiblio.org/maven/[EMAIL PROTECTED]/jars/[EMAIL PROTECTED] > >> [get] Error opening connection java.io.IOException > >> [get] Error opening connection java.io.IOException > >> [get] Error opening connection java.io.IOException > >> [get] Can't get > >>http://www.ibiblio.org/maven/[EMAIL PROTECTED]/jars/[EMAIL PROTECTED] to > >>/home/mark/sw/jakarta-cactus/[EMAIL PROTECTED] > >> > >> > >>Vincent Massol wrote: > >> > >> > >> > >>>Hi Cactus users/developers, > >>> > >>>I've just modified the Cactus build which should now be much simpler > >>> > >>> > >to > > > > > >>>use. Basically, provided you have Ant 1.6.1 installed on your machine > >>>and that the junit jar is in installed in anthome/lib, you only need > >>> > >>> > >to > > > > > >>>perform the following to build Cactus: > >>>- cvs checkout of jakarta-cactus > >>>- type "ant" at the top level of jakarta-cactus/ > >>> > >>>No need to edit any file to get going! No need to manually download > >>> > >>> > >any > > > > > >>>jar! > >>> > >>>All details are available on: > >>>http://jakarta.apache.org/cactus/participating/howto_build.html > >>> > >>>Please let me know if it works as expected so that we can tune the > >>>process. > >>> > >>>Thanks > >>>-Vincent > >>> > >>> > >>> > >>>--------------------------------------------------------------------- > >>>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>For additional commands, e-mail: [EMAIL PROTECTED] > >>> > >>> > >>> > >>> > >>> > >>> > >>--------------------------------------------------------------------- > >>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > > >--------------------------------------------------------------------- > >To unsubscribe, e-mail: [EMAIL PROTECTED] > >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
