Re: Is it possible to make pom.xml simpler?

2005-12-16 Thread Incze Lajos
On Thu, Dec 15, 2005 at 10:15:02PM +0100, ir. ing. Jan Dockx wrote: > here, here > > Directory "pom", next to pom.xml, src and target; all xml files there > are merged together; or something; reminds me of our faces-config.xml > setup. As a matter of fact, current xerces supports the XInclude

Re: Can I provide password in SCM url for Subversion?

2005-11-15 Thread Incze Lajos
On Tue, Nov 15, 2005 at 02:49:19PM -0500, Moore, Trey (MLCI Real Interface) wrote: > I am trying to connect to Subversion using a username and password. > However, I am unable to use a password in the SCM url. > > The SCM URL syntax on the Maven site does not show a password option. > Does anyo

Re: M2: setting goal parameters

2005-08-16 Thread Incze Lajos
On Tue, Aug 16, 2005 at 11:09:41AM -0500, John Maurer wrote: > Hunt around in documentation, finally find that there are parameters for the > goals. How do I set the parameters? I have no idea. > > Thanks, > John You set them in the pom (if the defaults don't serve for you): [...]

Re: [M2] doxia, utf-8 output

2005-08-10 Thread Incze Lajos
> It is a bug. Please file it. Thanks. > > Cheers, > > Vincent Done. http://jira.codehaus.org/browse/MNG-722 Thanks, incze - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [M2] doxia, utf-8 output

2005-08-10 Thread Incze Lajos
On Wed, Aug 10, 2005 at 10:45:45PM +0200, Incze Lajos wrote: > Am I stupid if I can't find a way to make m2 read in my pom.xml > as an utf-8 file? I have a pom.xml containing utf-8 characters > (e.g. the word "György" on the team list) and get them rendered > after site

[M2] doxia, utf-8 output

2005-08-10 Thread Incze Lajos
Am I stupid if I can't find a way to make m2 read in my pom.xml as an utf-8 file? I have a pom.xml containing utf-8 characters (e.g. the word "György" on the team list) and get them rendered after site:site as they were iso-8859-1 ("György"). TIA, incze -

Re: Accessing Environment Variables

2005-07-30 Thread Incze Lajos
On Wed, Jul 27, 2005 at 09:33:01AM +0100, Michael Owen wrote: > Hi, > > Seems like a trival problem, but can't find an answer to it on the net. How > do I access environment variables in a properties file (not jelly file) in > Maven 1.0.2? > > Thanks, > > Mike You can use . incze --

Re: Sourceforge

2005-07-11 Thread Incze Lajos
On Mon, Jul 11, 2005 at 07:41:39PM +0200, Filip Polsakiewicz wrote: > Hi list, > > I have a question concerning using maven for projects hosted on sourceforge. > > Could anybody explain to me what I have to set in Maven in order to > > > > 1.deploy my site to sourceforge > 2.use the

Re: Sharing jelly scripts between plugins

2005-06-29 Thread Incze Lajos
On Thu, Jun 30, 2005 at 11:51:26AM +1000, Dion Gillard wrote: > On 6/30/05, Incze Lajos <[EMAIL PROTECTED]> wrote: > > On Thu, Jun 30, 2005 at 10:00:58AM +1000, Dion Gillard wrote: > > > Sharing the jelly scripts means that the shared code should be in a > > > se

Re: Sharing jelly scripts between plugins

2005-06-29 Thread Incze Lajos
On Thu, Jun 30, 2005 at 10:00:58AM +1000, Dion Gillard wrote: > Sharing the jelly scripts means that the shared code should be in a > separate plugin so that at run time it can be found. > > Extending the base plugin pom and properties is just a build time issue, > right? > If I define a depend

Sharing jelly scripts between plugins

2005-06-29 Thread Incze Lajos
I'd like to share some jelly scripts between plugins, and also extend a base plugin pom and properties. This is quiet straightforward with normal maven projects through maven.xml, iproject.xml, project.properties and inheritence. Is there a similar opportunity from plugins? incze ---

Re: 1.1-beta-1 sourceModifications problem

2005-06-22 Thread Incze Lajos
I means that you have to follow strictly the project schema. See: http://maven.apache.org/reference/backwards-compatibility.html: Parse errors on previously 'valid' project files project.xml files that used to work in older versions of Maven may now present parse errors. The parser in Maven 1.1

Re: Having a problem with the Project Info Reports

2005-06-21 Thread Incze Lajos
On Tue, Jun 21, 2005 at 04:13:32PM +0200, stéphane bouchet wrote: > > Well, after setting *by hand* the bundle from > plugin-resources\templates\templates > to > plugin-resources/templates/templates > the goal xdoc:jelly-transform generated the good html document. > > so do i need to fill an iss

Re: Having a problem with the Project Info Reports

2005-06-20 Thread Incze Lajos
Vincent is right, bundle="plugin-resources\templates\templates" is plain wrong (it may work on windows, but nowhere else). I checked the xdoc plugin templates with bundle="plugin-resources.templates.templates" and it cures your problem. Also, it may cause problems, when files contain "&&" operator

Re: ubjerjar and security certs - help needed?

2005-02-01 Thread Incze Lajos
> This is what I understand: > > The javax.crypto code in JDK1.4+ (or in the sun jce) requires that the > providers be in signed jar files. Signed jar files are difficult to get > hold of, as the keypair must be issued by sun. > If you can't do that, then you need to replace the jce implementation

Re: jelly:xml tag usage

2004-09-17 Thread Incze Lajos
On Fri, Sep 17, 2004 at 04:00:08PM -0700, dan tran wrote: > Ok, here is what i want. > > I need to change a attribute in a element in doc and then copy that > doc to another file. Sofar I am able to locate the attribute but dont > know how to change it. > > Here is my code > > > > >

Re: RC3 problem with clover

2004-05-27 Thread Incze Lajos
On Thu, May 27, 2004 at 09:12:22AM +1000, Brett Porter wrote: > Please submit to JIRA so we don't forget it - sounds like a bug. > > - Brett Did anybody see this code coverage tool? http://emma.sourceforge.net/index.html incze ---

Re: [maven2] Anything Groovy in Maven2?

2004-05-03 Thread Incze Lajos
> > Yep, and that's what Ant is trying to remedy (IMO). Thus it makes sense > > to me to reuse Ant task from our java plugin. > > > > Yes, I know, I'm repeating myself... ;-) > > > > I've had Jason's opinion on this idea of reusing Ant tasks from our java > > plugin but not other's. What do you t

Re: More visual project descriptor documentation

2004-03-17 Thread Incze Lajos
> http://maven.apache.org/~dion/maven.apache.org/reference/project-descriptor.html > > Better? > -- > dIon Gillard, Multitask Consulting Seems pretty usable. incze - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: dist:deploy where and how ?

2004-03-08 Thread Incze Lajos
On Mon, Mar 08, 2004 at 09:47:13PM +0100, Herve AGNOUX wrote: > Le Lundi 08 Mars 2004 11:51, Emmanuel Venisse a écrit : > > I updated the deploy plugin. for support maven.ssh.args and maven.scp.args > > properties > > Could you test it? > > > > I'm sorry, I understand nothing. I have downloaded th

Re: Making plugins a dependency

2004-01-22 Thread Incze Lajos
On Thu, Jan 22, 2004 at 11:48:46AM -0800, Alex Vollmer wrote: > What Maven goal will allow me to deploy my plugin to our repository the > same way I would deploy any other kind of artifact? Basically the normal > 'jar:deploy' puts the JAR file in the 'jars' sub-directory and I want it > to go into

Re: Simple properties question...

2004-01-09 Thread Incze Lajos
> In the long run and in the new Maven code I won't be promoting Jelly for > plugins at all, but will be promoting the use of beanshell. I'm sure XML > programming will remain wildly popular and if that is the case I will be > reimplementing Jelly taking it down to the bare metal with xpp3 and > us

Re: DTD or XML Schema for navigation.xml

2003-11-12 Thread Incze Lajos
On Tue, Nov 11, 2003 at 09:51:02AM +0800, Melvin Dave P. Vivas,MCOM/3795 wrote: > Thanks for the info... > > Melvin > > On Tue, 2003-11-11 at 09:05, [EMAIL PROTECTED] wrote: > > There isn't one. [...] > > > Hi to all, > > > > > > Where can I find the DTD or xml schema for navigation.xml? > > >

Re: How to depend on JavaCC?

2003-08-17 Thread Incze Lajos
> 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://javacc.dev.java.net/servlets/ProjectDocumentList). incze - To unsubscribe, e-ma

Re: Problem with beta-10 and java:jar-resources again

2003-07-27 Thread Incze Lajos
> >... > > > ... > > > > > (the element is missing). > > That was the problem. Allways consult the project definition xsd file at $MAVEN_HOME. It is (more) update (OK, mostly) than th docs. incze -

Re: - ZIP dependencies -

2003-07-18 Thread Incze Lajos
On Fri, Jul 18, 2003 at 06:36:21PM +0200, Velu VELOUTE wrote: > Hello everybody, > > In my project.xml, my project needs the following dependency: > > > > jdbc > classes12 > 8.1.7.1 > zip > For now, I've dropped the .zip file into the jars subdirectory > (/jdbc/jars/classes12-8.1.7.1.z

Re: Xalan issue ?

2003-07-09 Thread Incze Lajos
On Wed, Jul 09, 2003 at 12:54:46PM +0200, Nicolas FRANK wrote: > > I think xalan jars on ibliblio are missing some classes. Especially the > org.apache.xalan.processor.TransformerFactoryImpl which is provided in apache > web site jars. > > I understand that the big jar has been cleaned, but I can

Re: Maven.log chock full of errors?

2003-06-28 Thread Incze Lajos
On Sat, Jun 28, 2003 at 12:22:37PM -0400, Laird J. Nelson wrote: > I'm putting together my first maven project. I'm using maven 1.0 beta 9. > > After I run maven -f project.xml -b clean:clean site:generate, I get a > maven.log that is *crammed* full of errors, all of which seem to have > somethin

Re: Is everything a plugin?

2003-06-26 Thread Incze Lajos
On Thu, Jun 26, 2003 at 02:04:25PM +0100, Brendan Lawlor wrote: > Actually, in my installation of maven (1.0b8) there is no maven-jar-plugin, > even though when I do a mave -g, the jar goals appear. Hence my original > question about built-in goals. > > Brendan. > It was factored out from the "j

Re: Problem with bew Checkstyle plugin

2003-06-13 Thread Incze Lajos
On Fri, Jun 13, 2003 at 04:40:44PM +0800, Willie Vu wrote: > Vincent, > > After I changed antlr plugin to use 2.7.2, I run into this problem: > > XXX.java: 0: Got an exception - java.lang.ClassCastException > > What is the problem? > > Willie > I think, I've ran into the same problem - and no

Re: Jeez / werkz tag lib documentation - where?

2003-06-11 Thread Incze Lajos
On Wed, Jun 11, 2003 at 11:25:31PM +0200, Paul Libbrecht wrote: > > > > Incze Lajos wrote: > > > I can't see where would be handled (except from that only plus tag) werkz > > differently in maven and jelly. Werkz simply don't have tag documentation. > &

Re: Jeez / werkz tag lib documentation - where?

2003-06-11 Thread Incze Lajos
rently (namely as ant-targets almost) in Maven and in Jelly... is > it true ? > > Paul > > > Incze Lajos wrote: > > On Wed, Jun 11, 2003 at 09:00:48AM +0200, Kai Lilleby wrote: ... > > I think, there is no werkz documentation. Your best bet to go to

Re: Jeez / werkz tag lib documentation - where?

2003-06-11 Thread Incze Lajos
On Wed, Jun 11, 2003 at 09:00:48AM +0200, Kai Lilleby wrote: > Does any one know where to find werkz tag documentation? > The links in http://maven.apache.org/reference/user-guide.html seem to be > broken. > > -- > Kai Lilleby > > mob: 930 22 179 > [EMAIL PROTECTED] > www.syst

Re: How do define multiple jar files per one directory in the repository.

2003-06-10 Thread Incze Lajos
On Tue, Jun 10, 2003 at 11:09:46PM +0200, Leo Simons wrote: > easy: > > > ttna > blah > ttna Use artifactId here, that's the newer style, id is deprecated. And be aware of the order: groupId, artifactId, version. incze

Re: documentation of changes.xml syntax?

2003-06-06 Thread Incze Lajos
On Thu, Jun 05, 2003 at 01:39:06PM -0500, Joe Germuska wrote: > Can anyone point me to specific documentation of the format for a > "changes.xml" file? I can find some by googling and just copy the > syntax, but I wouldn't mind seeing something more official. > > It would be great to see a link

Re: Re: Fw:Re: RE: Checkstyle Plugin - out of memory error

2003-06-05 Thread Incze Lajos
On Thu, Jun 05, 2003 at 02:11:59PM +0100, vipul vij wrote: > That is what I have been doing from the beginning : - ( > I have been executing "maven checkstyle" > > Can't see what the problem is with the plugin > > Has anyone else experienced this problem ? Are there users out their using the >

Re: How to exclude files in jar but not in target/classes dir

2003-06-05 Thread Incze Lajos
If you look into the $MAVEN_HOME/plugins/maven-jar-plugin-1.0/plugin.jelly file, you'll find this: --- --- So, seemingly, you can set the "maven.jar.excludes" variable and will get what you want. [excludes="${maven.build.dest}/config/**"] /You can find this documented on

Re: maven project xml schema buggy?

2003-06-05 Thread Incze Lajos
On Wed, Jun 04, 2003 at 03:00:29PM +1000, dIon Gillard wrote: > Incze Lajos wrote: > > > On Wed, Jun 04, 2003 at 07:23:24AM +1000, [EMAIL PROTECTED] wrote: > > > >>I'm a schema newbie, and I've done a lot of the changes to the xsd file, > >>hence

Re: maven project xml schema buggy?

2003-06-04 Thread Incze Lajos
On Wed, Jun 04, 2003 at 07:23:24AM +1000, [EMAIL PROTECTED] wrote: > I'm a schema newbie, and I've done a lot of the changes to the xsd file, > hence it's fairly basic. Me, too. I've never wrote a line of an XSD schema. The bare minimum what can be done (if a schema-guru can't point to a more ele

Re: maven project xml schema buggy?

2003-06-03 Thread Incze Lajos
> Sorry, I obviously wasn't clear enough. The problem is that the current > maven-project.xsd is really too strict for project.xml files that use > : if you're extending another project.xml there are elements > that the schema says are required that you really want to pull in from > the ed project.

Re: Where to get maven 1.0-beta-9

2003-04-03 Thread Incze Lajos
On Thu, Apr 03, 2003 at 08:51:44AM +0200, Martin Skopp wrote: > Sorry, > I am brandnew to the list (and to maven) and I was too dumb to download > the beta9. Only got beta8 via http://maven.apache.org/builds/release/ > The web page says the beta9 is out, itsn't it? > Thanks, > -- > Martin Skopp >