> > Age, I downgraded again to b7 release-build.
> > This build doesn't compile turbine anymore, as it references
> > torque-3.0-rc2.jar, which is out of date now: "Failed to
> > download dependent file torque-3.0-rc2.jar"
>
> Maven doesn't reference torque anywhere and the latest turbine-2
> project.xml references torque 3.0 so I don't know what you mean with "it
> references torque-3.0-rc2.jar". I can compile the turbine-2 HEAD

I understand that, but as a matter of fact, when I use current maven cvs
head build, turbine compiles fine. When I use maven-b7-release-build
compiling the same turbine results in the error mentioned above.
Anyway, that's not my problem now.

> > And second error is the same as with Maven CVS HEAD build:
> >     [torque-data-model] [ERROR] Caused by:
> > java.lang.NoClassDefFoundError:
> > org/apache/stratum/lifecycle/Initializable
>
> Very mysterious.... try running maven with the -X command line option
> (debug) and see whether the stratum jar is actually in your maven
> dependency classpath or whther you notice anything else.

I have attached the result below.
As you can see,
"C:\jakarta\maven-1.0-b7\repository\stratum\jars\stratum-1.0-b3.jar;" is
included. This jar does exist in my rep\stratum\jars\ dir.

The only error that I can see in the debug result is the this one, and I
doubt it relates to the stratum problem, does it?

java:jar:
    [available] [VERBOSE] Unable to find conf\Manifest.mf to set property
maven.jar.manifest.available


Marc


D:\audiotex>maven -X
 __  __
|  \/  |__ Jakarta _ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|   v. 1.0-beta-8

D:\audiotex

[DEBUG] Adding reference: maven.dependency.classpath ->
C:\jakarta\maven-1.0-b7\repository\ant\jars\
ant-1.5.jar;C:\jakarta\maven-1.0-b7\repository\commons-beanutils\jars\common
s-beanutils-1.4.1.jar;C:
\jakarta\maven-1.0-b7\repository\commons-collections\jars\commons-collection
s-2.0.jar;C:\jakarta\mav
en-1.0-b7\repository\commons-configuration\jars\commons-configuration-1.0-de
v.jar;C:\jakarta\maven-1
.0-b7\repository\commons-dbcp\jars\commons-dbcp-1.0-dev-20020806.jar;C:\jaka
rta\maven-1.0-b7\reposit
ory\commons-lang\jars\commons-lang-1.0.jar;C:\jakarta\maven-1.0-b7\repositor
y\commons-logging\jars\c
ommons-logging-1.0.2.jar;C:\jakarta\maven-1.0-b7\repository\commons-pool\jar
s\commons-pool-1.0.jar;C
:\jakarta\maven-1.0-b7\repository\jcs\jars\jcs-1.0-dev.jar;C:\jakarta\maven-
1.0-b7\repository\jdbc\j
ars\jdbc-2.0.jar;C:\jakarta\maven-1.0-b7\repository\jndi\jars\jndi-1.2.1.jar
;C:\jakarta\maven-1.0-b7
\repository\log4j\jars\log4j-1.2.6.jar;C:\jakarta\maven-1.0-b7\repository\st
ratum\jars\stratum-1.0-b
3.jar;C:\jakarta\maven-1.0-b7\repository\tomcat-naming\jars\tomcat-naming-1.
0.jar;C:\jakarta\maven-1
.0-b7\repository\velocity\jars\velocity-1.3.jar;C:\jakarta\maven-1.0-b7\repo
sitory\village\jars\vill
age-1.5.3.jar;C:\jakarta\maven-1.0-b7\repository\xerces\jars\xercesImpl-2.0.
2.jar;C:\jakarta\maven-1
.0-b7\repository\xml-apis\jars\xmlParserAPIs-2.0.2.jar
[DEBUG] Adding reference: maven-classpath ->
[DEBUG] Adding reference: maven.jar.resources.set -> patternSet{ includes:
[] excludes: [] }
java:prepare-filesystem:

java:compile:
    [echo] No java source files to compile.

java:jar-resources:

test:prepare-filesystem:

test:test-resources:

test:compile:
    [echo] No test source files to compile.

test:test:
    [echo] No tests to run.

java:jar:
    [available] [VERBOSE] Unable to find conf\Manifest.mf to set property
maven.jar.manifest.availab
le
    [jar] [DEBUG] fileset: Setup scanner in dir D:\audiotex\target\classes
with patternSet{ includes
: [] excludes: [**/package.html] }
    [jar] [DEBUG] ZipFileSet: Setup scanner in dir D:\audiotex with
patternSet{ includes: [LICENSE.t
xt] excludes: [] }
    [jar] [VERBOSE]  omitted as D:\audiotex\target\audiotex-0.1.jar is up to
date.

BUILD SUCCESSFUL


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

Reply via email to