Re: [VOTE] Require Java 17 for Maven 4

2024-02-28 Thread Joseph Kesselman
+. 8 Xalan-J's next release should be Maven-based. But we wanted to put out one Java 8-compatible-but-deprecated build before moving to Java 17. Of course as part of that we could say Maven3 is compatible but deprecated. I haven't yet tested with Maven 4, though, and given my limited Maven

RE: Re: Re: Re: Re: Inconsistent dependency resolution behaviour for concurrent multi-module build can cause failures

2024-02-28 Thread Joseph Leonard
browse/MNG-6300 > > > > Will report back tomorrow (EU TZ) > > T > > > > > > On Wed, Feb 7, 2024 at 7:48 PM Joseph Leonard < > > joseph.leon...@alfasystems.com> wrote: > > > >> Hi Tamás, > >> I have created a simple example

RE: How does maven resolve inter-module dependencies in a multi-module build?

2024-02-15 Thread Joseph Leonard
from the root works, running mvn compile from the directory of B does not pick up classes from A's target directory. it only picks up from M2 repo in that case. On Thu, Feb 15, 2024 at 11:28 AM Joseph Leonard < joseph.leon...@alfasystems.com> wrote: > Hi Sid, > It will resolve

RE: How does maven resolve inter-module dependencies in a multi-module build?

2024-02-15 Thread Joseph Leonard
Hi Sid, It will resolve the classes directory of module A that will have been populated during module A's 'compile' build. Joe On 2024/02/15 17:50:44 Siddharth Jain wrote: > Hello, > > I am working on a multi-module Maven build. e.g., I have a root directory > containing 3 sub-projects A, B, C

RE: Re: Re: Re: Re: Re: Inconsistent dependency resolution behaviour for concurrent multi-module build can cause failures

2024-02-08 Thread Joseph Leonard
s out of it. > To me, it sounds like you want one reactor, but where module-b is "out" and > 'in", at the same time (within same session) > > > T > > On Thu, Feb 8, 2024 at 1:27 PM Joseph Leonard < > joseph.leon...@alfasystems.com> wrote: > >

RE: Re: Re: Re: Re: Re: Inconsistent dependency resolution behaviour for concurrent multi-module build can cause failures

2024-02-08 Thread Joseph Leonard
ou do have an edge between app and module-b. > > Or to invert the question: what module-b JAR you want to have included in > app WAR, when building? The one built, or the one from the local > repository? If the latter, why are you building it in the first place? > > On Thu, Feb

RE: Re: Re: Re: Re: Inconsistent dependency resolution behaviour for concurrent multi-module build can cause failures

2024-02-08 Thread Joseph Leonard
org/jira/browse/MNG-8028 (funny thing, I created > > this few weeks ago) > > https://issues.apache.org/jira/browse/MNG-6300 > > > > Will report back tomorrow (EU TZ) > > T > > > > > > On Wed, Feb 7, 2024 at 7:48 PM Joseph Leonard < > > joseph.leon...

RE: Re: Re: Re: Inconsistent dependency resolution behaviour for concurrent multi-module build can cause failures

2024-02-07 Thread Joseph Leonard
off attachments and images) for us to see > this in action? > > Thanks > T > > On Wed, Feb 7, 2024 at 6:29 PM Joseph Leonard < > joseph.leon...@alfasystems.com> wrote: > > > Hi Tamás, > > We have previously played around a bit with mvnd but not takari

RE: Re: Re: Inconsistent dependency resolution behaviour for concurrent multi-module build can cause failures

2024-02-07 Thread Joseph Leonard
art builder instead? > https://github.com/takari/takari-smart-builder > > (note: smart builder is used by mvnd as well) > > The difference between the two can be seen here: > http://takari.io/book/30-team-maven.html#takari-smart-builder > > On Wed, Feb 7, 2024 at 11:50 AM Jos

RE: Re: Inconsistent dependency resolution behaviour for concurrent multi-module build can cause failures

2024-02-07 Thread Joseph Leonard
cause the Build Cache Extension should automatically determine which > modules need to be built and for which ones previously cached artifacts can > be used. > > Nils. > > > Op 6 feb 2024, om 15:11 heeft Joseph Leonard het > > volgende geschreven: > > >

RE: Re: Inconsistent dependency resolution behaviour for concurrent multi-module build can cause failures

2024-02-07 Thread Joseph Leonard
talk > about here? > In short: why would App start while ModuleB (upstream dep) is not done? > Something is fishy here. > > T > > > On Tue, Feb 6, 2024 at 11:40 AM Joseph Leonard < > joseph.leon...@alfasystems.com> wrote: > > > Hi all, > &

RE: Inconsistent dependency resolution behaviour for concurrent multi-module build can cause failures

2024-02-06 Thread Joseph Leonard
Note that my diagram formatting is very hard to read in the default formatting on this mailing list. If you view my email in 'raw source' then it is easier to understand! On 2024/02/06 10:40:14 Joseph Leonard wrote: > Hi all, > > It would be great to get any thoughts on whether the

RE: Re: Inconsistent dependency resolution behaviour for concurrent multi-module build can cause failures

2024-02-06 Thread Joseph Leonard
could benefit from the Maven Build Cache Extension > (https://maven.apache.org/extensions/maven-build-cache-extension/). > > Just my 2 cents. > > Nils. > > > Op 6 feb 2024 om 11:40 heeft Joseph Leonard het > > volgende geschreven: > > > > Hi all, > >

Inconsistent dependency resolution behaviour for concurrent multi-module build can cause failures

2024-02-06 Thread Joseph Leonard
at instantiation throughout the entire Maven build. This would mean, in the simple example above, that the 'App' would always resolves ModuleB from the external repo (regardless of whether the reactor has built ModuleB or not in a separate 'dependency graph' in the reactor). Joseph Leonard Manager Alfa

Re: creating a source directory on the fly

2023-12-06 Thread Joseph Kesselman
It has occurred to me that Maven needs something like the XSLT FAQ page -- a (semi)official collection of common "how to" questions with validated "best practice" worked examples, updated as best practice changes. It's easy to find examples, much harder for a novice to understand the subtleties

Re: Pure curiosity

2023-11-20 Thread Joseph Kesselman
: Joseph Kesselman Sent: Sunday, November 19, 2023 6:25:37 PM To: Maven Users List Subject: Re: Pure curiosity Maven's declarative nature may be its second greatest strength, following platform independence and preceding the rich plugin collection. The lack of any _dependency_ driven flow below

Re: Pure curiosity

2023-11-19 Thread Joseph Kesselman
. Maybe we can start with: Where is the Maven build and what's the current hurdle? Also note that the Maven devs can be quite helpful on their mailing list. Gary On Sun, Nov 19, 2023, 6:26 PM Joseph Kesselman wrote: > Maven's declarative nature may be its second greatest strength, follow

Re: Pure curiosity

2023-11-19 Thread Joseph Kesselman
3, 5:39 PM Joseph Kesselman wrote: > How large is the actual Maven core application itself, without even the > "standard" plugins? > > (I've got half an idea and am trying to guess how much work it would be to > prototype something.) > > -- >/_ Joe Kesselman

Pure curiosity

2023-11-19 Thread Joseph Kesselman
How large is the actual Maven core application itself, without even the "standard" plugins? (I've got half an idea and am trying to guess how much work it would be to prototype something.) -- /_ Joe Kesselman (he/him/his) -/ _) My Alexa skill for New Music/New Sounds fans: /

Re: Self-inflicted wounds again.

2023-11-14 Thread Joseph Kesselman
: Re: Self-inflicted wounds again. Hi Joseph. In your branch, please note that currently your build will not work for Windows users: [INFO] --- exec:3.1.0:exec (Xalan2 design documentation) @ xalan-project --- Fehler: Hauptklasse org.apache.stylebook.StyleBook konnte nicht gefunden oder geladen

Self-inflicted wounds again.

2023-11-13 Thread Joseph Kessselman
Had generation of the multi-module distribution binary zipfile working yesterday. Came back today to find I had apparently stepped on it before pushing. Sigh. OK, I should be able to reproduce this, right? Unfortunately, no. I'm missing something obvious again. In context, currently broken

Re: Can the jar plugin respect .gitignore?

2023-11-11 Thread Joseph Kesselman
I welcome feedback on where I might have departed from Maven conventions and defaults, or otherwise missed a bet. I actually don't think I'm far off -- maybe not the most elegant solutions possible, but basically using Maven as designed to be used. But I'd sorta appreciate it if folks were

Re: Can the jar plugin respect .gitignore?

2023-11-11 Thread Joseph Kesselman
the jar plugin respect .gitignore? Hello, Joseph Kesselman wrote on 11. Nov 2023 17:27 (GMT +01:00): > ... Right. I was thinking specifically about source assembly, where a good > initial approximation is to include the same files checked into git. If you stick to the maven way, this is

Re: Can the jar plugin respect .gitignore?

2023-11-11 Thread Joseph Kesselman
Don't worry. I'm not trying to reproduce the Ant build logic. I'm trying to be as Maven& idiomatic as I can in the actual build. But if possible I want to produce, from that, a directory which contains somethIng close to what the Ant build would have delivered. Both because I haven't had time

Re: Can the jar plugin respect .gitignore?

2023-11-11 Thread Joseph Kesselman
The "binary" assembly I'm trying to reproduce is the one our And project generated -- the artifact jarfile, plus source and input for the samples, plus the documentation directory -- basically, everything an end-user might want locally. I'm getting close to having that working. Output

Re: maven-assembly-plugin, bin example is giving me trouble

2023-11-11 Thread Joseph Kessselman
Duh. Just noticed that the FAQ explicitly mentions creating a child module just to achieve this sequencing in multi-module projects. Mea culpa, mea maxima culpa... I'd have hoped something could be done with phase and target, but if not, not. On 11/11/2023 11:44 AM, Joseph Kessselman wrote

Re: Can the jar plugin respect .gitignore?

2023-11-11 Thread Joseph Kessselman
On 11/11/2023 11:44 AM, Greg Chabala wrote: Use the sourceReleaseAssemblyDescriptor of maven-assembly-plugin: https://maven.apache.org/apache-resource-bundles/source-release/ Thanks; hadn't seen that one. Definitely a fan of not reinventing wheels. Can that be configured to write the archives

Re: maven-assembly-plugin, bin example is giving me trouble

2023-11-11 Thread Joseph Kessselman
Sorry: https://github.com/apache/xalan-java/tree/xalan-java-mvn-refactored (which currently has the binary assembly commented out). Dependency order... Well, I'm currently running the assembly at the top level, which would presumably mean it has to run after packaging of the contained

Re: Can the jar plugin respect .gitignore?

2023-11-11 Thread Joseph Kesselman
ckage. For example target/ > > Are you thinking about -src archives, only? > > Having said that, supporting the file format and patterns might be a good > idea (if it can be sorted out which directory level should be relevant) and > having a easy way to enable .*ignore. > > Joseph K

Re: maven-assembly-plugin, bin example is giving me trouble

2023-11-10 Thread Joseph Kessselman
beaten into my head. Checked in on xalan-java branch xalan-java-mvn-refactored with bin assembly commented out, if anyone wants to see it in context. On 11/10/2023 9:37 PM, Joseph Kessselman wrote: Oh. I probably forgot to set dependencies. Checking. On 11/10/2023 9:35 PM, Joseph Kessselman

Re: maven-assembly-plugin, bin example is giving me trouble

2023-11-10 Thread Joseph Kessselman
Oh. I probably forgot to set dependencies. Checking. On 11/10/2023 9:35 PM, Joseph Kessselman wrote: I'm trying to adapt the examples given at https://maven.apache.org/plugins/maven-assembly-plugin to work with my multi-module project. Source was mostly easy -- I copied the into a file

maven-assembly-plugin, bin example is giving me trouble

2023-11-10 Thread Joseph Kessselman
I'm trying to adapt the examples given at https://maven.apache.org/plugins/maven-assembly-plugin to work with my multi-module project. Source was mostly easy -- I copied the into a file, tweaked its excludes (still wish it picked up the .gitinclude automagically), and it worked. I'd still

Re: Can the jar plugin respect .gitignore?

2023-11-10 Thread Joseph Kessselman
... Actually, correction -- not the jar plugin, the assembly plugin. (sigh) On 11/10/2023 1:42 PM, Joseph Kessselman wrote: (Or, equivalently be told to take exclude list from a file in .gitignore syntax and then be told .gitignore was that file.) If not, I'd consider that worth adding

Can the jar plugin respect .gitignore?

2023-11-10 Thread Joseph Kessselman
(Or, equivalently be told to take exclude list from a file in .gitignore syntax and then be told .gitignore was that file.) If not, I'd consider that worth adding. - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org

Keeping java's version in sync with project's version

2023-11-08 Thread Joseph Kessselman
For obvious reasons, if would be nice if the -version option on my project automatically reported the version I'd set in the pom.xml rather than my trying to synchronize the two manually. The best approaches I've found so far are in

Re: Multi-module build, emulating Ant build...

2023-11-06 Thread Joseph Kessselman
Right. Copypaste of the plugin doesn't work because Maven is declarative. One instance of exec-maven-plugin with multiple s, each having its own ID (since the default is to collide) and its own set of arguments, appears to be what's intended. Unfortunately only the first seems to be

Re: Multi-module build, emulating Ant build...

2023-11-06 Thread Joseph Kessselman
, Joseph Kessselman wrote: Turns out Stylebook does have a front-end driver that I don't have source for, so I'm just invoking it via exec:java for now. I'll clean up later. At least it gets rid of the platform-specific script and puts the pom in charge of everything. Quick question re exec-maven

Re: Multi-module build, emulating Ant build...

2023-11-06 Thread Joseph Kessselman
for one instance of the plugin to run multiple executions, or should I just rely on copypasta? On 11/4/2023 7:53 PM, Joseph Kessselman wrote: 1) For backward compatibility with the prior Ant build (and with the test framework's assumptions about where compiled code will land), I have my maven

Re: Multi-module build, emulating Ant build...

2023-11-05 Thread Joseph Kesselman
@maven.apache.org Subject: Re: Multi-module build, emulating Ant build... Hi Joseph. Just some thoughts: -- Stylebook seems to be a DocBook variant or extension. Maybe you could with little effort change the documentations to conform to DocBook and then use existing Docbook solutions

Multi-module build, emulating Ant build...

2023-11-04 Thread Joseph Kessselman
1) For backward compatibility with the prior Ant build (and with the test framework's assumptions about where compiled code will land), I have my maven build creating ./build/ in the top-level directory and copying the jarfiles from the individual modules up to that using

Re: Feedback sought

2023-10-15 Thread Joseph Kesselman
Ribbon Campaign /\ Stamp out HTML mail! From: Nils Breunese Sent: Sunday, October 15, 2023 3:01:28 AM To: Maven Users List Subject: Re: Feedback sought Joseph Kesselman wrote: > Re "IDE droppings"... My experience is that they can actually be useful in

Re: Feedback sought

2023-10-15 Thread Joseph Kesselman
3:01:28 AM To: Maven Users List Subject: Re: Feedback sought Joseph Kesselman wrote: > Re "IDE droppings"... My experience is that they can actually be useful in > expressing things like preferred code formatting style in > importable/executable form. (I'd rather have a st

Re: Feedback sought

2023-10-14 Thread Joseph Kesselman
ounds fans: / https://www.amazon.com/dp/B09WJ3H657/ () Plaintext Ribbon Campaign /\ Stamp out HTML mail! ____ From: Joseph Kesselman Sent: Sunday, October 15, 2023 12:48:38 AM To: Maven Users List Subject: Re: Feedback sought Don't worry, we recognized your intent. I do

Re: Feedback sought

2023-10-14 Thread Joseph Kesselman
Don't worry, we recognized your intent. I do appreciate the feedback I'm getting. I asked for it, and hopefully the parts that don't make sense to apply right now will be useful in the future. But, yes, let's focus on whether what I've done is worth living forward with rather than the details

Re: Feedback sought

2023-10-14 Thread Joseph Kesselman
Taking out the META-INF: I'll look at that. NOTE that as long as this is basically an acceptable framework to replace the And build, and produces correct code, quibbles like editor configurations and unnecessary files can be cleaned up in subsequent edits; they shouldn't be considered blockers

Re: Feedback sought

2023-10-14 Thread Joseph Kesselman
Re "IDE droppings"... My experience is that they can actually be useful in expressing things like preferred code formatting style in importable/executable form. (I'd rather have a standard cross-editor way if representing that, but I don't know of one.) But I don't care that strongly; if

Re: Feedback sought

2023-10-14 Thread Joseph Kesselman
There didn't seem to be a good intermediate point. Maven wanted things organized differently, and I didn't know Maven well enough to argue with it. Switching from private binaries to Maven packages was a driving force behind the cut-over, and the need to move from jlec to jflex forced the one

Feedback sought

2023-10-14 Thread Joseph Kessselman
I've just issued a pull request proposing that the Apache Xalan-Java project cut over from Ant-based to Maven-based build. This is the first time I'm working with Maven, and I'm *sure* I have done things that are bad form. If anyone has time and energy to glance at it and sanity-check that I

Re: Maven license distribution - repo

2023-10-11 Thread Joseph Kesselman
I presume: Maven can automatically download declared dependencies from a repository into the local repository directory as needed. Or users can manually download them into some other location and reference them as local "provided" resources. -- /_ Joe Kesselman (he/him/his) -/ _) My

Re: "First time caller..." javadoc taglet dependencies?

2023-10-04 Thread Joseph Kessselman
Oh. Duh. com.sun tools 1.6.0 system ${toolsjar} On 10/3/2023 10:04 PM, Alexander Kriegisch wrote: Hi Joseph. I think you uncovered a bug in Maven Javadoc Plugin. I just created https://issues.apache.org/jira/browse/MJAVADOC-775 on your

Re: "First time caller..." javadoc taglet dependencies?

2023-10-04 Thread Joseph Kesselman
ext Ribbon Campaign /\ Stamp out HTML mail! From: Alexander Kriegisch Sent: Tuesday, October 3, 2023 10:04:33 PM To: users@maven.apache.org Subject: Re: "First time caller..." javadoc taglet dependencies? Hi Joseph. I think you uncovered a bug in Mav

"First time caller..." javadoc taglet dependencies?

2023-10-03 Thread Joseph Kessselman
Hi, folks. I'm in the process of trying to port the Apache Xalan build from Ant to Maven. It's close to usable, but I'm still struggling with a few odd corners. One of the odder corners: The Xalan documentation uses a javadoc taglet, @xsl.usage, to indicate whether a method is intended only

Parent pom not resolved in current reactor ?

2014-10-13 Thread Grégory Joseph
Hey there, In the documentation for relativePath in http://maven.apache.org/xsd/maven-4.0.0.xsd, I read that Maven looks for the parent pom first in the reactor of currently building projects, then Oddly enough, even though the reference docs _seem_ to be generated off of the same source,

Changes in how exclusions are applied transitively ?

2013-07-24 Thread Grégory Joseph
Hey there, I can't seem to find an accurate trace of this in the release notes, so I thought I'd just ping the list - Changes in how exclusions are applied transitively between Maven 2.2.1 and 3.1 ? Here's a situation: A has dependencies on B and C. Both transitively depend on D (through X,

Changes in how exclusions are applied transitively ?

2013-07-24 Thread Grégory Joseph
Hey there, I can't seem to find an accurate trace of this in the release notes, so I thought I'd just ping the list - Changes in how exclusions are applied transitively between Maven 2.2.1 and 3.1 ? Here's a situation: A has dependencies on B and C. Both transitively depend on D (through X,

Site, deployment url and inheritance

2012-07-02 Thread Grégory Joseph
Hi there, I've seen this topic debated many times, and still haven't figured everything out. I was recently confused by the handling and inheritance of urls in Maven. I think I got most of it, when it comes to project.url. Now, when it comes to deploying a site, I'm baffled. Up to

Re: Site, deployment url and inheritance

2012-07-02 Thread Grégory Joseph
Hi Lukas, On 2 July 2012 13:18, Lukas Theussl ltheu...@apache.org wrote: Grégory Joseph wrote: It kind of sounds like MSITE-600 to me, so I'm unsure if/how the issue was fixed. Example: * Corporate parent pom defines this site deployment url: prot://foo/${artifactId}/${version} -- it works

Re: Site, deployment url and inheritance

2012-07-02 Thread Grégory Joseph
2012 13:57, Grégory Joseph greg@gmail.com wrote: Hi Lukas, On 2 July 2012 13:18, Lukas Theussl ltheu...@apache.org wrote: Grégory Joseph wrote: It kind of sounds like MSITE-600 to me, so I'm unsure if/how the issue was fixed. Example: * Corporate parent pom defines this site deployment url

Re: Site, deployment url and inheritance

2012-07-02 Thread Grégory Joseph
On 2 July 2012 14:38, Lukas Theussl ltheu...@apache.org wrote: Grégory Joseph wrote: Just tried staging, and indeed, the paths in that case are correct* - I take it back. Staging was fine… with 2.1.1. With 3.1 I get this, for example for last module of the multi-module build [INFO] Pushing

Re: We have a duplicate org/apache/log4j/varia/ExternallyRolledFileAppender.class

2012-06-21 Thread Joseph
If u were using oracle jdk 1.5+,have a try with jvm param -xx:+TraceClassLoading ,this might helps a little 在 2012-6-22,8:26,hujirong jirong...@gmail.com 写道: [WARNING] We have a duplicate org/apache/log4j/varia/ExternallyRolledFileAppender.class in

RE: [maven-site-plugin] trouble migrating from 3.0-beta3 to 3.0, bug?

2012-02-23 Thread Joseph Argiro
Did you move the reporting section INSIDE the site plugin I had the same problem fixed it by removing the reporting section And rewriting the maven-site-plugin section of the pom See http://maven.apache.org/plugins/maven-site-plugin/maven-3.html Look at old configuration / new configuration

Any plans for a release of the checkstyle plugin 2.7 ?

2011-07-21 Thread Grégory Joseph
Hi guys, I see on Jira that all issues for maven-checkstyle-plugin 2.7 have been resolved. Are there any plans for releasing ? I'm asking because I'd like to use features which have been added to Checkstyle 5.2+, and can not, because Checkstyle's groupId has changed in 5.2, so I can't use a

question about mvn dir structure

2011-06-29 Thread Joseph
not updated .Do I have to create dir(package) under resource/test manually to align against src/main/java structure? or do we have some tricks that could accomplish that? thanks a lot Joseph - To unsubscribe, e-mail: users-unsubscr

Re: question about mvn dir structure

2011-06-29 Thread Joseph
app was created by command line. Yes, you'd need to match the package structure for resources ... -- all by hand coding ? any tools or tricks that do? 2011/6/30 Wendy Smoak wsm...@gmail.com: On Wed, Jun 29, 2011 at 9:12 PM, Joseph wutong...@gmail.com wrote: I am a newbie for mvn and have

M2 how to switch to wagon-ssh 1.0-beta-6

2011-03-01 Thread Joseph Argiro
In maven2 How do I upgrade to wagon-ssh 1.0-beta-6 I added the following to my pom.xml dependency groupIdorg.apache.maven.wagon/groupId artifactIdwagon-ssh/artifactId version1.0-beta-7/version /dependency It downloads beta-6 but the build still uses beta-2

Re: Where is the global settings.xml for built-in (embedded) Maven in Eclipse?

2011-01-04 Thread Joseph
did u have a check on some dir like {user_home}/.m2/ ? like c:\user\Joseph\.m2\... 2011-01-05 Joseph 发件人: Ben Stover 发送时间: 2011-01-04 20:57:34 收件人: Maven Users 抄送: 主题: Where is the global settings.xml for built-in (embedded) Maven in Eclipse? Yes, I know the global settings file

Remote resources: what's include/exclude for ?

2010-11-16 Thread Grégory Joseph
Hi there, Could anyone shed some light on what the exclude* and include* configuration items in the remote-resources plugin's process goal [1] are for ? What gets included/excluded ? Thanks for any hint, -greg [1] http://maven.apache.org/plugins/maven-remote-resources-plugin/process-mojo.html

Re: Including scope:provided dependencies in a shaded jar ?

2010-10-29 Thread Grégory Joseph
Hi again, could split my project and have 2 modules, one simply being the standalone/shaded version of the other, but it seems overkill, since they're really the same source. On 27 October 2010 19:33, Wayne Fay wayne...@gmail.com wrote: This is the correct approach (imo). Two artifacts, one

Re: Including scope:provided dependencies in a shaded jar ?

2010-10-28 Thread Grégory Joseph
Hi Jörg, Did you see this: http://maven.apache.org/plugins/maven-shade-plugin/shade- mojo.html#keepDependenciesWithProvidedScope I did, but it doesn't do what I need; my understanding is that it changes the scope of the compile-scoped deps to :provided in the shaded jar's pom. Antonio,

Re: synchronizing version of interdependent projects

2008-07-07 Thread Joseph Syjuco
the Net I found one feature dependencyManagement where I can list down all versions of the project in one pom.xml ... unfortunately I cant see it implemented in Maven 1 On 7/7/08, Luke Daley [EMAIL PROTECTED] wrote: On 07/07/2008, at 2:24 PM, Joseph Syjuco wrote: We have a project consisting

synchronizing version of interdependent projects

2008-07-06 Thread Joseph Syjuco
one Regards, Joseph

Re: [POLL] Default Value for File Encoding

2008-04-29 Thread walid joseph Gedeon
+1 for a) - People that don't care about it don't need to worry - It works similarly within groups that share the same encodings - When it breaks, because cross-unicode-script contributors are involved, then it needs to be specified in the pom. The downside of b) is that it forces all those who

Re: how to prevent default goal in a phase to run?

2008-04-29 Thread walid joseph Gedeon
Hello Zemian, Can you share parts of your pom? Thanks. On Wed, Apr 23, 2008 at 10:01 PM, Zemian Deng [EMAIL PROTECTED] wrote: Hi, I have successfully setup and bind assembly plugin in pom to generate my custom jar file at package phase. But then the default jar:jar still get run during

Re: how to remove maven specific files

2008-04-29 Thread walid joseph Gedeon
Hello ragjan, have you run mvn clean before trying again? On Thu, Apr 24, 2008 at 5:21 AM, I am Who i am [EMAIL PROTECTED] wrote: No use its still same here it is what i have plugin groupIdorg.apache.maven.plugins/groupId

MAVEN SCM - Big Problems with ClearTool on Linux .

2008-01-18 Thread Hirn, Joseph
Hello. I am having an issue with Maven SCM checking in multiple files during release:prepare phase. It seems to issue the right command but only the first file is checked in. If I run this command from the command line it works just fine. The next step that fails is when it tried to re-checkout

Next versions? Industry Usage? Help me sell mvn to my department.

2007-11-13 Thread Hirn, Joseph
Hello. I am doing some research for my employer to convert to Maven and I had a few questions about future releases. I could not find any information on when the next version of Maven, 2.0.8 or 2.1 is anticipated nor could I find any information on the next major, or Maven 3 release. I realize

RE: Next versions? Industry Usage? Help me sell mvn to mydepartment.

2007-11-13 Thread Hirn, Joseph
is more then just a build system. Its a configuration management suite (as we call it). Make sure to have a good configuration management plan to go along with your Maven conversion proposal. Employers eat that stuff up :) Cheers. On Tue, 2007-11-13 at 15:54 -0600, Hirn, Joseph wrote: Hello. I am

Two jars, one pom...

2007-11-13 Thread Hirn, Joseph
I am helping someone implement Maven in their project and looking for the best way to go about generating two jars from the same source base. They did this previously via two ant targets. Please note we are retrofitting this codebase to Maven so it was not originally structured with Maven's

RE: Maven Release -- Unable to enable editing on the POM - clearcase ucm

2007-10-09 Thread Hirn, Joseph
] -Original Message- From: Wim Deblauwe [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 09, 2007 1:05 AM To: Maven Users List Subject: Re: Maven Release -- Unable to enable editing on the POM - clearcase ucm did you try with -e? 2007/10/8, Hirn, Joseph [EMAIL

Maven SCM and clearcase dynamic views and release plug-in

2007-10-09 Thread Hirn, Joseph
Hello. I work in an environment which uses clearcase dynamic views. The homepage for SCM says that there is limited support for dynamic views but I don't quite understand what the limitations are. Please note, I only need this information to get the release plugin working. First of all, why

RE: Maven Release -- Unable to enable editing on the POM - clearcase ucm

2007-10-08 Thread Hirn, Joseph
: Re: Maven Release -- Unable to enable editing on the POM - clearcase ucm Is the cleartool command printed that is used? 2007/10/5, Hirn, Joseph [EMAIL PROTECTED]: Hello. I'm having a problem with the release:prepare goal in Linux environment. It works fine in Windows. It is giving

Maven Release -- Unable to enable editing on the POM - clearcase ucm

2007-10-05 Thread Hirn, Joseph
Hello. I'm having a problem with the release:prepare goal in Linux environment. It works fine in Windows. It is giving the following error: START CONSOLE OUTPUT [INFO] Checking out file: /view/jhirnYADA/cc/ETS_YADA/YADAYADA/pom.xml [INFO]

Re: M2: how to create jni .jar .so file from same pom.xml

2007-10-04 Thread Joseph Argiro
] -- -- Joseph Argiro Phone: 1-973-438-5736 Email: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Using maven embedder to force dependency updates

2007-06-27 Thread Joseph Ancell
I'm search all around the message boards for this and couldn't find it. Pretty much I'm trying to use the maven embedder to run mvn eclipse:eclipse -U. How do you add the -U to the end? I'm not seeing any API for this or don't know how to add it as a property to of the MavenExecutionRequest?

Re: [m2] Running Macker with Maven 2

2007-02-14 Thread Grégory Joseph
Hi Rune, Sounds nice - I didn't know macker :) It should also be pretty easy to wrap to ant task in a mojo - thus making pom reading requiring much less sandwiches. Thanks for sharing ! g On 14/02/07, Rune Flobakk [EMAIL PROTECTED] wrote: Hi, I've recently been trying out the Macker tool

Re: Order of classpath supplied by dependencies ant task

2007-02-07 Thread Joseph Leniston
from within an ANT script? Any suggestions are gratefully received. Thanks, Joseph franz see wrote: Good day to you, Joseph, AFAIK, you cannot control the order of the dependencies...And I can't think of a workaround. Curious, why use antlib for your dependency management and not use

Order of classpath supplied by dependencies ant task

2007-02-06 Thread Joseph Leniston
Hi, I am using Antlib for Maven 2.0 to do dependency management in our ant builds. I have a number of POM files for compiling common, server and client code. I also want to use maven to manage our server runtime classpath. I use the following code to get the server runtime classpath from a POM

Apacheds and Maven

2007-01-16 Thread Joseph
when use mvn directory:schema to create my schema class.the out print The plugin 'org.apache.maven.plugins:maven-directory-plugin' does not exist or no valid version could be found what's wrong with it? How can i make it? -

[M2] problems with site:deploy and PuTTy

2006-12-05 Thread McGarr, Joseph M
I am having trouble getting Maven's site:deploy to properly utilize PuTTy's plink. I am not sure what is going on, but it seems to use pscp just fine, but then it fails while executing the following command: Executing command: ssh -o BatchMode yes ... This fails because I do not have any

errors adding maven2 project

2006-10-02 Thread Joseph Marques
My SVN server is on a linux box and exposed via https; there is NO http access. I'm setting up continuum-1.0.3 on a windows box. Here are the results when using various URLs. https://user:pass@server/project/pom.xml Could not download https://server/project/pom.xml: Server returned HTTP

https 401 error

2006-09-29 Thread Joseph Marques
when trying to add a maven2 project i'm getting the error: could not download https://user:[EMAIL PROTECTED]/project_url/pom.xml: Server returned HTTP response code: 401 for URL: https://user:[EMAIL PROTECTED]/ project_url/pom.xml. i can hit and download the pom from both IE and firefox. any

Re: Re: maven2 xdoclet2 plugin

2006-08-02 Thread Grégory Joseph
to xd2 and i'll let you know of result dont expect any mail from me soon thoug :), i m reallly busy @ work and this maven/xdoclet issue is what i do in spare time will get back to you as soon as i can thanx and regards marco On 8/1/06, Grégory Joseph [EMAIL PROTECTED] wrote: Marco, Sorry

Re: Re: Maven 2 jasper-reports-plugin

2006-07-31 Thread Grégory Joseph
Hi, (sorry for the late reply) FYI, there is actually a snapshot, but on this repo: http://snapshots.repository.codehaus.org I'm not sure what the difference is with the one you use, but it seems it's only there :) Please let me know if you have issues or wishes to be fulfilled with this

Re: maven2 xdoclet2 plugin

2006-07-31 Thread Grégory Joseph
Marco, Sorry for the late reply.. Were you able to move on this? I think your mistake was that you did not declare the dist.codehaus.org repository as being of layout:legacy(layoutlegacy/layout in your pluginRepository declaration) The XDoclet2 project and plugins are still partly built with

Re: Re: Unable to find the mojo 'org.apache.maven.plugins:maven-antrun-plugin:1.0:run'

2006-07-06 Thread Grégory Joseph
Hi list, On 06/07/06, Graham Leggett [EMAIL PROTECTED] wrote: Jeff Mutonho wrote: It looks like maven-antrun-plugin and xdoclet-maven-plugin are having issues with each other. snip Does this mean maven-antrun-plugin and xdoclet-maven-plugin can not co-exist? I have the same problem

Re: Maven 2: Manifest entries for JARs

2006-07-04 Thread Grégory Joseph
Hi, On 04/07/06, Howard Lewis Ship [EMAIL PROTECTED] wrote: I'm working on some library code which will be driven by a manifest entry in client JARs. I need to be able to set some mainfest entries in my JAR files. I can't see where to do this. It seems likely for the jar plugin, but nothing

Re: Re: Maven 2: Manifest entries for JARs

2006-07-04 Thread Grégory Joseph
of complex types in plugins configuration. (At least a link to a basic javadoc would be helpful as to know what one can set without resorting to copying examples) Cheers g On 7/4/06, Grégory Joseph [EMAIL PROTECTED] wrote: Hi, On 04/07/06, Howard Lewis Ship [EMAIL PROTECTED] wrote: I'm working

Problems with javax.sql:jbdc-sqlext download

2006-05-10 Thread McGarr, Joseph M
All: I cannot download the javax.sql:jdbc-sqlext:jar:2.0 from the ibiblio repository. it appears that this jar was never added correctly, only the sources, the pom and their checksum files exist in the repository, but no jar or maven-meta.xml file. How do we get a copy of these files up?

[m2] Differences between resources and config

2006-02-13 Thread McGarr, Joseph M.
I have a fairly clear understanding of where the resources directory should be used, but the config directory seems to only be mentioned once in the documentation (Standard Directory Layout) and I am unclear what it is intended for. Resources are files that are eventually packaged with the

Re: [m2] Multiprojects and inherited SCM URLs

2006-01-20 Thread Grégory Joseph
On 20/01/06, DELMOTTE Grégory [EMAIL PROTECTED] wrote: Yann, si t'es en ligne, c'est où sur RICFILED que tu précisent les options de compil Javac pour MAVEN ?? DTC _ Ps: catherine, est-ce que tu peux prendre du pain en sortant du boulot, merci. Greg

  1   2   >