[M1] Version Number in the generated site

2005-11-11 Thread Bahaa Nasrallah
Hi, When generating the web site of the project, the version that would be shown is the one specified in the project.xml file by the currentVersion tag. The problem with this is that the version should be fixed statically before the build is executed. Is there any way to retreive the version

Version number on the generated web [M1]

2005-11-09 Thread Bahaa Nasrallah
Hi, When generating the web site of the project, the version that would be shown is the one specified in the project.xml file by the currentVersion tag. The problem with this is that the version should be fixed statically before the build is executed. Is there any way to retreive the version

Javacc plugin

2005-09-07 Thread Bahaa Nasrallah
Hi, I need to invoke the javacc plugin with more than one grammer file. The grammer file is set in the maven.javacc.javacc.grammar property, that is fine when you have only one grammer file while in my case i have 4 different grammer files in different directories. I need to invoke the javacc

maven-change-log plugin with VSS

2005-08-26 Thread Bahaa Nasrallah
Hi, I am trying to run maven-changelog-plugin with VSS. i found that there is a problem with the date format. as it doesn't accpet the format dd/mm/yy hh/mm and i get the following error message: ParseException Caught java.text.ParseException: Unparseable date: 2/08/05 16:57 at

maven with VSS

2005-08-02 Thread Bahaa Nasrallah
Hi, I need to generate changelog, file activity and developer activity reports based on VSS as SCM. I see that those plugins currently support VSS, i need to know how to let maven know about the VSS repository. If the repository was Subversion or CVS it is quite obvious how to specify the

Junit tests

2005-05-11 Thread Bahaa Nasrallah
Hi, I need to know if after running the unit tests is there any variable that indicates if any of the tests has failed? I want after compiling the project to run unit tests and then depending if the whole tests pass then i continue with another targets otherwise i want to send an email showing

Re: a practical multiproject build

2005-04-11 Thread Bahaa Nasrallah
I have exactly the smae problem, can anybody who knows how to solve this problem reply? thanks, Bahaa On Apr 8, 2005 8:17 PM, Durham David R Jr Contr 805 CSPTS/SCE [EMAIL PROTECTED] wrote: I've been working with multiproject for a couple of days, so while I'm not exactly an expert, I feel

muliproject

2005-04-08 Thread Bahaa Nasrallah
Hi, I have three projects A,B,C. A depends on B and C ( B and C dont depend on each other). A,B,C have each own : project.xml maven.xml project.properties i need when running maven.xml of A to run maven.xml of B and maven.xml on C how the way to do it? Thanks in advance, Bahaa

Re: muliproject

2005-04-08 Thread Bahaa Nasrallah
Thanks, But on this link i cannont find how run the maven.xml files of B and C it is only described how to run the project.xml files. Regards On Apr 8, 2005 3:17 PM, Siegfried Goeschl [EMAIL PROTECTED] wrote: http://maven.apache.org/using/multiproject.html Bahaa Nasrallah wrote: Hi, I

multiproject

2005-04-06 Thread Bahaa Nasrallah
Hi, I have a main project A that depends on subprojects B and C. A needs B and C as jar dependencies to be built so B and C must be compiled and jared and then to compile A. how can i perform that order with multiproject goal? how can i refer to B and C as depndencies in the project.xml of A ?

project dependencies

2005-04-06 Thread Bahaa Nasrallah
Hi, How in Maven we specify that a project depends on another subprojects? Lets say we have a project A that depends on subprojects B and C (as jars). how can we specify that A depends on B and C? how it is done in the dependecies section? Regards, Bahaa

Re: multiproject

2005-04-06 Thread Bahaa Nasrallah
Thanks Christian, I have problem, when i run maven i get (Attempting to downlaod A-.jar Error retrieving artifact from [http://www.ibiblio.org/maven/A/jars/A-.jars) A.jar should be created during the build and not before it! do you have any suggestions? Thanks in advance On Apr 6, 2005 12:36

compiling with jar dependencies (found in the file system)

2005-03-03 Thread Bahaa Nasrallah
Hi, I need to compile my project which needs dependencies that are found in my file system. what should i specify in project.xml in the dependencies section and the project.properties file to make that possible. Lets say i have src directory which includes the source files and lib directory which

compiling my project with resource files

2005-02-25 Thread Bahaa Nasrallah
Hi, I am trying to migrate the build process for my project from Ant to Maven. The problem is that i dont know how exactly to migrate the compiling. in Ant i have: !--Compile Java source files debug=on -- javac srcdir=${src} destdir=${compile.outdir} classpath

Maven with Subversion

2005-02-21 Thread Bahaa Nasrallah
Hi, I need some information about working with Subversion as SCM with Maven. I see that the majority of the plug-ins works with CVS like file-activity,developer activity and SCM plugin. Is Maven supporting enough working with Subversion? if yes how may i perform SCM tasks while the SCM plugin

running maven

2005-02-17 Thread bahaa Nasrallah
Hi, On my project i have a maven.xml file and project.xml file. when i run maven in the command line it doesn't compile the src files that are specified under sourceDirectory in the project.xml. it only runs the goals specified in maven.xml. when i run maven site:generate in the command line

Maven SCM Plugin

2005-02-09 Thread bahaa Nasrallah
Hi The Maven SCM plugin was working with CVS and Subversion until it was changed today to work only with CVS. what happened? are you going to make it work with Subversion back? and if yes how long it will take? thank you in advance, Bahaa Nasrallah

How to Access VSS files from Maven?

2005-02-02 Thread bahaa Nasrallah
Hi, We have our files stored in Microsoft Visual Source Safe and not in CVS. may you please help me how access to VSS files from maven should be done? i know that maven supports integrating Ant, and Ant supports vss functions. should this problem be solved by Ant? Thank you in advance, Bahaa