Re: maven build from source is not working.

2007-07-30 Thread Alex Shneyderman
the errors are of this type:
/home/alex/sources/tapestry5/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/alex/sources/tapestry5/tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[17,33]
package org.openqa.selenium.server does not exist

/home/alex/sources/tapestry5/tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[18,17]
package org.testng does not exist

/home/alex/sources/tapestry5/tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[19,29]
package org.testng.annotations does not exist

/home/alex/sources/tapestry5/tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[20,29]
package org.testng.annotations does not exist

/home/alex/sources/tapestry5/tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[22,32]
package com.thoughtworks.selenium does not exist

/home/alex/sources/tapestry5/tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[23,32]
package com.thoughtworks.selenium does not exist

/home/alex/sources/tapestry5/tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[24,32]
package com.thoughtworks.selenium does not exist

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

/home/alex/sources/tapestry5/tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[42,59]
cannot find symbol
symbol: class Assert
public abstract class AbstractIntegrationTestSuite extends Assert
implements Selenium

/home/alex/sources/tapestry5/tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[42,77]
cannot find symbol
symbol: class Selenium
public abstract class AbstractIntegrationTestSuite extends Assert
implements Selenium

/home/alex/sources/tapestry5/tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[64,12]
cannot find symbol
symbol  : class Selenium
location: class org.apache.tapestry.test.AbstractIntegrationTestSuite

/home/alex/sources/tapestry5/tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[66,12]
cannot find symbol
symbol  : class SeleniumServer
location: class org.apache.tapestry.test.AbstractIntegrationTestSuite

/home/alex/sources/tapestry5/tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[164,5]
cannot find symbol
symbol  : class AfterClass
location: class org.apache.tapestry.test.AbstractIntegrationTestSuite

/home/alex/sources/tapestry5/tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[177,5]
cannot find symbol
symbol  : class BeforeClass
location: class org.apache.tapestry.test.AbstractIntegrationTestSuite

/home/alex/sources/tapestry5/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/alex/sources/tapestry5/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/alex/sources/tapestry5/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/alex/sources/tapestry5/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/alex/sources/tapestry5/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/alex/sources/tapestry5/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/alex/sources/tapestry5/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/alex/sources/tapestry5/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/alex/sources/tapestry5/tapestry-test/src/main/java/org/apache/tapestry/test/AbstractIntegrationTestSuite.java:[145,8]
cannot find symbol
symbol  : method assertEquals(java.lang.String,java.lang.String)
location: class 

Re: maven build from source is not working.

2007-07-30 Thread Hans Jörg Hessmann
I remember I had same problem once when I tried to compile some 5.0.5 snapshot
from subversion using maven 2.0.7. I think I solved this by modifiying the
tapestry-project/pom.xml like this:

 dependency
groupIdorg.apache.tapestry/groupId
artifactIdtapestry-test/artifactId
version${project.version}/version
!-- scopetest/scope --
  /dependency

This problem disappeared in the 5.0.6 snapshots. Please try the most current
version from svn.


Hans Jörg Hessmann


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]