You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Ben Tomasini <be...@gmail.com> on 2007/05/03 01:33:21 UTC

Building Tapestry 5 from the trunk

I am attempting to build Tapestry 5 from the trunk, and getting a bunch of
compile errors:

I checked on the website and could not find any special instructions.

Any thoughts as to what I could be missing?

Thanks,

Ben

Output below:
*****

btomasini@btomasini-laptop:~/svn.apache/tapestry/tapestry-project$ mvn
install
[INFO] Scanning for projects...
[INFO] Reactor build order:
[INFO]   Tapestry 5 Project
[INFO]   Tapestry Test Utilities
[INFO]   Tapestry Inversion of Control Container
[INFO]   Tapestry Component Parameters Report
[INFO]   Tapestry Core Library
[INFO]   Tapestry/Spring Integration Library
[INFO]   Tapestry/Hibernate Integration Library
[INFO]   Tapestry 5 Quickstart Archetype
[INFO]
----------------------------------------------------------------------------
[INFO] Building Tapestry 5 Project
[INFO]    task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[INFO] [site:attach-descriptor]
[INFO] [install:install]
[INFO] Installing
/home/btomasini/svn.apache/tapestry/tapestry-project/pom.xml to
/home/btomasini/.m2/repository/org/apache/tapestry/tapestry-project/5.0.4/tapestry-
project-5.0.4.pom
[INFO]
----------------------------------------------------------------------------
[INFO] Building Tapestry Test Utilities
[INFO]    task-segment: [install]
[INFO]
----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 4 source files to
/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/target/classes
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/JettyRunner.java:[19,23]
package org.mortbay.http does not exist

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/JettyRunner.java:[20,23]
package org.mortbay.http does not exist

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/JettyRunner.java:[21,24]
package org.mortbay.jetty does not exist

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/JettyRunner.java:[22,32]
package org.mortbay.jetty.servlet does not exist

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/JettyRunner.java:[42,18]
cannot find symbol
symbol  : class Server
location: class org.apache.tapestry.test.JettyRunner

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/JettyRunner.java:[89,12]
cannot find symbol
symbol  : class Server
location: class org.apache.tapestry.test.JettyRunner

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/RandomDataSource.java:[28,33]
package org.apache.commons.logging does not exist

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/RandomDataSource.java:[29,33]
package org.apache.commons.logging does not exist

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/RandomDataSource.java:[38,18]
cannot find symbol
symbol  : class Log
location: class org.apache.tapestry.test.RandomDataSource

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/ErrorReportingCommandProcessor.java:[17,32]
package com.thoughtworks.selenium does not exist

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/ErrorReportingCommandProcessor.java:[23,55]
cannot find symbol
symbol: class CommandProcessor
public class ErrorReportingCommandProcessor implements CommandProcessor

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/ErrorReportingCommandProcessor.java:[25,16]
cannot find symbol
symbol  : class CommandProcessor
location: class org.apache.tapestry.test.ErrorReportingCommandProcessor

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/ErrorReportingCommandProcessor.java:[27,46]
cannot find symbol
symbol  : class CommandProcessor
location: class org.apache.tapestry.test.ErrorReportingCommandProcessor

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[19,33]
package org.openqa.selenium.server does not exist

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[20,17]
package org.testng does not exist

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[21,29]
package org.testng.annotations does not exist

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[22,29]
package org.testng.annotations does not exist

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[23,29]
package org.testng.annotations does not exist

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[25,32]
package com.thoughtworks.selenium does not exist

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[26,32]
package com.thoughtworks.selenium does not exist

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[27,32]
package com.thoughtworks.selenium does not exist

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[28,32]
package com.thoughtworks.selenium does not exist

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[45,59]
cannot find symbol
symbol: class Assert
public abstract class AbstractIntegrationTestSuite extends Assert implements
Selenium

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[45,77]
cannot find symbol
symbol: class Selenium
public abstract class AbstractIntegrationTestSuite extends Assert implements
Selenium

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[60,10]
cannot find symbol
symbol  : class Selenium
location: class org.apache.tapestry.test.AbstractIntegrationTestSuite

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[62,10]
cannot find symbol
symbol  : class SeleniumServer
location: class org.apache.tapestry.test.AbstractIntegrationTestSuite

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[142,3]
cannot find symbol
symbol  : class AfterClass
location: class org.apache.tapestry.test.AbstractIntegrationTestSuite

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[155,3]
cannot find symbol
symbol  : class Parameters
location: class org.apache.tapestry.test.AbstractIntegrationTestSuite

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[157,3]
cannot find symbol
symbol  : class BeforeClass
location: class org.apache.tapestry.test.AbstractIntegrationTestSuite

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/JettyRunner.java:[93,12]
cannot find symbol
symbol  : class Server
location: class org.apache.tapestry.test.JettyRunner

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/JettyRunner.java:[93,32]
cannot find symbol
symbol  : class Server
location: class org.apache.tapestry.test.JettyRunner

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/JettyRunner.java:[95,12]
cannot find symbol
symbol  : class SocketListener
location: class org.apache.tapestry.test.JettyRunner

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/JettyRunner.java:[95,48]
cannot find symbol
symbol  : class SocketListener
location: class org.apache.tapestry.test.JettyRunner

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/JettyRunner.java:[99,12]
cannot find symbol
symbol  : class NCSARequestLog
location: class org.apache.tapestry.test.JettyRunner

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/JettyRunner.java:[99,37]
cannot find symbol
symbol  : class NCSARequestLog
location: class org.apache.tapestry.test.JettyRunner

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/JettyRunner.java:[102,12]
cannot find symbol
symbol  : class WebApplicationContext
location: class org.apache.tapestry.test.JettyRunner

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/RandomDataSource.java:[38,29]
cannot find symbol
symbol  : variable LogFactory
location: class org.apache.tapestry.test.RandomDataSource

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[123,4]
cannot find symbol
symbol  : method assertEquals(java.lang.String,java.lang.String)
location: class org.apache.tapestry.test.AbstractIntegrationTestSuite

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[162,18]
cannot find symbol
symbol  : class SeleniumServer
location: class org.apache.tapestry.test.AbstractIntegrationTestSuite

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[166,4]
cannot find symbol
symbol  : class CommandProcessor
location: class org.apache.tapestry.test.AbstractIntegrationTestSuite

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[166,30]
cannot find symbol
symbol  : class HttpCommandProcessor
location: class org.apache.tapestry.test.AbstractIntegrationTestSuite

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[166,64]
cannot find symbol
symbol  : variable SeleniumServer
location: class org.apache.tapestry.test.AbstractIntegrationTestSuite

/home/btomasini/svn.apache/tapestry/tapestry-project/../tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[169,20]
cannot find symbol
symbol  : class DefaultSelenium
location: class org.apache.tapestry.test.AbstractIntegrationTestSuite


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 5 seconds
[INFO] Finished at: Wed May 02 19:28:51 EDT 2007
[INFO] Final Memory: 8M/19M
[INFO]
------------------------------------------------------------------------

Re: Building Tapestry 5 from the trunk

Posted by Ben Tomasini <be...@gmail.com>.
I just crated a JIRA issue with notes on the build classpath for 2.0.6versus
2.0.5.  It looks like there are some missing classpath elements in the
2.0.6build.  I will keep looking down this path.

https://issues.apache.org/jira/browse/TAPESTRY-1438

Ben

On 5/3/07, Jesse Kuhnert <jk...@gmail.com> wrote:
>
> I'm sure this isn't it - but there was a change in selenium semi-recently
> (with the snapshots at least) where selenium-server used to be packaged
> with
> jetty + all dependencies in it's own jar...They changed this in more
> recent
> versions and you now have to specifically grab the selenium-<name->-
> standalone.jar version for that functionality..Again - probably not it but
> wanted to share just in case.
>
> On 5/3/07, Ben Tomasini <be...@gmail.com> wrote:
> >
> > I followed the instructions on the maven notes and found not dependency
> > mismatch issues.
> >
> > tapestry-test still seems to be the problem.
> >
> > Ben
> >
> > On 5/3/07, Ben Tomasini <be...@gmail.com> wrote:
> > >
> > > It looks like the build fails with maven 2.0.6 but works on 2.0.5
> .  The
> > > release notes point to some change in 2.0.6 that may break
> compiles.  We
> > > may be getting bit by it:
> > >
> > > http://maven.apache.org/release-notes.html
> > >
> > > http://jira.codehaus.org/browse/MNG-1577
> > >
> > >
> > >
> >
> http://maven.apache.org/plugins/maven-dependency-plugin/examples/preparing-dependencies.html
> > >
> > > I may create a JIRA issue once I have a bit more analysis.
> > >
> > > Ben
> > >
> > > On 5/3/07, Alejandro Scandroli <al...@gmail.com> wrote:
> > > >
> > > > Hi Ben
> > > >
> > > > This is a problem with maven latest versions, I think you are not
> > > > using maven 2.0.4,
> > > > You should use maven 2.0.4 (nor 2.0.5, nor 2.0.6) to build
> tapestry5.
> > > >
> > > > Saludos.
> > > > Alejandro.
> > > >
> > > > On 5/3/07, Jesse Kuhnert < jkuhnert@gmail.com> wrote:
> > > > > Sounds like you are missing the extra plugin repositories to me.
> > > > >
> > > > > You can probably find them in this file:
> > > > >
> > > > >
> > > >
> >
> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project/pom.xml?view=markup
> > > > >
> > > > > On 5/2/07, Ben Tomasini <be...@gmail.com> wrote:
> > > > > >
> > > > > > I am attempting to build Tapestry 5 from the trunk, and getting
> a
> > > > bunch of
> > > > > > compile errors:
> > > > > >
> > > > > > I checked on the website and could not find any special
> > > > instructions.
> > > > > >
> > > > > > Any thoughts as to what I could be missing?
> > > > > >
> > > > > > Thanks,
> > > > > >
> > > > > > Ben
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Jesse Kuhnert
> > > > > Tapestry/Dojo team member/developer
> > > > >
> > > > > Open source based consulting work centered around
> > > > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
> > > > >
> > > >
> > > >
> ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> > > > For additional commands, e-mail: dev-help@tapestry.apache.org
> > > >
> > > >
> > >
> >
>
>
>
> --
> Jesse Kuhnert
> Tapestry/Dojo team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>

Re: Building Tapestry 5 from the trunk

Posted by Jesse Kuhnert <jk...@gmail.com>.
I'm sure this isn't it - but there was a change in selenium semi-recently
(with the snapshots at least) where selenium-server used to be packaged with
jetty + all dependencies in it's own jar...They changed this in more recent
versions and you now have to specifically grab the selenium-<name->-
standalone.jar version for that functionality..Again - probably not it but
wanted to share just in case.

On 5/3/07, Ben Tomasini <be...@gmail.com> wrote:
>
> I followed the instructions on the maven notes and found not dependency
> mismatch issues.
>
> tapestry-test still seems to be the problem.
>
> Ben
>
> On 5/3/07, Ben Tomasini <be...@gmail.com> wrote:
> >
> > It looks like the build fails with maven 2.0.6 but works on 2.0.5.  The
> > release notes point to some change in 2.0.6 that may break compiles.  We
> > may be getting bit by it:
> >
> > http://maven.apache.org/release-notes.html
> >
> > http://jira.codehaus.org/browse/MNG-1577
> >
> >
> >
> http://maven.apache.org/plugins/maven-dependency-plugin/examples/preparing-dependencies.html
> >
> > I may create a JIRA issue once I have a bit more analysis.
> >
> > Ben
> >
> > On 5/3/07, Alejandro Scandroli <al...@gmail.com> wrote:
> > >
> > > Hi Ben
> > >
> > > This is a problem with maven latest versions, I think you are not
> > > using maven 2.0.4,
> > > You should use maven 2.0.4 (nor 2.0.5, nor 2.0.6) to build tapestry5.
> > >
> > > Saludos.
> > > Alejandro.
> > >
> > > On 5/3/07, Jesse Kuhnert < jkuhnert@gmail.com> wrote:
> > > > Sounds like you are missing the extra plugin repositories to me.
> > > >
> > > > You can probably find them in this file:
> > > >
> > > >
> > >
> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project/pom.xml?view=markup
> > > >
> > > > On 5/2/07, Ben Tomasini <be...@gmail.com> wrote:
> > > > >
> > > > > I am attempting to build Tapestry 5 from the trunk, and getting a
> > > bunch of
> > > > > compile errors:
> > > > >
> > > > > I checked on the website and could not find any special
> > > instructions.
> > > > >
> > > > > Any thoughts as to what I could be missing?
> > > > >
> > > > > Thanks,
> > > > >
> > > > > Ben
> > > > >
> > > > >
> > > >
> > > >
> > > > --
> > > > Jesse Kuhnert
> > > > Tapestry/Dojo team member/developer
> > > >
> > > > Open source based consulting work centered around
> > > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> > > For additional commands, e-mail: dev-help@tapestry.apache.org
> > >
> > >
> >
>



-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com

Re: Building Tapestry 5 from the trunk

Posted by Ben Tomasini <be...@gmail.com>.
I followed the instructions on the maven notes and found not dependency
mismatch issues.

tapestry-test still seems to be the problem.

Ben

On 5/3/07, Ben Tomasini <be...@gmail.com> wrote:
>
> It looks like the build fails with maven 2.0.6 but works on 2.0.5.  The
> release notes point to some change in 2.0.6 that may break compiles.  We
> may be getting bit by it:
>
> http://maven.apache.org/release-notes.html
>
> http://jira.codehaus.org/browse/MNG-1577
>
>
> http://maven.apache.org/plugins/maven-dependency-plugin/examples/preparing-dependencies.html
>
> I may create a JIRA issue once I have a bit more analysis.
>
> Ben
>
> On 5/3/07, Alejandro Scandroli <al...@gmail.com> wrote:
> >
> > Hi Ben
> >
> > This is a problem with maven latest versions, I think you are not
> > using maven 2.0.4,
> > You should use maven 2.0.4 (nor 2.0.5, nor 2.0.6) to build tapestry5.
> >
> > Saludos.
> > Alejandro.
> >
> > On 5/3/07, Jesse Kuhnert < jkuhnert@gmail.com> wrote:
> > > Sounds like you are missing the extra plugin repositories to me.
> > >
> > > You can probably find them in this file:
> > >
> > >
> > http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project/pom.xml?view=markup
> > >
> > > On 5/2/07, Ben Tomasini <be...@gmail.com> wrote:
> > > >
> > > > I am attempting to build Tapestry 5 from the trunk, and getting a
> > bunch of
> > > > compile errors:
> > > >
> > > > I checked on the website and could not find any special
> > instructions.
> > > >
> > > > Any thoughts as to what I could be missing?
> > > >
> > > > Thanks,
> > > >
> > > > Ben
> > > >
> > > >
> > >
> > >
> > > --
> > > Jesse Kuhnert
> > > Tapestry/Dojo team member/developer
> > >
> > > Open source based consulting work centered around
> > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: dev-help@tapestry.apache.org
> >
> >
>

Re: Building Tapestry 5 from the trunk

Posted by Ben Tomasini <be...@gmail.com>.
It looks like the build fails with maven 2.0.6 but works on 2.0.5.  The
release notes point to some change in 2.0.6 that may break compiles.  We may
be getting bit by it:

http://maven.apache.org/release-notes.html

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

http://maven.apache.org/plugins/maven-dependency-plugin/examples/preparing-dependencies.html

I may create a JIRA issue once I have a bit more analysis.

Ben

On 5/3/07, Alejandro Scandroli <al...@gmail.com> wrote:
>
> Hi Ben
>
> This is a problem with maven latest versions, I think you are not
> using maven 2.0.4,
> You should use maven 2.0.4 (nor 2.0.5, nor 2.0.6) to build tapestry5.
>
> Saludos.
> Alejandro.
>
> On 5/3/07, Jesse Kuhnert <jk...@gmail.com> wrote:
> > Sounds like you are missing the extra plugin repositories to me.
> >
> > You can probably find them in this file:
> >
> >
> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project/pom.xml?view=markup
> >
> > On 5/2/07, Ben Tomasini <be...@gmail.com> wrote:
> > >
> > > I am attempting to build Tapestry 5 from the trunk, and getting a
> bunch of
> > > compile errors:
> > >
> > > I checked on the website and could not find any special instructions.
> > >
> > > Any thoughts as to what I could be missing?
> > >
> > > Thanks,
> > >
> > > Ben
> > >
> > >
> >
> >
> > --
> > Jesse Kuhnert
> > Tapestry/Dojo team member/developer
> >
> > Open source based consulting work centered around
> > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>

Re: Building Tapestry 5 from the trunk

Posted by D&J Gredler <dj...@gmail.com>.
Hi Alejandro,

Can you elaborate on this or provide a link to more info? That's really
weird...

Daniel


On 5/3/07, Alejandro Scandroli <al...@gmail.com> wrote:
>
> Hi Ben
>
> This is a problem with maven latest versions, I think you are not
> using maven 2.0.4,
> You should use maven 2.0.4 (nor 2.0.5, nor 2.0.6) to build tapestry5.
>
> Saludos.
> Alejandro.
>
> On 5/3/07, Jesse Kuhnert <jk...@gmail.com> wrote:
> > Sounds like you are missing the extra plugin repositories to me.
> >
> > You can probably find them in this file:
> >
> >
> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project/pom.xml?view=markup
> >
> > On 5/2/07, Ben Tomasini <be...@gmail.com> wrote:
> > >
> > > I am attempting to build Tapestry 5 from the trunk, and getting a
> bunch of
> > > compile errors:
> > >
> > > I checked on the website and could not find any special instructions.
> > >
> > > Any thoughts as to what I could be missing?
> > >
> > > Thanks,
> > >
> > > Ben
> > >
> > >
> >
> >
> > --
> > Jesse Kuhnert
> > Tapestry/Dojo team member/developer
> >
> > Open source based consulting work centered around
> > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>
>

Re: Building Tapestry 5 from the trunk

Posted by Alejandro Scandroli <al...@gmail.com>.
Hi Ben

This is a problem with maven latest versions, I think you are not
using maven 2.0.4,
You should use maven 2.0.4 (nor 2.0.5, nor 2.0.6) to build tapestry5.

Saludos.
Alejandro.

On 5/3/07, Jesse Kuhnert <jk...@gmail.com> wrote:
> Sounds like you are missing the extra plugin repositories to me.
>
> You can probably find them in this file:
>
> http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project/pom.xml?view=markup
>
> On 5/2/07, Ben Tomasini <be...@gmail.com> wrote:
> >
> > I am attempting to build Tapestry 5 from the trunk, and getting a bunch of
> > compile errors:
> >
> > I checked on the website and could not find any special instructions.
> >
> > Any thoughts as to what I could be missing?
> >
> > Thanks,
> >
> > Ben
> >
> >
>
>
> --
> Jesse Kuhnert
> Tapestry/Dojo team member/developer
>
> Open source based consulting work centered around
> dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Building Tapestry 5 from the trunk

Posted by Jesse Kuhnert <jk...@gmail.com>.
Sounds like you are missing the extra plugin repositories to me.

You can probably find them in this file:

http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-project/pom.xml?view=markup

On 5/2/07, Ben Tomasini <be...@gmail.com> wrote:
>
> I am attempting to build Tapestry 5 from the trunk, and getting a bunch of
> compile errors:
>
> I checked on the website and could not find any special instructions.
>
> Any thoughts as to what I could be missing?
>
> Thanks,
>
> Ben
>
>


-- 
Jesse Kuhnert
Tapestry/Dojo team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com