Here is my build.properties file and the project.xml. It is still trying to
include the : in the name for some reason after the
maven.repo.test.directory and the artifactId.
I am running on Windows by the way.
Error Message
Deploying:
E:\PVCS_WORKING\BEA_8.1\test\test-toolkit\project.xml-->:test-toolkit/poms/t
est-toolkit-1.0.0.0.pom
deployNotCompressed=true
Executing command: mkdir -p C:/apachehtdocs/maven/dev/:test-toolkit/poms
Executing command: scp -t
C:/apachehtdocs/maven/dev/:test-toolkit/poms/test-toolkit-1.0.0.0.pom
Build.xml
# Repository Information
maven.repo.list=test
maven.repo.test=scp://rivditxxb747c11.scottryan.com
maven.repo.test.directory=C:/apachehtdocs/maven/dev
maven.repo.test.username=XXXXX
maven.repo.test.password=XXXX
maven.repo.test.compress=false
project.xml
<?xml version="1.0"?>
<project>
<extend>${basedir}/../project.xml</extend>
<artifactId>test-toolkit</artifactId>
<currentVersion>1.0.0.0</currentVersion>
<name>Enterprise Toolkit Project</name>
<!-- Project Build section goes here -->
<developers>
<developer>
<name>Scott Ryan</name>
<id>scott.ryan</id>
<email>[EMAIL PROTECTED]</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<version>1.2.8</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>weblogic</groupId>
<artifactId>weblogic</artifactId>
<version>8.1.2</version>
<type>jar</type>
</dependency>
</dependencies>
<build>
<nagEmailAddress>[EMAIL PROTECTED]</nagEmailAddress>
<sourceDirectory>${basedir}/src/java</sourceDirectory>
<unitTestSourceDirectory>${basedir}/test/java</unitTestSourceDirectory>
<unitTest>
<includes>
<include>**/*Test.java</include>
</includes>
</unitTest>
</build>
</project>
Scott Damon Ryan
Developer
(720) 514-5389
[EMAIL PROTECTED]
-----Original Message-----
From: Carlos Sanchez [mailto:[EMAIL PROTECTED]
Sent: Friday, August 27, 2004 1:50 PM
To: 'Maven Users List'; 'Per Abich'
Subject: RE: RE: Jar:deploy building incorrect file path with extra : before
t he a rtifact Id
Hi,
You have to configure properly the artifact plugin, check its properties at
http://maven.apache.org/reference/plugins/artifact
Regards
Carlos Sanchez
A Coru�a, Spain
Oness Project
http://oness.sourceforge.net
> -----Original Message-----
> From: Per Abich [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 27, 2004 9:41 PM
> To: Maven Users List
> Subject: Re: RE: Jar:deploy building incorrect file path with
> extra : before t he a rtifact Id
>
> If you could post the project.xml (maybe directly to me?) I
> could take a look. I still think maven interprets something
> as a cvs-connection string.
>
> Per
>
> On Fri, 27 Aug 2004 08:31:17 -0600, Ryan, Scott
> <[EMAIL PROTECTED]> wrote:
> > Thanks for the tip but we do not use CVS. I have checked
> all my files
> > project.xml, maven.xml, build.properties and project.properties and
> > there are no colons anywhere in those files so it must be getting
> > added by one of the plugins.
> >
> > Any other ideas? The jar:install works fine it is just he
> jar:deploy
> > that is munging the name.
> >
> > It appears to be running the upload via ssh which is what I
> expect and I
> > have my doc root set to C:/apachehtdocs/maven/dev/. I
> will see about hard
> > coding the upload parameter to be sure and force ssh.
> >
> > Scott Damon Ryan
> > Developer
> > (720) 514-5389
> > [EMAIL PROTECTED]
> >
> > -----Original Message-----
> > From: Per Abich [mailto:[EMAIL PROTECTED]
> > Sent: Friday, August 27, 2004 12:09 AM
> > To: Maven Users List
> > Subject: Re: Jar:deploy building incorrect file path with extra :
> > before the a rtifact Id
> >
> > Looks like a cvs notation to me. Maybe you have specified
> upload via
> > CVS? I'd say you have CVSROOT="C:/apachehtdocs/maven/dev/" and the
> > module name
> "echostar-toolkit/poms/echostar-toolkit-1.0.0.0.pom". But
> > I am not experienced enought with maven to tell you how you
> produced
> > it. Check your project.properties and project.xml....
> >
> > Regards
> >
> > Per Abich
> >
> > On Thu, 26 Aug 2004 18:14:52 -0600, Ryan, Scott
> > <[EMAIL PROTECTED]>
> > wrote:
> > > I am trying to run the jar:deploy goal. It is adding an extra :
> > > between
> > the
> > > file location and the artifactId so that the directory
> cannot be located.
> > > Here is an example of the bad location:
> > >
> > > scp:
> > >
> >
> C:/apachehtdocs/maven/dev/:echostar-toolkit/poms/echostar-toolkit-1.0.
> > 0.0.po
> > > m
> > >
> > > I cannot figure out where the extra : is coming before
> the artifact
> > > Id 'echostar-toolkit'
> > >
> > > Any ideas???
> > >
> > > Scott Damon Ryan
> > >
> > > Developer
> > >
> > > (720) 514-5389
> > >
> > > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
> > >
> > >
> >
> > --
> > Per Abich
> > Praktikant
> > Catenic AG
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
> Per Abich
> Praktikant
> Catenic AG
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]