[Fwd: Re: Village Code Grant?]

2007-10-10 Thread Henning Schmiedehausen
FYI. It is there. Go ahead. Sorry that it took so long. :-(

Best regards
Henning


 Forwarded Message 
> From: Jonathan Jagielski <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]
> Subject: Re: Village Code Grant?
> Date: Wed, 10 Oct 2007 21:12:26 -0400
> 
> Henning,
> 
> I did find the grant from Jon Stevens, it was mistakenly labeled Josh
> Stevens which is probably why it was missing.
> 
> Sorry about the inconvenience.
> 
> Jonathan
> 
> On 10/9/07, Henning Schmiedehausen <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> a while ago, Jon Stevens gave the Torque project permission to
> use his
> Village code and faxed in a code grant to 410.803.2258. This
> never
> materialized in the documents repository.
> 
> I pinged about this on Aug 22nd but never got an answer. :-( 
> 
> Was this grant ever received? Did the document go AWOL?
> 
> Best regards
> Henning
> 
> 
> 



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



Village Code Grant

2007-08-09 Thread Henning Schmiedehausen
Hi folks,

did that code grant materialize? I wasn't following too closely. 

Best regards
    Henning




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



Use Texen-1.0 for the generator

2007-05-01 Thread Henning P. Schmiedehausen
Hi,

I'd like to warn you that we will release (we already voted, tagged,
rolled and deployed it) Texen-1.0 shortly, which is a standalone
version of the Texen tool on which the Torque generator is based. I
know that you are in the process of releasing torque-3.3 and I want to
urge you to base it not on the embedded (org.apache.velocity.texen)
version but on the standalone (org.apache.texen). This is a 100%
identical (except for the package names) code base but we will
deprecate and remove the texen and anakia tools from the main velocity
jar in the future.

(Steps off his soap box) Thanks for listening. :-)

Best regards
    Henning


-- 
Henning P. Schmiedehausen  -- [EMAIL PROTECTED] | J2EE, Linux,   
|gls
91054 Buckenhof, Germany   -- +49 9131 506540  | Apache person  |eau
Open Source Consulting, Development, Design| Velocity - Turbine guy |rwc
|m k
INTERMETA - Gesellschaft fuer Mehrwertdienste mbH - RG Fuerth, HRB 7350 |a s
Sitz der Gesellschaft: Buckenhof. Geschaeftsfuehrer: Henning Schmiedehausen |n

   "Save the cheerleader. Save the world."

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



Re: Torque 4.0 plan

2006-12-05 Thread Henning P. Schmiedehausen
Thomas Vandahl <[EMAIL PROTECTED]> writes:

Another piece of advice that I learned from a project that I'm
involved with: Don't. Decide on *one* build, embrace it wholeheartedly
and ditch everything else. Else you will get "project built with foo"
jars, "project built with bar" jars and "project built with baz"
jars. Each behaves a bit differently. Maintenance nightmare. Don't go
there. :-)

    Best regards
Henning

>Henning P. Schmiedehausen wrote:
>> I'd *strongly* suggest thinking about the maven support. Maven changed
>> from 1 to 2 completely (different POMs, different program name,
>> different properties, different plugins, different docs) so people
>> moving from m1 to m2 had to throw all their configs (project.xml,
>> maven.xml, properties) away and rework them (most of the time from
>> scratch).

>I'd volunteer to keep the m1 build alive for this very reason. Thomas F. 
>and I were talking about this already.

>Bye, Thomas.


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

-- 
Henning P. Schmiedehausen  -- [EMAIL PROTECTED] | J2EE, Linux,
91054 Buckenhof, Germany   -- +49 9131 506540 | Apache person
Open Source Consulting, Development, Design | Velocity - Turbine guy

  "Save the cheerleader. Save the world."

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



Re: Maven 2 support in 4.0 (Was: Torque 4.0 plan)

2006-12-02 Thread Henning Schmiedehausen
Sure. As I said, I strongly recommend you to *think* before moving. Not
to not moving at all. My point is about maintainability, not about
technology. You don't have to list the advantages of maven 2 for
development / site building to me. :-) 

Best regards
    Henning

On Sat, 2006-12-02 at 04:40 -0800, Thomas Fischer wrote:
> I'd be -1 to switch to an ant build. It seems that people tend to forget 
> the advantages that a maven build has, e.g. :
> - Maven has an easy dependency managing mechanism
> - Maven automatically executes the tests during building
> - Maven creates all these useful reports on the site
> And building the jars using ant and the site using maven is also not an 
> option in my eyes. Plus, the maven 1 plugin needs a maven 1 build, and the 
> maven 2 plugin needs a maven 2 build, so we'd need those anyway.
> 
> The reason wy I believe it is better to do builds in maven 2 than in maven 
> 1 are the following:
> - Maven 2 builds are much faster.
> - Maven 2 supports parent poms which do not exist locally
> - Maven 2 supports transitive dependencies
> - More people will stop using maven 1 in the future and use maven 2, so 
> building from the sources will be easier for those (no deed to nsitall 
> and configure maven 1)
> 
> As for the migration, I'm volunteering to do it. And there is no sign of 
> maven 3, so in my eyes the fear of another migration is unfounded.
> 
> Thomas
> 
> 
> On Thu, 30 Nov 2006, Henning P. Schmiedehausen wrote:
> 
> > "Greg Monroe" <[EMAIL PROTECTED]> writes:
> >
> >>> - Switch to Maven 2 as build system. Maven 2 has much better
> >>>   multiproject support than Maven 1, so building will be
> >>>   easier.
> >
> >> My +0 for Maven 2 is based on the little bit I dug into it
> >> for the add-on stuff. It seemed to add a lot of complication
> >> and extra more effort to do thing outside the "Maven 2 norm"
> >> that was fairly easy in 1.  IMHO, build systems should take a
> >> minimum of time away from your development time, not become
> >> a subproject of it's own.
> >
> > I'd *strongly* suggest thinking about the maven support. Maven changed
> > from 1 to 2 completely (different POMs, different program name,
> > different properties, different plugins, different docs) so people
> > moving from m1 to m2 had to throw all their configs (project.xml,
> > maven.xml, properties) away and rework them (most of the time from
> > scratch).
> >
> > And the projects relying on m1 suddently find out that people no
> > longer have the 'old' maven installed and complain about not being
> > able to build the project.
> >
> > There is no guarantee that moving from m2 to m3 will not be the same
> > thing.
> >
> > There *is* a simple solution: Provide basic project building with ant.
> >
> > ant stood the test of time quite nicely. Keep the maven (m1, m2) build
> > optional but build your release archives with ant.
> >
> > Best regards
> > Henning
> >
> > -- 
> > Henning P. Schmiedehausen  -- [EMAIL PROTECTED] | J2EE, Linux,
> > 91054 Buckenhof, Germany   -- +49 9131 506540 | Apache person
> > Open Source Consulting, Development, Design | Velocity - Turbine guy
> >
> >  "Save the cheerleader. Save the world."
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
-- 
Henning P. Schmiedehausen  -- [EMAIL PROTECTED] | J2EE, Linux,
91054 Buckenhof, Germany   -- +49 9131 506540 | Apache person
Open Source Consulting, Development, Design | Velocity - Turbine guy

  "Save the cheerleader. Save the world."



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



Re: Torque 4.0 plan

2006-11-30 Thread Henning P. Schmiedehausen
"Joe Carter" <[EMAIL PROTECTED]> writes:

>Personally I'd just have the singleton and ditch the static wrapper
>completely,
>however I recognise that having the wrapper would keep is closer to what
>exists already, so I'm not overly concerned. A method to get the singleton
>would make sense to match the set and would allow you to get an extended
>version
>of the back-end should that be available.

If you think about a singleton, please separate the singleton class
and the implementation class (don't have the static getInstance()
method and a possible private C'tor in the implementation). If you
separate these, it is possible for projects using e.g. Spring to
manage the classes through the framework.

Even better, google for 'evil singleton' and read the first few links...

Best regards
Henning

-- 
Henning P. Schmiedehausen  -- [EMAIL PROTECTED] | J2EE, Linux,
91054 Buckenhof, Germany   -- +49 9131 506540 | Apache person
Open Source Consulting, Development, Design | Velocity - Turbine guy

  "Save the cheerleader. Save the world."

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



Re: Torque 4.0 plan

2006-11-30 Thread Henning P. Schmiedehausen
Thomas Vandahl <[EMAIL PROTECTED]> writes:

>Greg Monroe wrote:

>> Additionally, the generated record objects could make use
>> of this new base class to support things like isNull() on
>> primitives.  We could also use this to track modified and
>> unmodified column values, which would be very useful (e.g.
>> updating tables without primary keys). 

>I'd throw primitives away completely. There is no advantage in keeping 
>them. Especially with JDK 1.5.

You lose all the J2EE 1.4 people. J2EE will be (in the real world) on
JDK 1.4 for a long time.

There are tools like Retroweaver but throwing primitive support out is
IMHO too early. Hibernate did and people still complain about it.

    Best regards
Henning



-- 
Henning P. Schmiedehausen  -- [EMAIL PROTECTED] | J2EE, Linux,
91054 Buckenhof, Germany   -- +49 9131 506540 | Apache person
Open Source Consulting, Development, Design | Velocity - Turbine guy

  "Save the cheerleader. Save the world."

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



Re: Torque 4.0 plan

2006-11-30 Thread Henning P. Schmiedehausen
"Greg Monroe" <[EMAIL PROTECTED]> writes:

>> - Switch to Maven 2 as build system. Maven 2 has much better 
>>   multiproject support than Maven 1, so building will be 
>>   easier.

>My +0 for Maven 2 is based on the little bit I dug into it 
>for the add-on stuff. It seemed to add a lot of complication 
>and extra more effort to do thing outside the "Maven 2 norm" 
>that was fairly easy in 1.  IMHO, build systems should take a 
>minimum of time away from your development time, not become 
>a subproject of it's own.  

I'd *strongly* suggest thinking about the maven support. Maven changed
from 1 to 2 completely (different POMs, different program name,
different properties, different plugins, different docs) so people
moving from m1 to m2 had to throw all their configs (project.xml,
maven.xml, properties) away and rework them (most of the time from
scratch).

And the projects relying on m1 suddently find out that people no
longer have the 'old' maven installed and complain about not being
able to build the project.

There is no guarantee that moving from m2 to m3 will not be the same
thing.

There *is* a simple solution: Provide basic project building with ant.

ant stood the test of time quite nicely. Keep the maven (m1, m2) build
optional but build your release archives with ant.

Best regards
Henning

-- 
Henning P. Schmiedehausen  -- [EMAIL PROTECTED] | J2EE, Linux,
91054 Buckenhof, Germany   -- +49 9131 506540 | Apache person
Open Source Consulting, Development, Design | Velocity - Turbine guy

  "Save the cheerleader. Save the world."

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



Re: Torque 4.0 plan

2006-11-30 Thread Henning P. Schmiedehausen
"Joe Carter" <[EMAIL PROTECTED]> writes:

>Is there any chance we can make the Peer classes non-static?
>Currently it's hard/impossible to override/extend these without making
>generator changes. Perhaps have some form of central "registry" to
>hold these classes so that they can be globally looked up but
>also replaced/extended if desired.

At that point you will need sort of a context object like all the other O/R 
mappers have. :-)

>The other suggestions are all very good - especially removing village.

Definitely.

    Best regards
Henning

-- 
Henning P. Schmiedehausen  -- [EMAIL PROTECTED] | J2EE, Linux,
91054 Buckenhof, Germany   -- +49 9131 506540 | Apache person
Open Source Consulting, Development, Design | Velocity - Turbine guy

  "Save the cheerleader. Save the world."

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



Re: AW: Torque 4.0 plan

2006-11-30 Thread Henning P. Schmiedehausen
"Thoralf Rickert" <[EMAIL PROTECTED]> writes:

AFAIK, Torque is the only 'official' Texen user (at least the only one
that I know of). Rewriting Texen has been on my list for ages so if
you consider dropping the usage of Texen in Torque, removing it from
Velocity (in Velocity 2.x) will be easier.

(Consider this sort of an inofficial deprecation warning. We did
discuss removing the bundled tools (Anakia and Texen) from the
Velocity Engine jar in Version 2.0 and beyond (they will stay in the
1.x series!) but haven't decided yet.

    Best regards
Henning



>Hi!

>> []
>> - Use Java 5 style generics and enumerations. One can use compiler 
>> settings to produce pre-1.5-executable class files.

>Oh yes. I will be glad to help on this topic.

>Another small topic is my suggestion some months ago (July, 10.) to
>replace the ant velocity render task with our own velocity render task
>to remove leading spaces in front of velocity statements (__#foreach
>...). Therefore we have to rewrite some lines in
>org.apache.velocity.texen.ant.TexenTask which we extend. This works here
>for my XHTML generation very good. Maybe there are some other features
>that could be possible with our own velocity renderer.

>bye
>Thoralf





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


-- 
Henning P. Schmiedehausen  -- [EMAIL PROTECTED] | J2EE, Linux,
91054 Buckenhof, Germany   -- +49 9131 506540 | Apache person
Open Source Consulting, Development, Design | Velocity - Turbine guy

  "Save the cheerleader. Save the world."

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



Re: New Torque Add-ons SF.Net project

2006-11-21 Thread Henning P. Schmiedehausen
Scott Eade <[EMAIL PROTECTED]> writes:

>Greg Monroe wrote:
>> Well the SF project is listed as Apache 2.0, but just like
>> the Maven-plugin project, any SF.net approved Open source
>> license will do (all the common modern day one...). 
>>   
>IMO it would be a mistake to go with anything other than ASL 2.0.  But 
>let's not start that discussion here :-)

I would actually look for my DB PMC hat, dust it off and -1 any move
away from ASL 2.0.

I was AWOL for a while. Is there any special reason (license wise,
because that is the only one I can think of) why these add-ons went to
sf.net?

Opening a sandbox for that kind of stuff in DB should be easy and with
the labs.apache.org now in place, that might be a good place, too.

    Best regards
Henning


-- 
Henning P. Schmiedehausen  -- [EMAIL PROTECTED] | J2EE, Linux,
91054 Buckenhof, Germany   -- +49 9131 506540 | Apache person
Open Source Consulting, Development, Design | Velocity - Turbine guy

  "Save the cheerleader. Save the world."

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



Re: CfV: Start release cycle of new Torque version?

2006-11-09 Thread Henning Schmiedehausen
Hm,

actually hard to vote on that. I'm definitely +1 on getting a new
release out. Whether it should be 3.2.1 or 3.3 is up to the committers
that have been involved more than me in the last months.

So, enthusiastic +1 on the rc itself, 0 on the naming. :-)

Best regards
    Henning



On Wed, 2006-11-08 at 21:40 +0100, Thomas Vandahl wrote:
> Hi folks,
> 
> I guess it is time for a new Torque release.
> 
> A lot of things have been done, features added, bugs and annoyances 
> fixed. The list is long and I think that cutting a new release is justified.
> 
> I volunteer as a release manager. I've never done this before so bear 
> with me if I ask stupid questions during the process.
> 
> Note: There have been discussions about what to call the new version so 
> this is part of the vote. Make sure you mark the right field.
> 
> Now, shall we start the release cycle for a new Torque version?
> 
> [ ] +1 Yes, Torque 3.3-rc1 should be released soon (in this month)
> [ ] +1 Yes, Torque 3.2.1-rc1 should be released soon (in this month)
> [ ] 0  I do not care
> [ ] -1 No
> 
> Voting is subject to the rules described in 
> http://db.apache.org/decisions.html.
> 
> The deadline is Wed 15 Nov 2006, 12:00 CET
> 
> Note that the PMC has the final word on whether the release is published 
> or not.
> 
> Bye, Thomas
-- 
Henning P. Schmiedehausen  -- [EMAIL PROTECTED] | J2EE, Linux,
91054 Buckenhof, Germany   -- +49 9131 506540 | Apache person
Open Source Consulting, Development, Design | Velocity - Turbine guy

  "Save the cheerleader. Save the world."



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



svn commit: r417518 - in /db/torque/runtime/trunk/src/java/org/apache/torque: map/DatabaseMap.java oid/IDBroker.java

2006-06-27 Thread henning
Author: henning
Date: Tue Jun 27 10:07:28 2006
New Revision: 417518

URL: http://svn.apache.org/viewvc?rev=417518&view=rev
Log:
Add some explicit casts, remove an unneeded import 

Modified:
db/torque/runtime/trunk/src/java/org/apache/torque/map/DatabaseMap.java
db/torque/runtime/trunk/src/java/org/apache/torque/oid/IDBroker.java

Modified: 
db/torque/runtime/trunk/src/java/org/apache/torque/map/DatabaseMap.java
URL: 
http://svn.apache.org/viewvc/db/torque/runtime/trunk/src/java/org/apache/torque/map/DatabaseMap.java?rev=417518&r1=417517&r2=417518&view=diff
==
--- db/torque/runtime/trunk/src/java/org/apache/torque/map/DatabaseMap.java 
(original)
+++ db/torque/runtime/trunk/src/java/org/apache/torque/map/DatabaseMap.java Tue 
Jun 27 10:07:28 2006
@@ -413,8 +413,8 @@
 }
 try
 {
-Method initMethod = initClass.getMethod("init", null);
-initMethod.invoke(null, null);
+Method initMethod = initClass.getMethod("init", (Class []) null);
+initMethod.invoke(null, (Object []) null);
 }
 catch (Exception e)
 {

Modified: db/torque/runtime/trunk/src/java/org/apache/torque/oid/IDBroker.java
URL: 
http://svn.apache.org/viewvc/db/torque/runtime/trunk/src/java/org/apache/torque/oid/IDBroker.java?rev=417518&r1=417517&r2=417518&view=diff
==
--- db/torque/runtime/trunk/src/java/org/apache/torque/oid/IDBroker.java 
(original)
+++ db/torque/runtime/trunk/src/java/org/apache/torque/oid/IDBroker.java Tue 
Jun 27 10:07:28 2006
@@ -31,7 +31,6 @@
 import org.apache.torque.Database;
 import org.apache.torque.Torque;
 import org.apache.torque.TorqueException;
-import org.apache.torque.map.DatabaseMap;
 import org.apache.torque.map.TableMap;
 import org.apache.torque.util.Transaction;
 



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



Re: [Fwd: Re: Where is the Village project]

2006-06-06 Thread Henning Schmiedehausen

Hi,

the Village source is available at 
http://www.softwareforge.de/projects/village/


I hacked a bit with the Apache configuration of that server and broke it 
yesterday. Sorry 'bout that.


Best regards
    Henning


Scott Eade schrieb:

Hi Henning,

Can you please let us know the status of softwareforge.de?  Someone is 
after the modified village source.


Thanks,

Scott

 Original Message 
Subject: Re: Where is the Village project
Date: Mon, 5 Jun 2006 17:53:13 +0100
From: Joe Carter <[EMAIL PROTECTED]>
Reply-To: Apache Torque Developers List 
To: torque-dev@db.apache.org
References: 
<[EMAIL PROTECTED]>




PS I've looked via the Maven dependency link
http://www.softwareforge.de/projects/village
But that just forwards me to http://www.intermeta.de/home/?&L=1
which is a generic page for Intermeta. Can't find any source.
Am I missing something obvious?

Thanks

Joe

On 05/06/06, Joe Carter <[EMAIL PROTECTED]> wrote:


Hi,

I'm looking for the Village project but can only find an old site with
version 1.5.3 here
http://share.whichever.com/index.php?SCREEN=village
I'm looking at a problem with prepared statements and Sybase.
To fix this requires a modification of the Connection.prepareStatement()
command.
However that's buried in Village somewhere.

Can someone let me have the correct project URL for this.

Thanks

Joe






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



[jira] Created: (TORQUE-24) Generator doesn't generate data values correctly for BOOLEANCHAR

2006-05-30 Thread Henning Schmiedehausen (JIRA)
Generator doesn't generate data values correctly for BOOLEANCHAR


 Key: TORQUE-24
 URL: http://issues.apache.org/jira/browse/TORQUE-24
 Project: Torque
Type: Bug

  Components: Generator  
Versions: 3.2
 Environment: MySQL Database, JDK 1.5.0
Reporter: Henning Schmiedehausen
Priority: Minor


Consider the following table description:


  
  
  
  
  


And the following people-data.xml file:


  
  
  


Running ant -f build-torque.xml datasql creates:

INSERT INTO people (people_name,people_firstname,people_member,people_login)
VALUES ('Doe','John',true,'jdoe');

INSERT INTO people (people_name,people_firstname,people_member,people_login)
VALUES ('User','Joe',false,'juser');

which end up as '1' and '0' in the people_member column. However the 
BOOLEANCHAR Definition expects 'Y' and 'N', so using a boolean criteria does 
not work because both values in the boolean column (1 and 0) are interpreted 
correctly. WIth the example above and a booleanchar column, you will get

Criteria crit = new Criteria();
crit.add(PeoplePeer.PEOPLE_MEMBER, true);
PeoplePeer.doSelect(crit).size() == 0

Criteria crit = new Criteria();
crit.add(PeoplePeer.PEOPLE_MEMBER, false);
PeoplePeer.doSelect(crit).size() == 0

which is fun, considering the fact that there are three rows and the column is 
not-null... :-) 

The generator should use 'Y' and 'N' for BOOLEANCHAR columns. 



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



Re: [Vote] Release Torque 3.2-RC3 as Torque 3.2

2005-11-26 Thread Henning P. Schmiedehausen
Thomas Fischer <[EMAIL PROTECTED]> writes:

[ Just repeating my vote on the PMC list for the public records]

>[X] +1 Yes, release Torque 3.2-rc3 as Torque 3.2
>[ ] 0  I do not care
>[ ] -1 No, 3.2-rc3 is not ready to be released (Please give reasons)

Good work, Thomas!

Best regards
    Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Re: [VOTE] release Torque 3.2-rc3 now

2005-11-05 Thread Henning P. Schmiedehausen
Thomas Fischer <[EMAIL PROTECTED]> writes:

>Should Torque 3.2-rc3 be created from the current svn trunk ?
>[X] +1 Yes
>[ ] 0 I don't care
>[ ] No (please give reasons)


Best regards
Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Re: SVN Error

2005-10-16 Thread Henning P. Schmiedehausen
Charles-Alexandre Sabourdin <[EMAIL PROTECTED]> writes:

>Hello,
>I tried to download the svn of torque in order to see if I could add some 
>patch I would need (the schema in the sql) for instance, but when I try to 
>get the svn I retrieve errors.
>--
>{Réf http://db.apache.org/torque/subversion.html}
>$ svn checkout https://svn.apache.org/repos/asf/db/torque/trunks torque

This is wrong. You are not a committer and you are not able to check
out the https:// repo. Please use http://. If this is put somewhere in
the docs, this is a docs error.

Best regards
Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Re: [CfV] Thomas Vandahl as a committer

2005-10-06 Thread Henning P. Schmiedehausen
Thomas Fischer <[EMAIL PROTECTED]> writes:

>Hi,

>I'd like to propose Thomas Vandahl <[EMAIL PROTECTED]>  as a
>committer for the DB Torque project. Thomas has contributed valuable
>patches to Torque and wants to contribute to Torque further.

Go! +1

>This is what he writes about himself:

>--- cut ---
>I was born in 1969 in Vacha a small town in Thuringia, Germany. I
>studied semiconductor physics and electronics at the Technical
>University of Ilmenau, Germany, where I got my PhD in 1997.
>I consider myself an old-school programmer, beginning with BASIC and
>Z80-Assembler in the 80s, continuing with Pascal, C (still my
>favourite), C++ and now settling with Java.
>I work for TeWiSoft, a company providing web-based applications for
>office organization and communication.
>I'm married and got two kids (a boy of 10 and a girl of 4). I like good
>wine, good food, cooking and my garden (boring, eh?).
>--- cut ---

>[ ] +1  Yes, Thomas should become a committer
>[ ]  0  I don't care.
>[ ] -1  No (Please give a reason)

>  Thomas


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

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Re: 3.2-RC2 not being the final release candidate ?

2005-10-05 Thread Henning P. Schmiedehausen
Thomas Fischer <[EMAIL PROTECTED]> writes:

>After the discussion in TRQS322, it seems to me that Torque 3.2-RC2 is not
>suitable as the final release, so I will start development towards 3.2-rc3.
>If anyone wants a formal vote about it, please shout now.

I'd very much like to see a 3.2-RC which does work with Turbine 2.3.2
as expected. While backwards compatibility between 3.1.x and 3.2 is
not a really hard issue, the nature of the "compile the database name
into the class" behaviour of Torque would make a general purpose usage
of torque generated classes difficult.

As I wrote you in private mail, voting is only necessary if the result
should go into www.apache.org/dist (because the Apache bylaws require
it). If you put the RC into cvs.apache.org/dist (which is the location
intended for snapshots, RCs and the like), we don't need a formal vote
(and have quicker turnaround times).

I'd also suggest that you look on using maven dist:deploy and maven
jar:deply to send the binary and source distributions to the
repository. These commands also generate the necessary MD5 and SHA1
checksums For Turbine 2.3.2 I've configured two repos in
project.properties and uncommented the one to use (non-released for
snapshots/RCs, apache for release) manually.

A non-voted release need not to be GPG-signed.

Best regards
    Henning


-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Re: Proposal for Automatic text escaping and overflow checking

2005-10-01 Thread Henning P. Schmiedehausen
"Greg Monroe" <[EMAIL PROTECTED]> writes:

No. Torque is an O/R layer, not an input value checking device. If you
need this kind of checks, do it in your Controller.

Best regards
    Henning



>--_=_NextPart_001_01C5C5F8.3391B1D6
>Content-Type: text/plain;
>   charset="us-ascii"
>Content-Transfer-Encoding: quoted-printable

>I've often thought that it would be nice if Torque would automatically
>handle buffer=20
>overflow checking and SQL text escaping.  These are two of the biggest
>"gotcha"=20
>in application vunerablities and take a lot of time coding against (if
>you remember=20
>to do it).

>I was looking at the code and think I have found a relatively easy way
>to handle this=20
>for most of Torque.  But before I start causing unseen problems, I
>thought I'd run=20
>it by everyone for any "gotchas".

>First, it appears that all the common save methods end up going thru the
>BasePeer
>method, insertOrUpdateRecord.  Here is where the objects are converted
>into=20
>Village values prior to be saved.  It seems like the section with:

>if ( obj instanceof String ) {
>
>}

>is the place to do this.

>Checking for length problems is easy using the MapBuilder.vm template
>mod I just=20
>submitted.  With this, the columnMap will have the size to check against
>the String
>length.  If it's too long, the codue would throw a TorqueException  (
>Should there
>be a TorqueException subclass like TorqueFieldOverflowException to
>indicate this=20
>specific error?)

>Making sure that the string being saved has been escaped is a little
>harder.  This
>is because the current version of quoteAndEscapeText is non-repeatable.
>E.g.,
>if you call it twice, you double quote things. There is a lot of
>existing code out there
>that calls this prior to doing a save. =20

>So, in order for, the new automatic escaping to work and not change the
>data value,=20
>the quoteAndEscapeText method needs to be re-written so it's repeatable.
>Not a=20
>big deal, just some pickie checking of the last or next characters
>before something=20
>is changed.  Once that's done, unescaped text will be automatically
>escaped and=20
>pre-escaped text will just be passed thru.

>So, that's it.  Seems simple enough.  Have I missed any "gotchas" or
>other issues=20
>that need to be considered?

>TIA

>Greg

>Greg Monroe<[EMAIL PROTECTED]>(919)680-5050
>C&IS Solutions Team Lead
>Duke Corporate Education, Inc.
>333 Liggett St.
>Durham, NC 27701



>Duke CE Privacy Statement
>Please be advised that this e-mail and any files transmitted with it are =
>confidential communication or may otherwise be privileged or =
>confidential and are intended solely for the individual or entity to =
>whom they are addressed.  If you are not the intended recipient you may =
>not rely on the contents of this email or any attachments, and we ask =
>that you  please not read, copy or retransmit this communication, but =
>reply to the sender and destroy the email, its contents, and all copies =
>thereof immediately.  Any unauthorized dissemination, distribution or =
>copying of this communication is strictly prohibited.



>--_=_NextPart_001_01C5C5F8.3391B1D6--

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Re: Thomas Fischer/kn/seitenbau ist außer Haus

2005-09-16 Thread Henning P. Schmiedehausen
Thomas Fischer <[EMAIL PROTECTED]> writes:

>Ich werde ab  15.09.2005 nicht im Büro sein. Ich kehre zurück am
>04.10.2005.

For the non-germans:

Thomas is on holidays from September 15th to October 4th. 

Best regards
    Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Re: svn commit: r280653 - in /db/torque: common/trunk/project.xml

2005-09-13 Thread Henning P. Schmiedehausen
[EMAIL PROTECTED] writes:

>-java -cp 
>classes:lib/avalon-framework-4.1.4.jar:lib/commons-beanutils-1.7.0.jar:lib/commons-collections-3.1.jar:lib/commons-configuration-1.1.jar:lib/commons-dbcp-1.2.1.jar:lib/commons-lang-2.1.jar:lib/commons-logging-1.0.4.jar:lib/commons-pool-1.2.jar:lib/jcs-20030822.182132.jar:lib/mysql-connector-java-3.1.6-bin.jar:lib/torque-3.2-rc1.jar:lib/village-2.0-dev-20030825.jar
> com.kazmier.Bookstore
>+java -cp 
>classes:lib/avalon-framework-4.1.4.jar:lib/commons-beanutils-1.7.0.jar:lib/commons-collections-3.1.jar:lib/commons-configuration-1.1.jar:lib/commons-dbcp-1.2.1.jar:lib/commons-lang-2.1.jar:lib/commons-logging-1.0.4.jar:lib/commons-pool-1.2.jar:lib/jcs-20030822.182132.jar:lib/mysql-connector-java-3.1.6-bin.jar:lib/torque-3.2-rc2.jar:lib/village-2.0-dev-20030825.jar
> com.kazmier.Bookstore
> ]]>

That is wrong at least for the village version.

Best regards
Henning


-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Discussion: Change torque JDBCTransformTask to not use xerces

2005-09-13 Thread Henning P. Schmiedehausen
This is a proposal for a post-rc2, pre-rc3 change! 

I've seen that Thomas is ramping up the rc2 release and I don't want
to interfere with this (and his well-deserved vacation :-) ).

However, I'd like to give Thomas a chance to throw in a word or two
before he leaves. :-)

If you compile the torque-generator from the trunk using JDK 1.4 and
comment out the JDK 1.4 included xerces and xml-api dependencies, you
will notice that the generator no longer compiles.

The reason for this is the JDBCTransformTask which uses the
org.apache.xerces.dom.DocumentImpl and a number of other, internal
classes directly (though DocumentImpl e.g. contains the notice "Usage
of this class is not supported. It may be altered or removed at any
time."  (see 
http://xml.apache.org/xerces2-j/javadocs/xerces2/org/apache/xerces/dom/DocumentImpl.html))

When using JDK 1.3, this does hurt only a little bit; because this JDK
release does not contain javax.xml or org.w3c.dom packages, you will
have to include xerces and xml-apis anyway.

But on JDK 1.4, you get about a Megabyte of dependencies that are
actually not used at all except for this lone task. Which is not even
a correct use case. :-)

I therefore would like to rewrite the current JDBCTransformTask using
some other XML writing library. jdom (150k) or dom4j (300k) come to
mind. It shouldn't be too hard and putting some unit tests on top will
help here.

Opinions?

    Best regards
Henning




-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



svn commit: r280585 - /db/torque/common/trunk/project.xml

2005-09-13 Thread henning
Author: henning
Date: Tue Sep 13 09:31:09 2005
New Revision: 280585

URL: http://svn.apache.org/viewcvs?rev=280585&view=rev
Log:
fix versions tags which are incompatible with maven 1.1


Modified:
db/torque/common/trunk/project.xml

Modified: db/torque/common/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/common/trunk/project.xml?rev=280585&r1=280584&r2=280585&view=diff
==
--- db/torque/common/trunk/project.xml (original)
+++ db/torque/common/trunk/project.xml Tue Sep 13 09:31:09 2005
@@ -55,44 +55,53 @@
 
   
 
-  
-
-  3.2-rc1
+  
+
+  3.2-rc1
+  3.2-rc1
   TORQUE_3_2_RC1
-
-
-  3.1.1
+
+
+  3.1.1
+  3.1.1
   TORQUE_3_1_1
-
-
-  3.1.1-RC3
+
+
+  3.1.1-RC3
+  3.1.1-RC3
   TORQUE_3_1_1_RC3
-
-
-  3.1.1-RC2
+
+
+  3.1.1-RC2
+  3.1.1-RC2
   TORQUE_3_1_1_RC2
-
-
-  3.1.1-RC1
+
+
+  3.1.1-RC1
+  3.1.1-RC1
   TORQUE_3_1_1_RC1
-
-
-  3.1
+
+
+  3.1
+  3.1
   TORQUE_3_1
-
-
-  3.0_2
+
+
+  3.0_2
+  3.0_2
   TORQUE_3_0_2
-
-
-  3.0_1
+
+
+  3.0_1
+  3.0_1
   TORQUE_3_0_1
-
-
-  3.0
+
+
+  3.0
+  3.0
   TORQUE_3_0
-
-  
+
+  
 
   
 



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



Re: 3.2-RC2 in the next few days ?

2005-09-12 Thread Henning P. Schmiedehausen
Thomas Vandahl <[EMAIL PROTECTED]> writes:

>Henning P. Schmiedehausen wrote:
>> Release RC2 with the current JCS version. Hopefully, 1.3 will be out
>> when you are back. Alternatively you can fetch 1.2.6.5 (most current
>> built?) from
>> http://cvs.apache.org/viewcvs.cgi/jakarta-turbine-jcs/tempbuild/, test
>> with that one and lobby Aaron to push it to ibiblio.

>See http://svn.apache.org/repos/asf/jakarta/jcs/trunk/tempbuild for 
>version 1.2.6.7 (dated 08/30/2005). Aaron obviously switched to SVN, too.

ah, yes, I forgot. We made him to. ;-)

So the download link @ http://jakarta.apache.org/jcs/Downloads.html is
broken / wrong.

Best regards
        Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Re: 3.2-RC2 in the next few days ?

2005-09-12 Thread Henning P. Schmiedehausen
Thomas Vandahl <[EMAIL PROTECTED]> writes:

>-protected static String MANAGED_CLASS = "${package}.${interfaceName}";
>+protected final static String MANAGED_CLASS = 
>"${package}.${interfaceName}";

static final please. Does "protected static final" make sense? 

Best regards
        Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Re: 3.2-RC2 in the next few days ?

2005-09-12 Thread Henning P. Schmiedehausen
Thomas Fischer <[EMAIL PROTECTED]> writes:

>Hi,

>Does anyone object to push out RC2 in the next few days ? The other option 
>is doing it in three weeks as afterwards, I am on vacation for two weeks.

+1 Do it now. So we have two weeks to hammer on it and find bugs. :-)

>I am currently aware of the following open issues:

>JCS. Obviously, the new release wont be in as it is not available. Does it 
>have so much improvements justifying to wait for it ?

Release RC2 with the current JCS version. Hopefully, 1.3 will be out
when you are back. Alternatively you can fetch 1.2.6.5 (most current
built?) from
http://cvs.apache.org/viewcvs.cgi/jakarta-turbine-jcs/tempbuild/, test
with that one and lobby Aaron to push it to ibiblio.

>The LargeSelect limit/offset issue. The developers who have raised a voice 
>are of the opinion that a javadoc statement should suffice, at least for 
>the moment. This would be in. A real solution would have to wait.

We've lived with that for so long; no need to hurry/delay here.

>There was a bug report about functions in offsets to the dev list about 
>two weeks ago. It seems to be an enhancement rather than a bug to me. I 
>have not looked at it, but I will do so before pushing RC2.

Else document as "open, may be fixed in RC3/final".

+1 for building an RC!

Best regards
Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Re: svn commit: r279837 - /db/torque/test/trunk/profile/henning/project.xml

2005-09-09 Thread Henning P. Schmiedehausen
[EMAIL PROTECTED] writes:

>+  
>+
>+  postgresql
>+  postgresql
>+  8.0-311.jdbc3
>+ 
>+  
>+

That driver is not on ibiblio.

Best regards
Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Re: svn commit: r279830 - /db/torque/test/trunk/profile/henning/

2005-09-09 Thread Henning P. Schmiedehausen
[EMAIL PROTECTED] writes:

>Author: tfischer
>Date: Fri Sep  9 10:37:33 2005
>New Revision: 279830

>URL: http://svn.apache.org/viewcvs?rev=279830&view=rev
>Log:
>Copied the setting of Henning's profile
>Henning, I am afraid the postgresql driver needs to be in the maven 
>repository. Please check the version. 
>Also, I have taken over all the generator settings from your old profile, even 
>if they are the default settings. Hope that is ok.

maven.jar.override = on
maven.jar.postgresql = /usr/share/java/postgresql.jar

should IMHO work.

    Best regards
    Henning


-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Re: Torque test (ex runtimetest)

2005-09-09 Thread Henning P. Schmiedehausen
Thomas Vandahl <[EMAIL PROTECTED]> writes:

>> Also: Henning and I are pushing for a JCS release so we can update the
>> version used for Torque 3.2.

>God bless you. It is about time. :-)

We might want to build a jar from the current trunk and check whether
Torque actually still runs with the most recent JCS code.

Best regards
    Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



maven-xdoc-plugin 1.9.2

2005-09-06 Thread Henning P. Schmiedehausen
This has just hit ibiblio. It should now be possible to build the
current trunk site again. 

Regards
Henning


-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Re: svn commit: r278825 - in /db/torque/test: ./ trunk/ trunk/maven-test-plugin/

2005-09-06 Thread Henning P. Schmiedehausen
Thomas Fischer <[EMAIL PROTECTED]> writes:

>I tried several things and this was the best I could come up with till now.
>The problem with the old runtimetest were the following:
>- one had to build the generator and the templates separately if one
>changed something there. Really annoying if you run the test 10 times.
>- it was testing the ant version of the generator and not the maven-plugin.
>- it had problems with the junit task definition.
>- it was not a runtimetest, but instead it was testing the whole of torque,
>and therefore should not be in the runtime part of the project.

>The new test has none of these problems, and the new problem with the
>installed plugin can be solved. So in my own personal private opinion, it
>is much better than the old test. Full stop.

>However, it is also not the ideal solution from my point of view. What I
>would have liked best would be a test project which could be run like any
>other torque project. The problems were the following:
>- The main problem is that I did not find a possibility to read a profile
>file during (not before!!!) maven execution and passing the parameters to
>the torque maven plugin. Maybe I did not look hard enough, will look again
>this evening if one can do tricks with maven:set.
>- in the runtimetest, one can switch the idmethod from the profile. This
>was done using ant filters while copying the file. To retain this feature,
>one has to copy the schema files. If one does not want to retain this
>feature, one could use some tables with the idbroker and some normal ones.
>Then one could leave out the copying stuff and the project would look more
>like a normal Torque project. A strong point for retaining the idmethod
>switching feature is that some database adapters (firebird, at least) do
>not support the idmethod="native", so the part of the test using idmethod
>native would not run at all. Maybe one wants to have two runs in every
>test, one with idmethod=native and one with idmethod=idbroker, but no idea
>how to do this in an elegant way.

It's ok. If you see real benefits and it does not put a burden on a
maven installation, go ahead. As I said, I'm not really a fan of the
solution (-0) but I don't object it.

Getting some docs on how to use this would be good, though.

Regards
Henning


-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Re: svn commit: r278825 - in /db/torque/test: ./ trunk/ trunk/maven-test-plugin/

2005-09-06 Thread Henning P. Schmiedehausen
[EMAIL PROTECTED] writes:

>db/torque/test/trunk/maven-test-plugin/   (with props)

-1 on "maven-test-plugin". We are not testing maven. We are testing Torque.

>+  

-1 on the name space overlap between your plugin and the
torque-plugin. This will not only create confusion, knowing a bit
about the mes^Wstate of maven, I'm pretty sure that sooner or later a
name space separation will be enforced and then either one or the
other plugin breaks.

>+

-1 on xxx:yyy:zzz. Same as above. Sooner or later, maven will enforce
the plugin:goal rule and then double ':' will probably break.

>+
>\ No newline at end of file

Bad.

Personally, I'm -0 on the whole plugin idea. For just running the
runtime test, I will afterwards have to drag around a plugin not used
for anything else in my maven installation. Not really ideal.

Regards
        Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



svn commit: r266737 - /db/torque/maven-plugin/trunk/project.xml

2005-09-02 Thread henning
Author: henning
Date: Fri Sep  2 01:39:42 2005
New Revision: 266737

URL: http://svn.apache.org/viewcvs?rev=266737&view=rev
Log:
Village 2.0 has hit ibiblio


Modified:
db/torque/maven-plugin/trunk/project.xml

Modified: db/torque/maven-plugin/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/project.xml?rev=266737&r1=266736&r2=266737&view=diff
==
--- db/torque/maven-plugin/trunk/project.xml (original)
+++ db/torque/maven-plugin/trunk/project.xml Fri Sep  2 01:39:42 2005
@@ -100,8 +100,8 @@
 
   village
   village
-  2.0-dev-20030825
-  http://share.whichever.com/index.php?SCREEN=village
+  2.0
+  http://www.softwareforge.de/projects/village
 
 
 



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



svn commit: r266736 - /db/torque/generator/trunk/project.xml

2005-09-02 Thread henning
Author: henning
Date: Fri Sep  2 01:39:25 2005
New Revision: 266736

URL: http://svn.apache.org/viewcvs?rev=266736&view=rev
Log:
Village 2.0 has hit ibiblio

Modified:
db/torque/generator/trunk/project.xml

Modified: db/torque/generator/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/generator/trunk/project.xml?rev=266736&r1=266735&r2=266736&view=diff
==
--- db/torque/generator/trunk/project.xml (original)
+++ db/torque/generator/trunk/project.xml Fri Sep  2 01:39:25 2005
@@ -107,8 +107,8 @@
 
   village
   village
-  2.0-dev-20030825
-  http://share.whichever.com/index.php?SCREEN=village
+  2.0
+  http://www.softwareforge.de/projects/village
   
 true
   



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



svn commit: r266735 - /db/torque/runtime/trunk/project.xml

2005-09-02 Thread henning
Author: henning
Date: Fri Sep  2 01:38:58 2005
New Revision: 266735

URL: http://svn.apache.org/viewcvs?rev=266735&view=rev
Log:
Village 2.0 has hit ibiblio.


Modified:
db/torque/runtime/trunk/project.xml

Modified: db/torque/runtime/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/project.xml?rev=266735&r1=266734&r2=266735&view=diff
==
--- db/torque/runtime/trunk/project.xml (original)
+++ db/torque/runtime/trunk/project.xml Fri Sep  2 01:38:58 2005
@@ -161,8 +161,8 @@
 
   village
   village
-  2.0-dev-20030825
-  http://share.whichever.com/index.php?SCREEN=village
+  2.0
+  http://www.softwareforge.de/projects/village
   
 true
   



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



Re: Torque does not build

2005-09-02 Thread Henning P. Schmiedehausen
"Henning P. Schmiedehausen" <[EMAIL PROTECTED]> writes:

>- maven-xdoc-plugin 1.9.2 (which might be released in a short while
>  after I put some of my frustration into 
> http://mail-archives.apache.org/mod_mbox/maven-dev/200508.mbox/[EMAIL 
> PROTECTED] and 
>  the following thread)

This BTW also spawned
http://henning.schmiedehausen.org/wingnut-diaries/archives/18 ;-)

    Regards
Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Re: Antwort: Torque does not build

2005-09-02 Thread Henning P. Schmiedehausen
Thomas Fischer <[EMAIL PROTECTED]> writes:

>Henning, do you mind if I revert that one to 1.9.1 for the time till 1.9.2
>is released ?

I'm pushing Lukas to release 1.9.2. 

We are still at RC stage. If it isn't there when we vote for releasing
Torque, then I'm +1 for reverting to 1.8 (1.9 or 1.9.1 doesn't make
sense, because they produce known bad sites), so that at least part of
the site is usable. But for the moment I'm 0 on changing back, and
leave it to you to decide.

    Regards
Henning




>Thomas

>Thomas Vandahl <[EMAIL PROTECTED]> schrieb am 02.09.2005 08:28:40:

>> Hi folks,
>>
>> I checked out the current revision of Torque yesterday from Subversion
>> because I wanted to have a look at the AbstractBaseManager.
>>
>> However, the Torque build fails because of the following:
>>
>> ---8<---
>> Attempting to download maven-xdoc-plugin-1.9.2.jar.
>> WARNING: Failed to download maven-xdoc-plugin-1.9.2.jar.
>> The build cannot continue because of the following unsatisfied
>dependency:
>>
>> maven-xdoc-plugin-1.9.2.jar
>> ---8<---
>>
>> ... which is correct, because there is no version 1.9.2 of the plugin.
>> Anyone cares to comment,

>Sure.

>>where to get it? Henning?
>>
>> Bye, Thomas.
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>


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

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Re: Torque does not build

2005-09-02 Thread Henning P. Schmiedehausen
Thomas Vandahl <[EMAIL PROTECTED]> writes:

S*it, did I put this in? Sorry, slipped somehow by.

The problem here is: 

- maven-xdoc-plugin 1.8 is not good enough to build the site

- maven-xdoc-plugin 1.9 and 1.9.1 are broken and don't build the sites
  correctly.

- maven-xdoc-plugin 1.9.2 (which might be released in a short while
  after I put some of my frustration into 
http://mail-archives.apache.org/mod_mbox/maven-dev/200508.mbox/[EMAIL 
PROTECTED] and 
  the following thread)

You can get the snapshot plugin from cvs.apache.org:

% maven plugin:download -DgroupId=maven -DartifactId=maven-xdoc-plugin \
-Dversion=1.9.2-SNAPSHOT \
-Dmaven.repo.remote=http://cvs.apache.org/repository/

but you must then change the version of 1.9.2 to "1.9.2-SNAPSHOT" and
might end up running the first site build with the -Dmaven.repo.remote
anyway, because the "new and improved 1.9.2" plugin insists on
downloading another bazillion unreleased jars.

Did anyone in the back of the audience just said "maven sucks"? ;-)

Regards
        Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



[Fwd: Torqe 3.2 rc1 Bug]

2005-09-02 Thread Henning Schmiedehausen
Bug report sent to me directly.

Regards
Henning

 Forwarded Message 
> From: Jacob Champlin <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Torqe 3.2 rc1 Bug
> Date: Thu, 01 Sep 2005 18:50:20 -0500
> Henning P. Schmiedehausen,
> 
> I sent the following to Tomas Fischer, but it looks like your doing most 
> of the Torque updates.  So I thought I would send to you.
> 
> Jacob Champlin
> EMO Corporation
> 
> Thomas Fischer,
> 
> Hello, I just converted our website to use Torque 3.2 rc1 and have 
> discovered a bug.  I realise submitting a bug to you is the way things 
> should work.  However I can't seem to figure out how to submit issues to 
> the Torque project.  All I can find is a link to some Maven bug repository.
> 
> Anyways the issue at hand.  It appears like you added support for SQL 
> functions in ORDER BY statements.  For example:  ORDER BY MAX(table.column)
> 
> However the order by statement doesn't work with other clauses:
> ORDER BY table.column < 100
> ORDER BY table.column IN (1, 2, 3)
> 
> In particular the IN statement really gets messed up because of 
> parentheses.
> 
> I tracked down the issue to the SQLBuilder.removeSQLFunction() .  The 
> comment on this function
> says it removes clauses and functions.  But it looks to me like it only 
> removes functions.
> 
> So I changed it to also remove clauses... and here you go.  Hope you can 
> get this in before the final release.
> 
> Thank you,
> Jacob Champlin
> EMO Corporation
> 
> 
> plain text document attachment (SQLBuilder.java)
> package org.apache.torque.util;
> 
> /*
>  * Copyright 2001-2004 The Apache Software Foundation.
>  *
>  * Licensed under the Apache License, Version 2.0 (the "License")
>  * you may not use this file except in compliance with the License.
>  * You may obtain a copy of the License at
>  *
>  * http://www.apache.org/licenses/LICENSE-2.0
>  *
>  * Unless required by applicable law or agreed to in writing, software
>  * distributed under the License is distributed on an "AS IS" BASIS,
>  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
>  * See the License for the specific language governing permissions and
>  * limitations under the License.
>  */
> 
> import java.io.Serializable;
> import java.util.HashSet;
> import java.util.Iterator;
> import java.util.List;
> import java.util.Map;
> import java.util.Set;
> 
> import org.apache.commons.lang.StringUtils;
> import org.apache.commons.logging.Log;
> import org.apache.commons.logging.LogFactory;
> import org.apache.torque.Torque;
> import org.apache.torque.TorqueException;
> import org.apache.torque.adapter.DB;
> import org.apache.torque.map.ColumnMap;
> import org.apache.torque.map.DatabaseMap;
> import org.apache.torque.util.Criteria.Criterion;
> 
> /**
>  * Factored out code that is used to process SQL tables. This code comes
>  * from BasePeer and is put here to reduce complexity in the BasePeer class.
>  * You should not use the methods here directly!
>  *
>  * @author mailto:[EMAIL PROTECTED]">Henning P. Schmiedehausen
>  * @author mailto:[EMAIL PROTECTED]">Thomas Fischer
>  * @version $Id: SQLBuilder.java,v 1.6 2005/07/02 15:22:32 tfischer Exp $
>  */
> public abstract class SQLBuilder
> implements Serializable
> {
> /** Logging */
> protected static Log log = LogFactory.getLog(SQLBuilder.class);
> 
> /**
>  * Fully qualify a table name with an optional schema reference
>  *
>  * @param table The table name to use. If null is passed in, null is 
> returned.
>  * @param dbName The name of the database to which this tables belongs.
>  *   If null is passed, the default database is used.
>  *
>  * @return The table name to use inside the SQL statement. If null is 
> passed
>  * into this method, null is returned.
>  * @exception TorqueException if an error occurs
>  */
> public static final String getFullTableName(final String table, final 
> String dbName)
> throws TorqueException
> {
> if (table != null)
> {
> int dotIndex = table.indexOf(".");
> 
> if (dotIndex == -1) // No schema given
> {
> String targetDBName = (dbName == null)
> ? Torque.getDefaultDB()
> : dbName;
> 
> String targetSchema = Torque.getSchema(targetDBName);
> 
> // If we have a default schema, fully qualify the
> // tab

Village Release 2.0

2005-09-01 Thread Henning Schmiedehausen
Village Release 2.0
===

The Village Library has been released as Version 2.0. This is the same
code as the snapshots floating around with some minor issues cleaned up
and maven build added.

This release is intended as a "plug-in" release for the current
snapshots. It does deliberately not contain any further patches. I will
add them in release 2.1.

Get it from

http://www.softwareforge.de/releases/village/

The maven built site is at

http://www.softwareforge.de/projects/village/

Further Village development
---

While future releases of Torque may or may not depend on Village, for
releases up until at least 3.2, Village is here to stay. There are a
number of "unofficial" patches for Village floating around and I'm
willing to apply these to the Village source tree and do new releases or
give anyone willing to work on the village code access to the Subversion
tree. If you have patches that you want to apply to the Village tree,
please add them to the issue tracker at
https://svn.softwareforge.de/trac/newticket?component=Village

    Regards
Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

  RedHat Certified Engineer -- Jakarta Turbine Development
   Linux, Java, perl, Solaris -- Consulting, Training, Engineering

 4 - 8 - 15 - 16 - 23 - 42


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



Re: svn commit: r240328 - in /db/torque:

2005-08-27 Thread Henning P. Schmiedehausen
[EMAIL PROTECTED] writes:

>Made the generated beans serializable. Also added a testcase to the 
>runtimetest which checks that.

I'm not sure that this is a good idea without having a switch to be
able to turn it on/off.

With the beans suddently be serializable, you buy a whole wealth of
possible problems with e.g. beans ending up in Servlet container
sessions that in turn get serialized at restart time.

Adding this in a RC is IMHO a bad thing, either. This is 3.3 stuff
(because it could break existing code in a new and exciting way...).

Regards
    Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Re: [VOTE] Coding conventions

2005-08-27 Thread Henning P. Schmiedehausen
Thomas Fischer <[EMAIL PROTECTED]> writes:

Hm. Actually, I don't really understand this vote. We should've had
some discussion first.  :-)

First my vote:

>[X] +1 Torque code should be written according to the Turbine code
>  conventions.

The problem is, that the "Turbine Coding standard" are at best a
loosely defined collection of do's and don't's (at
http://jakarta.apache.org/turbine/common/code-standards.html) with a
(broken) checkstyle definition in maven-checkstyle-plugin.

It is (IMHO) just a document that describes how some (one?) of the
original Turbine people write code. It has a number of glaring
ambiguities (like the if (foo) and if ( foo ) ) convention.

The attached .emacs file makes it even worse. If you reformat a buffer
with this style, the result will not confirm to the style
described. :-) Also, it is almost impossible to configure Jalopy to
format code just like this emacs style. And eclipse again formats
different.

However, I strongly advise _against_ reformatting the source code into
another format. Not because I'm clinging to the current style. But
because I've learned (the hard way), that reformatting source code is
almost always a bad idea. This like indenting (4 spaces? 8 spaces?
tabs?), brace positions and everything else are a matter of personal
taste. Every developer does it differently. And having two developers
using a different coding style working on the same file will let real
changes drown in a sea of "indent and brace position changes".

Having a coding style is better than having none. But changing a code
style is even worse than having no coding style.

What I would _love_ to have (even some people will cry out in horror)
is a subversion pre-commit hook on the server, which takes .java files
and reformats them to a coding style set on the server. And reject a
checkin if a file has only formatting changes unless they still exist
after reformatting.

This would make sure, that only correctly formatted code will hit the
repository. And it would allow developers to cling to their own style
and first thing after a checkout is to reformat the project according
to their personal tastes.

If you really care about code style, then you should take a peek at
the following things (IMHO):

- Code Conventions for the Java(TM) Programming Language.
   http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html
   This is a surprisingly stable document (last revision is from '99)
   describing how to format code.

   I have some problems with it (Tabs vs. Spaces is one) but it is
   a good guide how a style guide _can_ look like and it is a great
   foundation to build upon.

- "The Elements of Java Style" -- ISBN 0-521-77768-2
   If you don't own this booklet, try to steal it somewhere. If you
   want to write professional Java code and don't know this book, you
   did something wrong. 

   I hate their control statement indentation (I do believe, BSD style is
   more readable), but that is personal. They hate hard tabs too, which is
   good. 

- The output of checkstyle, pmd and findbugs. 
   As we are using a maven build, we get all three of them for free. While
   (especially Findbugs) sometimes point to false warnings, most of the 
   time the damned tools are right (The current Torque code still contains about
   fifteen 'tab' characters in the runtime alone).

My final advice is to apply some reason. Is it really necessary to
reformat a file you're working on? The LKM people basically say "if
you work on foo.c, try to keep the indentation as closely as possible
to the original style of the code. If it's K&R, keep K&R, if it's BSD,
keep BSD".

Regards
Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



Re: Code has been wrestled...

2005-08-25 Thread Henning P. Schmiedehausen
John McNally <[EMAIL PROTECTED]> writes:

>Given that copyrights are essentially perpetual and we have public 
>version control, it's both irrelevant and easy to determine, so I'm not 
>suggesting it is something that we need to get particularly anal about.

Some very interesting thoughts in your mail. Does the license header
in a source file of a project count just for this file or is it a copy
of a "copyright for the whole package".

I will give this some more thought. Might even be worth doing some
discussion on legal-discuss.

Regards
    Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



svn commit: r239655 - /db/torque/trunks/maven.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 06:13:22 2005
New Revision: 239655

URL: http://svn.apache.org/viewcvs?rev=239655&view=rev
Log:
add tasks for deployment of all sites. Bring names in line with the
"official" site task names.


Modified:
db/torque/trunks/maven.xml

Modified: db/torque/trunks/maven.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/trunks/maven.xml?rev=239655&r1=239654&r2=239655&view=diff
==
--- db/torque/trunks/maven.xml (original)
+++ db/torque/trunks/maven.xml Wed Aug 24 06:13:22 2005
@@ -38,8 +38,18 @@
 
   
 
-  
+  
 
+
+  
+
+  
+
+
+  
+
+  
+
 
   
 



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



Code has been wrestled...

2005-08-24 Thread Henning P. Schmiedehausen
Hi,

"a fool has a tool"...

I ran my shiny newly released CodeWrestler over the Torque code base and

- updated all license headers to read 2001-2005
- added missing license headers to files
- removed all trailing blanks from the files
- made sure that all xml and xml-line files contain a http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



svn commit: r239651 - in /db/torque/site: ./ src/dtd/ xdocs/

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 05:56:44 2005
New Revision: 239651

URL: http://svn.apache.org/viewcvs?rev=239651&view=rev
Log:
Updated licenses in the site


Modified:
db/torque/site/project.properties
db/torque/site/project.xml
db/torque/site/src/dtd/database.dtd
db/torque/site/src/dtd/database_3_0_0.dtd
db/torque/site/src/dtd/database_3_0_1.dtd
db/torque/site/src/dtd/database_3_1.dtd
db/torque/site/src/dtd/database_3_2.dtd
db/torque/site/xdocs/download.xml
db/torque/site/xdocs/index.xml
db/torque/site/xdocs/navigation.xml
db/torque/site/xdocs/status.xml
db/torque/site/xdocs/subversion.xml

Modified: db/torque/site/project.properties
URL: 
http://svn.apache.org/viewcvs/db/torque/site/project.properties?rev=239651&r1=239650&r2=239651&view=diff
==
--- db/torque/site/project.properties (original)
+++ db/torque/site/project.properties Wed Aug 24 05:56:44 2005
@@ -1,3 +1,16 @@
+# Copyright 2001-2005 The Apache Software Foundation.
+#
+# Licensed under the Apache License, Version 2.0 (the "License")
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
 maven.xdoc.includeProjectDocumentation = no
 maven.xdoc.date = left
 maven.xdoc.locale.default = en

Modified: db/torque/site/project.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/site/project.xml?rev=239651&r1=239650&r2=239651&view=diff
==
--- db/torque/site/project.xml (original)
+++ db/torque/site/project.xml Wed Aug 24 05:56:44 2005
@@ -1,21 +1,19 @@
 
 
+ Copyright 2001-2005 The Apache Software Foundation.
+
+ Licensed under the Apache License, Version 2.0 (the "License")
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
 
 
   3

Modified: db/torque/site/src/dtd/database.dtd
URL: 
http://svn.apache.org/viewcvs/db/torque/site/src/dtd/database.dtd?rev=239651&r1=239650&r2=239651&view=diff
==
--- db/torque/site/src/dtd/database.dtd (original)
+++ db/torque/site/src/dtd/database.dtd Wed Aug 24 05:56:44 2005
@@ -1,4 +1,19 @@
 
+

Modified: db/torque/site/src/dtd/database_3_0_0.dtd
URL: 
http://svn.apache.org/viewcvs/db/torque/site/src/dtd/database_3_0_0.dtd?rev=239651&r1=239650&r2=239651&view=diff
==
--- db/torque/site/src/dtd/database_3_0_0.dtd (original)
+++ db/torque/site/src/dtd/database_3_0_0.dtd Wed Aug 24 05:56:44 2005
@@ -1,4 +1,19 @@
 
+

Modified: db/torque/site/src/dtd/database_3_0_1.dtd
URL: 
http://svn.apache.org/viewcvs/db/torque/site/src/dtd/database_3_0_1.dtd?rev=239651&r1=239650&r2=239651&view=diff
==
--- db/torque/site/src/dtd/database_3_0_1.dtd (original)
+++ db/torque/site/src/dtd/database_3_0_1.dtd Wed Aug 24 05:56:44 2005
@@ -1,4 +1,19 @@
 
+

Modified: db/torque/site/src/dtd/database_3_1.dtd
URL: 
http://svn.apache.org/viewcvs/db/torque/site/src/dtd/database_3_1.dtd?rev=239651&r1=239650&r2=239651&view=diff
==
--- db/torque/site/src/dtd/database_3_1.dtd (original)
+++ db/torque/site/src/dtd/database_3_1.dtd Wed Aug 24 05:56:44 2005
@@ -1,4 +1,19 @@
 
+

Modified: db/torque/site/src/dtd/database_3_2.dtd
URL: 
http://svn.apache.org/viewcvs/db/torque/site/src/dtd/database_3_2.dtd?rev=239651&r1=239650&r2=239651&view=diff
==
--- db/torque/site/src/dtd/database_3_2.dtd (original)
+++ db/torque/site/src/dtd/database_3_2.dtd Wed Aug 24 05:56:44 2005
@@ -1,4 +1,19 @@
 
+

Modified: db/torque/site/xdocs/download.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/site/xdocs/download.xml?rev=239651&r1=239650&r2=239651&view=diff

svn commit: r239650 - in /db/torque/site: project.xml src/dtd/database_3_0_1.dtd src/dtd/database_3_1.dtd src/dtd/database_3_2.dtd xdocs/download.xml xdocs/index.xml xdocs/status.xml xdocs/subversion.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 05:54:10 2005
New Revision: 239650

URL: http://svn.apache.org/viewcvs?rev=239650&view=rev
Log:
Remove trailing blanks


Modified:
db/torque/site/project.xml
db/torque/site/src/dtd/database_3_0_1.dtd
db/torque/site/src/dtd/database_3_1.dtd
db/torque/site/src/dtd/database_3_2.dtd
db/torque/site/xdocs/download.xml
db/torque/site/xdocs/index.xml
db/torque/site/xdocs/status.xml
db/torque/site/xdocs/subversion.xml

Modified: db/torque/site/project.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/site/project.xml?rev=239650&r1=239649&r2=239650&view=diff
==
--- db/torque/site/project.xml (original)
+++ db/torque/site/project.xml Wed Aug 24 05:54:10 2005
@@ -1,14 +1,14 @@
 
-
 
 http://svn.apache.org/viewcvs/db/torque/site/src/dtd/database_3_1.dtd?rev=239650&r1=239649&r2=239650&view=diff
==
--- db/torque/site/src/dtd/database_3_1.dtd (original)
+++ db/torque/site/src/dtd/database_3_1.dtd Wed Aug 24 05:54:10 2005
@@ -48,9 +48,9 @@
   filename CDATA #REQUIRED
 >
 
-
 
 http://svn.apache.org/viewcvs/db/torque/site/src/dtd/database_3_2.dtd?rev=239650&r1=239649&r2=239650&view=diff
==
--- db/torque/site/src/dtd/database_3_2.dtd (original)
+++ db/torque/site/src/dtd/database_3_2.dtd Wed Aug 24 05:54:10 2005
@@ -29,8 +29,8 @@
   the rest of the letters are converted to lowercase.
  underscoreOmitSchema - The section of the name before and including
   the last dot in the name is removed. For the remaining part,
-  underscores are removed, first letter is capitalized, 
-  first letter after an underscore is capitalized, 
+  underscores are removed, first letter is capitalized,
+  first letter after an underscore is capitalized,
   the rest of the letters are converted to lowercase.
  javaname   - same as underscore, but no letters are converted
   to lowercase.
@@ -72,9 +72,9 @@
 >
 
 
-
 
 http://svn.apache.org/viewcvs/db/torque/site/xdocs/download.xml?rev=239650&r1=239649&r2=239650&view=diff
==
--- db/torque/site/xdocs/download.xml (original)
+++ db/torque/site/xdocs/download.xml Wed Aug 24 05:54:10 2005
@@ -19,7 +19,7 @@
 See the License for the specific language governing permissions and
 limitations under the License.
 -->
-   
+
 
 
   
@@ -161,7 +161,7 @@
   http://www.apache.org/dist/db/torque/torque-3.2-rc1/source/maven-torque-plugin-3.2-rc1-src.tar.gz.asc";>Signature 
   http://www.apache.org/dist/db/torque/torque-3.2-rc1/source/maven-torque-plugin-3.2-rc1-src.tar.gz.md5";>MD5
 
-
+
 
   http://www.apache.org/dyn/closer.cgi/db/torque/torque-3.2-rc1/source/torque-3.2-rc1-src.zip";>ZIP 
   http://www.apache.org/dist/db/torque/torque-3.2-rc1/source/torque-3.2-rc1-src.zip.asc";>Signature 
@@ -248,7 +248,7 @@
   
 We generate daily snapshots of the DB Torque project. These
 are built on a daily base but are only source snapshots. There are no
-warranties that these build or run. You can get them from 
+warranties that these build or run. You can get them from
 http://cvs.apache.org/dist/db/torque/nightly/";>nightly snapshot 
site.
   
 

Modified: db/torque/site/xdocs/index.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/site/xdocs/index.xml?rev=239650&r1=239649&r2=239650&view=diff
==
--- db/torque/site/xdocs/index.xml (original)
+++ db/torque/site/xdocs/index.xml Wed Aug 24 05:54:10 2005
@@ -49,13 +49,13 @@

templates

- Up to release 3.1.x, the templates were a part of the generator. 
Starting with 
+ Up to release 3.1.x, the templates were a part of the generator. 
Starting with
  the 3.2 release of Torque, the templates have been separated into 
their own
  jar archive. The templates are the building blocks for generating SQL 
and Java
  files which are used to create, manipulate and access your database.

  
-
+

 


Modified: db/torque/site/xdocs/status.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/site/xdocs/status.xml?rev=239650&r1=239649&r2=239650&view=diff
==
--- db/torque/site/xdocs/status.xml (original)
+++ db/torque/site/xdocs/status.xml Wed Aug 24 05:54:10 2005
@@ -30,20 +30,20 @@
   Added support for outer joins
 
 
-  Added support for creatio

svn commit: r239647 - in /db/torque/site: maven.xml src/dtd/ src/dtd/database.dtd src/dtd/database_3_0_0.dtd src/dtd/database_3_0_1.dtd src/dtd/database_3_1.dtd src/dtd/database_3_2.dtd

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 05:53:14 2005
New Revision: 239647

URL: http://svn.apache.org/viewcvs?rev=239647&view=rev
Log:
Oh yeah, for the bazillionst time I forgot about the torque/dtd
directory, nuked it and all over the world, torque builds suddently
started to fail. Sorry about that, folks.

Added the dtd files to the site, now they will be redeployed every
time the site is built.


Added:
db/torque/site/maven.xml   (with props)
db/torque/site/src/dtd/
db/torque/site/src/dtd/database.dtd
db/torque/site/src/dtd/database_3_0_0.dtd
db/torque/site/src/dtd/database_3_0_1.dtd
db/torque/site/src/dtd/database_3_1.dtd
db/torque/site/src/dtd/database_3_2.dtd

Added: db/torque/site/maven.xml
URL: http://svn.apache.org/viewcvs/db/torque/site/maven.xml?rev=239647&view=auto
==
--- db/torque/site/maven.xml (added)
+++ db/torque/site/maven.xml Wed Aug 24 05:53:14 2005
@@ -0,0 +1,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+  
+
+
+  
+
+  
+
+  
+

Propchange: db/torque/site/maven.xml
--
svn:eol-style = native

Propchange: db/torque/site/maven.xml
--
svn:keywords = Id Author

Added: db/torque/site/src/dtd/database.dtd
URL: 
http://svn.apache.org/viewcvs/db/torque/site/src/dtd/database.dtd?rev=239647&view=auto
==
--- db/torque/site/src/dtd/database.dtd (added)
+++ db/torque/site/src/dtd/database.dtd Wed Aug 24 05:53:14 2005
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Added: db/torque/site/src/dtd/database_3_0_0.dtd
URL: 
http://svn.apache.org/viewcvs/db/torque/site/src/dtd/database_3_0_0.dtd?rev=239647&view=auto
==
--- db/torque/site/src/dtd/database_3_0_0.dtd (added)
+++ db/torque/site/src/dtd/database_3_0_0.dtd Wed Aug 24 05:53:14 2005
@@ -0,0 +1,132 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Added: db/torque/site/src/dtd/database_3_0_1.dtd
URL: 
http://svn.apache.org/viewcvs/db/torque/site/src/dtd/database_3_0_1.dtd?rev=239647&view=auto
==
--- db/torque/site/src/dtd/database_3_0_1.dtd (added)
+++ db/torque/site/src/dtd/database_3_0_1.dtd Wed Aug 24 05:53:14 2005
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Added: db/torque/site/src/dtd/database_3_1.dtd
URL: 
http://svn.apache.org/viewcvs/db/torque/site/src/dtd/database_3_1.dtd?rev=239647&view=auto
==
--- db/torque/site/src/dtd/database_3_1.dtd (added)
+++ db/torque/site/src/dtd/database_3_1.dtd Wed Aug 24 05:53:14 2005
@@ -0,0 +1,142 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Added: db/torque/site/src/dtd/database_3_2.dtd
URL: 
http://svn.apache.org/viewcvs/db/torque/site/src/dtd/database_3_2.dtd?rev=239647&view=auto
==
--- db/torque/site/src/dtd/database_3_2.dtd (added)
+++ db/torque/site/src/dtd/database_3_2.dtd Wed Aug 24 05:53:14 2005
@@ -0,0 +1,169 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+



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



svn commit: r239639 - in /db/torque/runtime/trunk/src/java/org/apache/torque: avalon/Torque.java om/StringKey.java util/LimitHelper.java util/SqlEnum.java

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 05:39:47 2005
New Revision: 239639

URL: http://svn.apache.org/viewcvs?rev=239639&view=rev
Log:
Cleaned up package and import headers


Modified:
db/torque/runtime/trunk/src/java/org/apache/torque/avalon/Torque.java
db/torque/runtime/trunk/src/java/org/apache/torque/om/StringKey.java
db/torque/runtime/trunk/src/java/org/apache/torque/util/LimitHelper.java
db/torque/runtime/trunk/src/java/org/apache/torque/util/SqlEnum.java

Modified: db/torque/runtime/trunk/src/java/org/apache/torque/avalon/Torque.java
URL: 
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/src/java/org/apache/torque/avalon/Torque.java?rev=239639&r1=239638&r2=239639&view=diff
==
--- db/torque/runtime/trunk/src/java/org/apache/torque/avalon/Torque.java 
(original)
+++ db/torque/runtime/trunk/src/java/org/apache/torque/avalon/Torque.java Wed 
Aug 24 05:39:47 2005
@@ -1,6 +1,5 @@
 package org.apache.torque.avalon;
 
-
 /*
  * Copyright 2001-2005 The Apache Software Foundation.
  *

Modified: db/torque/runtime/trunk/src/java/org/apache/torque/om/StringKey.java
URL: 
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/src/java/org/apache/torque/om/StringKey.java?rev=239639&r1=239638&r2=239639&view=diff
==
--- db/torque/runtime/trunk/src/java/org/apache/torque/om/StringKey.java 
(original)
+++ db/torque/runtime/trunk/src/java/org/apache/torque/om/StringKey.java Wed 
Aug 24 05:39:47 2005
@@ -16,7 +16,6 @@
  * limitations under the License.
  */
 
-
 /**
  * This class can be used as an ObjectKey to uniquely identify an
  * object within an application where the id  consists

Modified: 
db/torque/runtime/trunk/src/java/org/apache/torque/util/LimitHelper.java
URL: 
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/src/java/org/apache/torque/util/LimitHelper.java?rev=239639&r1=239638&r2=239639&view=diff
==
--- db/torque/runtime/trunk/src/java/org/apache/torque/util/LimitHelper.java 
(original)
+++ db/torque/runtime/trunk/src/java/org/apache/torque/util/LimitHelper.java 
Wed Aug 24 05:39:47 2005
@@ -1,9 +1,5 @@
 package org.apache.torque.util;
 
-import org.apache.torque.Torque;
-import org.apache.torque.TorqueException;
-import org.apache.torque.adapter.DB;
-
 /*
  * Copyright 2001-2005 The Apache Software Foundation.
  *
@@ -19,6 +15,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
+import org.apache.torque.Torque;
+import org.apache.torque.TorqueException;
+import org.apache.torque.adapter.DB;
+
 
 /**
  * Factored out all the various "How to generate offset and limit

Modified: db/torque/runtime/trunk/src/java/org/apache/torque/util/SqlEnum.java
URL: 
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/src/java/org/apache/torque/util/SqlEnum.java?rev=239639&r1=239638&r2=239639&view=diff
==
--- db/torque/runtime/trunk/src/java/org/apache/torque/util/SqlEnum.java 
(original)
+++ db/torque/runtime/trunk/src/java/org/apache/torque/util/SqlEnum.java Wed 
Aug 24 05:39:47 2005
@@ -16,7 +16,6 @@
  * limitations under the License.
  */
 
-
 /**
  * A typesafe enum of SQL string fragments.  Used by Criteria and SqlExpression
  * to build queries.  Criteria also makes most of the constants available



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



svn commit: r239636 [4/4] - in /db/torque/runtime/trunk: ./ conf/ src/conf/ src/java/org/apache/torque/ src/java/org/apache/torque/adapter/ src/java/org/apache/torque/avalon/ src/java/org/apache/torque/dsfactory/ src/java/org/apache/torque/manager/ src...

2005-08-24 Thread henning
Modified: db/torque/runtime/trunk/xdocs/status.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/xdocs/status.xml?rev=239636&r1=239635&r2=239636&view=diff
==
--- db/torque/runtime/trunk/xdocs/status.xml (original)
+++ db/torque/runtime/trunk/xdocs/status.xml Wed Aug 24 05:38:09 2005
@@ -47,20 +47,20 @@
   Added support for outer joins
 
 
-  Added support for creation of simple java beans 
+  Added support for creation of simple java beans
   from persistent objects
 
 
-  The old connection pool is removed 
+  The old connection pool is removed
   (only dbcp is supported out of the box)
 
 
   Some smaller changes were made in the database.dtd
-  
+
 
-  The build-torque ant file for the generator 
+  The build-torque ant file for the generator
   is contained again in the generator release
-  
+
   
   You can obtain the Torque 3.2-rc1 generator, runtime and
   maven-plugin from our Download
@@ -97,26 +97,26 @@
 
   
 
-  A problem handling limit and offset has been corrected.  You can 
+  A problem handling limit and offset has been corrected.  You can
   obtain the Torque 3.1.1-rc2 generator, runtime and maven-plugin from
-  the http://ibiblio.org/maven/torque/";>ibiblio maven 
+  the http://ibiblio.org/maven/torque/";>ibiblio maven
   repository.
 
   
 
   
 
-  We are working on setting up the mirrored download page for 3.1.1 
+  We are working on setting up the mirrored download page for 3.1.1
   final.  In the mean time you can obtain the Torque 3.1.1-rc1
   generator, runtime and maven-plugin from the
-  http://ibiblio.org/maven/torque/";>ibiblio maven 
+  http://ibiblio.org/maven/torque/";>ibiblio maven
   repository.
 
   
 
   
 
-  http://www.apache.org/foundation/martin.html";>Farewell to 
+  http://www.apache.org/foundation/martin.html";>Farewell to
   Martin Pöschl.
 
   
@@ -153,7 +153,7 @@
 
   Downloads are available http://db.apache.org/builds/torque/release/3.0.2/";>
   here. 
-  This is a bugfix release. The docs including a full list of changes 
is available 
+  This is a bugfix release. The docs including a full list of changes 
is available
   http://db.apache.org/torque/torque-302/";>here
 
   
@@ -162,7 +162,7 @@
 
   Downloads are available http://db.apache.org/builds/torque/release/3.0.1/";>
   here. 
-  This is a bugfix release. The docs including a full list of changes 
is available 
+  This is a bugfix release. The docs including a full list of changes 
is available
   http://db.apache.org/torque/torque-301/";>here
 
   

Modified: db/torque/runtime/trunk/xdocs/sybase-howto.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/xdocs/sybase-howto.xml?rev=239636&r1=239635&r2=239636&view=diff
==
--- db/torque/runtime/trunk/xdocs/sybase-howto.xml (original)
+++ db/torque/runtime/trunk/xdocs/sybase-howto.xml Wed Aug 24 05:38:09 2005
@@ -27,9 +27,9 @@
 
 
 This HOWTO was written some time ago and was targeted at the
-version of Torque that was coupled with the 
+version of Torque that was coupled with the
 http://jakarta.apache.org/turbine/";>Turbine application framework.
-Contributions towards updating the information below can be submitted to the 
+Contributions towards updating the information below can be submitted to the
 mailto:torque-dev@db.apache.org";>Torque Dev mailing list.
 
 
@@ -39,7 +39,7 @@
 
 
 This text is a description of integration of Sybase ASE as the target
-database in a TDK generated application.  
+database in a TDK generated application.
 
 
 
@@ -48,7 +48,7 @@
 
 
 Sybase has a pure java jdbc driver, jConnect, that is free to use, but not
-open source.  You may download this driver from 
+open source.  You may download this driver from
 http://www.sybase.com/products/eaimiddleware/jconnectforjdbc/";>Sybase.
 
 
@@ -77,7 +77,7 @@
 The .sql files that the TDK build process generates files with the
 sql command terminated by a ; for use in the sql directive provided by
 the Ant build system.  These scripts will not work properly if run by
-hand via the 'isql' command. 
+hand via the 'isql' command.
 
 
 The .sql files to create the tables, do not correctly remove any

Modified: db/torque/runtime/trunk/xdocs/tutorial/index.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/runtime/trunk

svn commit: r239631 - in /db/torque/runtime/trunk/etc: ./ CodeWrestler.excludes

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 05:33:14 2005
New Revision: 239631

URL: http://svn.apache.org/viewcvs?rev=239631&view=rev
Log:
add code wrestler excludes


Added:
db/torque/runtime/trunk/etc/
db/torque/runtime/trunk/etc/CodeWrestler.excludes

Added: db/torque/runtime/trunk/etc/CodeWrestler.excludes
URL: 
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/etc/CodeWrestler.excludes?rev=239631&view=auto
==
--- db/torque/runtime/trunk/etc/CodeWrestler.excludes (added)
+++ db/torque/runtime/trunk/etc/CodeWrestler.excludes Wed Aug 24 05:33:14 2005
@@ -0,0 +1,11 @@
+#
+# This is an excludes file for the CodeWrestler tool 
+#
+# available at 
http://henning.schmiedehausen.org/eyewiki/Wiki.jsp?page=CodeWrestler
+#
+profile/
+proposals/
+^KEYS$
+etc/CodeWrestler.excludes$
+master/Torque.master$
+



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



svn commit: r239627 - in /db/torque/generator/trunk/src/test/org/apache/torque/engine/database/model: ColumnTest.java TypeMapTest.java

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 05:21:11 2005
New Revision: 239627

URL: http://svn.apache.org/viewcvs?rev=239627&view=rev
Log:
Move package statement on top


Modified:

db/torque/generator/trunk/src/test/org/apache/torque/engine/database/model/ColumnTest.java

db/torque/generator/trunk/src/test/org/apache/torque/engine/database/model/TypeMapTest.java

Modified: 
db/torque/generator/trunk/src/test/org/apache/torque/engine/database/model/ColumnTest.java
URL: 
http://svn.apache.org/viewcvs/db/torque/generator/trunk/src/test/org/apache/torque/engine/database/model/ColumnTest.java?rev=239627&r1=239626&r2=239627&view=diff
==
--- 
db/torque/generator/trunk/src/test/org/apache/torque/engine/database/model/ColumnTest.java
 (original)
+++ 
db/torque/generator/trunk/src/test/org/apache/torque/engine/database/model/ColumnTest.java
 Wed Aug 24 05:21:11 2005
@@ -1,3 +1,5 @@
+package org.apache.torque.engine.database.model;
+
 /*
  * Copyright 2001-2005 The Apache Software Foundation.
  *
@@ -13,7 +15,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.torque.engine.database.model;
 
 import junit.framework.TestCase;
 

Modified: 
db/torque/generator/trunk/src/test/org/apache/torque/engine/database/model/TypeMapTest.java
URL: 
http://svn.apache.org/viewcvs/db/torque/generator/trunk/src/test/org/apache/torque/engine/database/model/TypeMapTest.java?rev=239627&r1=239626&r2=239627&view=diff
==
--- 
db/torque/generator/trunk/src/test/org/apache/torque/engine/database/model/TypeMapTest.java
 (original)
+++ 
db/torque/generator/trunk/src/test/org/apache/torque/engine/database/model/TypeMapTest.java
 Wed Aug 24 05:21:11 2005
@@ -1,3 +1,5 @@
+package org.apache.torque.engine.database.model;
+
 /*
  * Copyright 2001-2005 The Apache Software Foundation.
  *
@@ -13,7 +15,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-package org.apache.torque.engine.database.model;
 
 import java.sql.Types;
 



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



svn commit: r239624 [2/2] - in /db/torque/generator/trunk: ./ src/conf/ src/dtd/ src/java/org/apache/torque/engine/ src/java/org/apache/torque/engine/database/model/ src/java/org/apache/torque/engine/database/transform/ src/java/org/apache/torque/engin...

2005-08-24 Thread henning
Modified: 
db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueSQLTask.java
URL: 
http://svn.apache.org/viewcvs/db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueSQLTask.java?rev=239624&r1=239623&r2=239624&view=diff
==
--- 
db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueSQLTask.java 
(original)
+++ 
db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueSQLTask.java 
Wed Aug 24 05:18:03 2005
@@ -1,14 +1,14 @@
 package org.apache.torque.task;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Copyright 2001-2005 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: 
db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueSQLTransformTask.java
URL: 
http://svn.apache.org/viewcvs/db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueSQLTransformTask.java?rev=239624&r1=239623&r2=239624&view=diff
==
--- 
db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueSQLTransformTask.java
 (original)
+++ 
db/torque/generator/trunk/src/java/org/apache/torque/task/TorqueSQLTransformTask.java
 Wed Aug 24 05:18:03 2005
@@ -1,14 +1,14 @@
 package org.apache.torque.task;
 
 /*
- * Copyright 2001,2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Copyright 2001-2005 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

Modified: db/torque/generator/trunk/src/java/org/apache/torque/task/package.html
URL: 
http://svn.apache.org/viewcvs/db/torque/generator/trunk/src/java/org/apache/torque/task/package.html?rev=239624&r1=239623&r2=239624&view=diff
==
--- db/torque/generator/trunk/src/java/org/apache/torque/task/package.html 
(original)
+++ db/torque/generator/trunk/src/java/org/apache/torque/task/package.html Wed 
Aug 24 05:18:03 2005
@@ -1,3 +1,18 @@
+
 
   
   

Modified: db/torque/generator/trunk/src/schema/id-table-schema.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/generator/trunk/src/schema/id-table-schema.xml?rev=239624&r1=239623&r2=239624&view=diff
==
--- db/torque/generator/trunk/src/schema/id-table-schema.xml (original)
+++ db/torque/generator/trunk/src/schema/id-table-schema.xml Wed Aug 24 
05:18:03 2005
@@ -1,4 +1,19 @@
 
+
 http://db.apache.org/torque/dtd/database_3_1.dtd";>
 
 

Modified: 
db/torque/generator/trunk/src/test/org/apache/torque/engine/database/TestPackageHandling.java
URL: 
http://svn.apache.org/viewcvs/db/torque/generator/trunk/src/test/org/apache/torque/engine/database/TestPackageHandling.java?rev=239624&r1=239623&r2=239624&view=diff
==
--- 
db/torque/generator/trunk/src/test/org/apache/torque/engine/database/TestPackageHandling.java
 (original)
+++ 
db/torque/generator/trunk/src/test/org/apache/torque/engine/database/TestPackageHandling.java
 Wed Aug 24 05:18:03 2005
@@ -1,14 +1,14 @@
 package org.apache.torque.engine.database;
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
+ * Copyright 2001-2005 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
- * 
- *  http://www.apache.org/licenses/LICENSE-2.0
- * 
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND

svn commit: r239622 - /db/torque/templates/trunk/xdocs/navigation.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 05:11:42 2005
New Revision: 239622

URL: http://svn.apache.org/viewcvs?rev=239622&view=rev
Log:
http://svn.apache.org/viewcvs/db/torque/templates/trunk/xdocs/navigation.xml?rev=239622&r1=239621&r2=239622&view=diff
==
--- db/torque/templates/trunk/xdocs/navigation.xml (original)
+++ db/torque/templates/trunk/xdocs/navigation.xml Wed Aug 24 05:11:42 2005
@@ -1,3 +1,4 @@
+
 
-
 http://db.apache.org/torque/";>
 
   Torque Generator Templates



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



svn commit: r239621 - in /db/torque/maven-plugin/trunk: maven.xml plugin.jelly plugin.properties project.xml xdocs/changes.xml xdocs/goals.xml xdocs/index.xml xdocs/navigation.xml xdocs/properties.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 05:10:53 2005
New Revision: 239621

URL: http://svn.apache.org/viewcvs?rev=239621&view=rev
Log:
remove trailing blanks


Modified:
db/torque/maven-plugin/trunk/maven.xml
db/torque/maven-plugin/trunk/plugin.jelly
db/torque/maven-plugin/trunk/plugin.properties
db/torque/maven-plugin/trunk/project.xml
db/torque/maven-plugin/trunk/xdocs/changes.xml
db/torque/maven-plugin/trunk/xdocs/goals.xml
db/torque/maven-plugin/trunk/xdocs/index.xml
db/torque/maven-plugin/trunk/xdocs/navigation.xml
db/torque/maven-plugin/trunk/xdocs/properties.xml

Modified: db/torque/maven-plugin/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/maven.xml?rev=239621&r1=239620&r2=239621&view=diff
==
--- db/torque/maven-plugin/trunk/maven.xml (original)
+++ db/torque/maven-plugin/trunk/maven.xml Wed Aug 24 05:10:53 2005
@@ -52,7 +52,7 @@
 
 
   
-  
+
   
-  
+
 

Modified: db/torque/maven-plugin/trunk/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/plugin.jelly?rev=239621&r1=239620&r2=239621&view=diff
==
--- db/torque/maven-plugin/trunk/plugin.jelly (original)
+++ db/torque/maven-plugin/trunk/plugin.jelly Wed Aug 24 05:10:53 2005
@@ -695,14 +695,14 @@
 
 
 
-
 
 
   
-  
+
   
 
   
@@ -729,8 +729,8 @@
 prettyPrint="true"
 outputMode="xml"
 xmlns="dummy">
-  
+  
 
   
-
+
 

Modified: db/torque/maven-plugin/trunk/plugin.properties
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/plugin.properties?rev=239621&r1=239620&r2=239621&view=diff
==
--- db/torque/maven-plugin/trunk/plugin.properties (original)
+++ db/torque/maven-plugin/trunk/plugin.properties Wed Aug 24 05:10:53 2005
@@ -24,7 +24,7 @@
 # build.properties file.
 #
 # This file contains the default properties for the maven plugin.
-# Whenever you use any torque target in maven, these properties 
+# Whenever you use any torque target in maven, these properties
 # will be used as default.
 # ---
 

Modified: db/torque/maven-plugin/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/project.xml?rev=239621&r1=239620&r2=239621&view=diff
==
--- db/torque/maven-plugin/trunk/project.xml (original)
+++ db/torque/maven-plugin/trunk/project.xml Wed Aug 24 05:10:53 2005
@@ -118,13 +118,13 @@
   http://xml.apache.org/commons/
 
   
-  
+
   
 
-   
-${basedir}/src/plugin-resources 
-plugin-resources 
-   
+  
+${basedir}/src/plugin-resources
+plugin-resources
+  
   
 ${basedir}
 

Modified: db/torque/maven-plugin/trunk/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/xdocs/changes.xml?rev=239621&r1=239620&r2=239621&view=diff
==
--- db/torque/maven-plugin/trunk/xdocs/changes.xml (original)
+++ db/torque/maven-plugin/trunk/xdocs/changes.xml Wed Aug 24 05:10:53 2005
@@ -35,7 +35,7 @@
 update to torque-3.1
   
 
-  
+
 
   Apply MAVEN-690
   

Modified: db/torque/maven-plugin/trunk/xdocs/goals.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/xdocs/goals.xml?rev=239621&r1=239620&r2=239621&view=diff
==
--- db/torque/maven-plugin/trunk/xdocs/goals.xml (original)
+++ db/torque/maven-plugin/trunk/xdocs/goals.xml Wed Aug 24 05:10:53 2005
@@ -28,7 +28,7 @@
  Goal
  Description

-   
+

  torque
  
@@ -62,13 +62,13 @@

  torque:datasql
  
-   Generates sql from data xml  
+   Generates sql from data xml
  


  torque:create-db
  
-   Creates your database from you XML schema file.  Warning:  This 
+   Creates your database from you XML schema file.  Warning:  This
goal will drop all tables and recreate them.  Any existing data
will be lost!
  
@@ -100,7 +100,7 @@

  torque:om-zip
  
-   Moves source om files to separate jar and out of 
+   Moves source om files to separate jar and out of
the source tree
  

@@ -117,7 +117,7 @@
  

   
-  
+
 
  
 

Modified: db/torque/maven-plug

svn commit: r239620 - in /db/torque/maven-plugin/trunk: ./ src/plugin-resources/templates/ xdocs/

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 05:09:55 2005
New Revision: 239620

URL: http://svn.apache.org/viewcvs?rev=239620&view=rev
Log:
Updated license information


Modified:
db/torque/maven-plugin/trunk/maven.xml
db/torque/maven-plugin/trunk/plugin.jelly
db/torque/maven-plugin/trunk/plugin.properties
db/torque/maven-plugin/trunk/project.properties
db/torque/maven-plugin/trunk/project.xml
db/torque/maven-plugin/trunk/src/plugin-resources/templates/index.jelly
db/torque/maven-plugin/trunk/xdocs/changes.xml
db/torque/maven-plugin/trunk/xdocs/goals.xml
db/torque/maven-plugin/trunk/xdocs/index.xml
db/torque/maven-plugin/trunk/xdocs/navigation.xml
db/torque/maven-plugin/trunk/xdocs/properties.xml

Modified: db/torque/maven-plugin/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/maven.xml?rev=239620&r1=239619&r2=239620&view=diff
==
--- db/torque/maven-plugin/trunk/maven.xml (original)
+++ db/torque/maven-plugin/trunk/maven.xml Wed Aug 24 05:09:55 2005
@@ -1,21 +1,19 @@
 
-
+
 
 
 

Modified: db/torque/maven-plugin/trunk/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/plugin.jelly?rev=239620&r1=239619&r2=239620&view=diff
==
--- db/torque/maven-plugin/trunk/plugin.jelly (original)
+++ db/torque/maven-plugin/trunk/plugin.jelly Wed Aug 24 05:09:55 2005
@@ -1,21 +1,19 @@
 
-
+
 
 
 

Modified: db/torque/maven-plugin/trunk/plugin.properties
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/plugin.properties?rev=239620&r1=239619&r2=239620&view=diff
==
--- db/torque/maven-plugin/trunk/plugin.properties (original)
+++ db/torque/maven-plugin/trunk/plugin.properties Wed Aug 24 05:09:55 2005
@@ -1,18 +1,16 @@
-# ---
-# Copyright 2002-2004 The Apache Software Foundation
+# Copyright 2001-2005 The Apache Software Foundation.
 #
-# Licensed under the Apache License, Version 2.0 (the "License");
+# Licensed under the Apache License, Version 2.0 (the "License")
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
-# 
+#
 # http://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-# ---
 
 # ---
 # P L U G I N  P R O P E R T I E S
@@ -85,16 +83,16 @@
 database.manual.creation = false
 sameJavaName = false
 
-#torque.database.createUrl = ${createDatabaseUrl}
-#torque.database.buildUrl = ${buildDatabaseUrl}
-#torque.database.url = ${databaseUrl}
-#torque.database.driver = ${databaseDriver}
-#torque.database.user = ${databaseUser}
-#torque.database.password = ${databasePassword}
-#torque.database.host = ${databaseHost}
+# torque.database.createUrl = ${createDatabaseUrl}
+# torque.database.buildUrl = ${buildDatabaseUrl}
+# torque.database.url = ${databaseUrl}
+# torque.database.driver = ${databaseDriver}
+# torque.database.user = ${databaseUser}
+# torque.database.password = ${databasePassword}
+# torque.database.host = ${databaseHost}
 
-#torque.database.schema = ${databaseSchema}
-#torque.database.name = ${databaseName}
+# torque.database.schema = ${databaseSchema}
+# torque.database.name = ${databaseName}
 torque.database.manualCreation = ${database.manual.creation}
 torque.saveJavaName = ${sameJavaName}
 

Modified: db/torque/maven-plugin/trunk/project.properties
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/project.properties?rev=239620&r1=239619&r2=239620&view=diff
==
--- db/torque/maven-plugin/trunk/project.properties (original)
+++ db/torque/maven-plugin/trunk/project.properties Wed Aug 24 05:09:55 2005
@@ -1,18 +1,16 @@
-# ---
-# Copyright 2002-2004 The Apache Software Foundation
+# Copyright 2001-2005 The Apache Software Foundation.
 #
-# Licensed under the Apache License, Version 2.0 (the "License");
+# Licensed under the Apache License, Version 2.0 (the "License")
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
-# 
+#
 # http://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 # Unless required by applicable law

svn commit: r239608 - in /db/torque/common/trunk: project.properties project.xml turbine-checkstyle.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 04:36:02 2005
New Revision: 239608

URL: http://svn.apache.org/viewcvs?rev=239608&view=rev
Log:
remove trailing blanks


Modified:
db/torque/common/trunk/project.properties
db/torque/common/trunk/project.xml
db/torque/common/trunk/turbine-checkstyle.xml

Modified: db/torque/common/trunk/project.properties
URL: 
http://svn.apache.org/viewcvs/db/torque/common/trunk/project.properties?rev=239608&r1=239607&r2=239608&view=diff
==
--- db/torque/common/trunk/project.properties (original)
+++ db/torque/common/trunk/project.properties Wed Aug 24 04:36:02 2005
@@ -22,10 +22,10 @@
 # ---
 
 # 
-# 
+#
 # Maven building and deploy. These settings are for deployment to 
www.apache.org.
 # If you are not an Torque committer, you can safely ignore these. :-)
-# 
+#
 # 
 
maven.repo.remote=http://www.ibiblio.org/maven/,http://www.apache.org/dist/java-repository/
 maven.remote.group=apcvs

Modified: db/torque/common/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/common/trunk/project.xml?rev=239608&r1=239607&r2=239608&view=diff
==
--- db/torque/common/trunk/project.xml (original)
+++ db/torque/common/trunk/project.xml Wed Aug 24 04:36:02 2005
@@ -331,13 +331,13 @@
   plugin
 
 
- 
-  maven-plugins 
-  maven-findbugs-plugin 
-  0.9.1 
-  http://maven-plugins.sourceforge.net/maven-findbugs-plugin/ 
+
+  maven-plugins
+  maven-findbugs-plugin
+  0.9.1
+  http://maven-plugins.sourceforge.net/maven-findbugs-plugin/
   plugin
- 
+
 
 
   maven
@@ -414,7 +414,7 @@
 maven-pmd-plugin
 maven-simian-plugin
 maven-jcoverage-plugin
-maven-findbugs-plugin 
+maven-findbugs-plugin
   
-  
+
 

Modified: db/torque/common/trunk/turbine-checkstyle.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/common/trunk/turbine-checkstyle.xml?rev=239608&r1=239607&r2=239608&view=diff
==
--- db/torque/common/trunk/turbine-checkstyle.xml (original)
+++ db/torque/common/trunk/turbine-checkstyle.xml Wed Aug 24 04:36:02 2005
@@ -165,7 +165,7 @@
 
 
 
-
+
 
 
 



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



svn commit: r239607 - in /db/torque/templates/trunk/etc: ./ CodeWrestler.excludes

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 04:35:39 2005
New Revision: 239607

URL: http://svn.apache.org/viewcvs?rev=239607&view=rev
Log:
CodeWrestler excludes

Added:
db/torque/templates/trunk/etc/
db/torque/templates/trunk/etc/CodeWrestler.excludes

Added: db/torque/templates/trunk/etc/CodeWrestler.excludes
URL: 
http://svn.apache.org/viewcvs/db/torque/templates/trunk/etc/CodeWrestler.excludes?rev=239607&view=auto
==
--- db/torque/templates/trunk/etc/CodeWrestler.excludes (added)
+++ db/torque/templates/trunk/etc/CodeWrestler.excludes Wed Aug 24 04:35:39 2005
@@ -0,0 +1,7 @@
+#
+# This is an excludes file for the CodeWrestler tool 
+#
+# available at 
http://henning.schmiedehausen.org/eyewiki/Wiki.jsp?page=CodeWrestler
+#
+templates/src/templates/sql/id-table
+etc/CodeWrestler.excludes$



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



svn commit: r239606 - in /db/torque/templates/trunk: ./ src/templates/ojb/model/ src/templates/ojb/model_broken/ src/templates/ojb/repository/ src/templates/om/ src/templates/om/bean/ src/templates/sql/base/ src/templates/sql/base/db2/ src/templates/sq...

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 04:34:36 2005
New Revision: 239606

URL: http://svn.apache.org/viewcvs?rev=239606&view=rev
Log:
Remove trailing blanks 

Modified:
db/torque/templates/trunk/maven.xml
db/torque/templates/trunk/src/templates/ojb/model/BaseManager.vm
db/torque/templates/trunk/src/templates/ojb/model/Control.vm
db/torque/templates/trunk/src/templates/ojb/model/Manager.vm
db/torque/templates/trunk/src/templates/ojb/model_broken/Control.vm
db/torque/templates/trunk/src/templates/ojb/repository/Control.vm
db/torque/templates/trunk/src/templates/ojb/repository/MainRepository.vm
db/torque/templates/trunk/src/templates/ojb/repository/Repository.vm
db/torque/templates/trunk/src/templates/om/Control.vm
db/torque/templates/trunk/src/templates/om/Object.vm
db/torque/templates/trunk/src/templates/om/ObjectWithManager.vm
db/torque/templates/trunk/src/templates/om/Peer.vm
db/torque/templates/trunk/src/templates/om/bean/Bean.vm
db/torque/templates/trunk/src/templates/om/bean/ObjectBeanImports.vm
db/torque/templates/trunk/src/templates/om/bean/ObjectBeanMethods.vm
db/torque/templates/trunk/src/templates/sql/base/Control.vm
db/torque/templates/trunk/src/templates/sql/base/db2/columns.vm
db/torque/templates/trunk/src/templates/sql/base/db2/foreignkey.vm
db/torque/templates/trunk/src/templates/sql/base/db2400/primarykey.vm
db/torque/templates/trunk/src/templates/sql/base/derby/foreignkey.vm
db/torque/templates/trunk/src/templates/sql/base/hypersonic/primarykey.vm
db/torque/templates/trunk/src/templates/sql/base/msaccess/primarykey.vm
db/torque/templates/trunk/src/templates/sql/base/mssql/columns.vm
db/torque/templates/trunk/src/templates/sql/base/mssql/foreignkey.vm
db/torque/templates/trunk/src/templates/sql/base/mysql/foreignkey.vm
db/torque/templates/trunk/src/templates/sql/base/mysql/primarykey.vm
db/torque/templates/trunk/src/templates/sql/base/mysql/tablefk.vm
db/torque/templates/trunk/src/templates/sql/base/postgresql/foreignkey.vm
db/torque/templates/trunk/src/templates/sql/base/postgresql/tablefk.vm
db/torque/templates/trunk/src/templates/sql/base/sybase/columns.vm
db/torque/templates/trunk/src/templates/sql/base/sybase/foreignkey.vm
db/torque/templates/trunk/src/templates/sql/db-init/Control.vm
db/torque/templates/trunk/src/templates/sql/load/axion/row.vm
db/torque/templates/trunk/src/templates/sql/load/derby/row.vm
db/torque/templates/trunk/src/templates/sql/load/hypersonic/row.vm
db/torque/templates/trunk/src/templates/sql/load/mssql/row.vm
db/torque/templates/trunk/src/templates/sql/load/postgresql/row.vm

Modified: db/torque/templates/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/templates/trunk/maven.xml?rev=239606&r1=239605&r2=239606&view=diff
==
--- db/torque/templates/trunk/maven.xml (original)
+++ db/torque/templates/trunk/maven.xml Wed Aug 24 04:34:36 2005
@@ -35,6 +35,6 @@
 
 
   
-  
+
   
 

Modified: db/torque/templates/trunk/src/templates/ojb/model/BaseManager.vm
URL: 
http://svn.apache.org/viewcvs/db/torque/templates/trunk/src/templates/ojb/model/BaseManager.vm?rev=239606&r1=239605&r2=239606&view=diff
==
--- db/torque/templates/trunk/src/templates/ojb/model/BaseManager.vm (original)
+++ db/torque/templates/trunk/src/templates/ojb/model/BaseManager.vm Wed Aug 24 
04:34:36 2005
@@ -33,9 +33,9 @@
 public class ${basePrefix}${table.JavaName}Manager
 {
 /** Logging class from commons.logging */
-private static Log log = 
LogFactory.getLog(${basePrefix}${table.JavaName}Manager.class);
+private static Log log = 
LogFactory.getLog(${basePrefix}${table.JavaName}Manager.class);
 
-protected PersistenceBroker getBroker() { 
+protected PersistenceBroker getBroker() {
 return PersistenceBrokerFactory.defaultPersistenceBroker();
 }
 
@@ -81,7 +81,7 @@
 broker.close();
 }
 }
-
+
 protected void save(PersistenceBroker broker, ${table.JavaName} object) {
 broker.store(object);
 }
@@ -99,7 +99,7 @@
 broker.close();
 }
 }
-
+
 protected void delete(PersistenceBroker broker, ${table.JavaName} object) {
 broker.delete(object);
 }

Modified: db/torque/templates/trunk/src/templates/ojb/model/Control.vm
URL: 
http://svn.apache.org/viewcvs/db/torque/templates/trunk/src/templates/ojb/model/Control.vm?rev=239606&r1=239605&r2=239606&view=diff
==
--- db/torque/templates/trunk/src/templates/ojb/model/Control.vm (original)
+++ db/torque/templates/trunk/src/templates/ojb/model/Control.vm Wed Aug 24 
04:34:36 2005
@@ -38,13 +38,13 @

svn commit: r239605 [4/4] - in /db/torque/templates/trunk: ./ src/templates/data/ src/templates/data/dump/ src/templates/doc/ src/templates/doc/anakia/ src/templates/doc/html/ src/templates/ojb/model/ src/templates/ojb/model_broken/ src/templates/ojb/r...

2005-08-24 Thread henning
Modified: db/torque/templates/trunk/src/templates/sql/load/oracle/val.vm
URL: 
http://svn.apache.org/viewcvs/db/torque/templates/trunk/src/templates/sql/load/oracle/val.vm?rev=239605&r1=239604&r2=239605&view=diff
==
--- db/torque/templates/trunk/src/templates/sql/load/oracle/val.vm (original)
+++ db/torque/templates/trunk/src/templates/sql/load/oracle/val.vm Wed Aug 24 
04:30:39 2005
@@ -1 +1,14 @@
+## Copyright 2001-2005 The Apache Software Foundation.
+##
+## Licensed under the Apache License, Version 2.0 (the "License")
+## you may not use this file except in compliance with the License.
+## You may obtain a copy of the License at
+##
+## http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
 
#if($column.Column.needEscapedValue())$column.EscapedValue#else$column.Value#end

Modified: db/torque/templates/trunk/src/templates/sql/load/postgresql/row.vm
URL: 
http://svn.apache.org/viewcvs/db/torque/templates/trunk/src/templates/sql/load/postgresql/row.vm?rev=239605&r1=239604&r2=239605&view=diff
==
--- db/torque/templates/trunk/src/templates/sql/load/postgresql/row.vm 
(original)
+++ db/torque/templates/trunk/src/templates/sql/load/postgresql/row.vm Wed Aug 
24 04:30:39 2005
@@ -1,3 +1,16 @@
+## Copyright 2001-2005 The Apache Software Foundation.
+##
+## Licensed under the Apache License, Version 2.0 (the "License")
+## you may not use this file except in compliance with the License.
+## You may obtain a copy of the License at
+##
+## http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
 INSERT INTO $row.Table.Name (##
 #set ($comma="")#foreach($col in 
$row.ColumnValues)$comma${col.Column.Name}#set($comma=",")#end)
 VALUES (#set ($comma="")#foreach($col in 
$row.ColumnValues)$comma${generator.parse("sql/load/postgresql/val.vm", "", 
"column", $col)}#set ($comma=",")#end);

Modified: db/torque/templates/trunk/src/templates/sql/load/postgresql/val.vm
URL: 
http://svn.apache.org/viewcvs/db/torque/templates/trunk/src/templates/sql/load/postgresql/val.vm?rev=239605&r1=239604&r2=239605&view=diff
==
--- db/torque/templates/trunk/src/templates/sql/load/postgresql/val.vm 
(original)
+++ db/torque/templates/trunk/src/templates/sql/load/postgresql/val.vm Wed Aug 
24 04:30:39 2005
@@ -1 +1,14 @@
+## Copyright 2001-2005 The Apache Software Foundation.
+##
+## Licensed under the Apache License, Version 2.0 (the "License")
+## you may not use this file except in compliance with the License.
+## You may obtain a copy of the License at
+##
+## http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
 
#if($column.Column.needEscapedValue())$column.EscapedValue#else$column.Value#end

Modified: db/torque/templates/trunk/src/templates/sql/load/sapdb/row.vm
URL: 
http://svn.apache.org/viewcvs/db/torque/templates/trunk/src/templates/sql/load/sapdb/row.vm?rev=239605&r1=239604&r2=239605&view=diff
==
--- db/torque/templates/trunk/src/templates/sql/load/sapdb/row.vm (original)
+++ db/torque/templates/trunk/src/templates/sql/load/sapdb/row.vm Wed Aug 24 
04:30:39 2005
@@ -1,3 +1,16 @@
+## Copyright 2001-2005 The Apache Software Foundation.
+##
+## Licensed under the Apache License, Version 2.0 (the "License")
+## you may not use this file except in compliance with the License.
+## You may obtain a copy of the License at
+##
+## http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
 INSERT INTO $row.Table.Name (##
 #set ($comma="")#foreach($col in 
$row.ColumnValues)$c

svn commit: r239604 - in /db/torque/common/trunk: checkstyle-license.txt project.properties project.xml turbine-checkstyle.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 04:29:53 2005
New Revision: 239604

URL: http://svn.apache.org/viewcvs?rev=239604&view=rev
Log:
CodeWrestled a new License Block (-2005) in place.


Modified:
db/torque/common/trunk/checkstyle-license.txt
db/torque/common/trunk/project.properties
db/torque/common/trunk/project.xml
db/torque/common/trunk/turbine-checkstyle.xml

Modified: db/torque/common/trunk/checkstyle-license.txt
URL: 
http://svn.apache.org/viewcvs/db/torque/common/trunk/checkstyle-license.txt?rev=239604&r1=239603&r2=239604&view=diff
==
--- db/torque/common/trunk/checkstyle-license.txt (original)
+++ db/torque/common/trunk/checkstyle-license.txt Wed Aug 24 04:29:53 2005
@@ -1,7 +1,7 @@
 
 
 /*
- * Copyright 2001-2004 The Apache Software Foundation.
+ * Copyright 2001-2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License")
  * you may not use this file except in compliance with the License.
@@ -14,4 +14,4 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */
\ No newline at end of file
+ */

Modified: db/torque/common/trunk/project.properties
URL: 
http://svn.apache.org/viewcvs/db/torque/common/trunk/project.properties?rev=239604&r1=239603&r2=239604&view=diff
==
--- db/torque/common/trunk/project.properties (original)
+++ db/torque/common/trunk/project.properties Wed Aug 24 04:29:53 2005
@@ -1,18 +1,16 @@
-# ---
-# Copyright 2001-2004 The Apache Software Foundation
+# Copyright 2001-2005 The Apache Software Foundation.
 #
-# Licensed under the Apache License, Version 2.0 (the "License");
+# Licensed under the Apache License, Version 2.0 (the "License")
 # you may not use this file except in compliance with the License.
 # You may obtain a copy of the License at
-# 
+#
 # http://www.apache.org/licenses/LICENSE-2.0
-# 
+#
 # Unless required by applicable law or agreed to in writing, software
 # distributed under the License is distributed on an "AS IS" BASIS,
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
-# ---
 
 # ---
 # P R O J E C T  P R O P E R T I E S
@@ -23,12 +21,12 @@
 # to do site or installation specific changes to the project build.
 # ---
 
-#
+# 
 # 
 # Maven building and deploy. These settings are for deployment to 
www.apache.org.
 # If you are not an Torque committer, you can safely ignore these. :-)
 # 
-#
+# 
 
maven.repo.remote=http://www.ibiblio.org/maven/,http://www.apache.org/dist/java-repository/
 maven.remote.group=apcvs
 

Modified: db/torque/common/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/common/trunk/project.xml?rev=239604&r1=239603&r2=239604&view=diff
==
--- db/torque/common/trunk/project.xml (original)
+++ db/torque/common/trunk/project.xml Wed Aug 24 04:29:53 2005
@@ -1,21 +1,19 @@
 
-
+
 
 
   3

Modified: db/torque/common/trunk/turbine-checkstyle.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/common/trunk/turbine-checkstyle.xml?rev=239604&r1=239603&r2=239604&view=diff
==
--- db/torque/common/trunk/turbine-checkstyle.xml (original)
+++ db/torque/common/trunk/turbine-checkstyle.xml Wed Aug 24 04:29:53 2005
@@ -1,21 +1,19 @@
 
-
+
 
 

svn commit: r239598 - in /db/torque/site/xdocs: navigation.xml status.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 03:37:33 2005
New Revision: 239598

URL: http://svn.apache.org/viewcvs?rev=239598&view=rev
Log:
update 3.2-rc1 references


Modified:
db/torque/site/xdocs/navigation.xml
db/torque/site/xdocs/status.xml

Modified: db/torque/site/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/site/xdocs/navigation.xml?rev=239598&r1=239597&r2=239598&view=diff
==
--- db/torque/site/xdocs/navigation.xml (original)
+++ db/torque/site/xdocs/navigation.xml Wed Aug 24 03:37:33 2005
@@ -27,6 +27,7 @@
 
 
 
+  
   
   
 

Modified: db/torque/site/xdocs/status.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/site/xdocs/status.xml?rev=239598&r1=239597&r2=239598&view=diff
==
--- db/torque/site/xdocs/status.xml (original)
+++ db/torque/site/xdocs/status.xml Wed Aug 24 03:37:33 2005
@@ -50,13 +50,7 @@
   page or from the http://ibiblio.org/maven/torque/";>ibiblio maven
   repository. Please refer for the full changes to the
-  changes reports:
-  
-runtime
-generator
-maven-plugin
-templates
-  
+  changes reports at http://db.apache.org/torque/releases/torque-3.2-rc1/changes-report.html";>Changes
 Report.
 
   
 



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



svn commit: r239595 - in /db/torque/site/xdocs: navigation.xml subversion.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 03:11:45 2005
New Revision: 239595

URL: http://svn.apache.org/viewcvs?rev=239595&view=rev
Log:
add some quick notes about torque subversion repo


Added:
db/torque/site/xdocs/subversion.xml   (with props)
Modified:
db/torque/site/xdocs/navigation.xml

Modified: db/torque/site/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/site/xdocs/navigation.xml?rev=239595&r1=239594&r2=239595&view=diff
==
--- db/torque/site/xdocs/navigation.xml (original)
+++ db/torque/site/xdocs/navigation.xml Wed Aug 24 03:11:45 2005
@@ -15,6 +15,7 @@
   
   
   
+  
   http://wiki.apache.org/db-torque/"/>
 
 

Added: db/torque/site/xdocs/subversion.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/site/xdocs/subversion.xml?rev=239595&view=auto
==
--- db/torque/site/xdocs/subversion.xml (added)
+++ db/torque/site/xdocs/subversion.xml Wed Aug 24 03:11:45 2005
@@ -0,0 +1,149 @@
+
+
+
+  
+Torque
+Henning P. Schmiedehausen
+  
+
+  
+   
+ 
+  Up to release 3.1.1, Torque used CVS as its source code
+  repository. Most of the older releases still point to the CVS
+  repository at cvs.apache.org. During the 3.2 development cycle,
+  the Torque team (with a few well-meant nudges from the Apache
+  Software Foundation infrastructure team) decided to move the
+  Torque source code from CVS to http://subversion.tigris.org";>Subversion.
+
+
+
+  If you have never worked with Subversion before, please take a
+  look at http://svnbook.red-bean.com/";>the free
+  subversion book and also at http://www.apache.org/dev/version-control.html";>Source
+  code repositories at the Apache Software Foundation to get
+  more information.
+
+   
+
+   
+
+ Unlike some other repositories you might know, Torque makes some
+ use of the http://svnbook.red-bean.com/en/1.1/ch07s04.html";>svn:externals
+ feature of Subversion to organize its tree. This might lead to
+ some "gotchas", so be warned.
+
+
+
+ 
+  Torque contains the following modules:
+
+  
+   ModuleSubversion repository
+
+   Runtime http://svn.apache.org/viewcvs/db/torque/runtime/trunk/";>http://svn.apache.org/repos/asf/db/torque/runtime/trunk
+   Generator   http://svn.apache.org/viewcvs/db/torque/generator/trunk/";>http://svn.apache.org/repos/asf/db/torque/generator/trunk/
+   Templates   http://svn.apache.org/viewcvs/db/torque/templates/trunk/";>http://svn.apache.org/repos/asf/db/torque/templates/trunk/
+   Maven-Pluginhttp://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/";>http://svn.apache.org/repos/asf/db/torque/maven-plugin/trunk/
+   Sitehttp://svn.apache.org/viewcvs/db/torque/site/";>http://svn.apache.org/repos/asf/db/torque/site/
+   Common  http://svn.apache.org/viewcvs/db/torque/common/trunk/";>http://svn.apache.org/repos/asf/db/torque/common/trunk/
+  
+ 
+
+
+
+ 
+  These modules make up the main torque distribution. They
+  are released in regular intervals and are available as binary
+  and source distributions from the
+  Torque download page. Each of these modules is developed
+  on its own Subversion trunk; Tags and Branches are located in
+  the respective .../tags and .../branches 
subdirectories.
+ 
+
+
+
+ 
+  The common module is a special module because it contains files
+  that are needed in all main modules of the Torque source
+  tree. Every module pulls it into its source tree through an
+  external reference and references the files in the common module
+  as /common/... 
+  Please be aware that every change
+  inside this module influences the build process of all the
+  Torque modules!.
+ 
+
+
+ 
+  The Torque site contains the information global to all Torque
+  releases such as main navigation, download page or the page
+  you're currently reading. It has no branches or tags.
+ 
+
+   
+
+   
+
+ All CVS tags and branches that existed before the conversion to 
Subversion have
+ been preserved. These are only for historic reasons and there will be no 
more 
+ development here. Branches and Tags after the Subversion conversion will 
be located
+ in the module specific branches/ and tags/ directories.
+
+ 
+  http://svn.apache.org/viewcvs/db/torque/tags/";>Old CVS 
Tags -- http://svn.apache.org/repos/asf/db/torque/tags/
+  http://svn.apache.org/viewcvs/db/torque/branches/";>Old CVS 
Branches -- http://svn.apache.org/repos/asf/db/torque/branches/
+ 
+ 
+   
+  
+   
+
+ 

svn commit: r239594 - /db/torque/site/project.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 03:11:24 2005
New Revision: 239594

URL: http://svn.apache.org/viewcvs?rev=239594&view=rev
Log:
gee, without an id and a version, maven will not deploy...


Modified:
db/torque/site/project.xml

Modified: db/torque/site/project.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/site/project.xml?rev=239594&r1=239593&r2=239594&view=diff
==
--- db/torque/site/project.xml (original)
+++ db/torque/site/project.xml Wed Aug 24 03:11:24 2005
@@ -20,6 +20,8 @@
 
   3
   torque
+  torque-site
+  unversioned
   Torque Site
   
 Apache Software Foundation



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



svn commit: r239578 - /db/torque/generator/trunk/xdocs/navigation.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 02:10:18 2005
New Revision: 239578

URL: http://svn.apache.org/viewcvs?rev=239578&view=rev
Log:
update navigation


Modified:
db/torque/generator/trunk/xdocs/navigation.xml

Modified: db/torque/generator/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/generator/trunk/xdocs/navigation.xml?rev=239578&r1=239577&r2=239578&view=diff
==
--- db/torque/generator/trunk/xdocs/navigation.xml (original)
+++ db/torque/generator/trunk/xdocs/navigation.xml Wed Aug 24 02:10:18 2005
@@ -5,13 +5,14 @@
 
   
 
-  
-  
-  
-  
+  http://db.apache.org/torque/"/>
+  http://db.apache.org/torque/runtime"/>
+  http://db.apache.org/torque/generator/"/>
+  http://db.apache.org/torque/templates"/>
+  http://db.apache.org/torque/maven-plugin/"/>
 
 
-
+
   
   
   



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



SVN reorganisation complete, new site deployed

2005-08-24 Thread Henning P. Schmiedehausen
Hi,

the reorganisation of the torque svn into different parts for the
various torque elements is now complete.

I also updated the various sites and redeployed them. If you have
noticed the new 'logo' on the top right corner: I couldn't stand the
old "white on blue" any longer.

If you have a better idea for a logo or simply want to update or
change this one: in the 'site' module there is a src/gimp directory
which contains the gimp sources for this logo.

Regards
    Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen  INTERMETA GmbH
[EMAIL PROTECTED]+49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

  4 - 8 - 15 - 16 - 23 - 42

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



svn commit: r239579 - /db/torque/templates/trunk/xdocs/images/torque-logo-new.png

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 02:15:49 2005
New Revision: 239579

URL: http://svn.apache.org/viewcvs?rev=239579&view=rev
Log:
added new logo


Added:
db/torque/templates/trunk/xdocs/images/torque-logo-new.png   (with props)

Added: db/torque/templates/trunk/xdocs/images/torque-logo-new.png
URL: 
http://svn.apache.org/viewcvs/db/torque/templates/trunk/xdocs/images/torque-logo-new.png?rev=239579&view=auto
==
Binary file - no diff available.

Propchange: db/torque/templates/trunk/xdocs/images/torque-logo-new.png
--
svn:mime-type = image/png



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



svn commit: r239580 - /db/torque/templates/trunk/xdocs/navigation.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 02:16:02 2005
New Revision: 239580

URL: http://svn.apache.org/viewcvs?rev=239580&view=rev
Log:
updated navigation


Modified:
db/torque/templates/trunk/xdocs/navigation.xml

Modified: db/torque/templates/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/templates/trunk/xdocs/navigation.xml?rev=239580&r1=239579&r2=239580&view=diff
==
--- db/torque/templates/trunk/xdocs/navigation.xml (original)
+++ db/torque/templates/trunk/xdocs/navigation.xml Wed Aug 24 02:16:02 2005
@@ -5,10 +5,11 @@
 
   
 
-  
-  
-  
-  
+  http://db.apache.org/torque/"/>
+  http://db.apache.org/torque/runtime"/>
+  http://db.apache.org/torque/generator/"/>
+  http://db.apache.org/torque/templates"/>
+  http://db.apache.org/torque/maven-plugin/"/>
 
   
 



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



svn commit: r239581 - /db/torque/templates/trunk/project.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 02:16:19 2005
New Revision: 239581

URL: http://svn.apache.org/viewcvs?rev=239581&view=rev
Log:
update site and scm urls


Modified:
db/torque/templates/trunk/project.xml

Modified: db/torque/templates/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/templates/trunk/project.xml?rev=239581&r1=239580&r2=239581&view=diff
==
--- db/torque/templates/trunk/project.xml (original)
+++ db/torque/templates/trunk/project.xml Wed Aug 24 02:16:19 2005
@@ -26,13 +26,13 @@
 
   Templates for the Generator for Torque.
   Templates for the Generator for Torque
-  http://db.apache.org/torque/generator/templates
-  /www/db.apache.org/torque/generator/templates
+  http://db.apache.org/torque/templates
+  /www/db.apache.org/torque/templates
 
   
-
scm:svn:http://svn.apache.org/repos/asf/db/torque/trunk/src/generator/src/templates
-
scm:svn:https://svn.apache.org/repos/asf/db/torque/trunk/src/generator/src/templates
-
http://svn.apache.org/viewcvs.cgi/db/torque/trunk/src/generator/src/templates/
+
scm:svn:http://svn.apache.org/repos/asf/db/torque/templates/trunk/
+
scm:svn:https://svn.apache.org/repos/asf/db/torque/templates/trunk/
+http://svn.apache.org/viewcvs/db/torque/templates/trunk/
   
 
   



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



svn commit: r239585 - /db/torque/maven-plugin/trunk/project.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 02:20:37 2005
New Revision: 239585

URL: http://svn.apache.org/viewcvs?rev=239585&view=rev
Log:
updated scm urls


Modified:
db/torque/maven-plugin/trunk/project.xml

Modified: db/torque/maven-plugin/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/project.xml?rev=239585&r1=239584&r2=239585&view=diff
==
--- db/torque/maven-plugin/trunk/project.xml (original)
+++ db/torque/maven-plugin/trunk/project.xml Wed Aug 24 02:20:37 2005
@@ -30,9 +30,9 @@
   /www/db.apache.org/torque/maven-plugin
 
   
-
scm:svn:http://svn.apache.org/repos/asf/db/torque/trunk/src/maven-plugin
-
scm:svn:https://svn.apache.org/repos/asf/db/torque/trunk/src/maven-plugin
-
http://svn.apache.org/viewcvs.cgi/db/torque/trunk/src/maven-plugin/
+
scm:svn:http://svn.apache.org/repos/asf/db/torque/maven-plugin/trunk/
+
scm:svn:https://svn.apache.org/repos/asf/db/torque/maven-plugin/trunk/
+http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/
   
 
   



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



svn commit: r239583 - /db/torque/maven-plugin/trunk/xdocs/navigation.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 02:19:24 2005
New Revision: 239583

URL: http://svn.apache.org/viewcvs?rev=239583&view=rev
Log:
update navigation


Modified:
db/torque/maven-plugin/trunk/xdocs/navigation.xml

Modified: db/torque/maven-plugin/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/xdocs/navigation.xml?rev=239583&r1=239582&r2=239583&view=diff
==
--- db/torque/maven-plugin/trunk/xdocs/navigation.xml (original)
+++ db/torque/maven-plugin/trunk/xdocs/navigation.xml Wed Aug 24 02:19:24 2005
@@ -5,10 +5,11 @@
 
   
 
-  
-  
-  
-  
+  http://db.apache.org/torque/"/>
+  http://db.apache.org/torque/runtime"/>
+  http://db.apache.org/torque/generator/"/>
+  http://db.apache.org/torque/templates"/>
+  http://db.apache.org/torque/maven-plugin/"/>
 
 
 



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



svn commit: r239582 - /db/torque/maven-plugin/trunk/xdocs/images/torque-logo-new.png

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 02:19:04 2005
New Revision: 239582

URL: http://svn.apache.org/viewcvs?rev=239582&view=rev
Log:
add new logo


Added:
db/torque/maven-plugin/trunk/xdocs/images/torque-logo-new.png   (with props)

Added: db/torque/maven-plugin/trunk/xdocs/images/torque-logo-new.png
URL: 
http://svn.apache.org/viewcvs/db/torque/maven-plugin/trunk/xdocs/images/torque-logo-new.png?rev=239582&view=auto
==
Binary file - no diff available.

Propchange: db/torque/maven-plugin/trunk/xdocs/images/torque-logo-new.png
--
svn:mime-type = image/png



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



svn commit: r239576 - /db/torque/generator/trunk/xdocs/images/torque-logo-new.png

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 02:09:36 2005
New Revision: 239576

URL: http://svn.apache.org/viewcvs?rev=239576&view=rev
Log:
add new logo

Added:
db/torque/generator/trunk/xdocs/images/torque-logo-new.png   (with props)

Added: db/torque/generator/trunk/xdocs/images/torque-logo-new.png
URL: 
http://svn.apache.org/viewcvs/db/torque/generator/trunk/xdocs/images/torque-logo-new.png?rev=239576&view=auto
==
Binary file - no diff available.

Propchange: db/torque/generator/trunk/xdocs/images/torque-logo-new.png
--
svn:mime-type = image/png



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



svn commit: r239577 - /db/torque/generator/trunk/project.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 02:09:59 2005
New Revision: 239577

URL: http://svn.apache.org/viewcvs?rev=239577&view=rev
Log:
update site url and scm urls


Modified:
db/torque/generator/trunk/project.xml

Modified: db/torque/generator/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/generator/trunk/project.xml?rev=239577&r1=239576&r2=239577&view=diff
==
--- db/torque/generator/trunk/project.xml (original)
+++ db/torque/generator/trunk/project.xml Wed Aug 24 02:09:59 2005
@@ -26,13 +26,13 @@
 
   Generator for Torque.
   Generator for Torque
-  http://db.apache.org/torque/generator
-  /www/db.apache.org/torque/generator
+  http://db.apache.org/torque/generator/
+  /www/db.apache.org/torque/generator/
 
   
-
scm:svn:http://svn.apache.org/repos/asf/db/torque/trunk/src/generator
-
scm:svn:https://svn.apache.org/repos/asf/db/torque/trunk/src/generator
-http://svn.apache.org/viewcvs.cgi/db/torque/trunk/src/generator/
+
scm:svn:http://svn.apache.org/repos/asf/db/torque/generator/trunk/
+
scm:svn:https://svn.apache.org/repos/asf/db/torque/generator/trunk/
+http://svn.apache.org/viewcvs/db/torque/generator/trunk/
   
 
   



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



svn commit: r239573 - in /db/torque/generator/trunk: maven.xml project.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 01:53:52 2005
New Revision: 239573

URL: http://svn.apache.org/viewcvs?rev=239573&view=rev
Log:
add a "dist.bundle" property which makes it possible to select the
elements going into the binary distribution with a property in the
POM, thus removing the necessity to hard code them in maven.xml


Modified:
db/torque/generator/trunk/maven.xml
db/torque/generator/trunk/project.xml

Modified: db/torque/generator/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/generator/trunk/maven.xml?rev=239573&r1=239572&r2=239573&view=diff
==
--- db/torque/generator/trunk/maven.xml (original)
+++ db/torque/generator/trunk/maven.xml Wed Aug 24 01:53:52 2005
@@ -27,6 +27,7 @@
 
 
 
@@ -52,8 +53,13 @@
   
   
 
-
-
+
+  
+
+  
+
+
 
 http://svn.apache.org/viewcvs/db/torque/generator/trunk/project.xml?rev=239573&r1=239572&r2=239573&view=diff
==
--- db/torque/generator/trunk/project.xml (original)
+++ db/torque/generator/trunk/project.xml Wed Aug 24 01:53:52 2005
@@ -41,6 +41,9 @@
   ant
   1.6.5
   http://ant.apache.org/
+  
+true
+  
 
 
 
@@ -48,6 +51,9 @@
   commons-collections
   3.1
   http://jakarta.apache.org/commons/collections/
+  
+true
+  
 
 
 
@@ -55,6 +61,9 @@
   commons-lang
   2.1
   http://jakarta.apache.org/commons/lang/
+  
+true
+  
 
 
 
@@ -62,6 +71,9 @@
   commons-logging
   1.0.4
   http://jakarta.apache.org/commons/logging/
+  
+true
+  
 
 
 
@@ -69,6 +81,9 @@
   logkit
   1.0.1
   http://avalon.apache.org/products/runtime/system/logging/
+  
+true
+  
 
 
 
@@ -76,6 +91,9 @@
   torque-gen-templates
   3.2-rc2-dev
   http://db.apache.org/torque/generator/templates/
+  
+true
+  
 
 
 
@@ -83,6 +101,9 @@
   velocity
   1.3.1
   http://jakarta.apache.org/velocity/
+  
+true
+  
 
 
 
@@ -90,6 +111,9 @@
   village
   2.0-dev-20030825
   http://share.whichever.com/index.php?SCREEN=village
+  
+true
+  
 
 
 
@@ -97,6 +121,9 @@
   xerces
   2.6.2
   http://xml.apache.org/xerces2-j/
+  
+true
+  
 
 
 
@@ -104,6 +131,9 @@
   xml-apis
   2.0.2
   http://xml.apache.org/commons/
+  
+true
+  
 
 
   



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



svn commit: r239570 - /db/torque/common/trunk/project.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 01:26:51 2005
New Revision: 239570

URL: http://svn.apache.org/viewcvs?rev=239570&view=rev
Log:
update site address, add new logo


Modified:
db/torque/common/trunk/project.xml

Modified: db/torque/common/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/common/trunk/project.xml?rev=239570&r1=239569&r2=239570&view=diff
==
--- db/torque/common/trunk/project.xml (original)
+++ db/torque/common/trunk/project.xml Wed Aug 24 01:26:51 2005
@@ -29,7 +29,7 @@
   
   2000
   org.apache.torque
-  /images/torque-logo-blue.png
+  /images/torque-logo-new.png
 
   
   db
@@ -38,8 +38,7 @@
   Persistence Layer
   http://db.apache.org/torque/
   http://issues.apache.org/scarab/issues
-  cvs.apache.org
-  /www/db.apache.org/torque/
+  svn.apache.org
   www.apache.org
   
/www/www.apache.org/dist/java-repository
 



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



svn commit: r239569 - /db/torque/runtime/trunk/xdocs/images/torque-logo-new.png

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 01:26:14 2005
New Revision: 239569

URL: http://svn.apache.org/viewcvs?rev=239569&view=rev
Log:
add new logo


Added:
db/torque/runtime/trunk/xdocs/images/torque-logo-new.png   (with props)

Added: db/torque/runtime/trunk/xdocs/images/torque-logo-new.png
URL: 
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/xdocs/images/torque-logo-new.png?rev=239569&view=auto
==
Binary file - no diff available.

Propchange: db/torque/runtime/trunk/xdocs/images/torque-logo-new.png
--
svn:mime-type = image/png



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



svn commit: r239568 - /db/torque/runtime/trunk/xdocs/navigation.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 01:26:05 2005
New Revision: 239568

URL: http://svn.apache.org/viewcvs?rev=239568&view=rev
Log:
modify navigation to reflect new site layout


Modified:
db/torque/runtime/trunk/xdocs/navigation.xml

Modified: db/torque/runtime/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/xdocs/navigation.xml?rev=239568&r1=239567&r2=239568&view=diff
==
--- db/torque/runtime/trunk/xdocs/navigation.xml (original)
+++ db/torque/runtime/trunk/xdocs/navigation.xml Wed Aug 24 01:26:05 2005
@@ -5,17 +5,15 @@
 
   
 
-  
-  
-  
-  
+  http://db.apache.org/torque/"/>
+  http://db.apache.org/torque/runtime"/>
+  http://db.apache.org/torque/generator/"/>
+  http://db.apache.org/torque/templates"/>
+  http://db.apache.org/torque/maven-plugin/"/>
 
 
-
+
   
-  
-  
-  http://db.apache.org/torque-311/"/>
   http://wiki.apache.org/db-torque/"/>
 
 



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



svn commit: r239567 - /db/torque/runtime/trunk/project.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 01:25:21 2005
New Revision: 239567

URL: http://svn.apache.org/viewcvs?rev=239567&view=rev
Log:
update SCM references

Modified:
db/torque/runtime/trunk/project.xml

Modified: db/torque/runtime/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/project.xml?rev=239567&r1=239566&r2=239567&view=diff
==
--- db/torque/runtime/trunk/project.xml (original)
+++ db/torque/runtime/trunk/project.xml Wed Aug 24 01:25:21 2005
@@ -26,12 +26,12 @@
   Torque is a persistence layer.
   Persistence Layer
   http://db.apache.org/torque/
-  /www/db.apache.org/torque/
+  /www/db.apache.org/torque/runtime/
 
   
-
scm:svn:http://svn.apache.org/repos/asf/db/torque/trunk
-
scm:svn:https://svn.apache.org/repos/asf/db/torque/trunk
-http://svn.apache.org/viewcvs.cgi/db/torque/trunk/
+
scm:svn:http://svn.apache.org/repos/asf/db/torque/runtime/trunk
+
scm:svn:https://svn.apache.org/repos/asf/db/torque/runtime/trunk
+http://svn.apache.org/viewcvs/db/torque/runtime/trunk/
   
 
   



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



svn commit: r239566 - in /db/torque/runtime/trunk: maven.xml project.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 01:24:55 2005
New Revision: 239566

URL: http://svn.apache.org/viewcvs?rev=239566&view=rev
Log:
add a "dist.bundle" property which makes it possible to select the
elements going into the binary distribution with a property in the
POM, thus removing the necessity to hard code them in maven.xml


Modified:
db/torque/runtime/trunk/maven.xml
db/torque/runtime/trunk/project.xml

Modified: db/torque/runtime/trunk/maven.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/maven.xml?rev=239566&r1=239565&r2=239566&view=diff
==
--- db/torque/runtime/trunk/maven.xml (original)
+++ db/torque/runtime/trunk/maven.xml Wed Aug 24 01:24:55 2005
@@ -45,9 +45,12 @@
   
   
 
-
+
+  
+
+  
+
 
 
 

Modified: db/torque/runtime/trunk/project.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/runtime/trunk/project.xml?rev=239566&r1=239565&r2=239566&view=diff
==
--- db/torque/runtime/trunk/project.xml (original)
+++ db/torque/runtime/trunk/project.xml Wed Aug 24 01:24:55 2005
@@ -40,6 +40,9 @@
   avalon-framework
   4.1.4
   http://avalon.apache.org/
+  
+true
+  
 
 
 
@@ -47,6 +50,9 @@
   commons-beanutils
   1.7.0
   http://jakarta.apache.org/commons/beanutils/
+  
+true
+  
 
 
 
@@ -54,6 +60,9 @@
   commons-collections
   3.1
   http://jakarta.apache.org/commons/collections/
+  
+true
+  
 
 
 
@@ -61,6 +70,9 @@
   commons-configuration
   1.1
   http://jakarta.apache.org/commons/configuration/
+  
+true
+  
 
 
 
@@ -68,6 +80,9 @@
   commons-dbcp
   1.2.1
   http://jakarta.apache.org/commons/dbcp/
+  
+true
+  
 
 
 
@@ -75,6 +90,9 @@
   commons-lang
   2.1
   http://jakarta.apache.org/commons/lang/
+  
+true
+  
 
 
 
@@ -82,6 +100,9 @@
   commons-logging
   1.0.4
   http://jakarta.apache.org/commons/logging/
+  
+true
+  
 
 
 
@@ -89,6 +110,9 @@
   commons-pool
   1.2
   http://jakarta.apache.org/commons/pool/
+  
+true
+  
 
 
 
@@ -96,6 +120,9 @@
   jcs
   20030822.182132
   http://jakarta.apache.org/turbine/jcs/
+  
+true
+  
 
 
 
@@ -117,6 +144,9 @@
   log4j
   1.2.8
   http://logging.apache.org/log4j/
+  
+true
+  
 
 
 
@@ -125,6 +155,9 @@
   logkit
   1.0.1
   http://avalon.apache.org/products/runtime/system/logging/
+  
+true
+  
 
 
 
@@ -132,6 +165,9 @@
   village
   2.0-dev-20030825
   http://share.whichever.com/index.php?SCREEN=village
+  
+true
+  
 
 
 
@@ -139,6 +175,9 @@
   xerces
   2.6.2
   http://xml.apache.org/xerces2-j/
+  
+true
+  
 
 
 
@@ -146,6 +185,9 @@
   xml-apis
   2.0.2
   http://xml.apache.org/commons/
+  
+true
+  
 
 
 



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



svn commit: r239559 - /db/torque/site/xdocs/navigation.xml

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 00:52:20 2005
New Revision: 239559

URL: http://svn.apache.org/viewcvs?rev=239559&view=rev
Log:
We only have docs for 3.1 and 3.1.1 on file...

Modified:
db/torque/site/xdocs/navigation.xml

Modified: db/torque/site/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/db/torque/site/xdocs/navigation.xml?rev=239559&r1=239558&r2=239559&view=diff
==
--- db/torque/site/xdocs/navigation.xml (original)
+++ db/torque/site/xdocs/navigation.xml Wed Aug 24 00:52:20 2005
@@ -28,9 +28,6 @@
 
   
   
-  
-  
-  
 
   
 



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



svn commit: r239558 - /db/torque/site/project.properties

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 00:50:57 2005
New Revision: 239558

URL: http://svn.apache.org/viewcvs?rev=239558&view=rev
Log:
Add revision keyword


Modified:
db/torque/site/project.properties   (props changed)

Propchange: db/torque/site/project.properties
--
--- svn:keywords (original)
+++ svn:keywords Wed Aug 24 00:50:57 2005
@@ -1 +1 @@
-Id Author
+Id Author Revision



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



svn commit: r239557 - in /db/torque/site: src/gimp/torque-logo-new.xcf.gz xdocs/images/torque-logo-new.png

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 00:49:55 2005
New Revision: 239557

URL: http://svn.apache.org/viewcvs?rev=239557&view=rev
Log:
- Make Logo 164x51 (the feather logo on the left side is also 51 pixels
  high)

- Make Background transparent (not white)


Modified:
db/torque/site/src/gimp/torque-logo-new.xcf.gz
db/torque/site/xdocs/images/torque-logo-new.png

Modified: db/torque/site/src/gimp/torque-logo-new.xcf.gz
URL: 
http://svn.apache.org/viewcvs/db/torque/site/src/gimp/torque-logo-new.xcf.gz?rev=239557&r1=239556&r2=239557&view=diff
==
Binary files - no diff available.

Modified: db/torque/site/xdocs/images/torque-logo-new.png
URL: 
http://svn.apache.org/viewcvs/db/torque/site/xdocs/images/torque-logo-new.png?rev=239557&r1=239556&r2=239557&view=diff
==
Binary files - no diff available.



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



svn commit: r239556 - /db/torque/maven-plugin/trunk/

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 00:37:21 2005
New Revision: 239556

URL: http://svn.apache.org/viewcvs?rev=239556&view=rev
Log:
updated externals

Modified:
db/torque/maven-plugin/trunk/   (props changed)

Propchange: db/torque/maven-plugin/trunk/
--
--- svn:externals (original)
+++ svn:externals Wed Aug 24 00:37:21 2005
@@ -1 +1 @@
-common 
https://svn.apache.org/repos/asf/db/torque/branches/svn-reorganisation-branch/common/trunk
+common https://svn.apache.org/repos/asf/db/torque/common/trunk



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



svn commit: r239555 - /db/torque/templates/trunk/

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 00:36:51 2005
New Revision: 239555

URL: http://svn.apache.org/viewcvs?rev=239555&view=rev
Log:
updated externals

Modified:
db/torque/templates/trunk/   (props changed)

Propchange: db/torque/templates/trunk/
--
--- svn:externals (original)
+++ svn:externals Wed Aug 24 00:36:51 2005
@@ -1 +1 @@
-common 
https://svn.apache.org/repos/asf/db/torque/branches/svn-reorganisation-branch/common/trunk
+common https://svn.apache.org/repos/asf/db/torque/common/trunk



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



svn commit: r239554 - /db/torque/generator/trunk/

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 00:36:19 2005
New Revision: 239554

URL: http://svn.apache.org/viewcvs?rev=239554&view=rev
Log:
updated externals

Modified:
db/torque/generator/trunk/   (props changed)

Propchange: db/torque/generator/trunk/
--
--- svn:externals (original)
+++ svn:externals Wed Aug 24 00:36:19 2005
@@ -1 +1 @@
-common 
https://svn.apache.org/repos/asf/db/torque/branches/svn-reorganisation-branch/common/trunk
+common https://svn.apache.org/repos/asf/db/torque/common/trunk



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



svn commit: r239553 - /db/torque/runtime/trunk/

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 00:36:12 2005
New Revision: 239553

URL: http://svn.apache.org/viewcvs?rev=239553&view=rev
Log:
updated externals

Modified:
db/torque/runtime/trunk/   (props changed)

Propchange: db/torque/runtime/trunk/
--
--- svn:externals (original)
+++ svn:externals Wed Aug 24 00:36:12 2005
@@ -1 +1 @@
-common 
https://svn.apache.org/repos/asf/db/torque/branches/svn-reorganisation-branch/common/trunk
+common https://svn.apache.org/repos/asf/db/torque/common/trunk



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



svn commit: r239551 - /db/torque/trunks/

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 00:29:42 2005
New Revision: 239551

URL: http://svn.apache.org/viewcvs?rev=239551&view=rev
Log:
update externals


Modified:
db/torque/trunks/   (props changed)

Propchange: db/torque/trunks/
--
--- svn:externals (original)
+++ svn:externals Wed Aug 24 00:29:42 2005
@@ -1,5 +1,5 @@
-runtime 
https://svn.apache.org/repos/asf/db/torque/branches/svn-reorganisation-branch/runtime/trunk
-generator 
https://svn.apache.org/repos/asf/db/torque/branches/svn-reorganisation-branch/generator/trunk
-templates 
https://svn.apache.org/repos/asf/db/torque/branches/svn-reorganisation-branch/templates/trunk
-maven-plugin 
https://svn.apache.org/repos/asf/db/torque/branches/svn-reorganisation-branch/maven-plugin/trunk
-common 
https://svn.apache.org/repos/asf/db/torque/branches/svn-reorganisation-branch/common/trunk
+runtime https://svn.apache.org/repos/asf/db/torque/runtime/trunk
+generator https://svn.apache.org/repos/asf/db/torque/generator/trunk
+templates https://svn.apache.org/repos/asf/db/torque/templates/trunk
+maven-plugin https://svn.apache.org/repos/asf/db/torque/maven-plugin/trunk
+common https://svn.apache.org/repos/asf/db/torque/common/trunk



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



svn commit: r239549 - /db/torque/branches/svn-reorganisation-branch/

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 00:26:14 2005
New Revision: 239549

URL: http://svn.apache.org/viewcvs?rev=239549&view=rev
Log:
no longer needed

Removed:
db/torque/branches/svn-reorganisation-branch/


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



svn commit: r239548 - in /db/torque: branches/svn-reorganisation-branch/site/ site/

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 00:25:45 2005
New Revision: 239548

URL: http://svn.apache.org/viewcvs?rev=239548&view=rev
Log:
move site in place

Added:
db/torque/site/
  - copied from r239547, db/torque/branches/svn-reorganisation-branch/site/
Removed:
db/torque/branches/svn-reorganisation-branch/site/


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



svn commit: r239547 - in /db/torque: branches/svn-reorganisation-branch/trunks/ trunks/

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 00:25:26 2005
New Revision: 239547

URL: http://svn.apache.org/viewcvs?rev=239547&view=rev
Log:
move trunks in place

Added:
db/torque/trunks/
  - copied from r239546, 
db/torque/branches/svn-reorganisation-branch/trunks/
Removed:
db/torque/branches/svn-reorganisation-branch/trunks/


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



svn commit: r239546 - /db/torque/trunk/

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 00:24:11 2005
New Revision: 239546

URL: http://svn.apache.org/viewcvs?rev=239546&view=rev
Log:
remove old trunk

Removed:
db/torque/trunk/


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



svn commit: r239545 - in /db/torque: branches/svn-reorganisation-branch/templates/ templates/

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 00:23:33 2005
New Revision: 239545

URL: http://svn.apache.org/viewcvs?rev=239545&view=rev
Log:
move templates in place

Added:
db/torque/templates/
  - copied from r239544, 
db/torque/branches/svn-reorganisation-branch/templates/
Removed:
db/torque/branches/svn-reorganisation-branch/templates/


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



svn commit: r239544 - in /db/torque: branches/svn-reorganisation-branch/runtime/ runtime/

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 00:23:15 2005
New Revision: 239544

URL: http://svn.apache.org/viewcvs?rev=239544&view=rev
Log:
move runtime in place

Added:
db/torque/runtime/
  - copied from r239543, 
db/torque/branches/svn-reorganisation-branch/runtime/
Removed:
db/torque/branches/svn-reorganisation-branch/runtime/


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



svn commit: r239543 - in /db/torque: branches/svn-reorganisation-branch/maven-plugin/ maven-plugin/

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 00:22:57 2005
New Revision: 239543

URL: http://svn.apache.org/viewcvs?rev=239543&view=rev
Log:
move maven-plugin in place

Added:
db/torque/maven-plugin/
  - copied from r239542, 
db/torque/branches/svn-reorganisation-branch/maven-plugin/
Removed:
db/torque/branches/svn-reorganisation-branch/maven-plugin/


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



svn commit: r239542 - in /db/torque: branches/svn-reorganisation-branch/generator/ generator/

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 00:22:36 2005
New Revision: 239542

URL: http://svn.apache.org/viewcvs?rev=239542&view=rev
Log:
move generator in place

Added:
db/torque/generator/
  - copied from r239541, 
db/torque/branches/svn-reorganisation-branch/generator/
Removed:
db/torque/branches/svn-reorganisation-branch/generator/


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



svn commit: r239541 - in /db/torque: branches/svn-reorganisation-branch/common/ common/

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 00:22:04 2005
New Revision: 239541

URL: http://svn.apache.org/viewcvs?rev=239541&view=rev
Log:
move common in place

Added:
db/torque/common/
  - copied from r239540, 
db/torque/branches/svn-reorganisation-branch/common/
Removed:
db/torque/branches/svn-reorganisation-branch/common/


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



svn commit: r239540 - in /db/torque/branches/svn-reorganisation-branch: site/ trunks/

2005-08-24 Thread henning
Author: henning
Date: Wed Aug 24 00:20:59 2005
New Revision: 239540

URL: http://svn.apache.org/viewcvs?rev=239540&view=rev
Log:
add ignores to trunks and site


Modified:
db/torque/branches/svn-reorganisation-branch/site/   (props changed)
db/torque/branches/svn-reorganisation-branch/trunks/   (props changed)

Propchange: db/torque/branches/svn-reorganisation-branch/site/
--
--- svn:ignore (added)
+++ svn:ignore Wed Aug 24 00:20:59 2005
@@ -0,0 +1,10 @@
+junit*.properties
+*.log
+*~
+.classpath
+.project
+build.properties
+jcoverage.ser
+logs
+svn-commit*
+target

Propchange: db/torque/branches/svn-reorganisation-branch/trunks/
--
--- svn:ignore (added)
+++ svn:ignore Wed Aug 24 00:20:59 2005
@@ -0,0 +1,10 @@
+junit*.properties
+*.log
+*~
+.classpath
+.project
+build.properties
+jcoverage.ser
+logs
+svn-commit*
+target



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



  1   2   3   4   5   6   >