Re: File copying problem ???

2004-08-12 Thread Shinobu Kawai
Hi Eric, > failonerror="false"> > > > > > > but it will copy those *-x.jar with some extra folders, how can I only copy > the exact files without folders. I think you might want to use the "flatten" attribute. cf. http://ant.apache.org/manual/CoreTasks/copy.html G

maven jar override does not work?

2004-08-12 Thread Robin Wu
Hello I use maven on Windows XP to build a open source crawler - Heritrix. In project.properties, maven.jar.override property is set to override the dependencies stated in the project.xml with JAR artifacts in the local system. But, when using maven to build the project. it still tried to down

File copying problem ???

2004-08-12 Thread Eric Chow
Hello, How can I copying some files with to a specific folder ??? Project structure: --- ${basedir}/aaa/target/aaa-x.jar ${basedir}/bbb/target/bbb-x.jar ${basedir}/ccc/target/ccc-x.jar ${basedir}/xxx/target/xxx.jar I want to copy all the *-x.jar into the ${basedir}/

RE: Building Webapps

2004-08-12 Thread Eric Pugh
yes, you would need to tweak your patterns. I typically have: src/java src/test src/conf in src/conf goes everything else that goes in the classpath but isn't a .java file. Makes it simpler to find config files for instance. Eric > -Original Message- > From: David Erickson [mailto:[EM

telnet ant task in maven, any one?

2004-08-12 Thread dan tran
Hello I following a lead in this mailing list and able to invoke the telnet ant task within my maven.xml. However, once I login to the remote host, all telnet task's interactions(write/read) are ignored. Any clues? Here is the lead: http://nagoya.apache.org/eyebrowse/[EMAIL PROTEC

Re: Codeczar Maven Tomcat Plugin improvements suggestions

2004-08-12 Thread Nathan Coast
thanks Serge, your suggestions are all good. I was sure the plugin compiled the generated java sources too - I'll check. I've collected a number of other suggestions for improvements to the plugin. I hope to have an improved version available some time in the next few weeks. cheers Nathan Se

RE: Building Webapps

2004-08-12 Thread Aleksandr Shneyderman
Write appropriate filter not to include tons of stuff **/* is just one example which obviously is not what you need. -Original Message- From: David Erickson [mailto:[EMAIL PROTECTED] Sent: Thursday, August 12, 2004 3:47 PM To: Maven Users List; [EMAIL PROTECTED] Subject: Re: Building

Re: Building Webapps

2004-08-12 Thread David Erickson
But then that will include tons of stuff I dont want that is within my src directory, ie i dont want my .java files going along with it.. nor my test resources etc etc.. -David - Original Message - From: "Alex Shneyderman" <[EMAIL PROTECTED]> To: "'Maven Users List'" <[EMAIL PROTECTED]>; <

RE: Building Webapps

2004-08-12 Thread Alex Shneyderman
Sorry, of course no targetPath element > -Original Message- > From: Alex Shneyderman [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 12, 2004 3:43 PM > To: 'Maven Users List' > Subject: RE: Building Webapps > > > You can change it to > > > ${basedir}/src > reso

RE: Building Webapps

2004-08-12 Thread Alex Shneyderman
You can change it to ${basedir}/src resources **/* to achieve that. Alex. > -Original Message- > From: David Erickson [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 12, 2004 3:39 PM > To: Maven Users List; [EMAIL PROTECTED]

Re: Building Webapps

2004-08-12 Thread David Erickson
Eric is it possible to specify the target location for the resource to be included at? I guess thats kinda vague, but an example is: ${basedir}/src/resources resources * so everything within src/resources gets put into /resources on the cl

RE: Building Webapps

2004-08-12 Thread Eric Pugh
The solution is simple! >From http://maven.apache.org/reference/plugins/eclipse/properties.html: maven.eclipse.classpath.include=src\resources Eric > -Original Message- > From: David Erickson [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 12, 2004 9:16 PM > To: Maven User List > Subj

Building Webapps

2004-08-12 Thread David Erickson
Hey everyone I have been having a difficult time figuring out the best process to work with maven when building webapps. Here is how I started: Eclipse 3, with myEclipseIDE and of course maven. I had my webapp project and another non-webapp project. This was working pretty well, I had eclipse se

[ANN] maven-findbugs-plugin 0.8.4 release

2004-08-12 Thread Eric Pugh
The maven-plugins team is pleased to announce the FindBugs Plug-in 0.8.4 release! http://maven-plugins.sourceforge.net A plugin to automate FindBugs tasks Changes in this version include: New Features: o Add example Findbugs report to site docs. Fixed bugs: o Only include jar dependencie

RE: CVS Connection to CVSNT

2004-08-12 Thread Charles Daniels
> -Original Message- > From: Böhringer Jochen [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 12, 2004 7:33 PM > To: Maven Users List > Subject: RE: CVS Connection to CVSNT > > > > Alternatively, I highly recommend that you use a Repository > Prefix option > > provided by CVSNT so that

RE: CVS Connection to CVSNT

2004-08-12 Thread Böhringer Jochen
> Alternatively, I highly recommend that you use a Repository Prefix option > provided by CVSNT so that you can eliminate the need for supplying the > drive > letter in the path. Thanks for your recommendation. The problem is that I use Eclipse. If I turn on the Repository Prefix function in CV

RE: CVS Connection to CVSNT

2004-08-12 Thread Charles Daniels
> -Original Message- > From: Böhringer Jochen [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 12, 2004 5:57 PM > To: [EMAIL PROTECTED] > Subject: CVS Connection to CVSNT > > > Hi, > > I try to connect to a CVSNT (Windows 2003 Server) to generate the > changelogs during site:generate. > >

RE: CVS Connection to CVSNT

2004-08-12 Thread Böhringer Jochen
Hi, thanks a lot! I should read documentation more carefully :-( This statement worked for me scm|cvs|pserver|[EMAIL PROTECTED]|D:/cvsrepo/MavenTests|MavenTestWeb after I generated the .cvspass file with the changelog:create-cvspass goal. The slashes do work with CVSNT. Regards Jochen -

RE: CVS Connection to CVSNT

2004-08-12 Thread Carlos Sanchez
Hi, I think you have to use \ instead of / Anyway this other thread may help you http://thread.gmane.org/gmane.comp.jakarta.turbine.maven.user/13421 Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message- > From: Böhringer Jochen [mail

RE: how to rebuild an old release ?

2004-08-12 Thread Carlos Sanchez
Hi, Check the scm:perform-release goal in maven-scm-plugin Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message- > From: Yann Eagle [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 12, 2004 6:05 PM > To: [EMAIL PROTECTED] > Subject:

how to rebuild an old release ?

2004-08-12 Thread Yann Eagle
Hello I am trying to figure out how to rebuild an old release of a project. Let says that my current release is 1.1 so Maven will generate in the repository the jar file (ie myApp-1.1.jar) and the pom (ie MyApp-1.1.pom). Now, I would like to rebuild an old version of this application. How can I a

CVS Connection to CVSNT

2004-08-12 Thread Böhringer Jochen
Hi, I try to connect to a CVSNT (Windows 2003 Server) to generate the changelogs during site:generate. The Connection string ist: scm:cvs:pserver:[EMAIL PROTECTED]:D:/cvsrepo/MavenTests:MavenTestWeb Every time I try to do so I get the following Exception indicating that something is wrong wit

RE: Improvements suggestion for WAR plugin

2004-08-12 Thread Carlos Sanchez
Hi, You can raise a feature request in JIRA, but IMHO this patch is not a good idea as including *.class in /WEB-INF/classes just follows the webapp specification. Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message- > From: Serge Hub

RE: Codeczar Maven Tomcat Plugin improvements suggestions

2004-08-12 Thread Carlos Sanchez
Hi, The maven project at apache.org doesn't mantain the Tomcat Plugin, please contact with the authors if nobody answers you in this list. Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message- > From: Serge Huber [mailto:[EMAIL PROTECT

RE: XMLRPC -1.2 on ibiblio ?

2004-08-12 Thread Carlos Sanchez
Hi, It comes from http://www.apache.org/dist/java-repository/xmlrpc/jars/ For further information you'll have to contact with the members of the xmlrpc project. If they feel there's an error they should contact with us. Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourcef

RE: source folder not recognised unless already existing

2004-08-12 Thread Carlos Sanchez
Hi, Check scm:perform-release goal, I think that's exactly what you need instead of changing maven.src.dir. Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message- > From: Karan-Sahni (Contractor) [mailto:[EMAIL PROTECTED] > Sent: Thursd

RE: How to push new jar build to local repo?

2004-08-12 Thread Carlos Sanchez
Hi, maven jar:install (or war:install or whateveryouwant:install) Regards Carlos Sanchez A Coruña, Spain Oness Project http://oness.sourceforge.net > -Original Message- > From: David Erickson [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 12, 2004 5:52 PM > To: Maven User List >

How to push new jar build to local repo?

2004-08-12 Thread David Erickson
Hi I have a project depending on another... and I'm wondering how I can have my dependent project build and then push itself up into the local repo for the other project to reference? Thanks, David - To unsubscribe, e-mail: [EMAI

Improvements suggestion for WAR plugin

2004-08-12 Thread Serge Huber
Hi all, Here is a quick & dirty suggestion for the WAR plugin for those of you who don't want to package WAR files with tons of stuff in the WEB-INF/classes directory. This little preGoal will allow you to package either just the *.class files into a JAR, or the whole content of the WEB-INF/clas

XMLRPC -1.2 on ibiblio ?

2004-08-12 Thread Nicolas De Loof
Hi all, On ibiblio repository they're is an "1.2" version of xmlrpc (apache xmlrpc client) >From http://ws.apache.org/xmlrpc/index.html, it seems only 1.2-beta1 is available. Where does this 1.2 comes from ? What version is it for ? Nico. Our name has changed. Please update your address bo

Codeczar Maven Tomcat Plugin improvements suggestions

2004-08-12 Thread Serge Huber
Hi all, First of all thanks to the guys at codeczar for their plugin. It's really helpful. I've recently started using the tomcat:jspc goal and I've had a few problems. First of all it fails if I don't declare a maven.war.src directory explicitely in my project.properties. This might be due to

source folder not recognised unless already existing

2004-08-12 Thread Karan-Sahni \(Contractor\)
I am defining my source folder in the project.properties as maven.src.dir=${maven.scm.checkout.dir}/${maven.scm.cvs.module} because I have subprojects that I call using reactor. Each subproject downloads files from cvs , then builds the jar. Problem is that if the specific ${maven.scm.checkout

Re: How to populate a property files with information from the POM?

2004-08-12 Thread Eric Giguere
Hi Paul Check out the Ant task called PropertyFile. Its an optionnal task. With this one, you can create new property files or modify existing ones. So with a clever mix of jelly code, the pom object and this tag you should be able to do it. Hope it helps. Eric. Paul Spencer wrote: I would like t

Re: Maven Source Code

2004-08-12 Thread Puneet Garg
Hi, I dont have CVS and neither can I download it (co. Policy) Is there a zip file (of source code) available on the maven site ?? Dennis Lundberg wrote: > >The source code for Maven is available from the CVS repository. You can >find instructions for downloading it here: > http://maven.apa

Re: Shell script

2004-08-12 Thread Jefferson K. French
Jeff, You can use the Ant task. Try something like: Using the appropriate paths and programe name/args. There is also a Websphere plugin that may do most of what you want, but I've never used it. Jeff On Thu, 12 Aug 2004, at 03:42:46 [GMT -0700 (PDT)] jeff mutonho wrote: > I'

Shell script

2004-08-12 Thread jeff mutonho
I've got a shell script that I use to do deployments of my EAR on a linux box running IBM Websphere app server. (Ok some backgroung info...Basically what the shell script does is create a directory structure , checks for datasources ,calls another program called wscp (the websphere command progr

RE: Plugin release procedure, was Re: Dashboard plugin release status?

2004-08-12 Thread Carlos Sanchez
Hi Eric, The aditional work to deploy a snapshot of your plugin is very small. Just maven plugin:repository-deploy -Dmaven.repo.list=apachecvs This way users can get a snapshot before a release without the effort of building from cvs and see if it has any bug. But first http://jira.codehaus.org/b

RE: Autoresponders :-(

2004-08-12 Thread Peter Bright
Since you appear to use Outlook, try http://spambayes.sourceforge.net/windows.html . It works very well, IME. > -Original Message- > From: Dan R Greening [mailto:[EMAIL PROTECTED] > Sent: 12 August 2004 04:25 > To: 'Maven Users List' > Subject: RE: Autoresponders :-( > > > My deepest

Re: Reactor or Multiproject

2004-08-12 Thread Dion Gillard
If you use the multiproject plugin, you wont have to write stuff in maven.xml. Multiproject is a 'front-end' on to the reactor with common defaults as properties. On Wed, 11 Aug 2004 16:04:55 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > All: > > Can anyone explain the difference between