Search found 3 matches
- Wed Nov 19, 2008 12:55 pm
- Forum: Development
- Topic: ant build error (compile error SubCheck.java)
- Replies: 7
- Views: 19060
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...
- Wed Nov 19, 2008 11:10 am
- Forum: Development
- Topic: ant build error (compile error SubCheck.java)
- Replies: 7
- Views: 19060
ok, thanks.
after doing that *many* other errors appeared, but I got them solved:
let's see if we can get it working now. :-)
after doing that *many* other errors appeared, but I got them solved:
- * add displaytag-1.1.1.jar into the lib folder
* call ant asCode: Select all
ant -lib lib/
let's see if we can get it working now. :-)
- Tue Nov 18, 2008 2:31 pm
- Forum: Development
- Topic: ant build error (compile error SubCheck.java)
- Replies: 7
- Views: 19060
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...