RE: Inconsistent EJB, WAR and EAR properties (MAVEN-349)

2003-08-21 Thread Brett Porter
The workaround would need to have the EAR use the right name for the WAR file. Versioning the WAR file will make paths in the appserver be something like /apps-1.2.1/... Instead of /apps/... Unless you explicitly configure around it? - Brett > -Original Message- > From: Boris Ekelchik [ma

RE: Maven Antlr Troubles

2003-08-21 Thread Alex Karasulu
Yep thanks - I can't seem to spell for the life of me. Also thanks to the Dion (GAIM) and Noel (MSN) team ;-). Alex -Original Message- From: Craig S. Cottingham [mailto:[EMAIL PROTECTED] Sent: Thursday, August 21, 2003 11:23 PM To: Maven Users List Subject: Re: Maven Antlr Troubles On

Re: Maven Antlr Troubles

2003-08-21 Thread Craig S. Cottingham
On Thu, 2003-08-21 at 23:03, Alex Karasulu wrote: > I'm having problems getting the antlr plugin to do anything at all other > than create the target/antlr directory. Here's what I have for the antlr > properties: > > # antlr configuration > maven.antlr.grammers= filter.g

Inconsistent EJB, WAR and EAR properties (MAVEN-349)

2003-08-21 Thread Boris Ekelchik
It's mentioned in JIRA MAVEN-349 issue, but still unresolved in the current HEAD version. The problem is that webapp war file is generated without version in the file name. So when you declare it as a "war" type dependency in the EAR project.xml, maven looks for a WAR artifact which has version nu

Maven Antlr Troubles

2003-08-21 Thread Alex Karasulu
I'm having problems getting the antlr plugin to do anything at all other than create the target/antlr directory. Here's what I have for the antlr properties: # antlr configuration maven.antlr.grammers= filter.g maven.antlr.src.dir=src/antlr I get no activity at all and it tells me the build went

Re: maven plugin - jbuilder

2003-08-21 Thread Dan Tran
There is a patch for this fix. It is in JITA search for jbuilder key word -Dan - Original Message - From: "Emmanuel Venisse" <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]>; "Marco Herrn" <[EMAIL PROTECTED]> Sent: Thursday, August 21, 2003 7:26 AM Subject: Re: maven plugin

RE: windows syntax error

2003-08-21 Thread Brett Porter
Looks like some quoting is needed - I'm guessing maven.repo.local=c:\documents and settings\username\.maven\repository ? Workaround is to set maven.repo.local somewhere else in your build.properties that doesn't contain spaces. - Brett > -Original Message- > From: [EMAIL PROTECTED] [mailt

Re: Maven & Eclipse

2003-08-21 Thread Jeffrey Bonevich
We're working on an eclipse plugin: http://mevenide.sourceforge.net http://sourceforge.net/projects/mevenide/ Also, I believe the eclipse plugin for maven can create an external tools launcher to use in eclipse. jeff Srinivas Pavani wrote: Has anyone integrated Maven execution with Eclipse? If

uberjar problem - main class not found

2003-08-21 Thread robert rowntree
J:\>%java_home%\bin\java -jar J:\po_1_2\target\b2bpo-1.2-uber.jar the java command above, throws a "class not found " exception: but , the class is embedded in an inner jar inside the main "uber-jar" exception details below followed by analysis -- Exception in thread "main" jav

war generation includes classes twice

2003-08-21 Thread Srinivas Pavani
I am using a directory layout that isn't Maven recommended. When I produce a war file, I am getting the classes included twice. Once with classes/** and the second with WEB-INF/classes/**. My directory layout is: /Java /Java/src /Java/target project.xml, maven.xml are in /Java directory. The w

Re: But more support for shared maven-home ?

2003-08-21 Thread Paul Libbrecht
Ben Walding wrote: Paul Libbrecht wrote: Also, I wanted to request a small post-processing command, maybe to be inserted as a property, to allow anything created in this repository to be flagged group-writable. Where should I set this ? Should I go into the maven source ? Perhaps set the u

RE: Put more support for shared maven-home ?

2003-08-21 Thread Brett Porter
> Well, as long as the permission stuffs is managed (which shouldn't be > hard), I'd prefer the shared way. > My fear was that there could be concurrency problems, I'm pretty sure > that maven does not (yet) use java.nio file-locks... A requirement on JDK 1.4 is still hard to achieve these days.

Re: windows syntax error

2003-08-21 Thread Craig S. Cottingham
On Thu, 2003-08-21 at 15:17, [EMAIL PROTECTED] wrote: > > I am getting the error seen below. Has anyone else had this error. > > >line="${maven.repo.local}/${dep.artifactDirectory}/${dep.type}s/${dep.artifact} > temp Deployed_${dep.artifact}"/> The Ant manual warns agai

Inconsistent EJB, WAR and EAR properties (MAVEN-349)

2003-08-21 Thread Boris Ekelchik
It's mentioned in JIRA MAVEN-349 issue, but still unresolved in the current HEAD version. The problem is that webapp war file is generated without version in the file name. So when you declare it as a "war" type dependency in the EAR project.xml, maven looks for a WAR artifact which has version nu

Re: Maven & Eclipse

2003-08-21 Thread Henri Yandell
Checkout your project in Eclipse from CVS. Run 'maven eclipse' on your project inside workspaces/ on the command line. Refresh your project. Set the MAVEN_REPO classpath variable in Eclipse A la, dependencies handled. To run maven, I think you have to configure an external tool. Hen On Thu, 21

Maven & Eclipse

2003-08-21 Thread Srinivas Pavani
Has anyone integrated Maven execution with Eclipse? If so, can you please list the steps required for integration. -- -- Srinivas This email may contain confidential and privileged material for the sole use of the intended recipient. Any review or distribution by others is strictly prohibited.

windows syntax error

2003-08-21 Thread Vikram_Kumar
I am getting the error seen below. Has anyone else had this error. [exec] Input options error: The input filename must end in '.jar' or '.ear'. It was C:\Documents.. [exec] 0 Errors, 0 Warnings, 0 Informational Messages ---

Re: maven plugin - jbuilder

2003-08-21 Thread Robert Morse
Is there an existing way to generate a Maven project.xml file from a JBuilder jpr/jpx? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XMLTask and Maven

2003-08-21 Thread Craig S. Cottingham
On Thu, 2003-08-21 at 13:13, Nelson, Scott (MAN - Corporate) wrote: > Has anyone used XMLTask for editing your xml files within a maven > environment? > > I am trying to parse through my xml file and append some information to my > jndi names. I have tried to use XMLTask directly within Maven,

XMLTask and Maven

2003-08-21 Thread Nelson, Scott (MAN - Corporate)
Has anyone used XMLTask for editing your xml files within a maven environment? I am trying to parse through my xml file and append some information to my jndi names. Scott Nelson Manheim Interactive Consultant Office: 678.645.2231 Mobile: 678.360.8608 [EMAIL PROTECTED] This message (includ

Re: setting encoding for javadoc

2003-08-21 Thread Piotr Maj
Dnia Thu, Aug 21, 2003 at 12:08:21PM +0200, Norbert Pabiś zeznał/-a: > I added maven.javadoc.additionalparam=-charset ISO-8859-2 > to my project.properties and it works fine. > Try maven.javadoc.additionalparam=-charset UTF-8 Thanks. I couldn't find that in docs... use the source, luke ... ;)

plugin:generate-goals fails

2003-08-21 Thread Sri Sankaran
Have you had a problem running the generate-goals goal of the plugin plugin? Maven reports the following error: Element... j:import Line.. 115 Column 54 null:-1:-1: Could not parse Jelly script Note that this happens only if there is no plugin.jelly file and the goal therefore uses the

Re: maven plugin - jbuilder

2003-08-21 Thread Emmanuel Venisse
Hi, Could you post your future messages to maven user list, for obtain more help and help other users. I don't use the plugin, but I think I can help you. Where is install your jbuilder (.jbuilder9 directory)? If it isn't in your user.home, you must define maven.jbuilder.userHome property with th

Re: How to depend on JavaCC?

2003-08-21 Thread Jason van Zyl
On Thu, 2003-08-21 at 05:05, Jason Dillon wrote: > Can we get the latest installed on ibiblio with the proper layout for > dependencies? Sure, hunt them down. Give us an URL to the JARs you want put up and we'll do it. > --jason > > > On Monday, August 18, 2003, at 01:24 AM, Incze Lajos wrote

Re: How to depend on JavaCC?

2003-08-21 Thread Jason Dillon
Can we get the latest installed on ibiblio with the proper layout for dependencies? --jason On Monday, August 18, 2003, at 01:24 AM, Incze Lajos wrote: But I will still place a properly named artifact in there. Is that version 2.1 ? I think so. The 3.x series is named differently (see https://

Re: setting encoding for javadoc

2003-08-21 Thread Norbert Pabiś
Piotr Maj wrote: Hi, I decided to use Maven in my project - this is great and powerful tool. I encountered one problem during site:generate. I use utf-8 charset in java sources (javadocs are written in polish) and I noticed that Maven doesn't set proper tag to generated javadoc's HTMLs regardles

setting encoding for javadoc

2003-08-21 Thread Piotr Maj
Hi, I decided to use Maven in my project - this is great and powerful tool. I encountered one problem during site:generate. I use utf-8 charset in java sources (javadocs are written in polish) and I noticed that Maven doesn't set proper tag to generated javadoc's HTMLs regardless the setting of

expanding parent scope properties as filters

2003-08-21 Thread Peter Neubauer
Hi, I'm having som struggle with the filtering of some files. The problem is that down in a sub-project, I want to replace say [EMAIL PROTECTED]@ with the property that is inherited from the top level like: base.dir=test srcdir=${test}/dir there are two problems: ant doesn't understand composed

Re: Broken link to viewcvs

2003-08-21 Thread Emmanuel Venisse
Corrected. Thanks. - Original Message - From: <[EMAIL PROTECTED]> To: "Maven Users List" <[EMAIL PROTECTED]> Sent: Thursday, August 21, 2003 11:04 AM Subject: Broken link to viewcvs > For information : > > Maven site use : http://cvs.apache.org/viewcvs/maven in its project.xml > but th

Re: [OT-Jelly]Expression evaluation

2003-08-21 Thread Martin Skopp
On Thu, 2003-08-21 at 06:24, Sri Sankaran wrote: > I am a little confused over when an attribute value of ${whatever} is evaluated as > an expression and when it is treated literally. > > In particular, I am noticing an inconsistency in the way an attribute value is being > treated by and . It

Broken link to viewcvs

2003-08-21 Thread Nicolas . CHALUMEAU
For information : Maven site use : http://cvs.apache.org/viewcvs/maven in its project.xml but this url seems to be broken The good viewcvs url seems to be : http://cvs.apache.org/viewcvs.cgi/maven Is it a server configuration error or a change ? Nicolas --

Re: Put more support for shared maven-home ?

2003-08-21 Thread Paul Libbrecht
On Jeudi, août 21, 2003, at 01:31 Europe/Paris, Brett Porter wrote: Since maven b10, the maven.home is now in ${user.home}/.maven. Nope, that's maven.home.local. Indeed, sorry... I'm guesing your problem is the repository, not the plugins directory. In this case, have all the users set maven.re