Setting the DTD for schema.xml generated by

2004-09-10 Thread David Durham
The torque_xml.xdt contains the following line:
   ">
I'd like to change the dtdUrl because I'm behind a proxy and the 
 task fails because it can not retrieve the dtd.  Does 
anyone know a good way to do that.  I don't want to change the template 
(for obvious versioning reasons).  Is there a way to pass in this 
parameter through the task itself?  I tried adding dtdUrl="something", 
but that did not work.

Thanks,
Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: OJB 1.0.1

2004-09-10 Thread David Durham
Brian McCallister wrote:
The OJB team would like to announce the release of the OJB 1.0.1. This
is primarily a bug fix release with a couple performance improvements
and the addition of one service api element.
Full release notes: http://db.apache.org/ojb/release-notes.txt
Binary and source downloads:
http://www.apache.org/dyn/closer.cgi/db/ojb/db-ojb-1.0.1/
-OJB Team
The torque-build.xml file contains:
   
But OJB is still shipped with torque-3.0.2
It still works because at the bottom of the torque-classpath is:
 
Anyway, is this something to report to the torque list?
- Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Hsqldb validation query

2004-09-09 Thread David Durham
What's a good Hsql validation query?
- Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Unable to use xdoclet-ojb-module.

2004-09-07 Thread David Durham
Magnus wrote:
I just tried my file with suns JDK-1.5-rc on debian-amd64 and works
fine, thus it must have been a bug in IBM's JVM ( since all the other
components are the same ).
So, are you going to be able to use the JDK or are you stuck using IBM's 
JVM?

- Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Unable to use xdoclet-ojb-module.

2004-09-02 Thread David Durham
psamathos wrote:
   which makes me think there's a bug in my JVM or
somewhere related.
Have you tested your Ant targets in a different environment?
- Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Unable to use xdoclet-ojb-module.

2004-09-02 Thread David Durham
psamathos wrote:
Yes, and I couldn't find anything. This mailinglist is my only hope.
I'm willing to help on this point, but did you download the module's 
source code to see where that message could be thrown from?

Maybe the clue lies in Ant's source code?  I've got time to look around 
if you'd like.

- Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Unable to use xdoclet-ojb-module.

2004-09-02 Thread David Durham
psamathos wrote:
Ok, I've added the classpathref, but I still the get the same error. 
These are my new settings.

















/usr/share/ant/lib contains xdoclet.jar and xdoclet-ojb-module-1.2.1.jar 
( amongst other ).

Any other ideas?
 

Sorry I didn't get back to you; I had to go home early.  Did you try 
searching groups.google.com for your error message?

- Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Unable to use xdoclet-ojb-module.

2004-09-01 Thread David Durham
psamathos wrote:
This is what my current target looks like:









in the docs it also has a classpathref, do I need that as well? 
I think that needs to point to "module jar along with the xdoclet and 
xjavadc jars"

I have
tried with and without but perhaps I made a misstake somewhere with it?
My task doesn't work without it.  I think you could probably get rid of 
it if you put those jars in Ant's classpath.  I don't recommend doing 
that, though.

Here's what I have:
   
   
   
   
   
   
   
   
   

   
   
   
   
   
${application.src.lib} points to a lib folder with the required jars.
- Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Unable to use xdoclet-ojb-module.

2004-09-01 Thread David Durham
David Durham wrote:
I'm using ojbdoclet and I might be able to help you out. What does your
taskdef look like? As I recall, there's a problem wherein you have to
put the taskdef in each target that uses it.
Actually, each ojbdoclet task needs it's own taskdef.
   http://db.apache.org/ojb/docu/guides/xdoclet-module.html#Usage
- Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Unable to use xdoclet-ojb-module.

2004-09-01 Thread David Durham
psamathos wrote:

"The  type doesn't support the nested "ojbrepository" element."
Does anyone know why? I've tried everything I could think of, but it
never works.








I'm using ojbdoclet and I might be able to help you out.  What does your 
taskdef look like?  As I recall, there's a problem wherein you have to 
put the taskdef in each target that uses it.


- Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]