Search found 3 matches

by bbbart
Wed Nov 19, 2008 12:55 pm
Forum: Development
Topic: ant build error (compile error SubCheck.java)
Replies: 7
Views: 18003

hmm, well, then I have much more feedback. :-) * ant all: compiles fine (init, compile and deploy targets) * ant profile: doesn't work, but that's because I'm on FreeBSD I guess Could not find agent library in absolute path: ${profiler.home}/deployed/jdk15/linux/libprofilerinterface.so * ant javadoc...
by bbbart
Wed Nov 19, 2008 11:10 am
Forum: Development
Topic: ant build error (compile error SubCheck.java)
Replies: 7
Views: 18003

ok, thanks.

after doing that *many* other errors appeared, but I got them solved:
  • * add displaytag-1.1.1.jar into the lib folder
    * call ant as

    Code: Select all

    ant -lib lib/
now it looks like it compiled cleanly on FreeBSD 7.0-RELEASE.

let's see if we can get it working now. :-)
by bbbart
Tue Nov 18, 2008 2:31 pm
Forum: Development
Topic: ant build error (compile error SubCheck.java)
Replies: 7
Views: 18003

ant build error (compile error SubCheck.java)

Hi all, I am attempting an install of OpenEMM from source on FreeBSD 7.0-RELEASE. I got the tar ball from Sourceforge, collected all the required jars mentioned in required-jars.txt in the lib directory and went for an ant run. This is the result: Buildfile: build.xml init: compile: [echo] Java Home...