RE: Assembling sources

2007-09-05 Thread Brian E. Fox
You should be able to do it with dependency to unpack the sources and
then assembly:single to zip up the folder. I have unfortunately had to
do this many times.

-Original Message-
From: Siegmann Daniel, NY [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 05, 2007 6:13 PM
To: Maven Users List
Subject: RE: Assembling sources

By using this and an ant script I was able to accomplish what I needed
to do. Thanks for the advice. It's a hack though, and rather messy.

I found a relevant issue in JIRA:
http://jira.codehaus.org/browse/MASSEMBLY-125. If anyone else cares
about this feature, I'd encourage you to vote for this issue.

Thanks,
--
Daniel Siegmann
FJA-US, Inc.
512 7th Ave. 15th Flr. New York, NY 10018
(212) 840-2618 x139

-Original Message-
From: Mick Knutson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 29, 2007 12:46 PM
To: Maven Users List
Subject: Re: Assembling sources

Maybe you can use:

  
org.apache.maven.plugins
maven-dependency-plugin

  
copy
compile

  copy


  

  com.stc
  stc
  ${com.stc.stc.version
}
  jar
  true

${basedir}/target/BPEL-INF/lib


  javax
  jms
  ${javax.jms.version
}
  jar
  true

${basedir}/target/BPEL-INF/lib

  

  

   




On 8/29/07, Siegmann Daniel, NY <[EMAIL PROTECTED]> wrote:
>
> I want to use the assembly plugin to assemble multiple source jars 
> into one. Is it possible to include a source jar in a dependencySet?
>
> I want to create a combined jar for our projects, but there is little 
> point to that if I cannot create a combined source jar as well. :-(
>
> --
> Daniel Siegmann
> FJA-US, Inc.
> 512 7th Ave. 15th Flr. New York, NY 10018
> (212) 840-2618 x139

-
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]



RE: Assembling sources

2007-09-05 Thread Siegmann Daniel, NY
By using this and an ant script I was able to accomplish what I needed
to do. Thanks for the advice. It's a hack though, and rather messy.

I found a relevant issue in JIRA:
http://jira.codehaus.org/browse/MASSEMBLY-125. If anyone else cares
about this feature, I'd encourage you to vote for this issue.

Thanks,
--
Daniel Siegmann
FJA-US, Inc.
512 7th Ave. 15th Flr. New York, NY 10018
(212) 840-2618 x139

-Original Message-
From: Mick Knutson [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 29, 2007 12:46 PM
To: Maven Users List
Subject: Re: Assembling sources

Maybe you can use:

  
org.apache.maven.plugins
maven-dependency-plugin

  
copy
compile

  copy


  

  com.stc
  stc
  ${com.stc.stc.version
}
  jar
  true

${basedir}/target/BPEL-INF/lib


  javax
  jms
  ${javax.jms.version
}
  jar
  true

${basedir}/target/BPEL-INF/lib

  

  

   




On 8/29/07, Siegmann Daniel, NY <[EMAIL PROTECTED]> wrote:
>
> I want to use the assembly plugin to assemble multiple source jars 
> into one. Is it possible to include a source jar in a dependencySet?
>
> I want to create a combined jar for our projects, but there is little 
> point to that if I cannot create a combined source jar as well. :-(
>
> --
> Daniel Siegmann
> FJA-US, Inc.
> 512 7th Ave. 15th Flr. New York, NY 10018
> (212) 840-2618 x139

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



Re: Assembling sources

2007-08-29 Thread Mick Knutson
Maybe you can use:

  
org.apache.maven.plugins
maven-dependency-plugin

  
copy
compile

  copy


  

  com.stc
  stc
  ${com.stc.stc.version
}
  jar
  true

${basedir}/target/BPEL-INF/lib


  javax
  jms
  ${javax.jms.version
}
  jar
  true

${basedir}/target/BPEL-INF/lib

  

  

   




On 8/29/07, Siegmann Daniel, NY <[EMAIL PROTECTED]> wrote:
>
> I want to use the assembly plugin to assemble multiple source jars into
> one. Is it possible to include a source jar in a dependencySet?
>
> I want to create a combined jar for our projects, but there is little
> point to that if I cannot create a combined source jar as well. :-(
>
> --
> Daniel Siegmann
> FJA-US, Inc.
> 512 7th Ave. 15th Flr. New York, NY 10018
> (212) 840-2618 x139
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 

Thanks,
Mick Knutson

http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/djmick_dot_com
http://www.myspace.com/sexybeotches
http://www.thumpradio.com
---


Assembling sources

2007-08-29 Thread Siegmann Daniel, NY
I want to use the assembly plugin to assemble multiple source jars into
one. Is it possible to include a source jar in a dependencySet?

I want to create a combined jar for our projects, but there is little
point to that if I cannot create a combined source jar as well. :-(

--
Daniel Siegmann
FJA-US, Inc.
512 7th Ave. 15th Flr. New York, NY 10018
(212) 840-2618 x139 

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



Re: Assembling sources with the assembly plugin

2007-01-23 Thread Hal Hildebrand
I've run into precisely the same issue.


On 1/22/07 5:18 PM, "Henri Tremblay" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> It seems that assembly plugin version 2.1 has issues with includes /
> excludes for module sets. Specifically, unless I'm mistaken, includes
> seems to be ignored and excludes are only working on directories.
> That's how it turned out from my tests.
> 
> However, 2.2 with the fileSets seems to work perfectly.
> 
> I was wondering when it will be released because it was a lot of pain
> to build it locally and I can't ask my around the world open source
> team mates to the the same. Can you tell me?
> 
> Then, I've lost a lots of time trying to make everything works before
> figuring out that the online doc is the 2.2-SNAPSHOT one. Why?
> Shouldn't we have online the doc for the official release? Or at least
> both? That would be the best I guess. So you know what you have and
> what you'll get.
> 
> my two cents,
> Henri
> 
> -
> 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]



Assembling sources with the assembly plugin

2007-01-22 Thread Henri Tremblay

Hi,

It seems that assembly plugin version 2.1 has issues with includes /
excludes for module sets. Specifically, unless I'm mistaken, includes
seems to be ignored and excludes are only working on directories.
That's how it turned out from my tests.

However, 2.2 with the fileSets seems to work perfectly.

I was wondering when it will be released because it was a lot of pain
to build it locally and I can't ask my around the world open source
team mates to the the same. Can you tell me?

Then, I've lost a lots of time trying to make everything works before
figuring out that the online doc is the 2.2-SNAPSHOT one. Why?
Shouldn't we have online the doc for the official release? Or at least
both? That would be the best I guess. So you know what you have and
what you'll get.

my two cents,
Henri

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