You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by Michael Dick <mi...@gmail.com> on 2007/04/11 00:40:10 UTC

Re: svn commit: r527320 [1/2] - in /incubator/openjpa/branches/0.9.7-incubating: ./ openjpa-all/ openjpa-examples/ openjpa-integration/ openjpa-integration/examples/ openjpa-integration/tck/ openjpa-jdbc-5/ openjpa-jdbc/ openjpa-kernel-5/ openjpa-ker

Hi Craig,

Well I didn't intentionally remove them :-). It looks like they were removed
by the maven plugin and this is one of the automated commits that it does.
Looks like another gotcha with the tool.

I'm going to rollback the changes again and see if I can fix the endline and
the copyright problems. For the time being I'll leave the artifacts on
people.apache.org/~mikedd.  There should be another set of commits coming
through later tonight tonight.

Thanks for noticing the copyright problem.


On 4/10/07, Craig L Russell <Cr...@sun.com> wrote:
>
> Hi Mike,
>
> Did you accidentally remove the licenses from the xml files???
>
> Craig
>
> On Apr 10, 2007, at 2:59 PM, mikedd@apache.org wrote:
>
> > Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-
> > examples/pom.xml
> > URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-
> > incubating/openjpa-examples/pom.xml?
> > view=diff&rev=527320&r1=527319&r2=527320
> > ======================================================================
> > ========
> > --- incubator/openjpa/branches/0.9.7-incubating/openjpa-examples/
> > pom.xml (original)
> > +++ incubator/openjpa/branches/0.9.7-incubating/openjpa-examples/
> > pom.xml Tue Apr 10 14:59:02 2007
> > @@ -1,22 +1,4 @@
> > -<?xml version="1.0" encoding="UTF-8"?>
> > -<!--
> > - Copyright 2006 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.
> > --->
> > -<project xmlns="http://maven.apache.org/POM/4.0.0"
> > -         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> > -         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
> > http://maven.apache.org/maven-v4_0_0.xsd">
> > +<project xmlns="http://maven.apache.org/POM/4.0.0"
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://
> > maven.apache.org/maven-v4_0_0.xsd">
> >      <modelVersion>4.0.0</modelVersion>
> >      <groupId>org.apache.openjpa</groupId>
> >      <artifactId>openjpa-examples</artifactId>
> > @@ -27,7 +9,7 @@
> >      <parent>
> >          <groupId>org.apache.openjpa</groupId>
> >          <artifactId>openjpa</artifactId>
> > -        <version>0.9.7-incubating-SNAPSHOT</version>
> > +        <version>0.9.7-incubating</version>
>
> Craig Russell
> Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
> 408 276-5638 mailto:Craig.Russell@sun.com
> P.S. A good JDO? O, Gasp!
>
>
>


-- 
-Michael Dick

Re: svn commit: r527320 [1/2] - in /incubator/openjpa/branches/0.9.7-incubating: ./ openjpa-all/ openjpa-examples/ openjpa-integration/ openjpa-integration/examples/ openjpa-integration/tck/ openjpa-jdbc-5/ openjpa-jdbc/ openjpa-kernel-5/ openjpa-ker

Posted by Marc Prud'hommeaux <mp...@apache.org>.
On Apr 11, 2007, at 8:51 AM, Craig L Russell wrote:

> Hi Michael,
>
> On Apr 10, 2007, at 3:40 PM, Michael Dick wrote:
>
>> Hi Craig,
>>
>> Well I didn't intentionally remove them :-). It looks like they  
>> were removed
>> by the maven plugin and this is one of the automated commits that  
>> it does.
>> Looks like another gotcha with the tool.
>
> The maven developers are Apache folk so it must be that the tool  
> isn't properly set up. They know about Apache licenses. I have  
> found the maven doc to be a bit abstruse so it wouldn't surprise me  
> to find a special setting deep in the pom.xml that tells maven to  
> build an Apache release...

It might be this problem:

   http://jira.codehaus.org/browse/MNG-2820






Re: svn commit: r527320 [1/2] - in /incubator/openjpa/branches/0.9.7-incubating: ./ openjpa-all/ openjpa-examples/ openjpa-integration/ openjpa-integration/examples/ openjpa-integration/tck/ openjpa-jdbc-5/ openjpa-jdbc/ openjpa-kernel-5/ openjpa-ker

Posted by Craig L Russell <Cr...@Sun.COM>.
Hi Michael,

On Apr 10, 2007, at 3:40 PM, Michael Dick wrote:

> Hi Craig,
>
> Well I didn't intentionally remove them :-). It looks like they  
> were removed
> by the maven plugin and this is one of the automated commits that  
> it does.
> Looks like another gotcha with the tool.

The maven developers are Apache folk so it must be that the tool  
isn't properly set up. They know about Apache licenses. I have found  
the maven doc to be a bit abstruse so it wouldn't surprise me to find  
a special setting deep in the pom.xml that tells maven to build an  
Apache release...

Maybe we have to have a LICENSE.xml available somewhere for maven to  
stuff into the artifacts?
>
> I'm going to rollback the changes again and see if I can fix the  
> endline and
> the copyright problems. For the time being I'll leave the artifacts on
> people.apache.org/~mikedd.  There should be another set of commits  
> coming
> through later tonight tonight.
>
> Thanks for noticing the copyright problem.

Many eyes make light reading? ;-)

Good job so far, by the way. I expected it would take several tries  
to get the process working smoothly. For me, the more important  
result of this exercise is the process; the release is secondary.

Craig
>
>
> On 4/10/07, Craig L Russell <Cr...@sun.com> wrote:
>>
>> Hi Mike,
>>
>> Did you accidentally remove the licenses from the xml files???
>>
>> Craig
>>
>> On Apr 10, 2007, at 2:59 PM, mikedd@apache.org wrote:
>>
>> > Modified: incubator/openjpa/branches/0.9.7-incubating/openjpa-
>> > examples/pom.xml
>> > URL: http://svn.apache.org/viewvc/incubator/openjpa/branches/0.9.7-
>> > incubating/openjpa-examples/pom.xml?
>> > view=diff&rev=527320&r1=527319&r2=527320
>> >  
>> ===================================================================== 
>> =
>> > ========
>> > --- incubator/openjpa/branches/0.9.7-incubating/openjpa-examples/
>> > pom.xml (original)
>> > +++ incubator/openjpa/branches/0.9.7-incubating/openjpa-examples/
>> > pom.xml Tue Apr 10 14:59:02 2007
>> > @@ -1,22 +1,4 @@
>> > -<?xml version="1.0" encoding="UTF-8"?>
>> > -<!--
>> > - Copyright 2006 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.
>> > --->
>> > -<project xmlns="http://maven.apache.org/POM/4.0.0"
>> > -         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>> > -         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
>> > http://maven.apache.org/maven-v4_0_0.xsd">
>> > +<project xmlns="http://maven.apache.org/POM/4.0.0"
>> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>> > xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://
>> > maven.apache.org/maven-v4_0_0.xsd">
>> >      <modelVersion>4.0.0</modelVersion>
>> >      <groupId>org.apache.openjpa</groupId>
>> >      <artifactId>openjpa-examples</artifactId>
>> > @@ -27,7 +9,7 @@
>> >      <parent>
>> >          <groupId>org.apache.openjpa</groupId>
>> >          <artifactId>openjpa</artifactId>
>> > -        <version>0.9.7-incubating-SNAPSHOT</version>
>> > +        <version>0.9.7-incubating</version>
>>
>> Craig Russell
>> Architect, Sun Java Enterprise System http://java.sun.com/products/ 
>> jdo
>> 408 276-5638 mailto:Craig.Russell@sun.com
>> P.S. A good JDO? O, Gasp!
>>
>>
>>
>
>
> -- 
> -Michael Dick

Craig Russell
Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
408 276-5638 mailto:Craig.Russell@sun.com
P.S. A good JDO? O, Gasp!