Re: Deploying artifacts: 0 byte files

2004-09-29 Thread Winston . Rast
Users List [EMAIL PROTECTED] cc: (bcc: Winston Rast/Jeppesen/TMC) Subject:Re: Deploying artifacts: 0 byte files (Embedded image moved to file: pic29358.jpg) This sound like my Problem with dependancies where snapshot are download with 0K if they are all ready present on my local repo

Re: Deploying artifacts: 0 byte files

2004-09-28 Thread Winston . Rast
. French [EMAIL PROTECTED] on 09/27/2004 05:16:58 PM Please respond to Maven Users List [EMAIL PROTECTED]; Please respond to [EMAIL PROTECTED] To:Maven Users List [EMAIL PROTECTED] cc: (bcc: Winston Rast/Jeppesen/TMC) Subject:Re: Deploying artifacts: 0 byte files (Embedded

Deploying artifacts: 0 byte files

2004-09-27 Thread Winston . Rast
We have an issue with maven's handling of artifact deployment to our remote repository. Sometimes (not always), when a new snapshot artifact is generated it doesn't get completely written to the remote repository. The size is 0 bytes. We are using the scp:// protocol. The origin machine is solaris

RE: Deploying artifacts: 0 byte files

2004-09-27 Thread Winston . Rast
Carlos Sanchez [EMAIL PROTECTED] on 09/27/2004 04:25:34 PM Please respond to Maven Users List [EMAIL PROTECTED] To:'Maven Users List' [EMAIL PROTECTED] cc: (bcc: Winston Rast/Jeppesen/TMC) Subject:RE: Deploying artifacts: 0 byte files (Embedded image moved to file: pic04827.jpg) Hi

Re: maven-proxy configuration

2004-09-16 Thread Winston . Rast
: Winston Rast/Jeppesen/TMC) Subject: maven-proxy configuration I'm having some serious problems trying to configure maven-proxy the way I want. I have a private remote repository the developers share. It contains snapshots of numerous projects under development. We are trying to eliminate ibiblio

maven-proxy configuration

2004-09-15 Thread Winston . Rast
I'm having some serious problems trying to configure maven-proxy the way I want. I have a private remote repository the developers share. It contains snapshots of numerous projects under development. We are trying to eliminate ibiblio as a remote repository as well. I have configured maven-proxy

Re: FW: Weblogic plugin

2004-06-28 Thread Winston . Rast
Siegfried, would you mind making your plugin generally available? If that's not possible I'd love to get a copy! -wr Göschl,Siegfried [EMAIL PROTECTED] on 06/28/2004 10:23:36 AM Please respond to Maven Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: Winston Rast

RE: RC3 Property Inheritance Problem

2004-05-27 Thread Winston . Rast
] on 05/26/2004 05:08:56 PM Please respond to Maven Users List [EMAIL PROTECTED] To: 'Maven Users List' [EMAIL PROTECTED] cc:(bcc: Winston Rast/Jeppesen/TMC) Subject: RE: RC3 Property Inheritance Problem Attachement is not there. Can you post the contents of your message to JIRA and attach

Re: Issue with incomplete plugin downloads

2004-05-27 Thread Winston . Rast
I have seen this behavior as well. It would be nice if it was transactional. -wr Carlos Sanchez [EMAIL PROTECTED] on 05/27/2004 08:50:56 AM Please respond to Maven Users List [EMAIL PROTECTED] To: 'Maven Users List' [EMAIL PROTECTED] cc:(bcc: Winston Rast/Jeppesen/TMC) Subject

RE: RC3 Property Inheritance Problem

2004-05-26 Thread Winston . Rast
Users List [EMAIL PROTECTED] To: 'Maven Users List' [EMAIL PROTECTED] cc:(bcc: Winston Rast/Jeppesen/TMC) Subject: RE: RC3 Property Inheritance Problem Do any of the plugins you use (eg the xdoclet one) override the values? - Brett -Original Message- From: [EMAIL PROTECTED

Re: RC3 Property Inheritance Problem

2004-05-26 Thread Winston . Rast
I've been doing a lot of trial and error with this problem and I've narrowed it down to what I think is a problem in multiproject environments with inherited properties. It is *not* an issue strictly with the maven.compile.* properties as I've previously mentioned. I'm attaching a jar file of my

RC3 Property Inheritance Problem

2004-05-25 Thread Winston . Rast
I'm trying to generate 1.4 friendly compiled classes. I'm getting failures on the assert keyword. Here's a rundown of my multiproject structure: root/ project.xml (extends root/service/project.xml) project.ent common/ maven/ project.properties

Re: RC3 Property Inheritance Problem

2004-05-25 Thread Winston . Rast
Just to follow up with some more info that I discovered... I created a root/maven.xml to echo the maven.compile.* properties during the build. Somewhere along the way my property values are being lost: build: [echo] maven.compile.source=1.4 [echo] maven.compile.target=1.4