You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Julian Klappenbach <jk...@gmail.com> on 2006/04/15 20:02:12 UTC

Tabago?

I'm considering using Tabago as a project, but noticed that it may
either be in a very immature state, or perhaps abandoned.

Has anyone had any experience with it?  I downloaded the source from
SVN, along with Maven, but I can't seem to get anything to build.  So,
if this is a successful path, that's where I would need to start off.

Thanks in advance!

Re: Tobago?

Posted by Julian Klappenbach <jk...@gmail.com>.
Sorry about that.  It appeared that the xml contained a different set
(superset) of information than the logs.  I'll attach xml from now on.
 Also, I wasn't sure that the list allowed attachments, thus the
capture in the message to be safe.

I've got it now.

On 4/17/06, Wayne Fay <wa...@gmail.com> wrote:
> Just FYI... You don't need to include the full stacktrace when you
> include the Txt or Xml file.
>
> And you don't really need to send both txt and xml files, just one or
> the other. I guess the xml is best.
>
> Wayne
>
>
> On 4/17/06, Julian Klappenbach <jk...@gmail.com> wrote:
> > Still getting errors on test execution.  This time, the output reads:
> >
> > -------------------------------------------------------
> >  T E S T S
> > -------------------------------------------------------
> > [surefire] Running
> > org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest
> > [surefire] Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 2.078
> > sec <<<<<<<< FAILURE !!
> > [INFO] ------------------------------------------------------------------------
> > [ERROR] BUILD ERROR
> > [INFO] ------------------------------------------------------------------------
> > [INFO] There are test failures.
> > [INFO] ------------------------------------------------------------------------
> > [INFO] Trace
> > org.apache.maven.lifecycle.LifecycleExecutionException: There are test failures.
> >        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
> >        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475)
> >        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
> >        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
> >        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
> >        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
> >        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
> >        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
> >        at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
> >        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> >        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> >        at java.lang.reflect.Method.invoke(Method.java:585)
> >        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> >        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> >        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> >        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > Caused by: org.apache.maven.plugin.MojoExecutionException: There are
> > test failures.
> >        at org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:389)
> >        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
> >        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
> >        ... 16 more
> > [INFO] ------------------------------------------------------------------------
> >
> >
> > I'm attaching the surefire logs. For now, I'll attempt to build with
> > the flag to disable tests to see if I can get the themes built, and
> > everything else dependent.
> >
> > -jjk
> >
> >
> >
>

Re: Tobago?

Posted by Wayne Fay <wa...@gmail.com>.
Just FYI... You don't need to include the full stacktrace when you
include the Txt or Xml file.

And you don't really need to send both txt and xml files, just one or
the other. I guess the xml is best.

Wayne


On 4/17/06, Julian Klappenbach <jk...@gmail.com> wrote:
> Still getting errors on test execution.  This time, the output reads:
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> [surefire] Running
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest
> [surefire] Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 2.078
> sec <<<<<<<< FAILURE !!
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] There are test failures.
> [INFO] ------------------------------------------------------------------------
> [INFO] Trace
> org.apache.maven.lifecycle.LifecycleExecutionException: There are test failures.
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:585)
>        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: org.apache.maven.plugin.MojoExecutionException: There are
> test failures.
>        at org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:389)
>        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
>        ... 16 more
> [INFO] ------------------------------------------------------------------------
>
>
> I'm attaching the surefire logs. For now, I'll attempt to build with
> the flag to disable tests to see if I can get the themes built, and
> everything else dependent.
>
> -jjk
>
>
>

Re: Tobago?

Posted by Julian Klappenbach <jk...@gmail.com>.
Still getting errors on test execution.  This time, the output reads:

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
[surefire] Running
org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest
[surefire] Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 2.078
sec <<<<<<<< FAILURE !!
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: There are test failures.
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: There are
test failures.
        at org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:389)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
        ... 16 more
[INFO] ------------------------------------------------------------------------


I'm attaching the surefire logs. For now, I'll attempt to build with
the flag to disable tests to see if I can get the themes built, and
everything else dependent.

-jjk

Re: Tobago?

Posted by Julian Klappenbach <jk...@gmail.com>.
> I suspect there is a problem with locale defaulting. I glanced over the
> code and set an explicit locale at the only point (which I found) where
> no locale was passed. Perhaps this solves your problem. Can you update
> the sources and try to run the tests again?
>

I'll give it a shot.

> Can you tell me which JDK you are using, the OS you are running the unit
> tests on and the default locale, which Java selects on your machine?
> This may help us to solve the real problem here.
>

I've encountered this error on both:

Windows XP, JDK 1.5.0_06
Ubuntu 5.10, JDK 1.5.0_05

> Otherwise you can disable unit tests in Maven by passing
> -Dmaven.test.skip=true.
>

I'll try that incase your fix didn't do the trick.

> Thanks and sorry for the inconvenience,
> Arvid
>

Thanks for the quick response.  I'm glad I could help!

-jjk

Re: Tobago?

Posted by Arvid Hülsebus <ar...@atanion.com>.
Hello,

we had some problems with this unit test before. Looks like there is
still something wrong.

...
  at
org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest.checkField(DateUnitTest.java:179)
  at
org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest.checkFormat(DateUnitTest.java:174)
  at
org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest.testEnglishMonths(DateUnitTest.java:80)
...

I suspect there is a problem with locale defaulting. I glanced over the
code and set an explicit locale at the only point (which I found) where
no locale was passed. Perhaps this solves your problem. Can you update
the sources and try to run the tests again?

Can you tell me which JDK you are using, the OS you are running the unit
tests on and the default locale, which Java selects on your machine?
This may help us to solve the real problem here.

Otherwise you can disable unit tests in Maven by passing
-Dmaven.test.skip=true.

Thanks and sorry for the inconvenience,
Arvid

Re: Tobago?

Posted by Julian Klappenbach <jk...@gmail.com>.
On 4/16/06, Wayne Fay <wa...@gmail.com> wrote:
> If you look in the directory:
> c:\workspace\tobago\theme\scarborough\target/surefire-reports
>
> You should be able to find a file named something like
> DateUnitTest.txt (and .xml) which will contain the specific details
> for this error. Please find that file and send us back the contents
> (with the error specifics) so we can try to see what's going on... ;-)
>
> Wayne

The output from the two files are:

$ cat org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest.txt
-------------------------------------------------------------------------------
Battery: org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest
-------------------------------------------------------------------------------
Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 2.078 sec

testEnglishMonths(org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest)
 Time elapsed: 0.25 sec  <
<< FAILURE!

[ stdout ] ---------------------------------------------------------------



[ stderr ] ---------------------------------------------------------------



[ stacktrace ] -----------------------------------------------------------

junit.framework.AssertionFailedError: expected:<4> but was:<3>
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.failNotEquals(Assert.java:282)
        at junit.framework.Assert.assertEquals(Assert.java:64)
        at junit.framework.Assert.assertEquals(Assert.java:201)
        at junit.framework.Assert.assertEquals(Assert.java:207)
        at org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest.checkField(DateUnitTest.java:179)
        at org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest.checkFormat(DateUnitTest.java:174)

        at org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest.testEnglishMonths(DateUnitTest.jav
a:80)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.maven.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.java:242)
        at org.apache.maven.surefire.battery.JUnitBattery.execute(JUnitBattery.java:216)
        at org.apache.maven.surefire.Surefire.executeBattery(Surefire.java:215)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:163)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:87)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.maven.surefire.SurefireBooter.runTestsInProcess(SurefireBooter.java:313)
        at org.apache.maven.surefire.SurefireBooter.run(SurefireBooter.java:221)
        at org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:371)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:47
5)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.jav
a:306)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)

and

$ cat TEST-org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest.xml
<?xml version="1.0" encoding="UTF-8" ?>
<testsuite errors="0" tests="6" time="2.094" failures="1"
name="org.apache.myfaces.tobago.renderkit.html.scarborough.sta
ndard.DateUnitTest">
  <properties>
    <property value="Java(TM) 2 Runtime Environment, Standard Edition"
name="java.runtime.name"/>
    <property value="c:\Program Files\Java\jdk1.5.0_06\jre\bin"
name="sun.boot.library.path"/>
    <property value="1.5.0_06-b05" name="java.vm.version"/>
    <property value="Sun Microsystems Inc." name="java.vm.vendor"/>
    <property value="http://java.sun.com/" name="java.vendor.url"/>
    <property value=";" name="path.separator"/>
    <property value="Java HotSpot(TM) Client VM" name="java.vm.name"/>
    <property value="sun.io" name="file.encoding.pkg"/>
    <property value="US" name="user.country"/>
    <property value="Service Pack 2" name="sun.os.patch.level"/>
    <property value="Java Virtual Machine Specification"
name="java.vm.specification.name"/>
    <property value="c:\workspace\tobago\theme\scarborough" name="user.dir"/>
    <property value="1.5.0_06-b05" name="java.runtime.version"/>
    <property value="sun.awt.Win32GraphicsEnvironment"
name="java.awt.graphicsenv"/>
    <property value="c:\workspace\tobago\theme\scarborough" name="basedir"/>
    <property value="c:\Program
Files\Java\jdk1.5.0_06\jre\lib\endorsed" name="java.endorsed.dirs"/>
    <property value="x86" name="os.arch"/>
    <property value="c:\DOCUME~1\JULIAN~1.KLA\LOCALS~1\Temp\"
name="java.io.tmpdir"/>
    <property value="
" name="line.separator"/>
    <property value="Sun Microsystems Inc."
name="java.vm.specification.vendor"/>
    <property value="" name="user.variant"/>
    <property value="Windows XP" name="os.name"/>
    <property value="c:\maven-2.0.4/bin/m2.conf" name="classworlds.conf"/>
    <property value="Cp1252" name="sun.jnu.encoding"/>
    <property value="c:\Program
Files\Java\jdk1.5.0_06\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\cygwin\usr\local\bin;C:\c
ygwin\bin;C:\cygwin\bin;C:\cygwin\usr\X11R6\bin;c:\oracle\product\10.2.0\db_2\bin;c:\WINDOWS\system32;c:\WINDOWS;c:\WIND
OWS\System32\Wbem;c:\Program Files\Java\jdk1.5.0_06\bin;c:\Program
Files\QuickTime\QTSystem\;c:\Program Files\Microsoft
SQL Server\90\Tools\binn\;c:\Program Files\Subversion\bin;c:\Program
Files\Subversion\bin;c:\apache-ant-1.6.5\bin;c:\Pro
gram Files\Common Files\GTK\2.0\bin;C:\cygwin\bin;c:\maven-2.0.4\bin"
name="java.library.path"/>
    <property value="Java Platform API Specification"
name="java.specification.name"/>
    <property value="49.0" name="java.class.version"/>
    <property value="HotSpot Client Compiler" name="sun.management.compiler"/>
    <property value="5.1" name="os.version"/>
    <property value="C:\Documents and Settings\julian.klappenbach"
name="user.home"/>
    <property value="America/Los_Angeles" name="user.timezone"/>
    <property value="sun.awt.windows.WPrinterJob" name="java.awt.printerjob"/>
    <property value="Cp1252" name="file.encoding"/>
    <property value="1.5" name="java.specification.version"/>
    <property value="julian.klappenbach" name="user.name"/>
    <property value="c:\maven-2.0.4/core/boot/classworlds-1.1.jar"
name="java.class.path"/>
    <property value="1.0" name="java.vm.specification.version"/>
    <property value="32" name="sun.arch.data.model"/>
    <property value="c:\Program Files\Java\jdk1.5.0_06\jre" name="java.home"/>
    <property value="Sun Microsystems Inc." name="java.specification.vendor"/>
    <property value="en" name="user.language"/>
    <property value="sun.awt.windows.WToolkit" name="awt.toolkit"/>
    <property value="mixed mode" name="java.vm.info"/>
    <property value="1.5.0_06" name="java.version"/>
    <property value="c:\Program Files\Java\jdk1.5.0_06\jre\lib\ext"
name="java.ext.dirs"/>
    <property value="c:\Program
Files\Java\jdk1.5.0_06\jre\lib\rt.jar;c:\Program
Files\Java\jdk1.5.0_06\jre\lib\i18n.jar
;c:\Program Files\Java\jdk1.5.0_06\jre\lib\sunrsasign.jar;c:\Program
Files\Java\jdk1.5.0_06\jre\lib\jsse.jar;c:\Program
Files\Java\jdk1.5.0_06\jre\lib\jce.jar;c:\Program
Files\Java\jdk1.5.0_06\jre\lib\charsets.jar;c:\Program Files\Java\jdk1
.5.0_06\jre\classes" name="sun.boot.class.path"/>
    <property value="Sun Microsystems Inc." name="java.vendor"/>
    <property value="c:\maven-2.0.4" name="maven.home"/>
    <property value="C:\Documents and
Settings\julian.klappenbach\.m2\repository" name="localRepository"/>
    <property value="\" name="file.separator"/>
    <property value="http://java.sun.com/cgi-bin/bugreport.cgi"
name="java.vendor.url.bug"/>
    <property value="little" name="sun.cpu.endian"/>
    <property value="UnicodeLittle" name="sun.io.unicode.encoding"/>
    <property value="windows" name="sun.desktop"/>
    <property value="" name="sun.cpu.isalist"/>
  </properties>
  <testcase time="0.812" name="testNumberOnlyDateFormats"/>
  <testcase time="0.25" name="testEnglishMonths">
    <failure type="junit.framework.AssertionFailedError"
message="expected:&amp;lt;4&amp;gt; but was:&amp;lt;3&amp;gt;">
junit.framework.AssertionFailedError: expected:&lt;4&gt; but was:&lt;3&gt;
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.failNotEquals(Assert.java:282)
        at junit.framework.Assert.assertEquals(Assert.java:64)
        at junit.framework.Assert.assertEquals(Assert.java:201)
        at junit.framework.Assert.assertEquals(Assert.java:207)
        at org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest.checkField(DateUnitTest.java:179)
        at org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest.checkFormat(DateUnitTest.java:174)

        at org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest.testEnglishMonths(DateUnitTest.jav
a:80)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at junit.framework.TestCase.runTest(TestCase.java:154)
        at junit.framework.TestCase.runBare(TestCase.java:127)
        at junit.framework.TestResult$1.protect(TestResult.java:106)
        at junit.framework.TestResult.runProtected(TestResult.java:124)
        at junit.framework.TestResult.run(TestResult.java:109)
        at junit.framework.TestCase.run(TestCase.java:118)
        at junit.framework.TestSuite.runTest(TestSuite.java:208)
        at junit.framework.TestSuite.run(TestSuite.java:203)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.maven.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.java:242)
        at org.apache.maven.surefire.battery.JUnitBattery.execute(JUnitBattery.java:216)
        at org.apache.maven.surefire.Surefire.executeBattery(Surefire.java:215)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:163)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:87)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.apache.maven.surefire.SurefireBooter.runTestsInProcess(SurefireBooter.java:313)
        at org.apache.maven.surefire.SurefireBooter.run(SurefireBooter.java:221)
        at org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:371)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:47
5)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.jav
a:306)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
</failure>
  </testcase>
  <testcase time="0.75" name="testTwoDigitYears"/>
  <testcase time="0.172" name="testEnglishWeekDays"/>
  <testcase time="0.031" name="testLocalization"/>
  <testcase time="0.015" name="testDummy"/>
</testsuite>

Re: Tobago?

Posted by Wayne Fay <wa...@gmail.com>.
If you look in the directory:
c:\workspace\tobago\theme\scarborough\target/surefire-reports

You should be able to find a file named something like
DateUnitTest.txt (and .xml) which will contain the specific details
for this error. Please find that file and send us back the contents
(with the error specifics) so we can try to see what's going on... ;-)

Wayne

On 4/16/06, Julian Klappenbach <jk...@gmail.com> wrote:
> On 4/16/06, Bernd Bohmann <be...@atanion.com> wrote:
> > Hello Julian,
> >
> > svn sw https://svn.apache.org/repos/asf/myfaces/tobago/trunk
> >
>
> I've downloaded the source from svn from this repository
>
> > in the tobago main directory.
> >
> > Note http or https depends on your checkout.
> >
> > Which test has an failure?
> >
>
> The failure occurs when compiling the themes.  What I've been able to
> track down appears in the following output (DateUnitTest):
>
> $ mvn -e
> + Error stacktraces are turned on.
> [INFO] Scanning for projects...
> [INFO] ----------------------------------------------------------------------------
> [INFO] Building Tobago Theme Scarborough
> [INFO]    task-segment: [install]
> [INFO] ----------------------------------------------------------------------------
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:compile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Nothing to compile - all classes are up to date
> [INFO] [surefire:test]
> [INFO] Setting reports dir:
> c:\workspace\tobago\theme\scarborough\target/surefire-reports
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> [surefire] Running
> org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest
> [surefire] Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 2.078
> sec <<<<<<<< FAILURE !!
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] There are test failures.
> [INFO] ------------------------------------------------------------------------
> [INFO] Trace
> org.apache.maven.lifecycle.LifecycleExecutionException: There are test failures.
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:47
> 5)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.jav
> a:306)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
>        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
>        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
>        at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:585)
>        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: org.apache.maven.plugin.MojoExecutionException: There are
> test failures.
>        at org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:389)
>        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
>        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
>        ... 16 more
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 5 seconds
> [INFO] Finished at: Sun Apr 16 20:27:50 PDT 2006
> [INFO] Final Memory: 5M/9M
> [INFO] ------------------------------------------------------------------------
>
> > Regards
> >
> > Bernd
>

Re: Tobago?

Posted by Julian Klappenbach <jk...@gmail.com>.
On 4/16/06, Bernd Bohmann <be...@atanion.com> wrote:
> Hello Julian,
>
> svn sw https://svn.apache.org/repos/asf/myfaces/tobago/trunk
>

I've downloaded the source from svn from this repository

> in the tobago main directory.
>
> Note http or https depends on your checkout.
>
> Which test has an failure?
>

The failure occurs when compiling the themes.  What I've been able to
track down appears in the following output (DateUnitTest):

$ mvn -e
+ Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO] ----------------------------------------------------------------------------
[INFO] Building Tobago Theme Scarborough
[INFO]    task-segment: [install]
[INFO] ----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Nothing to compile - all classes are up to date
[INFO] [surefire:test]
[INFO] Setting reports dir:
c:\workspace\tobago\theme\scarborough\target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
[surefire] Running
org.apache.myfaces.tobago.renderkit.html.scarborough.standard.DateUnitTest
[surefire] Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 2.078
sec <<<<<<<< FAILURE !!
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: There are test failures.
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:47
5)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.jav
a:306)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: There are
test failures.
        at org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:389)
        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
        ... 16 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 seconds
[INFO] Finished at: Sun Apr 16 20:27:50 PDT 2006
[INFO] Final Memory: 5M/9M
[INFO] ------------------------------------------------------------------------

> Regards
>
> Bernd

Re: Tobago?

Posted by Bernd Bohmann <be...@atanion.com>.
Hello Julian,

the project name is Tobago.

The svn has moved to the myfaces part of the repository.
You can switch to the new svn url with

svn sw https://svn.apache.org/repos/asf/myfaces/tobago/trunk

in the tobago main directory.

Note http or https depends on your checkout.

Which test has an failure?

Regards

Bernd


Julian Klappenbach schrieb:
> I intend to use Tabago with JBoss Seam, which features MyFaces and
> Facelets.  I'll need to read more about Tabago's layout facilities. 
> If they're sufficient, perhaps all templating can be done with Tabago.
> 
> Looks like it builds fine, as jar and tlds have been generated.  Maven
> did report an error when executing tests:
> 
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] There are test failures.
> [INFO] ------------------------------------------------------------------------
> [INFO] Trace
> org.apache.maven.lifecycle.LifecycleExecutionException: There are test
> failures.        at
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>         at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: org.apache.maven.plugin.MojoExecutionException: There are
> test failures.
>         at org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:389)
>        at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
>         at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)
> 
> 
> On 4/15/06, Michael Baranov <mi...@gmail.com> wrote:
> 
>> Hi Julian!
>>
>> Please report if you have successfully built and used Tabago, as I'm very
>>curious about it. Did it gave you any benefits? Can it replace (at some
>>extent) Facelets or Tiles or similar?
>>
>> Michael.
>>
>>
>> Thanks. The root data isn't visible via subclipse. That's what I get
>>for being tricky.
>>
>>;)
>>
>>On 4/15/06, Bernd Bohmann <be...@atanion.com> wrote:
>>
>>
>> Hello Julian,
>>
>>please follow the instructions in
>>
>>http://myfaces.apache.org/tobago/getting-started.html
>>
>>a mvn install in the tobago root dir should build all required artifacts.
>>
>>Bernd
>>
>>Julian Klappenbach schrieb:
>>
>>
>> Here's the output from mvn -X on core:
>>
>>~/workspace/tobago-core$ mvn -X
>>+ Error stacktraces are turned on.
>>[DEBUG] Building Maven user-level plugin registry from:
>>'/home/julian/.m2/plugin-registry.xml'
>>[DEBUG] Building Maven global-level plugin registry from:
>>'/home/julian/workspace/maven-2.0/conf/plugin-registry.xml'
>>[INFO] Scanning for projects...
>>[DEBUG] Retrieving parent-POM from the repository for project:
>>null:tobago-core:jar:null
>>[DEBUG] Skipping disabled repository central
>>[DEBUG] tobago: using locally installed snapshot
>>[DEBUG] Skipping disabled repository central
>>[INFO]
>>----------------------------------------------------------------------------
>>[ERROR] FATAL ERROR
>>[INFO]
>>----------------------------------------------------------------------------
>>[INFO] Failed to resolve artifact.
>>
>>GroupId: org.apache.myfaces.tobago
>>ArtifactId: tobago
>>Version: 1.0.7-SNAPSHOT
>>
>>Reason: Unable to download the artifact from any repository
>> org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
>>
>>from the specified remote repositories:
>> central (http://repo1.maven.org/maven2)
>>[INFO]
>>----------------------------------------------------------------------------
>>[DEBUG] Trace
>>org.apache.maven.reactor.MavenExecutionException: POM
>>'org.apache.myfaces.tobago:tobago' not found in repository:
>>Unable to
>>download the artifact from any repository
>> org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
>>
>>from the specified remote repositories:
>> central (http://repo1.maven.org/maven2)
>>
>> at
>>org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:359)
>> at
>>org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:276)
>> at
>>org.apache.maven.DefaultMaven.execute(DefaultMaven.java:113)
>> at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
>>Method)
>> at
>>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>> at
>>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>> at java.lang.reflect.Method.invoke(Method.java:585)
>> at
>>org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>> at
>>org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>> at
>>org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>> at
>>org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>Caused by:
>>org.apache.maven.project.ProjectBuildingException: POM
>>'org.apache.myfaces.tobago:tobago' not found in repository:
>>Unable to
>>download the artifact from any repository
>> org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
>>
>>from the specified remote repositories:
>> central (http://repo1.maven.org/maven2)
>>
>> at
>>org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:423)
>> at
>>org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:955)
>> at
>>org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:586)
>> at
>>org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFile(DefaultMavenProjectBuilder.java:298)
>> at
>>org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:276)
>> at
>>org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:509)
>> at
>>org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:441)
>> at
>>org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:345)
>> ... 11 more
>>Caused by:
>>org.apache.maven.artifact.resolver.ArtifactNotFoundException:
>>Unable to download the artifact from any repository
>> org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
>>
>>from the specified remote repositories:
>> central (http://repo1.maven.org/maven2)
>>
>> at
>>org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:136)
>> at
>>org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:63)
>> at
>>org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:380)
>> ... 18 more
>>Caused by:
>>org.apache.maven.wagon.ResourceDoesNotExistException:
>>Unable to download the artifact from any repository
>> at
>>org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:260)
>> at
>>org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:124)
>> ... 20 more
>>[INFO]
>>----------------------------------------------------------------------------
>>[INFO] Total time: < 1 second
>>[INFO] Finished at: Sat Apr 15 11:30:06 PDT 2006
>>[INFO] Final Memory: 1M/2M
>>[INFO]
>>----------------------------------------------------------------------------
>>
>>
>>
>>
>>On 4/15/06, Julian Klappenbach <jk...@gmail.com> wrote:
>>
>>
>>
>> First, I'm using code from
>>svn.apache.org/repos/asf/incubator/tobago/trunk. Is that
>>the correct
>>repository?
>>
>>If so, there's several "modules" under trunk:
>>
>>contrib, core, doc, example, src, theme, tobago-assembly, and tobago-tool.
>>
>>Do I need to compile in any certain order? Or do I just focus on one.
>>The most promising would appear to be core.
>>
>>I'll try running mvn -X on core to see what's going on.
>>
>>-jjk
>>
>>On 4/15/06, Bernd Bohmann <be...@atanion.com> wrote:
>>
>>
>>
>> Hello Julian,
>>
>>Tobago is not in a immature state.
>>Can you send the error?
>>
>>May be the mvn debug output with mvn -X helps.
>>
>>Regards
>>
>>Bernd
>>
>>Julian Klappenbach schrieb:
>>
>>
>>
>> I'm considering using Tabago as a project, but noticed that it may
>>either be in a very immature state, or perhaps abandoned.
>>
>>Has anyone had any experience with it? I downloaded the source from
>>SVN, along with Maven, but I can't seem to get anything to build. So,
>>if this is a successful path, that's where I would need to start off.
>>
>>Thanks in advance!
>>
>>
>> --
>>Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
>>Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
>>phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333
>>
>>
>> --
>>Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
>>Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
>>phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333
>>
>>
>>
>>
>>
> 
> 

-- 
Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333

Re: Tabago?

Posted by Julian Klappenbach <jk...@gmail.com>.
I intend to use Tabago with JBoss Seam, which features MyFaces and
Facelets.  I'll need to read more about Tabago's layout facilities. 
If they're sufficient, perhaps all templating can be done with Tabago.

Looks like it builds fine, as jar and tlds have been generated.  Maven
did report an error when executing tests:

[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: There are test
failures.        at
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:475)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:454)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:306)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:273)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:140)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:322)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:115)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:256)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
       at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: There are
test failures.
        at org.apache.maven.test.SurefirePlugin.execute(SurefirePlugin.java:389)
       at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:412)
        at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:534)


On 4/15/06, Michael Baranov <mi...@gmail.com> wrote:
>  Hi Julian!
>
>  Please report if you have successfully built and used Tabago, as I'm very
> curious about it. Did it gave you any benefits? Can it replace (at some
> extent) Facelets or Tiles or similar?
>
>  Michael.
>
>
>  Thanks. The root data isn't visible via subclipse. That's what I get
> for being tricky.
>
> ;)
>
> On 4/15/06, Bernd Bohmann <be...@atanion.com> wrote:
>
>
>  Hello Julian,
>
> please follow the instructions in
>
> http://myfaces.apache.org/tobago/getting-started.html
>
> a mvn install in the tobago root dir should build all required artifacts.
>
> Bernd
>
> Julian Klappenbach schrieb:
>
>
>  Here's the output from mvn -X on core:
>
> ~/workspace/tobago-core$ mvn -X
> + Error stacktraces are turned on.
> [DEBUG] Building Maven user-level plugin registry from:
> '/home/julian/.m2/plugin-registry.xml'
> [DEBUG] Building Maven global-level plugin registry from:
> '/home/julian/workspace/maven-2.0/conf/plugin-registry.xml'
> [INFO] Scanning for projects...
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:tobago-core:jar:null
> [DEBUG] Skipping disabled repository central
> [DEBUG] tobago: using locally installed snapshot
> [DEBUG] Skipping disabled repository central
> [INFO]
> ----------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> GroupId: org.apache.myfaces.tobago
> ArtifactId: tobago
> Version: 1.0.7-SNAPSHOT
>
> Reason: Unable to download the artifact from any repository
>  org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
>
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2)
> [INFO]
> ----------------------------------------------------------------------------
> [DEBUG] Trace
> org.apache.maven.reactor.MavenExecutionException: POM
> 'org.apache.myfaces.tobago:tobago' not found in repository:
> Unable to
> download the artifact from any repository
>  org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
>
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2)
>
>  at
> org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:359)
>  at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:276)
>  at
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:113)
>  at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
> Method)
>  at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>  at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>  at java.lang.reflect.Method.invoke(Method.java:585)
>  at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>  at
> org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>  at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>  at
> org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by:
> org.apache.maven.project.ProjectBuildingException: POM
> 'org.apache.myfaces.tobago:tobago' not found in repository:
> Unable to
> download the artifact from any repository
>  org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
>
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2)
>
>  at
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:423)
>  at
> org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:955)
>  at
> org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:586)
>  at
> org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFile(DefaultMavenProjectBuilder.java:298)
>  at
> org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:276)
>  at
> org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:509)
>  at
> org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:441)
>  at
> org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:345)
>  ... 11 more
> Caused by:
> org.apache.maven.artifact.resolver.ArtifactNotFoundException:
> Unable to download the artifact from any repository
>  org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
>
> from the specified remote repositories:
>  central (http://repo1.maven.org/maven2)
>
>  at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:136)
>  at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:63)
>  at
> org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:380)
>  ... 18 more
> Caused by:
> org.apache.maven.wagon.ResourceDoesNotExistException:
> Unable to download the artifact from any repository
>  at
> org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:260)
>  at
> org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:124)
>  ... 20 more
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Total time: < 1 second
> [INFO] Finished at: Sat Apr 15 11:30:06 PDT 2006
> [INFO] Final Memory: 1M/2M
> [INFO]
> ----------------------------------------------------------------------------
>
>
>
>
> On 4/15/06, Julian Klappenbach <jk...@gmail.com> wrote:
>
>
>
>  First, I'm using code from
> svn.apache.org/repos/asf/incubator/tobago/trunk. Is that
> the correct
> repository?
>
> If so, there's several "modules" under trunk:
>
> contrib, core, doc, example, src, theme, tobago-assembly, and tobago-tool.
>
> Do I need to compile in any certain order? Or do I just focus on one.
> The most promising would appear to be core.
>
> I'll try running mvn -X on core to see what's going on.
>
> -jjk
>
> On 4/15/06, Bernd Bohmann <be...@atanion.com> wrote:
>
>
>
>  Hello Julian,
>
> Tobago is not in a immature state.
> Can you send the error?
>
> May be the mvn debug output with mvn -X helps.
>
> Regards
>
> Bernd
>
> Julian Klappenbach schrieb:
>
>
>
>  I'm considering using Tabago as a project, but noticed that it may
> either be in a very immature state, or perhaps abandoned.
>
> Has anyone had any experience with it? I downloaded the source from
> SVN, along with Maven, but I can't seem to get anything to build. So,
> if this is a successful path, that's where I would need to start off.
>
> Thanks in advance!
>
>
>  --
> Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
> Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
> phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333
>
>
>  --
> Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
> Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
> phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333
>
>
>
>
>

Re: Tabago?

Posted by Michael Baranov <mi...@gmail.com>.
Hi Julian!

Please report if you have successfully built and used Tabago, as I'm 
very curious about it. Did it gave you any benefits? Can it replace (at 
some extent) Facelets or Tiles or similar?

Michael.
> Thanks.  The root data isn't visible via subclipse.  That's what I get
> for being tricky.
>
> ;)
>
> On 4/15/06, Bernd Bohmann <be...@atanion.com> wrote:
>   
>> Hello Julian,
>>
>> please follow the instructions in
>>
>> http://myfaces.apache.org/tobago/getting-started.html
>>
>> a mvn install in the tobago root dir should build all required artifacts.
>>
>> Bernd
>>
>> Julian Klappenbach schrieb:
>>     
>>> Here's the output from mvn -X on core:
>>>
>>> ~/workspace/tobago-core$ mvn -X
>>> + Error stacktraces are turned on.
>>> [DEBUG] Building Maven user-level plugin registry from:
>>> '/home/julian/.m2/plugin-registry.xml'
>>> [DEBUG] Building Maven global-level plugin registry from:
>>> '/home/julian/workspace/maven-2.0/conf/plugin-registry.xml'
>>> [INFO] Scanning for projects...
>>> [DEBUG] Retrieving parent-POM from the repository for project:
>>> null:tobago-core:jar:null
>>> [DEBUG] Skipping disabled repository central
>>> [DEBUG] tobago: using locally installed snapshot
>>> [DEBUG] Skipping disabled repository central
>>> [INFO] ----------------------------------------------------------------------------
>>> [ERROR] FATAL ERROR
>>> [INFO] ----------------------------------------------------------------------------
>>> [INFO] Failed to resolve artifact.
>>>
>>> GroupId: org.apache.myfaces.tobago
>>> ArtifactId: tobago
>>> Version: 1.0.7-SNAPSHOT
>>>
>>> Reason: Unable to download the artifact from any repository
>>>   org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
>>>
>>> from the specified remote repositories:
>>>   central (http://repo1.maven.org/maven2)
>>> [INFO] ----------------------------------------------------------------------------
>>> [DEBUG] Trace
>>> org.apache.maven.reactor.MavenExecutionException: POM
>>> 'org.apache.myfaces.tobago:tobago' not found in repository: Unable to
>>> download the artifact from any repository
>>>   org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
>>>
>>> from the specified remote repositories:
>>>   central (http://repo1.maven.org/maven2)
>>>
>>>         at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:359)
>>>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:276)
>>>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:113)
>>>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
>>>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>>>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>>>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>>>         at java.lang.reflect.Method.invoke(Method.java:585)
>>>         at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>>>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>>>         at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>>>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
>>> Caused by: org.apache.maven.project.ProjectBuildingException: POM
>>> 'org.apache.myfaces.tobago:tobago' not found in repository: Unable to
>>> download the artifact from any repository
>>>   org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
>>>
>>> from the specified remote repositories:
>>>   central (http://repo1.maven.org/maven2)
>>>
>>>         at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:423)
>>>         at org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:955)
>>>         at org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:586)
>>>         at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFile(DefaultMavenProjectBuilder.java:298)
>>>         at org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:276)
>>>         at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:509)
>>>         at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:441)
>>>         at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:345)
>>>         ... 11 more
>>> Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException:
>>> Unable to download the artifact from any repository
>>>   org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
>>>
>>> from the specified remote repositories:
>>>   central (http://repo1.maven.org/maven2)
>>>
>>>         at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:136)
>>>         at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:63)
>>>         at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:380)
>>>         ... 18 more
>>> Caused by: org.apache.maven.wagon.ResourceDoesNotExistException:
>>> Unable to download the artifact from any repository
>>>         at org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:260)
>>>         at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:124)
>>>         ... 20 more
>>> [INFO] ----------------------------------------------------------------------------
>>> [INFO] Total time: < 1 second
>>> [INFO] Finished at: Sat Apr 15 11:30:06 PDT 2006
>>> [INFO] Final Memory: 1M/2M
>>> [INFO] ----------------------------------------------------------------------------
>>>
>>>
>>>
>>>
>>> On 4/15/06, Julian Klappenbach <jk...@gmail.com> wrote:
>>>
>>>       
>>>> First, I'm using code from
>>>> svn.apache.org/repos/asf/incubator/tobago/trunk.  Is that the correct
>>>> repository?
>>>>
>>>> If so, there's several "modules" under trunk:
>>>>
>>>> contrib, core, doc, example, src, theme, tobago-assembly, and tobago-tool.
>>>>
>>>> Do I need to compile in any certain order?  Or do I just focus on one.
>>>> The most promising would appear to be core.
>>>>
>>>> I'll try running mvn -X on core to see what's going on.
>>>>
>>>> -jjk
>>>>
>>>> On 4/15/06, Bernd Bohmann <be...@atanion.com> wrote:
>>>>
>>>>         
>>>>> Hello Julian,
>>>>>
>>>>> Tobago is not in a immature state.
>>>>> Can you send the error?
>>>>>
>>>>> May be the mvn debug output with mvn -X helps.
>>>>>
>>>>> Regards
>>>>>
>>>>> Bernd
>>>>>
>>>>> Julian Klappenbach schrieb:
>>>>>
>>>>>           
>>>>>> I'm considering using Tabago as a project, but noticed that it may
>>>>>> either be in a very immature state, or perhaps abandoned.
>>>>>>
>>>>>> Has anyone had any experience with it?  I downloaded the source from
>>>>>> SVN, along with Maven, but I can't seem to get anything to build.  So,
>>>>>> if this is a successful path, that's where I would need to start off.
>>>>>>
>>>>>> Thanks in advance!
>>>>>>
>>>>>>             
>>>>> --
>>>>> Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
>>>>> Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
>>>>> phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333
>>>>>
>>>>>           
>> --
>> Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
>> Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
>> phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333
>>
>>     
>
>   


Re: Tabago?

Posted by Julian Klappenbach <jk...@gmail.com>.
Thanks.  The root data isn't visible via subclipse.  That's what I get
for being tricky.

;)

On 4/15/06, Bernd Bohmann <be...@atanion.com> wrote:
> Hello Julian,
>
> please follow the instructions in
>
> http://myfaces.apache.org/tobago/getting-started.html
>
> a mvn install in the tobago root dir should build all required artifacts.
>
> Bernd
>
> Julian Klappenbach schrieb:
> > Here's the output from mvn -X on core:
> >
> > ~/workspace/tobago-core$ mvn -X
> > + Error stacktraces are turned on.
> > [DEBUG] Building Maven user-level plugin registry from:
> > '/home/julian/.m2/plugin-registry.xml'
> > [DEBUG] Building Maven global-level plugin registry from:
> > '/home/julian/workspace/maven-2.0/conf/plugin-registry.xml'
> > [INFO] Scanning for projects...
> > [DEBUG] Retrieving parent-POM from the repository for project:
> > null:tobago-core:jar:null
> > [DEBUG] Skipping disabled repository central
> > [DEBUG] tobago: using locally installed snapshot
> > [DEBUG] Skipping disabled repository central
> > [INFO] ----------------------------------------------------------------------------
> > [ERROR] FATAL ERROR
> > [INFO] ----------------------------------------------------------------------------
> > [INFO] Failed to resolve artifact.
> >
> > GroupId: org.apache.myfaces.tobago
> > ArtifactId: tobago
> > Version: 1.0.7-SNAPSHOT
> >
> > Reason: Unable to download the artifact from any repository
> >   org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
> >
> > from the specified remote repositories:
> >   central (http://repo1.maven.org/maven2)
> > [INFO] ----------------------------------------------------------------------------
> > [DEBUG] Trace
> > org.apache.maven.reactor.MavenExecutionException: POM
> > 'org.apache.myfaces.tobago:tobago' not found in repository: Unable to
> > download the artifact from any repository
> >   org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
> >
> > from the specified remote repositories:
> >   central (http://repo1.maven.org/maven2)
> >
> >         at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:359)
> >         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:276)
> >         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:113)
> >         at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> >         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> >         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> >         at java.lang.reflect.Method.invoke(Method.java:585)
> >         at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> >         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> >         at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> >        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> > Caused by: org.apache.maven.project.ProjectBuildingException: POM
> > 'org.apache.myfaces.tobago:tobago' not found in repository: Unable to
> > download the artifact from any repository
> >   org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
> >
> > from the specified remote repositories:
> >   central (http://repo1.maven.org/maven2)
> >
> >         at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:423)
> >         at org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:955)
> >         at org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:586)
> >         at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFile(DefaultMavenProjectBuilder.java:298)
> >         at org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:276)
> >         at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:509)
> >         at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:441)
> >         at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:345)
> >         ... 11 more
> > Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException:
> > Unable to download the artifact from any repository
> >   org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
> >
> > from the specified remote repositories:
> >   central (http://repo1.maven.org/maven2)
> >
> >         at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:136)
> >         at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:63)
> >         at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:380)
> >         ... 18 more
> > Caused by: org.apache.maven.wagon.ResourceDoesNotExistException:
> > Unable to download the artifact from any repository
> >         at org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:260)
> >         at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:124)
> >         ... 20 more
> > [INFO] ----------------------------------------------------------------------------
> > [INFO] Total time: < 1 second
> > [INFO] Finished at: Sat Apr 15 11:30:06 PDT 2006
> > [INFO] Final Memory: 1M/2M
> > [INFO] ----------------------------------------------------------------------------
> >
> >
> >
> >
> > On 4/15/06, Julian Klappenbach <jk...@gmail.com> wrote:
> >
> >>First, I'm using code from
> >>svn.apache.org/repos/asf/incubator/tobago/trunk.  Is that the correct
> >>repository?
> >>
> >>If so, there's several "modules" under trunk:
> >>
> >>contrib, core, doc, example, src, theme, tobago-assembly, and tobago-tool.
> >>
> >>Do I need to compile in any certain order?  Or do I just focus on one.
> >> The most promising would appear to be core.
> >>
> >>I'll try running mvn -X on core to see what's going on.
> >>
> >>-jjk
> >>
> >>On 4/15/06, Bernd Bohmann <be...@atanion.com> wrote:
> >>
> >>>Hello Julian,
> >>>
> >>>Tobago is not in a immature state.
> >>>Can you send the error?
> >>>
> >>>May be the mvn debug output with mvn -X helps.
> >>>
> >>>Regards
> >>>
> >>>Bernd
> >>>
> >>>Julian Klappenbach schrieb:
> >>>
> >>>>I'm considering using Tabago as a project, but noticed that it may
> >>>>either be in a very immature state, or perhaps abandoned.
> >>>>
> >>>>Has anyone had any experience with it?  I downloaded the source from
> >>>>SVN, along with Maven, but I can't seem to get anything to build.  So,
> >>>>if this is a successful path, that's where I would need to start off.
> >>>>
> >>>>Thanks in advance!
> >>>>
> >>>
> >>>--
> >>>Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
> >>>Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
> >>>phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333
> >>>
> >>
> >
>
> --
> Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
> Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
> phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333
>

Re: Tabago?

Posted by Bernd Bohmann <be...@atanion.com>.
Hello Julian,

please follow the instructions in

http://myfaces.apache.org/tobago/getting-started.html

a mvn install in the tobago root dir should build all required artifacts.

Bernd

Julian Klappenbach schrieb:
> Here's the output from mvn -X on core:
> 
> ~/workspace/tobago-core$ mvn -X
> + Error stacktraces are turned on.
> [DEBUG] Building Maven user-level plugin registry from:
> '/home/julian/.m2/plugin-registry.xml'
> [DEBUG] Building Maven global-level plugin registry from:
> '/home/julian/workspace/maven-2.0/conf/plugin-registry.xml'
> [INFO] Scanning for projects...
> [DEBUG] Retrieving parent-POM from the repository for project:
> null:tobago-core:jar:null
> [DEBUG] Skipping disabled repository central
> [DEBUG] tobago: using locally installed snapshot
> [DEBUG] Skipping disabled repository central
> [INFO] ----------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO] ----------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
> 
> GroupId: org.apache.myfaces.tobago
> ArtifactId: tobago
> Version: 1.0.7-SNAPSHOT
> 
> Reason: Unable to download the artifact from any repository
>   org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
> 
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> [INFO] ----------------------------------------------------------------------------
> [DEBUG] Trace
> org.apache.maven.reactor.MavenExecutionException: POM
> 'org.apache.myfaces.tobago:tobago' not found in repository: Unable to
> download the artifact from any repository
>   org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
> 
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> 
>         at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:359)
>         at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:276)
>         at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:113)
>         at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
>         at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
>         at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
>        at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> Caused by: org.apache.maven.project.ProjectBuildingException: POM
> 'org.apache.myfaces.tobago:tobago' not found in repository: Unable to
> download the artifact from any repository
>   org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
> 
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> 
>         at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:423)
>         at org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:955)
>         at org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:586)
>         at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFile(DefaultMavenProjectBuilder.java:298)
>         at org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:276)
>         at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:509)
>         at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:441)
>         at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:345)
>         ... 11 more
> Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException:
> Unable to download the artifact from any repository
>   org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom
> 
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2)
> 
>         at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:136)
>         at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:63)
>         at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:380)
>         ... 18 more
> Caused by: org.apache.maven.wagon.ResourceDoesNotExistException:
> Unable to download the artifact from any repository
>         at org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:260)
>         at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:124)
>         ... 20 more
> [INFO] ----------------------------------------------------------------------------
> [INFO] Total time: < 1 second
> [INFO] Finished at: Sat Apr 15 11:30:06 PDT 2006
> [INFO] Final Memory: 1M/2M
> [INFO] ----------------------------------------------------------------------------
> 
> 
> 
> 
> On 4/15/06, Julian Klappenbach <jk...@gmail.com> wrote:
> 
>>First, I'm using code from
>>svn.apache.org/repos/asf/incubator/tobago/trunk.  Is that the correct
>>repository?
>>
>>If so, there's several "modules" under trunk:
>>
>>contrib, core, doc, example, src, theme, tobago-assembly, and tobago-tool.
>>
>>Do I need to compile in any certain order?  Or do I just focus on one.
>> The most promising would appear to be core.
>>
>>I'll try running mvn -X on core to see what's going on.
>>
>>-jjk
>>
>>On 4/15/06, Bernd Bohmann <be...@atanion.com> wrote:
>>
>>>Hello Julian,
>>>
>>>Tobago is not in a immature state.
>>>Can you send the error?
>>>
>>>May be the mvn debug output with mvn -X helps.
>>>
>>>Regards
>>>
>>>Bernd
>>>
>>>Julian Klappenbach schrieb:
>>>
>>>>I'm considering using Tabago as a project, but noticed that it may
>>>>either be in a very immature state, or perhaps abandoned.
>>>>
>>>>Has anyone had any experience with it?  I downloaded the source from
>>>>SVN, along with Maven, but I can't seem to get anything to build.  So,
>>>>if this is a successful path, that's where I would need to start off.
>>>>
>>>>Thanks in advance!
>>>>
>>>
>>>--
>>>Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
>>>Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
>>>phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333
>>>
>>
> 

-- 
Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333

Re: Tabago?

Posted by Julian Klappenbach <jk...@gmail.com>.
Here's the output from mvn -X on core:

~/workspace/tobago-core$ mvn -X
+ Error stacktraces are turned on.
[DEBUG] Building Maven user-level plugin registry from:
'/home/julian/.m2/plugin-registry.xml'
[DEBUG] Building Maven global-level plugin registry from:
'/home/julian/workspace/maven-2.0/conf/plugin-registry.xml'
[INFO] Scanning for projects...
[DEBUG] Retrieving parent-POM from the repository for project:
null:tobago-core:jar:null
[DEBUG] Skipping disabled repository central
[DEBUG] tobago: using locally installed snapshot
[DEBUG] Skipping disabled repository central
[INFO] ----------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ----------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

GroupId: org.apache.myfaces.tobago
ArtifactId: tobago
Version: 1.0.7-SNAPSHOT

Reason: Unable to download the artifact from any repository
  org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)
[INFO] ----------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.reactor.MavenExecutionException: POM
'org.apache.myfaces.tobago:tobago' not found in repository: Unable to
download the artifact from any repository
  org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

        at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:359)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:276)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:113)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:249)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
        at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
        at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
       at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.project.ProjectBuildingException: POM
'org.apache.myfaces.tobago:tobago' not found in repository: Unable to
download the artifact from any repository
  org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

        at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:423)
        at org.apache.maven.project.DefaultMavenProjectBuilder.assembleLineage(DefaultMavenProjectBuilder.java:955)
        at org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:586)
        at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromSourceFile(DefaultMavenProjectBuilder.java:298)
        at org.apache.maven.project.DefaultMavenProjectBuilder.build(DefaultMavenProjectBuilder.java:276)
        at org.apache.maven.DefaultMaven.getProject(DefaultMaven.java:509)
        at org.apache.maven.DefaultMaven.collectProjects(DefaultMaven.java:441)
        at org.apache.maven.DefaultMaven.getProjects(DefaultMaven.java:345)
        ... 11 more
Caused by: org.apache.maven.artifact.resolver.ArtifactNotFoundException:
Unable to download the artifact from any repository
  org.apache.myfaces.tobago:tobago:1.0.7-SNAPSHOT:pom

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)

        at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:136)
        at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:63)
        at org.apache.maven.project.DefaultMavenProjectBuilder.findModelFromRepository(DefaultMavenProjectBuilder.java:380)
        ... 18 more
Caused by: org.apache.maven.wagon.ResourceDoesNotExistException:
Unable to download the artifact from any repository
        at org.apache.maven.artifact.manager.DefaultWagonManager.getArtifact(DefaultWagonManager.java:260)
        at org.apache.maven.artifact.resolver.DefaultArtifactResolver.resolve(DefaultArtifactResolver.java:124)
        ... 20 more
[INFO] ----------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Sat Apr 15 11:30:06 PDT 2006
[INFO] Final Memory: 1M/2M
[INFO] ----------------------------------------------------------------------------




On 4/15/06, Julian Klappenbach <jk...@gmail.com> wrote:
> First, I'm using code from
> svn.apache.org/repos/asf/incubator/tobago/trunk.  Is that the correct
> repository?
>
> If so, there's several "modules" under trunk:
>
> contrib, core, doc, example, src, theme, tobago-assembly, and tobago-tool.
>
> Do I need to compile in any certain order?  Or do I just focus on one.
>  The most promising would appear to be core.
>
> I'll try running mvn -X on core to see what's going on.
>
> -jjk
>
> On 4/15/06, Bernd Bohmann <be...@atanion.com> wrote:
> > Hello Julian,
> >
> > Tobago is not in a immature state.
> > Can you send the error?
> >
> > May be the mvn debug output with mvn -X helps.
> >
> > Regards
> >
> > Bernd
> >
> > Julian Klappenbach schrieb:
> > > I'm considering using Tabago as a project, but noticed that it may
> > > either be in a very immature state, or perhaps abandoned.
> > >
> > > Has anyone had any experience with it?  I downloaded the source from
> > > SVN, along with Maven, but I can't seem to get anything to build.  So,
> > > if this is a successful path, that's where I would need to start off.
> > >
> > > Thanks in advance!
> > >
> >
> > --
> > Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
> > Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
> > phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333
> >
>

Re: Tabago?

Posted by Julian Klappenbach <jk...@gmail.com>.
First, I'm using code from
svn.apache.org/repos/asf/incubator/tobago/trunk.  Is that the correct
repository?

If so, there's several "modules" under trunk:

contrib, core, doc, example, src, theme, tobago-assembly, and tobago-tool.

Do I need to compile in any certain order?  Or do I just focus on one.
 The most promising would appear to be core.

I'll try running mvn -X on core to see what's going on.

-jjk

On 4/15/06, Bernd Bohmann <be...@atanion.com> wrote:
> Hello Julian,
>
> Tobago is not in a immature state.
> Can you send the error?
>
> May be the mvn debug output with mvn -X helps.
>
> Regards
>
> Bernd
>
> Julian Klappenbach schrieb:
> > I'm considering using Tabago as a project, but noticed that it may
> > either be in a very immature state, or perhaps abandoned.
> >
> > Has anyone had any experience with it?  I downloaded the source from
> > SVN, along with Maven, but I can't seem to get anything to build.  So,
> > if this is a successful path, that's where I would need to start off.
> >
> > Thanks in advance!
> >
>
> --
> Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
> Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
> phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333
>

Re: Tabago?

Posted by Bernd Bohmann <be...@atanion.com>.
Hello Julian,

Tobago is not in a immature state.
Can you send the error?

May be the mvn debug output with mvn -X helps.

Regards

Bernd

Julian Klappenbach schrieb:
> I'm considering using Tabago as a project, but noticed that it may
> either be in a very immature state, or perhaps abandoned.
> 
> Has anyone had any experience with it?  I downloaded the source from
> SVN, along with Maven, but I can't seem to get anything to build.  So,
> if this is a successful path, that's where I would need to start off.
> 
> Thanks in advance!
> 

-- 
Dipl.-Ing. Bernd Bohmann - Atanion GmbH - Software Development
Bismarckstr. 13, 26122 Oldenburg, http://www.atanion.com
phone: +49 441 4082312, mobile: +49 173 8839471, fax: +49 441 4082333