From graffito-dev-return-272-apmail-incubator-graffito-dev-archive=www.apache.org@incubator.apache.org Sun Jun 05 21:14:30 2005 Return-Path: Delivered-To: apmail-incubator-graffito-dev-archive@www.apache.org Received: (qmail 14945 invoked from network); 5 Jun 2005 21:14:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Jun 2005 21:14:30 -0000 Received: (qmail 54328 invoked by uid 500); 5 Jun 2005 21:14:29 -0000 Mailing-List: contact graffito-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: graffito-dev@incubator.apache.org Delivered-To: mailing list graffito-dev@incubator.apache.org Received: (qmail 54313 invoked by uid 99); 5 Jun 2005 21:14:29 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: 64.233.182.195 is neither permitted nor denied by domain of christophe.lombart@gmail.com) Received: from nproxy.gmail.com (HELO nproxy.gmail.com) (64.233.182.195) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 05 Jun 2005 14:14:28 -0700 Received: by nproxy.gmail.com with SMTP id d4so56591nfe for ; Sun, 05 Jun 2005 14:14:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Knxv4Em2hY9faVlR02AS96cMNAPUhv7AuSIycKLPbqI9EckXCcKdbDTzU1TBx4uYfqVk1285uYIICBBw0/twbdZquHk2X7AyuUxZGJXoA2r46JHDx8BF0iTzkhvd7zX5oD0eA0EaSR6Qbt+ik/1QtXorFyQGbdwgfChz+78DeIM= Received: by 10.48.43.12 with SMTP id q12mr44849nfq; Sun, 05 Jun 2005 14:14:25 -0700 (PDT) Received: by 10.48.250.11 with HTTP; Sun, 5 Jun 2005 14:14:25 -0700 (PDT) Message-ID: <3b728ee905060514142d6f1b04@mail.gmail.com> Date: Sun, 5 Jun 2005 23:14:25 +0200 From: Christophe Lombart Reply-To: Christophe Lombart To: graffito-dev@incubator.apache.org Subject: Re: Building Graffito In-Reply-To: <004e01c568e8$aaf8f170$0100000a@TAURI01> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <004e01c568e8$aaf8f170$0100000a@TAURI01> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Can you send me your build.properties file ?=20 Which maven version are you using ?=20 Christophe On 6/4/05, Herman Reintke wrote: > LS, >=20 > Downloaded the latest software from svn this morning, using java 1.4.2_05= -b04 > Tried to do an maven allClean allBuild but encountered the following resu= lt below. >=20 > Is there a way to get around this ? >=20 > Kind regards, >=20 > Herman Reintke > ------------------------------------------------------------------------- >=20 >=20 > Graffito Engine > +---------------------------------------- > | Build and Install the Graffito engine in your Maven Repo Graffito Engin= e > | Memory: 22M/25M > +---------------------------------------- > Tag library requested that is not present: 'reactor' in plugin: 'null' > Plugin 'maven-deploy-plugin' in project 'Graffito Engine' is not availabl= e >=20 > jar:install: >=20 > build:end: >=20 > build:start: >=20 > java:prepare-filesystem: > [mkdir] Created dir: C:\Utilities\graffito\trunk\engine\target\classe= s >=20 > java:compile: > [echo] Compiling to C:\Utilities\graffito\trunk\engine/target/classes > [javac] Compiling 4 source files to C:\Utilities\graffito\trunk\engin= e\target\classes >=20 > java:jar-resources: >=20 > test:prepare-filesystem: > [mkdir] Created dir: C:\Utilities\graffito\trunk\engine\target\test-c= lasses > [mkdir] Created dir: C:\Utilities\graffito\trunk\engine\target\test-r= eports >=20 > test:test-resources: > Copying 6 files to C:\Utilities\graffito\trunk\engine\target\test-classes > Copied 4 empty directories to C:\Utilities\graffito\trunk\engine\target\t= est-classes >=20 > test:compile: > [javac] Compiling 3 source files to C:\Utilities\graffito\trunk\engin= e\target\test-classes > Tag library requested that is not present: 'reactor' in plugin: 'null' >=20 > test:test: > dbSetup: > [copy] Copying 1 file to C:\Utilities\graffito\trunk\engine\target\te= st-classes >=20 > [junit] Running org.apache.portals.graffito.engine.TestSpringEngine > [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 6,569 sec > [junit] [ERROR] TEST org.apache.portals.graffito.engine.TestSpringEng= ine FAILED >=20 > BUILD FAILED > File...... C:\Utilities\graffito\trunk\maven.xml > Element... maven:reactor > Line...... 85 > Column.... 40 > Unable to obtain goal [test:test] -- C:\Documents and Settings\herman\.ma= ven\cache\maven-test-plugi > -1.6.2\plugin.jelly:181:54: There were test failures. > Total time: 3 minutes 13 seconds > Finished at: Sat Jun 04 11:29:31 CEST 2005 >=20 > C:\Utilities\graffito\trunk> >=20 >