Re: want to compile with different file extenstions.

2005-03-18 Thread Gisbert Amm
I'm not sure but probably sourceModification is what you're looking for: http://maven.apache.org/reference/project-descriptor.html#sourceModification Something like **/*.ejb Have you searched the mailing-list archives already? Regards, Gisbert Amm satish babu wrote: Hi all. In my project some of fi

RE: want to compile with different file extenstions.

2005-03-18 Thread Deblauwe, Wim
please only send your question to the list once... -Original Message- From: satish babu [mailto:[EMAIL PROTECTED] Sent: vrijdag 18 maart 2005 9:18 To: users@maven.apache.org Subject: want to compile with different file extenstions. Hi all. In my project some of files consists of .ejb

want to compile with different file extenstions.

2005-03-18 Thread satish babu
Hi all. In my project some of files consists of .ejb and .jpf extensions. But when i build with maven it is taking only files with .java extensions. How can i compile all of my files. Regards G.satish

want to compile with different file extenstions.

2005-03-18 Thread satish babu
Hi all. in my project some of the files consists of .ejb and .jpf extensions. but when i say build it is taking only files with .java extensions. how can i build all of my files. Regards. satish

want to compile with different file extenstions.

2005-03-18 Thread satish babu
Hi all. i want to build my project which have different file extension like .ejb and .jpf . when we build it is taking only .java files for compilation. How i can compile all files. Regards, Satish.

want to compile with different file extenstions.

2005-03-17 Thread satish babu
Hai. Thanks to the maven user list for excellence support. I have a problem in my project when i try to compile with maven java:compile. the problem is in my project some files are having .ejb and .jpf extension(these are weblogic specific) But when i try to compile the modules which are having