RE: Configuring build process on cvs checkin?

2006-07-23 Thread Kapil Gupta\(CT\)
Hi Emmanuel, I have set scheduler that builds my project daily at 2 AM. As you said, build starts if there is any change but Continuum is building my project even if there is no change in source code. Am using goal clean, package, install for this. Should I use only package install only as build

RE: Using continuum for building cargo?

2006-07-23 Thread Vincent Massol
Ok, I've fixed all places in Cargo's build that go to the tmp dir except one (this is when we download the containers). All modules are building except the one that uses the tmp dir and the error is: Caused by: in cargo code: java.io.FileNotFoundException:

Re: Utility to create upload bundles

2006-07-23 Thread Carlos Sanchez
I use jaranalyzer for discovering dependencies between jars. http://www.jroller.com/page/carlossg?entry=analyzing_jar_dependencies On 7/23/06, Brett Porter [EMAIL PROTECTED] wrote: This sounds interesting. How do you analyse the dependencies? I'd be interested in taking a look. - Brett On

m2 maven-war-plugin filtering broken?

2006-07-23 Thread Srinivas Pavani
The code in the latest HEAD branch handles copying of the resources but when you turn the filtering on, it fails to copy resources with a ClassCastException. FYI, my project layout is as follows: parent_project/src/WEB-INF (shared resources) parent_project/module1/... parent_project/modeul2/...

can't add jstl/myfaces dependency correctly

2006-07-23 Thread AK
Hi, I'm new to jstl and can't add a dep. on it correctly. The project uses myfaces and jstl, so I add to parent pom: dependency groupIdjavax.servlet.jsp.jstl/groupId artifactIdjstl/artifactId

Proximity + FTPRemotePeer

2006-07-23 Thread Tamás Cservenák
Hi all, i just want to announce that Proximity RC2 (in preparation) just got richer with a FTPRemotePeer, thus, it is able to proxy FTP remote repositories (eg. ftp://repo1.maven.org/pub/packages/maven2). To enable it, look at applicationContext.xml file provided with RC2, it is fully configured

Re: Proximity + FTPRemotePeer

2006-07-23 Thread Brett Porter
Hi, Can you please add [ANN] to 3rd party announcements so that they don't get confused with the questions? Thanks! - Brett On 24/07/06, Tamás Cservenák [EMAIL PROTECTED] wrote: Hi all, i just want to announce that Proximity RC2 (in preparation) just got richer with a FTPRemotePeer, thus,

RE: Weblogic Deployment

2006-07-23 Thread Scott Ryan
Try adding the following to your pom.xml repositories repository idMaven Snapshots/id urlhttp://snapshots.maven.codehaus.org/maven2//url snapshots enabledtrue/enabled /snapshots releases enabledfalse/enabled /releases /repository /repositories

buid error

2006-07-23 Thread rfrancisco
Hi peeps I ried executing this comman mvn jetty:run and it gives me this error [INFO] Scanning for projects... [INFO] Searching repository for plugin with prefix: 'jetty'. [INFO] [ERROR] BUILD ERROR [INFO]

Re: [m2] Calling goals outside a plugin

2006-07-23 Thread hibikijoji
I understand what you're saying. At the moment, I do not want to bind the ant plugin to a build lifecycle. I want the plugin to be a standalone execution. For instance, in prompt i want to do this: mvn foo:bar ... [INFO] [clean:clean] ... [INFO] [goal1:goal1] ... [INFO] [goal2:goal2] ... [INFO]

attainGoal in Ant

2006-07-23 Thread Michael Mekaail
Hey, How do I call an ant/Java plugin from within an ant/Java plugin. Eg. in Maven 1 i used to do attainGoal=some:goal What's the equivalent in Maven 2.0.4 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,