[Maven 1.x] I'm looking for information regarding the use of the ant daemon tag inside maven.xml...

2007-05-17 Thread Mel Riffe

Can anyone point me to some information regarding the use of the ant
 tag within maven.xml.

Right now we have a requirement to spawn some processes and we're 'shelling'
out to ant to do this.  However we'd like to bring this into the Maven world
and have heard of problems doing this.

Can someone confirm this?

Thanks!

Mel Riffe


Re: Proximity vs. Maven Achiva

2007-01-17 Thread Mel Riffe

Hi Daniel,

My client is able to run maven-proxy as a Windows service.  They're using a
third-party tool to accomplish this:
http://wrapper.tanukisoftware.org/doc/english/introduction.html

Check it out.  However, more importantly, should you continue to evaluate
those products please post your findings. :-)

Cheers,
Mel Riffe


On 1/17/07, Siegmann Daniel, NY <[EMAIL PROTECTED]> wrote:


My company is currently using maven-proxy[1], but I must replace this
because it does not run as a Windows service. Two alternatives have been
mentioned on this list: Proximity[2] and Maven Archiva[3]. However, I
don't
know which of those would be better to go with.

Does anyone have experience with Proximity and/or Archiva they could
share?
Is there a feature-for-feature comparison anywhere?

(I know there's been some discussion on this list previously, but I did
not
find anything recent.)

[1] http://maven-proxy.codehaus.org/
[2] http://proximity.abstracthorizon.org/
[3] http://maven.apache.org/archiva/

--
Daniel Siegmann
FJA-US, Inc.
512 Seventh Ave., New York, NY  10018
(212) 840-2618 ext. 139

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




Re: how do I copy a dependency to a local directory

2007-01-18 Thread Mel Riffe


 
 



Can you use that?

--Mel

On 1/18/07, Beagan, Patrick <[EMAIL PROTECTED]> wrote:


I'm have a project that has a few dependencies.  This works great for
the compile phase but for my packaging phase, I've created

an ant task that packages up all my files locally in a zip to be
distributed.I need to copy my dependencies (jars) from the remote
repository to a local directory so I can include them in my zip.How
do I do this?  Thanks.





Re: Can you have Maven create a jar and a war for an artifact

2007-08-16 Thread Mel Riffe
Hi David,

I think the "Maven Way" suggests you have a project for the Jar and a
project for the War.

However, executing 'jar:jar' within the project should produce the desired
results.

HTH
Mel

On 8/16/07, David Williams <[EMAIL PROTECTED]> wrote:
>
> Hi Eveyone,
>
> We currently create a war file for a certain artifact.  Now another group
> has created an application that requires the first artifact to be a jar
> not
> a war.  Is there any way to have maven create both a jar and a war for a
> single artifact?
>
> Thanks,
>
> David
>