Re: Is build necessary
"Jake" <[email protected]> Sat, 31 Jul 2004 09:02:27 -0500
| Newsgroups | gmane.comp.embedded.carlsbad-cubes |
|---|---|
| Message-ID | <[email protected]> |
> >"Wolf Paulus" <[email protected]> wrote in message news:[email protected]... >The Swixml #139 distribution contains the swixml.jar file and you do >NOT need to build it yourself. > >-- >Wolf Paulus >707.202.3937 >[email protected] Thanks Wolf. Especially because I can't seem get it to compile myself. Even after I convert the DOS newlines to unix like: find swixml_139 -type f -print0 | xargs -0 perl -pi.bak -e 's/\r//' and try to build: [o10]:~/swixml_139> ./build.sh SWIXML Build System ------------------- Starting Ant... Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/Main Jay