You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tamaya.apache.org by "P. Ottlinger" <po...@apache.org> on 2016/10/04 06:41:11 UTC

Re: Build failed in Jenkins: Tamaya-Master-branch #760

Hi,

Am 04.10.2016 um 03:44 schrieb Apache Jenkins Server:
> [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ tamaya-example-injection ---
> [INFO] Changes detected - recompiling the module!
> [INFO] Compiling 3 source files to <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/classes>
> [INFO] -------------------------------------------------------------
> [ERROR] COMPILATION ERROR : 
> [INFO] -------------------------------------------------------------
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[21,36] package org.apache.tamaya.inject.api does not exist
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[22,36] package org.apache.tamaya.inject.api does not exist
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
>   symbol: class ConfigDefaultSections
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[21,36] package org.apache.tamaya.inject.api does not exist
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[22,36] package org.apache.tamaya.inject.api does not exist
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
>   symbol: class ConfigDefaultSections
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
>   symbol:   class Config
>   location: class org.apache.tamaya.examples.injection.Example
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
>   symbol:   class Config
>   location: class org.apache.tamaya.examples.injection.Example
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
>   symbol:   class Config
>   location: interface org.apache.tamaya.examples.injection.ExampleTemplate
> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
>   symbol:   class Config
>   location: interface org.apache.tamaya.examples.injection.ExampleTemplate
> [INFO] 10 errors 
> [INFO] -------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] Reactor Summary:


@Oliver: does the injection-example need to move to sandbox/extensions
in order to fix the build?

Thanks,
Phil

Re: Build failed in Jenkins: Tamaya-Master-branch #760

Posted by Werner Keil <we...@gmail.com>.
That's also an option.
Core + Core-examples
Incubator + Incubator-examples
...

Werner


On Tue, Oct 4, 2016 at 12:13 PM, P. Ottlinger <po...@apache.org> wrote:

> Am 04.10.2016 um 10:28 schrieb Werner Keil:
> > I thought they had their separate repository now, too?
> > Maybe that was focused on modules and extensions, but if e.g. examples
> may
> > exist for both "core" and extensions, it seems consequent to also give
> them
> > their own repo.
>
> I'd put the examples near to the code to be more concise and allow
> evolving examples as new versions are created, but I'm not sure if that
> is possible ....
>
> Phil
>

Re: Build failed in Jenkins: Tamaya-Master-branch #760

Posted by "P. Ottlinger" <po...@apache.org>.
Am 04.10.2016 um 10:28 schrieb Werner Keil:
> I thought they had their separate repository now, too?
> Maybe that was focused on modules and extensions, but if e.g. examples may
> exist for both "core" and extensions, it seems consequent to also give them
> their own repo.

I'd put the examples near to the code to be more concise and allow
evolving examples as new versions are created, but I'm not sure if that
is possible ....

Phil

Re: Build failed in Jenkins: Tamaya-Master-branch #760

Posted by Werner Keil <we...@gmail.com>.
I thought they had their separate repository now, too?
Maybe that was focused on modules and extensions, but if e.g. examples may
exist for both "core" and extensions, it seems consequent to also give them
their own repo.

Werner


On Tue, Oct 4, 2016 at 9:00 AM, Oliver B. Fischer <o....@swe-blog.net>
wrote:

> I think we should remive the examples from the main repository at all.
>
> Von meinem iPhone gesendet
>
> > Am 04.10.2016 um 08:41 schrieb P. Ottlinger <po...@apache.org>:
> >
> > Hi,
> >
> >> Am 04.10.2016 um 03:44 schrieb Apache Jenkins Server:
> >> [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @
> tamaya-example-injection ---
> >> [INFO] Changes detected - recompiling the module!
> >> [INFO] Compiling 3 source files to <https://builds.apache.org/
> job/Tamaya-Master-branch/ws/examples/5-injection-example/target/classes>
> >> [INFO] -------------------------------------------------------------
> >> [ERROR] COMPILATION ERROR :
> >> [INFO] -------------------------------------------------------------
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/Example.java>:[21,36] package
> org.apache.tamaya.inject.api does not exist
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/Example.java>:[22,36] package
> org.apache.tamaya.inject.api does not exist
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
> >>  symbol: class ConfigDefaultSections
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/ExampleTemplate.java>:[21,36] package
> org.apache.tamaya.inject.api does not exist
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/ExampleTemplate.java>:[22,36] package
> org.apache.tamaya.inject.api does not exist
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
> >>  symbol: class ConfigDefaultSections
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
> >>  symbol:   class Config
> >>  location: class org.apache.tamaya.examples.injection.Example
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
> >>  symbol:   class Config
> >>  location: class org.apache.tamaya.examples.injection.Example
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
> >>  symbol:   class Config
> >>  location: interface org.apache.tamaya.examples.
> injection.ExampleTemplate
> >> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/
> examples/5-injection-example/src/main/java/org/apache/
> tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
> >>  symbol:   class Config
> >>  location: interface org.apache.tamaya.examples.
> injection.ExampleTemplate
> >> [INFO] 10 errors
> >> [INFO] -------------------------------------------------------------
> >> [INFO] ------------------------------------------------------------
> ------------
> >> [INFO] Reactor Summary:
> >
> >
> > @Oliver: does the injection-example need to move to sandbox/extensions
> > in order to fix the build?
> >
> > Thanks,
> > Phil
>

Re: Build failed in Jenkins: Tamaya-Master-branch #760

Posted by "Oliver B. Fischer" <o....@swe-blog.net>.
I think we should remive the examples from the main repository at all.

Von meinem iPhone gesendet

> Am 04.10.2016 um 08:41 schrieb P. Ottlinger <po...@apache.org>:
> 
> Hi,
> 
>> Am 04.10.2016 um 03:44 schrieb Apache Jenkins Server:
>> [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ tamaya-example-injection ---
>> [INFO] Changes detected - recompiling the module!
>> [INFO] Compiling 3 source files to <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/target/classes>
>> [INFO] -------------------------------------------------------------
>> [ERROR] COMPILATION ERROR : 
>> [INFO] -------------------------------------------------------------
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[21,36] package org.apache.tamaya.inject.api does not exist
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[22,36] package org.apache.tamaya.inject.api does not exist
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[27,2] cannot find symbol
>>  symbol: class ConfigDefaultSections
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[21,36] package org.apache.tamaya.inject.api does not exist
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[22,36] package org.apache.tamaya.inject.api does not exist
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[27,2] cannot find symbol
>>  symbol: class ConfigDefaultSections
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[33,6] cannot find symbol
>>  symbol:   class Config
>>  location: class org.apache.tamaya.examples.injection.Example
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/Example.java>:[36,6] cannot find symbol
>>  symbol:   class Config
>>  location: class org.apache.tamaya.examples.injection.Example
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[33,6] cannot find symbol
>>  symbol:   class Config
>>  location: interface org.apache.tamaya.examples.injection.ExampleTemplate
>> [ERROR] <https://builds.apache.org/job/Tamaya-Master-branch/ws/examples/5-injection-example/src/main/java/org/apache/tamaya/examples/injection/ExampleTemplate.java>:[37,6] cannot find symbol
>>  symbol:   class Config
>>  location: interface org.apache.tamaya.examples.injection.ExampleTemplate
>> [INFO] 10 errors 
>> [INFO] -------------------------------------------------------------
>> [INFO] ------------------------------------------------------------------------
>> [INFO] Reactor Summary:
> 
> 
> @Oliver: does the injection-example need to move to sandbox/extensions
> in order to fix the build?
> 
> Thanks,
> Phil