done 

-----Original Message-----
From: berndq [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, January 31, 2007 2:35 AM
To: Maven Developers List
Subject: MASSEMBLY-121: fix does not work for me. 

John Casey wrote:

> 
> As for MASSEMBLY-121, could you reopen it and add a test case that is 
> failing? I'll try to take another stab at it, if I can see what's
failing.

I added a test, can someone please verify if the test is valid?

I can not re-open it (not priviliges for me?) Can someone do that for me
please? ;-) Or shall I open a new one and link to -121?

thanks

Bernd

> Thanks,
> 
> John
> 
> On 1/17/07, berndq <[EMAIL PROTECTED]> wrote:
>>
>> John,
>>
>> shall I open a JIRA "manifest section in external descriptor"? ;-)
>>
>> I quickly tested Barrie's suggestion but could not make it work.
>> (I still have to verify whether I run that test correctly)
>>
>>
>> Rest is OT regarding this thread
>>
>> Any chance that you can give me a hint why your patch for
>> http://jira.codehaus.org/browse/MASSEMBLY-121 does not work for me?
>>
>> [DEBUG] maven-assembly-plugin: resolved to version
>> 2.2-20070112.063452-32 from repository apache.org
>>
>> But attributes are still not in the manifest.
>>
>> thanks
>> Bernd
>>
>>
>> > IMO, it would be cleaner if we embedded the manifest info in the
>> assembly
>> > descriptor...then we could always support that manifest section in 
>> > an external descriptor component, for shared cases...
>> >
>> > It's not available in the assembly descriptor now, but I've been
>> thinking
>> > about that for awhile now (probably not a good idea to put it in an

>> > eventual 2.2, though).
>> >
>> > -john
>> >
>> > On 1/16/07, Barrie Treloar <[EMAIL PROTECTED]> wrote:
>> >>
>> >> On 1/16/07, berndq <[EMAIL PROTECTED]> wrote:
>> >> > Hi,
>> >> >
>> >> > I did not get an answer on the users list so I try it here:
>> >> >
>> >> >
>> >> > I use the assembly plugin to create multiple assemblies from a 
>> >> > multi module project:
>> >> >
>> >> >            <descriptors>
>> >> >
<descriptor>src/main/assembly/server.xml</descriptor>
>> >> >
<descriptor>src/main/assembly/client.xml</descriptor>
>> >> >            </descriptors>
>> >>
>> >> Cant you just define multiple configurations, where each 
>> >> configuration has the settings you want rather than lump them in
the one section?
>> >>
>> >> Something like:
>> >>         <plugin>
>> >>           <groupId/>
>> >>           <artifactId/>
>> >>           <version/>
>> >>           <executions>
>> >>             <execution>
>> >>               <id/>
>> >>               <phase/>
>> >>               <goals/>
>> >>               <configuration>
>> >>             <descriptors>
>> >>
<descriptor>src/main/assembly/client.xml</descriptor>
>> >>             </descriptors>
>> >>               </configuration>
>> >>             </execution>
>> >>             <execution>
>> >>               <id/>
>> >>               <phase/>
>> >>               <goals/>
>> >>               <configuration>
>> >>             <descriptors>
>> >>
<descriptor>src/main/assembly/server.xml</descriptor>
>> >>             </descriptors>
>> >>               </configuration>
>> >>             </execution>
>> >>           </executions>
>> >>
>> >> ------------------------------------------------------------------
>> >> --- 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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to