You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Avinash G <av...@sensiple.com> on 2004/05/11 15:54:12 UTC

pls give details regarding torque of maven

hi all,

when i tried to build jetspeed-1.5 using "maven dist:install" the following error came.

********************************************************************************

D:\jetspeed-1.5>maven dist:install
__ __
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_| |_\__,_|\_/\___|_||_| v. 1.0-rc2

Tag library requested that is not present: 'maven' in plugin: 'null'
build:start:

dist:build-setup:
[mkdir] Created dir: D:\jetspeed-1.5\target\distributions

dist:prepare-bin-filesystem:
[mkdir] Created dir: D:\jetspeed-1.5\target\jetspeed-1.5\bin\jetspeed-1.5
[echo]
+------------------------------------------------------------------------+
| C R E A T I N G J E T S P E E D B I N A R Y D I S T R I B U T I O N |
+------------------------------------------------------------------------+

[copy] Copying 7 files to D:\jetspeed-1.5\target\jetspeed-1.5\bin\jetspeed-1
5
Tag library requested that is not present: 'maven' in plugin: 'null'
Tag library requested that is not present: 'maven' in plugin: 'null'
Tag library requested that is not present: 'maven' in plugin: 'null'
war:init:
java:prepare-filesystem:

java:compile:
prepare.apis:
[echo] Generating Jetspeed XML bindings
[java] -- Suppressing non fatal warnings.

BUILD FAILED
File...... file:/C:/Documents and Settings/sam/.maven/plugins/maven-torque-plugi
n-3.2/plugin.jelly
Element... taskdef
Line...... 51
Column.... 63
taskdef class org.apache.torque.task.TorqueDataModelTask cannot be found
Total time: 7 seconds

********************************************************************************

some of the friends from the jetspeed-users-help group told that there may be some problem with the "torque" file of maven.
if so can any one suggest where i can get the correct torque jars.
if not pls help me with your valuable suggestion

i have installed the maven at "D:\Program Files\Apache Software Foundation\Maven 1.0-rc2".

thanks a lot in advance.

Avinash


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


sftp deploying artifacts problem

Posted by Marcin Gurbisz <Ma...@pentacomp.com.pl>.
Hi,

I've got a problem with deploy goal. I use following settings in 
properties.xml:
maven.repo.remote=http://www.ibiblio.org/maven,http://www.pentacomp.pl/maven
maven.repo.list=pentarepo
maven.repo.pentarepo=sftp://192.168.3.6
maven.repo.pentarepo.username=mgu
maven.repo.pentarepo.password=xxx
maven.repo.pentarepo.directory=/opt/maven
maven.repo.pentarepo.port=22

Everythink seems to be OK, but there are no files on the server after 
all. Do you have any idea?.
Maven logs:

Will deploy to 1 repository(ies): pentarepo
Deploying to repository: pentarepo
host: '192.168.3.6'
Deploying: 
D:\pentacomp\maven\sandbox\ejb-nazwa\project.xml-->maven-example/poms/nazwa-ejb-1.0-SNAPSHOT.pom
##
Deploying: 
D:\pentacomp\maven\sandbox\ejb-nazwa\project.xml.md5-->maven-example/poms/nazwa-ejb-1.0-SNAPSHOT.pom.md5
#
Will deploy to 1 repository(ies): pentarepo
Deploying to repository: pentarepo
host: '192.168.3.6'
Deploying: 
D:\pentacomp\maven\sandbox\ejb-nazwa\target\nazwa-ejb-1.0-SNAPSHOT.jar-->maven-example/ejbs/nazwa-ejb-1.0-SNAPSHOT.jar
#####
Deploying: 
D:\pentacomp\maven\sandbox\ejb-nazwa\target\nazwa-ejb-1.0-SNAPSHOT.jar.md5-->maven-example/ejbs/nazwa-ejb-1.0-SNAPSHOT.jar.md5
#
BUILD SUCCESSFUL
Total time: 14 seconds
Finished at: Tue May 11 15:56:37 CEST 2004

Marcin

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: pls give details regarding torque of maven

Posted by "Charles N. Harvey III" <ch...@alloy.com>.
Avinash,
The torque plugin does not come with Maven.  You have to download it and
install it as a plugin.

http://db.apache.org/torque/maven-howto.html


Charlie



Avinash G wrote:

>hi all,
>
>when i tried to build jetspeed-1.5 using "maven dist:install" the following error came.
>
>********************************************************************************
>
>D:\jetspeed-1.5>maven dist:install
>__ __
>| \/ |__ _Apache__ ___
>| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
>|_| |_\__,_|\_/\___|_||_| v. 1.0-rc2
>
>Tag library requested that is not present: 'maven' in plugin: 'null'
>build:start:
>
>dist:build-setup:
>[mkdir] Created dir: D:\jetspeed-1.5\target\distributions
>
>dist:prepare-bin-filesystem:
>[mkdir] Created dir: D:\jetspeed-1.5\target\jetspeed-1.5\bin\jetspeed-1.5
>[echo]
>+------------------------------------------------------------------------+
>| C R E A T I N G J E T S P E E D B I N A R Y D I S T R I B U T I O N |
>+------------------------------------------------------------------------+
>
>[copy] Copying 7 files to D:\jetspeed-1.5\target\jetspeed-1.5\bin\jetspeed-1
>5
>Tag library requested that is not present: 'maven' in plugin: 'null'
>Tag library requested that is not present: 'maven' in plugin: 'null'
>Tag library requested that is not present: 'maven' in plugin: 'null'
>war:init:
>java:prepare-filesystem:
>
>java:compile:
>prepare.apis:
>[echo] Generating Jetspeed XML bindings
>[java] -- Suppressing non fatal warnings.
>
>BUILD FAILED
>File...... file:/C:/Documents and Settings/sam/.maven/plugins/maven-torque-plugi
>n-3.2/plugin.jelly
>Element... taskdef
>Line...... 51
>Column.... 63
>taskdef class org.apache.torque.task.TorqueDataModelTask cannot be found
>Total time: 7 seconds
>
>********************************************************************************
>
>some of the friends from the jetspeed-users-help group told that there may be some problem with the "torque" file of maven.
>if so can any one suggest where i can get the correct torque jars.
>if not pls help me with your valuable suggestion
>
>i have installed the maven at "D:\Program Files\Apache Software Foundation\Maven 1.0-rc2".
>
>thanks a lot in advance.
>
>Avinash
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
>For additional commands, e-mail: users-help@maven.apache.org
>
>
>
>  
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org