Re: svn commit: r1036834 - in /maven/archetype/trunk: ./ archetype-common/ archetype-common/src/main/mdo/ archetype-models/ archetype-models/archetype-catalog/ archetype-models/archetype-catalog/src/

2010-11-19 Thread Benjamin Bentmann

Hi Tamás,


Author: cstamas
Date: Fri Nov 19 13:37:58 2010
New Revision: 1036834

URL: http://svn.apache.org/viewvc?rev=1036834&view=rev
Log:
ARCHETYPE-303: applied fix, externalizing all the models into separate project 
(except the deprecated one, that is left where it was).
[...]
Added:
 maven/archetype/trunk/archetype-models/   (with props)
 maven/archetype/trunk/archetype-models/archetype-catalog/   (with props)
 maven/archetype/trunk/archetype-models/archetype-catalog/pom.xml
 maven/archetype/trunk/archetype-models/archetype-catalog/src/
 maven/archetype/trunk/archetype-models/archetype-catalog/src/main/
 maven/archetype/trunk/archetype-models/archetype-catalog/src/main/mdo/
 
maven/archetype/trunk/archetype-models/archetype-catalog/src/main/mdo/archetype-catalog.mdo
 maven/archetype/trunk/archetype-models/archetype-descriptor/   (with props)
 maven/archetype/trunk/archetype-models/archetype-descriptor/pom.xml
 maven/archetype/trunk/archetype-models/archetype-descriptor/src/
 maven/archetype/trunk/archetype-models/archetype-descriptor/src/main/
 maven/archetype/trunk/archetype-models/archetype-descriptor/src/main/mdo/
 
maven/archetype/trunk/archetype-models/archetype-descriptor/src/main/mdo/archetype-descriptor.mdo
 maven/archetype/trunk/archetype-models/archetype-registry/   (with props)
 maven/archetype/trunk/archetype-models/archetype-registry/pom.xml
 maven/archetype/trunk/archetype-models/archetype-registry/src/
 maven/archetype/trunk/archetype-models/archetype-registry/src/main/
 maven/archetype/trunk/archetype-models/archetype-registry/src/main/mdo/
 
maven/archetype/trunk/archetype-models/archetype-registry/src/main/mdo/archetype-registry.mdo
 maven/archetype/trunk/archetype-models/pom.xml


The new files are missing SVN properties, especially svn:eol-style, 
please check your SVN client is properly configured [0].



Benjamin


[0] http://maven.apache.org/developers/committer-environment.html

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: svn commit: r1036834 - in /maven/archetype/trunk: ./ archetype-common/ archetype-common/src/main/mdo/ archetype-models/ archetype-models/archetype-catalog/ archetype-models/archetype-catalog/src/

2010-11-19 Thread Tamás Cservenák
What? What eol style? Is there any other proper OS on planet Earth aside
UNIX? :D

Sorry, you were true. SVN client is now properly configures, by the book.

What should happen with committed files? How to "reapply" properties there?


Thanks,
~t~

On Fri, Nov 19, 2010 at 2:45 PM, Benjamin Bentmann <
benjamin.bentm...@udo.edu> wrote:

> Hi Tamás,
>
> The new files are missing SVN properties, especially svn:eol-style, please
> check your SVN client is properly configured [0].
>
>
> Benjamin
>
>
> [0] http://maven.apache.org/developers/committer-environment.html
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: svn commit: r1036834 - in /maven/archetype/trunk: ./ archetype-common/ archetype-common/src/main/mdo/ archetype-models/ archetype-models/archetype-catalog/ archetype-models/archetype-catalog/src/

2010-11-21 Thread Hervé BOUTEMY
uh, you have this test in error?
I don't have any problem on my computer, nor Hudson on grid

I didn't work on these unit tests before, since everything was ok: seems it's 
time to investigate
Can you send me the Surefire output of this failing test?

Hervé

Le vendredi 19 novembre 2010, csta...@apache.org a écrit :
> Author: cstamas
> Date: Fri Nov 19 13:37:58 2010
> New Revision: 1036834
> 
> URL: http://svn.apache.org/viewvc?rev=1036834&view=rev
> Log:
> ARCHETYPE-303: applied fix, externalizing all the models into separate
> project (except the deprecated one, that is left where it was).
> 
> Note: Before applying this change, there was test failures in
> archetype-common module (see below). But since this change is actually
> just moving/shuffling models around (no code change involved), it simply
> retained this fact, hence that same test still fails.
> 
> Tests in error:
>  
> testArchetyper(org.apache.maven.archetype.test.ArchetyperRoundtripWithProx
> yTest)
> 
> ---
>  Test set:
> org.apache.maven.archetype.test.ArchetyperRoundtripWithProxyTest
> --
> - Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 91.745 sec <<< FAILURE!
> testArchetyper(org.apache.maven.archetype.test.ArchetyperRoundtripWithProx
> yTest)  Time elapsed: 91.738 sec  <<< ERROR!
> org.apache.maven.archetype.exception.UnknownArchetype: The desired
> archetype does not exist (org.apache.maven.test:test-project-2:1.0) at
> org.apache.maven.archetype.generator.DefaultArchetypeGenerator.getArchetyp
> eFile(DefaultArchetypeGenerator.java:88) at
> org.apache.maven.archetype.generator.DefaultArchetypeGenerator.generateArc
> hetype(DefaultArchetypeGenerator.java:207) at
> org.apache.maven.archetype.DefaultArchetypeManager.generateProjectFromArch
> etype(DefaultArchetypeManager.java:71) at
> org.apache.maven.archetype.test.ArchetyperRoundtripWithProxyTest.testArche
> typer(ArchetyperRoundtripWithProxyTest.java:193)

-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org



Re: svn commit: r1036834 - in /maven/archetype/trunk: ./ archetype-common/ archetype-common/src/main/mdo/ archetype-models/ archetype-models/archetype-catalog/ archetype-models/archetype-catalog/src/

2010-11-22 Thread Tamás Cservenák
Hi Hervé,

actually, everything (Maven CLI console output AND the surefire output) is
in commit log:

http://svn.apache.org/viewvc?view=revision&revision=1036834

If helps:
MacOSX, 1.6.5, java 1.6.0_22 (the "boxed" one), Maven trunk, locally built
(Apache Maven 3.0.1-SNAPSHOT (r1035629; 2010-11-16 14:20:12+0100))

Ping me if anything else needed!

Thanks,
~t~

On Sun, Nov 21, 2010 at 6:24 PM, Hervé BOUTEMY wrote:

> uh, you have this test in error?
> I don't have any problem on my computer, nor Hudson on grid
>
> I didn't work on these unit tests before, since everything was ok: seems
> it's
> time to investigate
> Can you send me the Surefire output of this failing test?
>
> Hervé
>
> Le vendredi 19 novembre 2010, csta...@apache.org a écrit :
> > Author: cstamas
> > Date: Fri Nov 19 13:37:58 2010
> > New Revision: 1036834
> >
> > URL: http://svn.apache.org/viewvc?rev=1036834&view=rev
> > Log:
> > ARCHETYPE-303: applied fix, externalizing all the models into separate
> > project (except the deprecated one, that is left where it was).
> >
> > Note: Before applying this change, there was test failures in
> > archetype-common module (see below). But since this change is actually
> > just moving/shuffling models around (no code change involved), it simply
> > retained this fact, hence that same test still fails.
> >
> > Tests in error:
> >
> >
> testArchetyper(org.apache.maven.archetype.test.ArchetyperRoundtripWithProx
> > yTest)
> >
> >
> ---
> >  Test set:
> > org.apache.maven.archetype.test.ArchetyperRoundtripWithProxyTest
> >
> --
> > - Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> > 91.745 sec <<< FAILURE!
> >
> testArchetyper(org.apache.maven.archetype.test.ArchetyperRoundtripWithProx
> > yTest)  Time elapsed: 91.738 sec  <<< ERROR!
> > org.apache.maven.archetype.exception.UnknownArchetype: The desired
> > archetype does not exist (org.apache.maven.test:test-project-2:1.0) at
> >
> org.apache.maven.archetype.generator.DefaultArchetypeGenerator.getArchetyp
> > eFile(DefaultArchetypeGenerator.java:88) at
> >
> org.apache.maven.archetype.generator.DefaultArchetypeGenerator.generateArc
> > hetype(DefaultArchetypeGenerator.java:207) at
> >
> org.apache.maven.archetype.DefaultArchetypeManager.generateProjectFromArch
> > etype(DefaultArchetypeManager.java:71) at
> >
> org.apache.maven.archetype.test.ArchetyperRoundtripWithProxyTest.testArche
> > typer(ArchetyperRoundtripWithProxyTest.java:193)
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>


Re: svn commit: r1036834 - in /maven/archetype/trunk: ./ archetype-common/ archetype-common/src/main/mdo/ archetype-models/ archetype-models/archetype-catalog/ archetype-models/archetype-catalog/src/

2010-11-27 Thread Hervé BOUTEMY
ok, I could reproduce the failure on an OSX box, and only an OSX one: I 
created a Jira issue: ARCHETYPE-352 [1]

at a first glance, the OSX failure seems more logical, since the unit test 
requires maven-packaging module, that has not been installed yet (it is done 
later in the build). I'll investigate deeper, but such a different behaviour 
between platforms is suspect...

Hervé


[1] http://jira.codehaus.org/browse/ARCHETYPE-352

Le lundi 22 novembre 2010, Tamás Cservenák a écrit :
> Hi Hervé,
> 
> actually, everything (Maven CLI console output AND the surefire output) is
> in commit log:
> 
> http://svn.apache.org/viewvc?view=revision&revision=1036834
> 
> If helps:
> MacOSX, 1.6.5, java 1.6.0_22 (the "boxed" one), Maven trunk, locally built
> (Apache Maven 3.0.1-SNAPSHOT (r1035629; 2010-11-16 14:20:12+0100))
> 
> Ping me if anything else needed!
> 
> Thanks,
> ~t~
> 
> On Sun, Nov 21, 2010 at 6:24 PM, Hervé BOUTEMY wrote:
> > uh, you have this test in error?
> > I don't have any problem on my computer, nor Hudson on grid
> > 
> > I didn't work on these unit tests before, since everything was ok: seems
> > it's
> > time to investigate
> > Can you send me the Surefire output of this failing test?
> > 
> > Hervé
> > 
> > Le vendredi 19 novembre 2010, csta...@apache.org a écrit :
> > > Author: cstamas
> > > Date: Fri Nov 19 13:37:58 2010
> > > New Revision: 1036834
> > > 
> > > URL: http://svn.apache.org/viewvc?rev=1036834&view=rev
> > > Log:
> > > ARCHETYPE-303: applied fix, externalizing all the models into separate
> > > project (except the deprecated one, that is left where it was).
> > > 
> > > Note: Before applying this change, there was test failures in
> > > archetype-common module (see below). But since this change is actually
> > > just moving/shuffling models around (no code change involved), it
> > > simply retained this fact, hence that same test still fails.
> > 
> > > Tests in error:
> > testArchetyper(org.apache.maven.archetype.test.ArchetyperRoundtripWithPro
> > x
> > 
> > > yTest)
> > 
> > -
> > --
> > 
> > >  Test set:
> > > org.apache.maven.archetype.test.ArchetyperRoundtripWithProxyTest
> > 
> > -
> > -
> > 
> > > - Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> > > 91.745 sec <<< FAILURE!
> > 
> > testArchetyper(org.apache.maven.archetype.test.ArchetyperRoundtripWithPro
> > x
> > 
> > > yTest)  Time elapsed: 91.738 sec  <<< ERROR!
> > > org.apache.maven.archetype.exception.UnknownArchetype: The desired
> > > archetype does not exist (org.apache.maven.test:test-project-2:1.0) at
> > 
> > org.apache.maven.archetype.generator.DefaultArchetypeGenerator.getArchety
> > p
> > 
> > > eFile(DefaultArchetypeGenerator.java:88) at
> > 
> > org.apache.maven.archetype.generator.DefaultArchetypeGenerator.generateAr
> > c
> > 
> > > hetype(DefaultArchetypeGenerator.java:207) at
> > 
> > org.apache.maven.archetype.DefaultArchetypeManager.generateProjectFromArc
> > h
> > 
> > > etype(DefaultArchetypeManager.java:71) at
> > 
> > org.apache.maven.archetype.test.ArchetyperRoundtripWithProxyTest.testArch
> > e
> > 
> > > typer(ArchetyperRoundtripWithProxyTest.java:193)
> > 
> > -
> > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> > For additional commands, e-mail: dev-h...@maven.apache.org


-
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org