Run| Workspace| Log| Issues| Fixes| Pre-reqs| Stats| XRef| Maven Repository Proxy Log Gump Logo

Details

Parameters

Prefix Name Value
--offline
jar

Environment Overrides

Name Value
CLASSPATH :/opt/jdk1.6.0/lib/tools.jar /export/home/gump/test/workspace/authx/core/target/authx-core-14052008.jar /export/home/gump/test/workspace/hsqldb/lib/hsqldb.jar /export/home/gump/packages/jmock/jmock-1.0.1.jar /export/home/gump/packages/maven-site-plugin/maven-site-plugin-1.6.1.jar

Command Line

maven --offline jar 

Output

 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

You are working offline so the build will continue, but authx-core-0.4-SNAPSHOT.jar may be out of date!
build:start:

java:prepare-filesystem:
    [mkdir] Created dir: /zonestorage/gump/export/home/gump/test/workspace/authx/jdbc/target/classes

java:compile:
    [echo] Compiling to /zonestorage/gump/export/home/gump/test/workspace/authx/jdbc/target/classes
    [javac] Compiling 26 source files to /zonestorage/gump/export/home/gump/test/workspace/authx/jdbc/target/classes

java:jar-resources:
Copying 2 files to /zonestorage/gump/export/home/gump/test/workspace/authx/jdbc/target/classes/META-INF

test:prepare-filesystem:
    [mkdir] Created dir: /zonestorage/gump/export/home/gump/test/workspace/authx/jdbc/target/test-classes
    [mkdir] Created dir: /zonestorage/gump/export/home/gump/test/workspace/authx/jdbc/target/test-reports

test:test-resources:

test:compile:
    [javac] Compiling 6 source files to /zonestorage/gump/export/home/gump/test/workspace/authx/jdbc/target/test-classes
/zonestorage/gump/export/home/gump/test/workspace/authx/jdbc/src/test/org/apache/authx/authentication/realm/MemoryDatabase.java:21: cannot find symbol
symbol  : class jdbcDataSource
location: package org.hsqldb.jdbc
import org.hsqldb.jdbc.jdbcDataSource;
                      ^
/zonestorage/gump/export/home/gump/test/workspace/authx/jdbc/src/test/org/apache/authx/authentication/realm/MemoryDatabase.java:32: cannot find symbol
symbol  : class jdbcDataSource
location: class org.apache.authx.authentication.realm.MemoryDatabase
    private final jdbcDataSource m_ds;
                  ^
/zonestorage/gump/export/home/gump/test/workspace/authx/jdbc/src/test/org/apache/authx/authentication/realm/MemoryDatabase.java:38: cannot find symbol
symbol  : class jdbcDataSource
location: class org.apache.authx.authentication.realm.MemoryDatabase
        m_ds = new jdbcDataSource();
                   ^
3 errors

BUILD FAILED
File...... /export/home/gump/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly
Element... javac
Line...... 52
Column.... 46
Compile failed; see the compiler error output for details.
Total time: 3 seconds
Finished at: Wed May 14 19:27:41 GMT+00:00 2008

Last Updated: Wed, 14 May 2008 18:00:04 ().Python Logo