Re: [vote] separate mailings lists for humans/JIRA/CI/commits

2006-03-02 Thread Incze Lajos
Altough a mailfilter can do the job, it's allways better to keep the traffic as low as possible. So, here it is a lurker +1 incze On Thu, Mar 02, 2006 at 06:20:43AM -0500, Vincent Siveton wrote: > +0 > > Vincent > > 2006/3/1, Jason van Zyl <[EMAIL PROTECTED]>: > > Hi, > > > > I just wanted to

Re: m2.. or mvn?

2005-10-15 Thread Incze Lajos
On Sat, Oct 15, 2005 at 02:38:10PM +0200, Arnaud HERITIER wrote: > I prefer it too (essentially for the 1st reason). I hope that m3 (if there's > one) will not be incompatible with m2 projects !! ;-) > > Arnaud > Either solution is good for me, but should be mirrored in the shell file, too (see

Re: [M2] Proposal for filtering of resources

2005-08-24 Thread Incze Lajos
On Wed, Aug 24, 2005 at 04:21:58PM +1000, Brett Porter wrote: > I think this is reasonable, but I'd like to allow multiple sources > (properties, and multiple files). The existence of the filtering element > can be used to trigger it. > > > > value > > > foo.properties > bar.

Re: [M2] Compilation problems with latest from SVN

2005-08-24 Thread Incze Lajos
On Wed, Aug 24, 2005 at 12:03:55PM +0200, Carsten Ziegeler wrote: > After updating from alpha-3 to the latest from SVN I can't compile > Cocoon anymore. I think the problem is related to classloading or > handling of classes. > As one dependency we have the xml-apis-1.3.02 implementing DOM level 3

[jira] Commented: (MNG-765) make it possible to use ${basedir}/xdocs for xdoc source in site plugin

2005-08-22 Thread Incze Lajos (JIRA)
[ http://jira.codehaus.org/browse/MNG-765?page=comments#action_44924 ] Incze Lajos commented on MNG-765: - I would welcome this possibility. The migration from maven1 to maven2 is not a one step process. Many projects should coexist in a maven1 cc

Re: M2 Build from svn: Failed to parse model from file maven-plugin-parent-2.0-beta-1-SNAPSHOT.pom

2005-08-17 Thread Incze Lajos
On Wed, Aug 17, 2005 at 03:44:22AM +0200, Trygve Laugstøl wrote: > On Wed, Aug 17, 2005 at 02:44:15AM +0300, Andrius Karpavicius wrote: > > Hello, > > > > Wanted to try the latest version of M2 as described in > > http://maven.apache.org/maven2/building.html. > > > > Compilation and etc.. of Mav

[jira] Updated: (MNG-722) maven-site-plugin maven-site.vm contains wired encoding

2005-08-15 Thread Incze Lajos (JIRA)
[ http://jira.codehaus.org/browse/MNG-722?page=all ] Incze Lajos updated MNG-722: Attachment: patch.txt FileWriter(...) -> OutputStreamWriter(FileOutputStream(...), outputEncoding) Works for me. Tested with ISO-8859-1, UTF-8 outputEncoding and with

[jira] Commented: (MNG-722) maven-site-plugin maven-site.vm contains wired encoding

2005-08-15 Thread Incze Lajos (JIRA)
[ http://jira.codehaus.org/browse/MNG-722?page=comments#action_44500 ] Incze Lajos commented on MNG-722: - OK. I've tracked down the problem. The velocity propery is involved only when it is the template engine that creates the output writer. In this ca

[jira] Commented: (MNG-722) maven-site-plugin maven-site.vm contains wired encoding

2005-08-15 Thread Incze Lajos (JIRA)
[ http://jira.codehaus.org/browse/MNG-722?page=comments#action_44485 ] Incze Lajos commented on MNG-722: - You are not alone. No, at the moment it works with UTF-8, but not e.g. with ISO-8859-1. I have a pom.xml. It is an UTF-8 xml file with accented

[jira] Commented: (MNG-722) maven-site-plugin maven-site.vm contains wired encoding

2005-08-11 Thread Incze Lajos (JIRA)
[ http://jira.codehaus.org/browse/MNG-722?page=comments#action_44326 ] Incze Lajos commented on MNG-722: - It works this way at the moment, but I'm sure that it is because of some widely used environmental settings. Velocity, which renders this script ha

[jira] Commented: (MNG-722) maven-site-plugin maven-site.vm contains wired encoding

2005-08-10 Thread Incze Lajos (JIRA)
[ http://jira.codehaus.org/browse/MNG-722?page=comments#action_44277 ] Incze Lajos commented on MNG-722: - The diagnosis OK, but the cure is bad. It basically depends on the velocity settings what the output encoding will be. So, the velocity properties

[jira] Created: (MNG-722) maven-site-plugin maven-site.vm contains wired encoding

2005-08-10 Thread Incze Lajos (JIRA)
Environment: all Reporter: Incze Lajos maven-site-plugin maven-site.vm contains wired encoding: It probably needs a conf. parameter and changed to -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http

[jira] Created: (MAVENUPLOAD-416) jmorph upload request

2005-06-23 Thread Incze Lajos (JIRA)
jmorph upload request - Key: MAVENUPLOAD-416 URL: http://jira.codehaus.org/browse/MAVENUPLOAD-416 Project: maven-upload-requests Type: Task Reporter: Incze Lajos An affix stripping stemmer and morphological analyzer in java (for Hungarian

[jira] Created: (MPXDOC-148) bundle="plugin-resources\templates\templates" lines in xdoc templates

2005-06-20 Thread Incze Lajos (JIRA)
ons: 1.9.1 Environment: maven-xdoc-plugin, non-windows Reporter: Incze Lajos Assigned to: Arnaud HERITIER In 1.9.1 maven-xdoc-plugin (comes with the maven-1.1b) templates use the bundle="plugin-resources\templates\templates" expression, which is wrong on non-windows platforms.

Re: Improving the ease of access to metadata at runtime

2005-05-15 Thread Incze Lajos
On Sun, May 15, 2005 at 02:03:12PM -0400, Jason van Zyl wrote: [...] > META-INF/maven/${groupId}-${artifactId}.pom [...] > META-INF/maven/${groupId}-${artifactId}.properties Why not ${groupId}/${artifactId}? The other scheme seems to be unresolvable if you don't have restrictions on the groupid/ar

Re: XmlPullParser

2004-02-17 Thread Incze Lajos
On Tue, Feb 17, 2004 at 12:50:12PM +1000, Ben Walding wrote: > I was merely responding to the "but it's not in the repository" part of > your email. > > As to how the bootstrap works - not sure what the preconditions are for > that. > Ben, don't get me wrong, I've appeciated your reply. Simpl

Re: XmlPullParser

2004-02-16 Thread Incze Lajos
On Tue, Feb 17, 2004 at 09:25:16AM +1000, Ben Walding wrote: > XPP => http://www.ibiblio.org/maven/xpp3/jars/ > > Incze Lajos wrote: > That's all right, and I know it, but a bootstrap build should download it itself, shouldn't it? If it's needed to the bootstrap

XmlPullParser

2004-02-16 Thread Incze Lajos
Hi, seemingly, the curent HEAD wants to use some XmlPullParser, but it's not in the repository. at the moment, and I can't see it as a core dependency, either. Here it is the dependency resolving section, no pullparser dependency is here: --- [mkdir] Created dir: /opt/incze/w/maven/bootstrap/

Re: Bug in Jelly ?

2004-01-26 Thread Incze Lajos
On Mon, Jan 26, 2004 at 10:57:22PM +0100, Stoffels, Ralf (FWI-AW2) wrote: > Hi, > > what is wrong with ${pom.artifacts.size()} ? > [JellyException: Unable to create expression] > > E.g. ${pom.artifacts.clear()} does work. > > > Ralf Maybe you have the same problem that I had. Try this:

Re: Continuum: Maven Model

2004-01-18 Thread Incze Lajos
On Sun, Jan 18, 2004 at 04:31:10PM -0600, [EMAIL PROTECTED] wrote: > Build OK. > Happy, to see. I'm not allways so lucky. incze - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: maven-components/surefire-runner/src/main/org/apache/maven/test MavenJUnitTestSuite.java MavenTestSuiteLoader.java ResultPrinter.java TestRunner.java

2004-01-14 Thread Incze Lajos
On Wed, Jan 14, 2004 at 03:56:44PM -, [EMAIL PROTECTED] wrote: > evenisse2004/01/14 07:56:44 > > Added: surefire-runner .cvsignore project.xml >surefire-runner/src/main/org/apache/maven/test > MavenJUnitTestSuite.java MavenTestSuiteLoader.jav

Re: b10

2003-07-14 Thread Incze Lajos
On Mon, Jul 14, 2003 at 04:21:47PM +0200, Siegfried Göschl wrote: > Hi folks, > > did I miss Maven B9 or was this release dropped ?! > > Siegfried Goeschl > CTO You missed it. It's been out for monthes. incze - To unsubscribe,

Re: Deploy API (artifact plugin)

2003-06-27 Thread Incze Lajos
> BTW: > > For the moment I have tested my API with username, user password > kept in properties file. I think such approach is not acceptable. > > You can use command line to pass properties to maven: > > maven war:deloy -Dmaven.repo.ibiblio.password = ** > > > This is already better

Re: cvs commit: maven/src/test/java/org/apache/maven/project ProjectInheritanceTest.java

2003-06-24 Thread Incze Lajos
On Wed, Jun 25, 2003 at 12:37:30AM +, [EMAIL PROTECTED] wrote: > dion2003/06/24 17:37:30 > > Modified:src/test/java/org/apache/maven/project > ProjectInheritanceTest.java > Log: > Fix so that this works on windows and other operating systems. > - the

Re: cvs commit: maven/src/test/java/org/apache/maven/project ProjectInheritanceTest.java

2003-06-24 Thread Incze Lajos
On Wed, Jun 25, 2003 at 12:10:23AM +, [EMAIL PROTECTED] wrote: > dion2003/06/24 17:10:23 > > Modified:src/test/java/org/apache/maven/project > ProjectInheritanceTest.java > Log: > Someone should compile stuff first > Not enough:) Should run, as wel

Re: ProjectInheritenceTest doesn't compile

2003-06-24 Thread Incze Lajos
On Wed, Jun 25, 2003 at 01:31:39AM +0200, Incze Lajos wrote: > There is a basedir/baseDir mismatch in the recent patch. > > incze > Other problem: private String PS = System.getProperty( "path.separator" ); Should be: private String FS = System.getProperty( &quo

ProjectInheritenceTest doesn't compile

2003-06-24 Thread Incze Lajos
There is a basedir/baseDir mismatch in the recent patch. incze - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: clean build (next round)

2003-06-24 Thread Incze Lajos
On Wed, Jun 25, 2003 at 12:53:39AM +0200, Incze Lajos wrote: > Now, the problem is that we have a jsch-0.1.5 dependency, but no artifact > at ibiblio to download. > > incze > Artifact plugin has compile error with jsch-0.1.5.jar, so no bu

clean build (next round)

2003-06-24 Thread Incze Lajos
Now, the problem is that we have a jsch-0.1.5 dependency, but no artifact at ibiblio to download. incze - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cvs commit: maven/src/test/java/org/apache/maven/project ProjectInheritanceTest.java

2003-06-24 Thread Incze Lajos
On Tue, Jun 24, 2003 at 10:14:05PM +, [EMAIL PROTECTED] wrote: > jvanzyl 2003/06/24 15:14:05 > > Modified:src/test/java/org/apache/maven/project > ProjectInheritanceTest.java > Log: > o Need to use basedir. That's ok for this test case. But there are othe

Re: clean build fails

2003-06-24 Thread Incze Lajos
On Tue, Jun 24, 2003 at 11:24:00PM +0200, Rafal Krzewski wrote: > Incze Lajos wrote: > > On a fresh CVS clean bootstrap build I get (building maven with itself phase): > > > > > > ... > > [exec] [junit] dir attribute ignored if running in the s

clean build fails

2003-06-24 Thread Incze Lajos
On a fresh CVS clean bootstrap build I get (building maven with itself phase): ... [exec] [junit] dir attribute ignored if running in the same VM [exec] [junit] Running org.apache.maven.project.ProjectInheritanceTest [exec] [junit] Tests run: 1, Failures: 1, Errors:

Re: [jira] Commented: (MAVEN-489) Checkstyle Error - "Got an exception - java.lang.ClassCastException "

2003-06-16 Thread Incze Lajos
On Mon, Jun 16, 2003 at 07:17:40PM +0200, Incze Lajos wrote: > On Mon, Jun 16, 2003 at 05:32:24PM +0200, Vincent Massol wrote: > [...] > > > You are right, I didn't remember that apos is among the default > > entities. > > > But funnily enough the method desc

Re: [jira] Commented: (MAVEN-489) Checkstyle Error - "Got an exception - java.lang.ClassCastException "

2003-06-16 Thread Incze Lajos
On Mon, Jun 16, 2003 at 05:32:24PM +0200, Vincent Massol wrote: [...] > > You are right, I didn't remember that apos is among the default > entities. > > But funnily enough the method described worked for me. Now, I've made > a > > "maven clean site:deploy" to be sure to work from scratch and see,

Re: [jira] Commented: (MAVEN-489) Checkstyle Error - "Got an exception - java.lang.ClassCastException "

2003-06-16 Thread Incze Lajos
On Mon, Jun 16, 2003 at 12:32:46PM +0100, Brian Ewins wrote: > This diagnosis doesn't seem right. > > > And this is the bad news: ' is good for html but bad for > > XML. So, the result file is not well formed. And yes, now > > I tested that this was the real problem, you can do it, too: > > Th

Re: Maven.log - bootstrap build

2003-06-13 Thread Incze Lajos
On Fri, Jun 13, 2003 at 07:05:37PM +0100, [EMAIL PROTECTED] wrote: > > Has anyone had a look lately at their maven.log when bootstrap building > maven? > > I dont know whether its something particular to my machine - but the log > file has literally thousands of null chars at he beginning (nearly

Yet another pico-patch

2003-03-22 Thread Incze Lajos
Also, in the ashkelon/xdocs/index.xml, the tag should be closed. incze (trying to make a plugin-docs) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

pico-patch

2003-03-22 Thread Incze Lajos
In ashkelon/xdocs/index.xml on the very first line "