Re: Zip Assembly Problem

2010-10-25 Thread Antonio Petrelli
2010/10/25 Manuel Ramirez Velasco : > Excuse me if i don´t explain the problem correctly. The problem isn´t WAS > or update zips. > > The problem is: > > In my folder I have a two items: > > FOLDER/src/one.java >                  /src/two.java > > I am generating a zip: > > FOLDER.zip/WEB-INF/class

Re: Zip Assembly Problem

2010-10-25 Thread Manuel Ramirez Velasco
/WEB-INF/classes/three.class where should generate: FOLDER.zip/WEB-INF/classes/three.class Cheers Antonio Petrelli 25/10/2010 13:24 Por favor, responda a "Maven Users List" Para Maven Users List cc Asunto Re: Zip Assembly Problem 2010/10/25 Manuel Ramirez Velasco : >

Re: Zip Assembly Problem

2010-10-25 Thread Antonio Petrelli
2010/10/25 Manuel Ramirez Velasco : > Hello, I´ve a problem using maven assembly plugin. >... > I´m generating a changes package in a zip file that allow me to deploy WAS > update zips of an application deployed in WAS 6.0. In other words, you're trying to use the assembly plugin to package a part

Zip Assembly Problem

2010-10-25 Thread Manuel Ramirez Velasco
Hello, I´ve a problem using maven assembly plugin. I´m using my own assembly descriptor: http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation= "http://maven.apache.org/plugins/maven-assembly-plugin/ass

Maven assembly problem

2009-03-25 Thread Kini, Sangeetha
Hello All, I am using maven assembly and would like to add a dll to the classpath entry of the manifest file .How do I that using the maven assembly plugin .I see examples with only Jars being added to the classpath entry inside the manifest file. Any help is appreciated Thanks sangeetha STAT

RE: Assembly problem: Error "Not a v4.0.0 POM"

2007-07-11 Thread Chris Helck
Hi John, Thanks for the reply. I tried using the snapshot version, but still get an error. First I added the following lines to my POM org.apache.maven.plugins maven-assembly-plugin 2.2-beta-2-SNAPSHOT plugin true central-

Re: Assembly problem: Error "Not a v4.0.0 POM"

2007-07-11 Thread George Armhold
rge Armhold [mailto:[EMAIL PROTECTED] >> Sent: Monday, July 09, 2007 7:49 PM >> To: users@maven.apache.org >> Subject: RE: Assembly problem: Error "Not a v4.0.0 POM" >> >> >> Hi John, >> >> I'm also interested in this fix for the assembly

RE: Assembly problem: Error "Not a v4.0.0 POM"

2007-07-11 Thread George Armhold
ssage- > From: George Armhold [mailto:[EMAIL PROTECTED] > Sent: Monday, July 09, 2007 7:49 PM > To: users@maven.apache.org > Subject: RE: Assembly problem: Error "Not a v4.0.0 POM" > > > Hi John, > > I'm also interested in this fix for the assembly plug

Re: Assembly problem: Error "Not a v4.0.0 POM"

2007-07-11 Thread John Casey
om: George Armhold [mailto:[EMAIL PROTECTED] Sent: Monday, July 09, 2007 7:49 PM To: users@maven.apache.org Subject: RE: Assembly problem: Error "Not a v4.0.0 POM" Hi John, I'm also interested in this fix for the assembly plugin. Could you kindly commit it, or at least post it here s

RE: Assembly problem: Error "Not a v4.0.0 POM"

2007-07-11 Thread Chris Helck
Subject: RE: Assembly problem: Error "Not a v4.0.0 POM" Hi John, I'm also interested in this fix for the assembly plugin. Could you kindly commit it, or at least post it here so we can apply it locally? Thanks, George Chris Helck wrote: > > Was this ever fixed? I still

RE: Assembly problem: Error "Not a v4.0.0 POM"

2007-07-09 Thread George Armhold
don't see any direct mention of the problem in the jira > thingy. > > Thanks, > Christopher Helck > > > -Original Message- > From: John Casey [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 08, 2007 3:53 PM > To: Maven Users List > Subject: Re: Assemb

RE: Assembly problem: Error "Not a v4.0.0 POM"

2007-06-25 Thread Chris Helck
Maven Users List Subject: Re: Assembly problem: Error "Not a v4.0.0 POM" Okay, I've found the problem; it's in the assembly plugin, where I'm not using the correct method to retrieve the transitive POM set (there is one that allows "stub" models when it detects a

Assembly problem

2007-05-14 Thread Ivens Porto
Hello, i´m trying to build an assembly for my project but I´m getting an error I have no clue about. This is the error: [INFO] [assembly:assembly] [INFO] Reading assembly descriptor: d:\projetos\wartest\src\main\assembly\myassembly.xml

Re: Assembly problem: Error "Not a v4.0.0 POM"

2007-05-08 Thread John Casey
y 08 14:49:00 EDT 2007 [INFO] Final Memory: 9M/18M [INFO] -Original Message- From: John Casey [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 12:22 PM To: Maven Users List Subject: Re: Assembly problem: Error "Not a v4.0.0 POM" Actually, the stacktrace

RE: Assembly problem: Error "Not a v4.0.0 POM"

2007-05-08 Thread Chris Helck
ubject: Re: Assembly problem: Error "Not a v4.0.0 POM" Actually, the stacktrace for this error would be pretty valuable, just to see whether it's coming from the assembly plugin itself, or from maven's core...Maven's supposed to detect and ignore legacy poms. -john On 5/

Re: Assembly problem: Error "Not a v4.0.0 POM"

2007-05-08 Thread John Casey
Actually, the stacktrace for this error would be pretty valuable, just to see whether it's coming from the assembly plugin itself, or from maven's core...Maven's supposed to detect and ignore legacy poms. -john On 5/7/07, Chris Helck <[EMAIL PROTECTED]> wrote: I have an error that I don't unde

Assembly problem: Error "Not a v4.0.0 POM"

2007-05-07 Thread Chris Helck
I have an error that I don't understand. I have a maven 1 project that builds a jar file called pps-3.0.2.jar. The jar (and it's pom) are moved into my legacy style repository. I have a maven 2 project that depends on pps-3.0.2. It compiles and tests the code fine. During the assembly it is supp

Re: Assembly problem

2006-12-13 Thread Bhupendra Bhardwaj
I too faced the same problem dependencySets didn't seem to work inside moduleset. So have added dependencysets outside moduleset and in the dependenySet included only the modules I need. Regards, On 12/11/06, Bob Arnott <[EMAIL PROTECTED]> wrote: Wendy Smoak wrote: > On 12/7/06, Bob Arnott <[

RE: Assembly problem

2006-12-11 Thread Pawel Niemiec
Hi, Does anyone knows if there is a CruiseControl plugin for Maven version 2 avaliable ? BR, Paweł Niemiec Software Engineer   AuSystems Sp. z o.o. Poland Wynalazek 4 St. PL-02-667 Warsaw tel. (+48) 22 60 70 660 fax. (+48) 22 60 70 661

Re: Assembly problem

2006-12-11 Thread Bob Arnott
Wendy Smoak wrote: On 12/7/06, Bob Arnott <[EMAIL PROTECTED]> wrote: Hello list, I've got an issue with the assembly plugin, I'm getting this error: Embedded error: Unrecognised tag: 'dependencySets' (position: START_TAG seen ...\r\n That doesn't seem to match up with what you posted,

Re: Assembly problem

2006-12-11 Thread Bob Arnott
Bram de Kruijff wrote: Hi Bob, may I suggest using an editor that understand/validates xml? Eg. eclipse, jEdit or just good old vim ;) The assembly xml u posted below is not well formed The assembly I posted was just an example, it wasn't the one I was using. -- Bob Arnott Senior Softwa

Re: Assembly problem

2006-12-11 Thread Bob Arnott
Bram de Kruijff wrote: Hi Bob, http://www.nabble.com/Assembly-problem-tf2776265s177.html#a7744926 Sorry, I didn't see it arrive on the list and missed the replies... Cheers, -- Bob Arnott Senior Software Developer Autonomy Systems Ltd. Cambridge Business Park Cowley Road Cambridge CB

RE: Assembly problem

2006-12-11 Thread Bram de Kruijff
Hi Bob, http://www.nabble.com/Assembly-problem-tf2776265s177.html#a7744926 regards, Bram > -Original Message- > From: Bob Arnott [mailto:[EMAIL PROTECTED] > Sent: Monday, December 11, 2006 11:39 AM > To: Maven Users List > Subject: Assembly problem > > Hello li

Assembly problem

2006-12-11 Thread Bob Arnott
Hello list, I've got an issue with the assembly plugin, I'm getting this error: [INFO] [assembly:assembly] [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Err

Re: Assembly problem

2006-12-07 Thread Wendy Smoak
On 12/7/06, Bob Arnott <[EMAIL PROTECTED]> wrote: Hello list, I've got an issue with the assembly plugin, I'm getting this error: Embedded error: Unrecognised tag: 'dependencySets' (position: START_TAG seen ...\r\n That doesn't seem to match up with what you posted, which has no tag.

RE: Assembly problem

2006-12-07 Thread Bram de Kruijff
7, 2006 6:36 PM > To: Maven Users List > Subject: Assembly problem > > Hello list, I've got an issue with the assembly plugin, I'm > getting this > error: > > [INFO] [assembly:assembly] > [INFO] >

Assembly problem

2006-12-07 Thread Bob Arnott
Hello list, I've got an issue with the assembly plugin, I'm getting this error: [INFO] [assembly:assembly] [INFO] [ERROR] BUILD ERROR [INFO] [INFO] Err

Re: modules and assembly problem

2006-07-26 Thread Damien Viel
Ok, Thanks for your answer Damien Barrie Treloar a écrit : On 7/25/06, Damien Viel <[EMAIL PROTECTED]> wrote: Thank for your help. I've tried your solution with a dedicated project for the build which has dependencies on the binary assemblies. But my assembly still empty. This is because y

Re: modules and assembly problem

2006-07-25 Thread Barrie Treloar
On 7/25/06, Damien Viel <[EMAIL PROTECTED]> wrote: Thank for your help. I've tried your solution with a dedicated project for the build which has dependencies on the binary assemblies. But my assembly still empty. This is because you can not use the built in assemblies. You need to write your

Re: modules and assembly problem

2006-07-25 Thread Edwin Punzalan
hmm... I didn't know that, John. I guess I'll have to note that in the assembly plugin's documentation. Thanks. John Casey wrote: If you're trying to use , then you may need to execute like this: mvn package assembly:assembly The problem is in the way the Maven 2.0 lifecycle is setup. Mo

Re: modules and assembly problem

2006-07-25 Thread John Casey
If you're trying to use , then you may need to execute like this: mvn package assembly:assembly The problem is in the way the Maven 2.0 lifecycle is setup. More specifically, the top-level POM is probably used as a in multiple of the modules (or all of them). This means that the goals specific

Re: modules and assembly problem

2006-07-25 Thread Damien Viel
Hi, I've tried to implement the solution proposed in this link http://maven.apache.org/plugins/maven-assembly-plugin/examples/index.html. and I've got the folloing stack : Embedded error: You must set at least one file. [INFO]

Re: modules and assembly problem

2006-07-25 Thread Damien Viel
Yes !! It's working. But I'll try with a moduleSets solution. Thanks Damien Denis Cabasson a écrit : I guess you can't add the assembly plugin to a pom packaging project... I have to add the assembly-plugin to each of my modules I wanted to be assembled. But I'm certainly interested in a be

Re: modules and assembly problem

2006-07-25 Thread Edwin Punzalan
jar-with-dependencies won't work for a "pom" project. You need to use ... Please see http://maven.apache.org/plugins/maven-assembly-plugin/examples/index.html. Damien Viel wrote: Hi all, I still have problem with the assembly plugin. :( I'm trying to build a zip file of my project which

Re: modules and assembly problem

2006-07-25 Thread Denis Cabasson
>> For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> > > -- > ------ > Damien Viel | +33 1 41 97 83 20 | [EMAIL PROTECTED] > -

Re: modules and assembly problem

2006-07-25 Thread Damien Viel
Thank for your help. I've tried your solution with a dedicated project for the build which has dependencies on the binary assemblies. But my assembly still empty. Here is my new pom of the build-project : http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-

Re: modules and assembly problem

2006-07-25 Thread Barrie Treloar
On 7/25/06, Damien Viel <[EMAIL PROTECTED]> wrote: With the standard goals "jar-with-dependencies" it works fine on each modules. But when I call the goal from the parent pom, the assembly is empty. [del] jar-with-dependencies zip dir false target/classes

modules and assembly problem

2006-07-25 Thread Damien Viel
Hi all, I still have problem with the assembly plugin. :( I'm trying to build a zip file of my project which includes the modules's jars and there dependencies. With the standard goals "jar-with-dependencies" it works fine on each modules. But when I call the goal from the parent pom, the as