Mainline broken?

2005-02-01 Thread John Rousseau
I just updated from HEAD for the first time in a few weeks and I'm seeing the following when trying to build from the top or from WCK. Ideas? Thanks -John ojb-sql: [sqlgen] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. [sqlgen] Generating mysql DD

Re: Mainline broken?

2005-02-01 Thread Oliver Zeigermann
No idea, for me it works fine: ojb-sql: [sqlgen] Generating mysql DDL --> slide-schema-mysql.sql [sqlgen] Generating mysql41 DDL --> slide-schema-mysql41.sql [sqlgen] Generating postgresql DDL --> slide-schema-postgresql.sql [sqlgen] Generating oracle DDL --> slide-schema-oracle.sql

Re: Mainline broken?

2005-02-01 Thread Carlos Villegas
Some issue with the classpath. The vm templates are loaded from the classpath, they are located in src/conf/ojb/templates, which should have been added to the classpath of the ojb-sql ant task. What version of the JDK and ant are you using? Are you running ant from within a IDE like NetBeans or

Re: Mainline broken?

2005-02-01 Thread John Rousseau
H. Builds fine with a clean version of ant 1.6.2. I was running ant 1.6.0 with a bunch of extra JARs. I'll debug from here. Thanks for the pointer! -John Carlos Villegas wrote: Some issue with the classpath. The vm templates are loaded from the classpath, they are located in src/conf/ojb/tem