You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@turbine.apache.org by Alexander Banthien <al...@questech.de> on 2002/08/15 15:20:10 UTC

Re: building fulcrum (and aslo stratum)

Hi!

one more addition. Stratum gives me an other ERROR when building. Maybe this sheds
light on the matter: (btw: junit-3.7.jar is in the maven repository)
Note also, that I did manage to build turbine and torque.

|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|   v. 1.0-b5-dev

jakarta-turbine-stratum (stratum) 1.0-b3-dev
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum

    [available] DEPRECATED - <available> used to override an existing property.
  Build file should not reuse the same property name for different values.
    [available] DEPRECATED - <available> used to override an existing property.
  Build file should not reuse the same property name for different values.
java:prepare-filesystem:
  [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/scheduler/TestScheduler.java:16:
cannot resolve symbol
    [javac] [ERROR] symbol  : class Test
    [javac] [ERROR] location: package framework
    [javac] [ERROR] import junit.framework.Test;
    [javac] [ERROR]                        ^
    [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/scheduler/TestScheduler.java:17:
cannot resolve symbol
    [javac] [ERROR] symbol  : class TestCase
    [javac] [ERROR] location: package framework
    [javac] [ERROR] import junit.framework.TestCase;
    [javac] [ERROR]                        ^
    [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/scheduler/TestScheduler.java:18:
cannot resolve symbol
    [javac] [ERROR] symbol  : class TestSuite
    [javac] [ERROR] location: package framework
    [javac] [ERROR] import junit.framework.TestSuite;
    [javac] [ERROR]                        ^
    [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/scheduler/TestScheduler.java:19:
cannot resolve symbol
    [javac] [ERROR] symbol  : class TestRunner
    [javac] [ERROR] location: package textui
    [javac] [ERROR] import junit.textui.TestRunner;
    [javac] [ERROR]                     ^
    [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/scheduler/TestScheduler.java:40:
cannot resolve symbol
    [javac] [ERROR] symbol  : class TestCase
    [javac] [ERROR] location: class org.apache.stratum.scheduler.TestScheduler
    [javac] [ERROR] public class TestScheduler extends TestCase {
    [javac] [ERROR]                                    ^
    [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/scheduler/TestScheduler.java:50:
cannot resolve symbol
    [javac] [ERROR] symbol  : class Test
    [javac] [ERROR] location: class org.apache.stratum.scheduler.TestScheduler
    [javac] [ERROR]     public static Test suite() {
    [javac] [ERROR]                   ^
    [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/messenger/MessengerComponentTest.java:58:
cannot resolve symbol
    [javac] [ERROR] symbol  : class Test
    [javac] [ERROR] location: package framework
    [javac] [ERROR] import junit.framework.Test;
    [javac] [ERROR]                        ^
    [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/messenger/MessengerComponentTest.java:59:
cannot resolve symbol
   [javac] [ERROR] symbol  : class TestCase
    [javac] [ERROR] location: package framework
    [javac] [ERROR] import junit.framework.TestCase;
    [javac] [ERROR]                        ^
    [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/messenger/MessengerComponentTest.java:60:
cannot resolve symbol
    [javac] [ERROR] symbol  : class TestSuite
    [javac] [ERROR] location: package framework
    [javac] [ERROR] import junit.framework.TestSuite;
    [javac] [ERROR]                        ^
    [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/messenger/MessengerComponentTest.java:76:
cannot resolve symbol
    [javac] [ERROR] symbol  : class TestCase
    [javac] [ERROR] location: class
org.apache.stratum.messenger.MessengerComponentTest
    [javac] [ERROR] public class MessengerComponentTest extends TestCase
    [javac] [ERROR]                                             ^
    [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/scheduler/TestScheduler.java:47:
cannot resolve symbol
    [javac] [ERROR] symbol  : variable TestRunner
    [javac] [ERROR] location: class org.apache.stratum.scheduler.TestScheduler
    [javac] [ERROR]         TestRunner.run( suite() );
    [javac] [ERROR]         ^
    [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/scheduler/TestScheduler.java:51:
cannot resolve symbol
    [javac] [ERROR] symbol  : class TestSuite
    [javac] [ERROR] location: class org.apache.stratum.scheduler.TestScheduler
    [javac] [ERROR]         return new TestSuite(TestScheduler.class);
    [javac] [ERROR]                    ^
    [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/scheduler/TestScheduler.java:68:
cannot resolve symbol
    [javac] [ERROR] symbol  : method assertNotNull
(java.lang.String,org.apache.stratum.scheduler.SchedulerConfig)
    [javac] [ERROR] location: class org.apache.stratum.scheduler.TestScheduler
    [javac] [ERROR]         assertNotNull("scheduler should not be null.",
schedConf2);
    [javac] [ERROR]         ^
    [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/scheduler/TestScheduler.java:69:
cannot resolve symbol
    [javac] [ERROR] symbol  : method assertEquals  (java.lang.String,int,int)
    [javac] [ERROR] location: class org.apache.stratum.scheduler.TestScheduler
    [javac] [ERROR]         assertEquals("there should be 2 job configurations",
    [javac] [ERROR]         ^
   [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/scheduler/TestScheduler.java:72:
cannot resolve symbol
    [javac] [ERROR] symbol  : method assertEquals  (java.lang.String,int,int)
    [javac] [ERROR] location: class org.apache.stratum.scheduler.TestScheduler
    [javac] [ERROR]         assertEquals("there should be 2 triggers",
    [javac] [ERROR]         ^
    [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/scheduler/TestScheduler.java:75:
cannot resolve symbol
    [javac] [ERROR] symbol  : method assertTrue  (java.lang.String,boolean)
    [javac] [ERROR] location: class org.apache.stratum.scheduler.TestScheduler
    [javac] [ERROR]         assertTrue("scheduler name should be scheduler1",
    [javac] [ERROR]         ^
    [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/scheduler/TestScheduler.java:78:
cannot resolve symbol
    [javac] [ERROR] symbol  : method assertTrue  (java.lang.String,boolean)
    [javac] [ERROR] location: class org.apache.stratum.scheduler.TestScheduler
    [javac] [ERROR]         assertTrue("job name should be job1",
    [javac] [ERROR]         ^
    [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/messenger/MessengerComponentTest.java:113:
cannot resolve symbol
    [javac] [ERROR] symbol  : method fail  (java.lang.String)
    [javac] [ERROR] location: class org.apache.stratum.messenger.MessengerCompon
java:compile:
entTest
    [javac] [ERROR]             fail(errorMessage);
    [javac] [ERROR]             ^
    [javac] [ERROR]
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/src/test/org/apache/stratum/messenger/MessengerComponentTest.java:133:
cannot resolve symbol
    [javac] [ERROR] symbol  : method fail  (java.lang.String)
    [javac] [ERROR] location: class
org.apache.stratum.messenger.MessengerComponentTest
    [javac] [ERROR]             fail("Exception should have been thrown");
    [javac] [ERROR]             ^
    [javac] [ERROR] 19 errors

[ERROR] BUILD FAILED
[ERROR] File......
/usr/local/Java/jakarta/maven/plugins/maven-test-plugin-1.0/plugin.jelly
[ERROR] Element... javac
[ERROR] Line...... 26
[ERROR] Column.... 46
[ERROR] Compile failed; see the compiler error output for details.
Total time: 13 seconds



java:jar-resources:

test:prepare-filesystem:

test:compile:
    [javac] Compiling 2 source files to
/ora/u02/usr/local/Java/tmp/jakarta-turbine-stratum/target/test-classes


Jason van Zyl wrote:

> On Thu, 2002-08-15 at 04:57, Alexander Banthien wrote:
> > Hi folks,
> >
> > may I ask a little help. when trying to build fulcrum through the nice
> > maven system i get the messages below and my build fails. I have done a
> > cvs update, have an updated copy of torque lying there and indeed all
> > the files mentioned below are not on Jakarta's server.
> >
> > Since many must have gone through the same problem: what is the
> > solution?
> >
> > Cheers,
> >
> > Alex
> >
> > -------------------------------------------------
> > W A R N I N G
> > ------------------------------------------------
> > Failed to download dependent file jaf:activation-1.0.2.jar
> >
> > -------------------------------------------------
> > W A R N I N G
> > ------------------------------------------------
> > Failed to download dependent file commons-util-SNAPSHOT.jar
> >
> > -------------------------------------------------
> > W A R N I N G
> > ------------------------------------------------
> > Failed to download dependent file cryptix-3.2.0.jar
> >
> > -------------------------------------------------
> > W A R N I N G
> > ------------------------------------------------
> > Failed to download dependent file torque-SNAPSHOT.jar
> >
> > -------------------------------------------------
> > W A R N I N G
> > ------------------------------------------------
> > Failed to download dependent file velocity-dvsl-0.45.jar
>
> All of those JARs are present in the repository. Kurt and I spent an
> hour yesterday getting the builds to work ... I just looked again
> and although there is a glitch with a fresh checkout all the
> dependencies are present in the repository.
>
> I have the start of a reactor that is building the turbine projects but
> it doesn't do fresh checkouts each time so I missed the error that is
> occuring if people are trying fresh check outs of fulcrum. Looking at it
> now.
>
> >
> > --
> >
> > Mit freundlichen Grüßen
> > Alexander Banthien
> >
> > _______________________________________
> > Questech GmbH
> > Schwarzwaldstr. 19
> > 79199 Kirchzarten
> >
> > Fon: +49 (0)7661 90 35-15
> > Fax: +49 (0)7661 90 35-20
> > www.questech.de
> >
> > _______________________________________
> >
> >
> > --
> > To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> > For additional commands, e-mail: <ma...@jakarta.apache.org>
> --
> jvz.
>
> Jason van Zyl
> jason@apache.org
> http://tambora.zenplex.org
>
> In short, man creates for himself a new religion of a rational
> and technical order to justify his work and to be justified in it.
>
>   -- Jacques Ellul, The Technological Society
>
> --
> To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
> For additional commands, e-mail: <ma...@jakarta.apache.org>

--

Mit freundlichen Grüßen
Alexander Banthien

_______________________________________
Questech GmbH
Schwarzwaldstr. 19
79199 Kirchzarten

Fon: +49 (0)7661 90 35-15
Fax: +49 (0)7661 90 35-20
www.questech.de

_______________________________________



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>