Brian, Did you define ANT_HOME as a classpath variable in Eclipse? I suppose you must have if you didn't modify the project's classpath. I should also mention that Ant 1.6.2 is a requirement.
Further, I usually work with the Ant view (Window > Open View > Other... > Ant > Ant). This lets me double-click the target I'd like to run. HTH, --knut On Tue, 01 Feb 2005 01:54:15 -0600, Brian K. Wallace <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I've gone through a clean checkout and documented every step for > beginners to be able to build the source and run the examples. What I've > hit now is in doing the same thing in Eclipse. (Didn't realize how much > I had done outside of Eclipse until now *sigh*) > > Any missed steps / better ways / help / prayers in getting this set up > from scratch would be appreciated. > > Environment: > ~ Windows XP > ~ JDK 1.5 > ~ Eclipse 3.1 Build id: 200412162000 (M4) > > Checked out HEAD to a _clean_ area > Selected build.xml -> Run As... -> Ant Build > Passed the Download Warning > Build failed - Unable to find classes in xercesImpl.jar. Modified > classpath in Run As... -> Ant Build... to include xercesImpl.jar from > $ANT_HOME\lib > Build now succeeds, but all the hivemind.test.ant.TestConstructRegistry > tests fail because org.apache.xml.serialize.BaseMarkupSerializer isn't > found (NoClassDefFoundError) > > Modifying the build's classpath didn't feel right, but it allowed > compilation to succeed. Any insight as to how to do it 'right' such that > the tests pass as well? > > [trying to get the 'initial setup' instructions as concise as possible] > > TIA > Brian > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.5 (MingW32) > > iD8DBQFB/zWnaCoPKRow/gARApexAJ9/fyAZapatlVgvzKk4f8Bo/g3akwCcDLGn > VIy3WF1uq5xjVfrcANh2crk= > =KGOs > -----END PGP SIGNATURE----- > > --------------------------------------------------------------------- > 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]
