> -----Original Message----- > From: Mark Lybarger [mailto:[EMAIL PROTECTED] > Sent: 21 November 2003 02:59 > To: Cactus Developers List > Subject: Re: building cactus cvs > > Thanks, Vincent! I'm building mostly now! I had to work out lots of > issues with jar dependancies.
cool > > Is someone currently maintaining/working on the eclipse plugin? Maybe > there's some issues I could take a look into? I'm looking to get my > feet wet with some eclipse development, and this is quite an interesting > project. Oh that would be soooooo nice! Nobody is working on it and we really need someone to help. What needs to be done is migrate the eclipse plugin's implementation so that it uses the new Ant/integration Java API (as opposed to using Ant scripts). That's really cool. Thanks Mark. -Vincent > > ~mark > > Vincent Massol wrote: > > >Hi Mark, > > > >The reason is that the top level default target is "release" and this > >target forces clover on as we want to generate clover reports for the > >main distribution. > > > >You can build each project separately if you wish by going in the > >project's directory and typing "ant dist". For example go in framework > >and type "ant dist". No need to set up a build.properties file in that > >directory as the top level will be used. > > > >Thanks > >-Vincent > > > > > > > >>-----Original Message----- > >>From: Mark Lybarger [mailto:[EMAIL PROTECTED] > >>Sent: 16 November 2003 05:53 > >>To: Cactus Developers List > >>Subject: Re: building cactus cvs > >> > >>ok, i'm getting a little further. i had my lib.repo set in my > >>build.properties to ~/.maven/repository it seems that it didn't like > >> > >> > >the > > > > > >>tilde. now i'm getting errors about clover, but i have disabled clover > >>in my setup.... the build.xml seems to override the clover.enable > >>property set in the build.properties. why is that? what can i do to > >>continue the building process? > >> > >>[EMAIL PROTECTED] jakarta-cactus $ ant > >>Buildfile: build.xml > >> > >>dist: > >> > >>init.display: > >> [echo] ----- Cactus Framework 1.6dev ----- > >> > >> [echo] java.class.path = > >>/home/mark/sw/ant/dist/lib/ant-launcher.jar:/opt/blackdown-jdk- > >>1.4.1/jre/lib/rt.jar:/home/mark/sw/jakarta- > >>cactus/./:/home/mark/sw/ant/dist/lib/ant-jakarta- > >> > >> > >> > >bcel.jar:/home/mark/sw/ant/dist/lib/ant.jar:/home/mark/sw/ant/dist/lib/ a > >nt > > > > > >>-jai.jar:/home/mark/sw/ant/dist/lib/ant- > >>javamail.jar:/home/mark/sw/ant/dist/lib/ant- > >>antlr.jar:/home/mark/sw/ant/dist/lib/ant- > >>jdepend.jar:/home/mark/sw/ant/dist/lib/ant- > >>jmf.jar:/home/mark/sw/ant/dist/lib/ant- > >>junit.jar:/home/mark/sw/ant/dist/lib/ant- > >>icontract.jar:/home/mark/sw/ant/dist/lib/ant- > >>xslp.jar:/home/mark/sw/ant/dist/lib/ant- > >>xalan1.jar:/home/mark/sw/ant/dist/lib/ant-jakarta- > >>regexp.jar:/home/mark/sw/ant/dist/lib/ant- > >>vaj.jar:/home/mark/sw/ant/dist/lib/ant- > >>launcher.jar:/home/mark/sw/ant/dist/lib/ant- > >>netrexx.jar:/home/mark/sw/ant/dist/lib/ant- > >>weblogic.jar:/home/mark/sw/ant/dist/lib/ant- > >>nodeps.jar:/home/mark/sw/ant/dist/lib/ant- > >>jsch.jar:/home/mark/sw/ant/dist/lib/ant-jakarta- > >>oro.jar:/home/mark/sw/ant/dist/lib/ant- > >>stylebook.jar:/home/mark/sw/ant/dist/lib/ant-jakarta- > >>log4j.jar:/home/mark/sw/ant/dist/lib/ant-commons- > >>net.jar:/home/mark/sw/ant/dist/lib/ant-commons- > >>logging.jar:/home/mark/sw/ant/dist/lib/ant- > >>xalan2.jar:/home/mark/sw/ant/dist/lib/ant- > >>trax.jar:/home/mark/sw/ant/dist/lib/ant- > >>starteam.jar:/home/mark/sw/ant/dist/lib/ant-apache- > >>bsf.jar:/home/mark/sw/ant/dist/lib/ant- > >>swing.jar:/home/mark/sw/ant/dist/lib/ant-apache- > >> > >> > >> > >resolver.jar:/home/mark/sw/ant/dist/lib/xercesImpl.jar:/home/mark/sw/an t > >/d > > > > > >ist/lib/xml-apis.jar:/home/mark/sw/ant/dist/lib/junit.jar:/opt/blackdow n > >- > > > > > >>jdk-1.4.1/lib/tools.jar" > >> > >> [echo] java.home = /opt/blackdown-jdk-1.4.1/jre > >> [echo] user.home = /home/mark > >> [echo] ant.home = /home/mark/sw/ant/dist > >> > >> > >>init.j2ee: > >> [echo] j2ee.api = 12 > >> > >>init.properties.target: > >> > >>init.properties.dist: > >> > >>init.properties.release: > >> > >>init.properties.artifact: > >> > >>init.properties: > >> > >>init.common: > >> > >>properties: > >> > >>init.aspectj: > >> [taskdef] Could not load definitions from resource > >>org/aspectj/tools/ant/taskdefs/aspectjTaskdefs.properties. It could > >> > >> > >not > > > > > >>be found. > >> > >>init.clover.check: > >> > >>BUILD FAILED > >>/home/mark/sw/jakarta-cactus/build-common.xml:298: Clover is enabled > >> > >> > >but > > > > > >>not available. > >>Run the init.clover target with the -debug or -verbose for details > >> > >>Total time: 2 seconds > >>[EMAIL PROTECTED] jakarta-cactus $ grep -i clover ./build.properties > >># Should we instrument our code with Clover (test coverage tool) ? > >># For this to work, the clover.jar needs to be in ANTHOME/lib. > >># Comment out to disable Clover (setting the property to false will > >> > >> > >have > > > > > >>no > >>#clover.enable = false > >># Clover jar. This is required if clover is enabled. > >>#clover.jar = ${ant.home}/lib/clover.jar > >>[EMAIL PROTECTED] jakarta-cactus $ > >> > >> > >>Mark Lybarger wrote: > >> > >> > >> > >>>I'm having troubles building cactus from cvs. I'm using the ant > >>> > >>> > >build > > > > > >>>script. i've downloaded the 1.2.1 and 1.3.1 j2eesdk from sun. When > >>> > >>> > >I > > > > > >>>run ant from the jakarta-cactus folder, i get the following. > >>> > >>>bash-2.05b$ ant > >>>Buildfile: build.xml > >>> > >>>dist: > >>> > >>>init.display: > >>> [echo] ----- Cactus Framework 1.6dev ----- > >>> > >>> [echo] java.class.path = > >>>/home/mark/sw/ant/dist/lib/ant-launcher.jar:/opt/blackdown-jdk- > >>> > >>> > >>1.4.1/jre/lib/rt.jar:/home/mark/sw/jakarta- > >>cactus/./:/home/mark/sw/ant/dist/lib/ant-jakarta- > >> > >> > >> > >bcel.jar:/home/mark/sw/ant/dist/lib/ant.jar:/home/mark/sw/ant/dist/lib/ a > >nt > > > > > >>-jai.jar:/home/mark/sw/ant/dist/lib/ant- > >>javamail.jar:/home/mark/sw/ant/dist/lib/ant- > >>antlr.jar:/home/mark/sw/ant/dist/lib/ant- > >>jdepend.jar:/home/mark/sw/ant/dist/lib/ant- > >>jmf.jar:/home/mark/sw/ant/dist/lib/ant- > >>junit.jar:/home/mark/sw/ant/dist/lib/ant- > >>icontract.jar:/home/mark/sw/ant/dist/lib/ant- > >>xslp.jar:/home/mark/sw/ant/dist/lib/ant- > >>xalan1.jar:/home/mark/sw/ant/dist/lib/ant-jakarta- > >>regexp.jar:/home/mark/sw/ant/dist/lib/ant- > >>vaj.jar:/home/mark/sw/ant/dist/lib/ant- > >>launcher.jar:/home/mark/sw/ant/dist/lib/ant- > >>netrexx.jar:/home/mark/sw/ant/dist/lib/ant- > >>weblogic.jar:/home/mark/sw/ant/dist/lib/ant- > >>nodeps.jar:/home/mark/sw/ant/dist/lib/ant- > >>jsch.jar:/home/mark/sw/ant/dist/lib/ant-jakarta- > >>oro.jar:/home/mark/sw/ant/dist/lib/ant- > >>stylebook.jar:/home/mark/sw/ant/dist/lib/ant-jakarta- > >>log4j.jar:/home/mark/sw/ant/dist/lib/ant-commons- > >>net.jar:/home/mark/sw/ant/dist/lib/ant-commons- > >>logging.jar:/home/mark/sw/ant/dist/lib/ant- > >>xalan2.jar:/home/mark/sw/ant/dist/lib/ant- > >>trax.jar:/home/mark/sw/ant/dist/lib/ant- > >>starteam.jar:/home/mark/sw/ant/dist/lib/ant-apache- > >>bsf.jar:/home/mark/sw/ant/dist/lib/ant- > >>swing.jar:/home/mark/sw/ant/dist/lib/ant-apache- > >> > >> > >> > >resolver.jar:/home/mark/sw/ant/dist/lib/xercesImpl.jar:/home/mark/sw/an t > >/d > > > > > >ist/lib/xml-apis.jar:/home/mark/sw/ant/dist/lib/junit.jar:/opt/blackdow n > >- > > > > > >>jdk-1.4.1/lib/tools.jar" > >> > >> > >>> [echo] java.home = /opt/blackdown-jdk-1.4.1/jre > >>> [echo] user.home = /home/mark > >>> [echo] ant.home = /home/mark/sw/ant/dist > >>> > >>> > >>>init.j2ee: > >>> > >>>BUILD FAILED > >>>/home/mark/sw/jakarta-cactus/build-common.xml:105: Unsupported J2EE > >>>version or invalid J2EE jar > >>> > >>> > >[~/.maven/repository/j2ee/jars/j2ee-1.2.jar] > > > > > >>>Total time: 1 second > >>> > >>>This seems to be because the build-common.xml does't see the > >>>servlet-2.3.jar file that it have. I looked for some docs on > >>> > >>> > >building > > > > > >>>cactus from cvs, but could not find much. Any hints would be most > >>>appreciated, Thanks! > >>> > >>>~mark > >>> > >>> > >>> > >>> > >>> > >--------------------------------------------------------------------- > > > > > >>>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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
