If it helps any, I just did a fresh install of YTex using the new install instructions and ytex patch (thanks, Vijay!) although I built it from the 3.2.1 version on subversion, not from the 3.2.0 tarball, and it's working fine.
If you have svn and maven installed, you could try: - svn co https://svn.apache.org/repos/asf/ctakes/trunk - cd ctakes - mvn clean install -DskipTests to build it. the .zip and .tar.gz files will then be in <build_root>/ctakes/trunk/ctakes-distribution/target Cheers, Tim On Fri, Oct 24, 2014 at 1:48 PM, Michelle Chen <[email protected]> wrote: > Hello, > > I'm also trying to get YTex to work and run into the same problem whe > runnign the build-setup.xml file. I get the DBping error of "[java] Error: > Could not find or load main class org.apache.ctakes.ytext.tools.DBPing" > > I have created a database called YTex, but was unsure if I set it up > correctly. > > @David, Did you find a fix for this? > > Thanks. > > ------- > Michelle Chen > > Massachusetts Institute of Technology > Electrical Engineering and Computer Science > B.S. '14, M.Eng. '15 > > > On Tue, Oct 14, 2014 at 10:27 AM, David Kincaid <[email protected]> > wrote: > >> Ok. I just noticed that the typo is in that parameter. Instead of >> CTAKES_HOME it should be $CTAKES_HOME. I get a little farther with that >> (although still have to use my installed version of ant), but now get a >> failure in the dbping: that it can't connect to a database. I don't have a >> database running, so I assume that is to be expected. I was hoping I could >> play with it without a database, but maybe that's not possible. I >> appreciate the help. If you update that ant command line in the wiki page >> to have $CTAKES_HOME instead of CTAKES_HOME it should work. >> >> - Dave >> > >
