Re: Barracuda: Compiling Barracuda - first time Barracuda user
"Diez B. Roggisch" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
> Thanks for your help so far Jacob. Any hints on what to look at next > would be appreciated. > > *I just want to run Barracuda so that I can view and modify the sample > apps, and, also view and modify the contrib project from Diez. Is there > another way of achieving this?* > > Note: The CLASSPATH environment variable is not defined in my profile. > The only environment variable related to Java in my profile is JAVA_HOME. Strange. From the exception itself, it appears that ant can't load XMLC at first hand. So I have only two ideas for that: Either the XMLC is not in the classpath at all. So make sure it is, when I recollect jacobs hints correct it should also live under ant/lib. Or it has some static dependencies, which can't be solved ant classloading time, so it java pukes without proper error messages. But I have no idea what that could be (log4j is a candidate in barracuda, but I haven't looked into XMLC source for quite a while now.) BTW: any comments on my contrib apps/classes are appreaciated. MfG Diez _______________________________________________ Barracuda mailing list [email protected] http://www.enhydra.org/mailman/listinfo.cgi/barracuda FAQ - http://www.jguru.com/faq/Barracuda