RE: Not a v4.0.0 POM error

2009-11-11 Thread Sean Hennessy
Pardon me but usually the .pom is an xml text file. you should be able to open w/ text editor on ubuntu. try using vi or gedit. Sean -Original Message- From: Gerardo Corro [mailto:rob_gar_...@hotmail.com] Sent: Wednesday, November 11, 2009 5:11 PM To: users@maven.apache.org Subject: RE:

RE: Maven XML Plugin xml-resolver, using it and debugging it

2009-09-15 Thread Sean Hennessy
in your catalog.xml I don't see where you specify rewrite? ?xml version=1.0 ? catalog xmlns=urn:oasis:names:tc:entity:xmlns:xml:catalog group xml:base=file:///c:/usr/local/share/sdl/xmlV4.2/ rewriteURI uriStartString=http://docbook.org/xml/4.2/;

RE: Maven XML Plugin xml-resolver, using it and debugging it

2009-09-15 Thread Sean Hennessy
/configuration /plugin Any more tips? With regards, Nick Stolwijk ~Java Developer~ IPROFS BV. Claus Sluterweg 125 2012 WS Haarlem http://www.iprofs.nl On Tue, Sep 15, 2009 at 5:23 PM, Sean Hennessy shenne...@astutenetworks.com wrote: in your catalog.xml I don't see where

RE: Properties: backslashes in pathname on Windows

2009-04-24 Thread Sean Hennessy
ant's ${file.separator} ?? -Original Message- From: stug23 [mailto:pat.poden...@gmail.com] Sent: Thursday, April 23, 2009 8:56 PM To: users@maven.apache.org Subject: Properties: backslashes in pathname on Windows Is there a way in Maven 2.0.9 to end up with forward slashes in a

RE: Possible problem when multiple developers depend on SNAPSHOT versions

2009-03-25 Thread Sean Hennessy
What can be done to prevent Bob's problem? Evidence to the contrary that Bob and Alice are working independently is they share development on single artifact Foo. Ensure Alice and Bob communicate daily on the development plan, schedule and status. Unless they are married..in which case you're

RE: .Net unsafe compilation option in maven-net-plugin

2009-03-06 Thread Sean Hennessy
By safe and unsafe you mean a mixed model project using managed (C# assemblies) and unmanaged (C++ .dll)? This would imply separate poms for the mananged and unmanaged components using different profiles to handle the specific compiler command line options. Perhaps the msvc compiler is smart

RE: Problems with maven-kogo-plugin

2009-02-10 Thread Sean Hennessy
transcription error perhaps? maven-kodo vs maven-kogo -Original Message- From: maven_noob [mailto:kristianfra...@gmail.com] Sent: Tuesday, February 10, 2009 7:33 AM To: users@maven.apache.org Subject: Problems with maven-kogo-plugin I'Hi there - I'm trying to get this plug in to work

RE: [doxia-maven-plugin] How to get images from book's apt directory into site?

2008-11-21 Thread Sean Hennessy
Hi Paul, # try placing images relative to {basedir}/src/site/resources # maven-antrun-plugin phasepre-site/phase # is good time to render other formats like docbook # and copy images from your source tree to appropriate resources folder. # for example; # in {basedir}/src/site/apt/index.apt

RE: Maven/OS X Development Question

2008-09-05 Thread Sean Hennessy
Hi John, I did not see if the expected java -version matches that of your mvn -x output shared. I recall a link operation ( ln -s ) was required on Mac volume to get newer JDK hooked up correctly. Sean -Original Message- From: John [mailto:[EMAIL PROTECTED] Sent: Friday, September

RE: Too many open files during surefire test

2008-06-23 Thread Sean Hennessy
Is the XSD file well formed? Do you receive any complaint from xml editor (eg:XMLSpy) opening the XSD file? What are the chances the XSD file have a circular reference definition? -Original Message- From: Kathryn Huxtable [mailto:[EMAIL PROTECTED] Sent: Saturday, June 21, 2008 1:15 AM To:

RE: Can't pass -Denv=dev to scm:bootstrap goal

2008-06-17 Thread Sean Hennessy
Is this a good time to bring up a potential name conflict between maven convention and ant's use of 'env'? eg: property environment=env/ provides all environment variables as Ant properties prefixed by env. -Original Message- From: nicolas.duminil [mailto:[EMAIL PROTECTED] Sent:

RE: Maven @ Silicon Valley Web Developer Java User Group

2008-06-10 Thread Sean Hennessy
Wish I could..however I'm willing to chip in ten dollars to help cover the cost of putting it on video that we might have access after the fact. -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Monday, June 09, 2008 4:53 PM To: Maven Users List Subject: Maven @

RE: need help in ant's javadoc task (from maven)

2008-06-06 Thread Sean Hennessy
!-- BEG COMMENT === add this debug Ant target to your depends= to expose the properties in play END COMMENT === -- target name=display.properties.tgt description=display project properties. echoproperties

RE: need help in ant's javadoc task (from maven)

2008-06-06 Thread Sean Hennessy
and and the tools.classpath is used by the ant's doclet task fpr the path attribute. What might be wrong? On 6/6/08, Sean Hennessy [EMAIL PROTECTED] wrote: !-- BEG COMMENT === add this debug Ant target to your depends= to expose the properties in play END COMMENT

RE: need help in ant's javadoc task (from maven)

2008-06-06 Thread Sean Hennessy
Message- From: Niranjan Deshpande [mailto:[EMAIL PROTECTED] Sent: Friday, June 06, 2008 3:35 PM To: Maven Users List Subject: Re: need help in ant's javadoc task (from maven) so whts wrong in my case? On Fri, Jun 6, 2008 at 7:31 PM, Sean Hennessy [EMAIL PROTECTED] wrote: of course

RE: Running maven-compiler-plugin and maven-jaxws-plugin with different configurations in different phases

2008-05-21 Thread Sean Hennessy
Perhaps one convention being the client bindings from another service could be resolved by a common IService class that each client Node would derive from and be dependent? Thereby decoupling the maven compile time binding to a generic class? Unless you mean that compilation of a webservice

RE: Build Error in Maven

2008-03-21 Thread Sean Hennessy
Does windows OS differentiate Internet Exploder firewall permissions, allow access to http://repo1.maven.org, however maven application firewall permission as separate? -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Friday, March 21, 2008 11:30 AM To: Maven Users

RE: listing all the properties set via profiles

2008-02-28 Thread Sean Hennessy
believe you may need to add the optional dependency for echoproperties. been using this version with success. dependency groupIdant/groupId artifactIdoptional/artifactId version1.5.4/version /dependency -Original Message- From:

RE: Artifact problem on vista

2007-11-20 Thread Sean Hennessy
Perhaps you might try adding -U option to command line and archetypeGroupId also..or simpler maven-archetype-site first? C:\Users\toby\workspacemvn -U -e archetype:create -DgroupId=com.mycompany.app -DarchetypeGroupId=org.apache.maven.archetypes -DartifactId=my-webapp

RE: Artifact problem on vista

2007-11-20 Thread Sean Hennessy
complete command line you are using? similar problems in past were due missing mvn option -DarchetypeGroupId=org.apache.maven.archetypes log suggests it is trying to match GroupID of org.apache.maven.plugins instead of org.apache.maven.archetypes?? Sean -Original Message- From: Toby

RE: Question about native library path

2007-11-06 Thread Sean Hennessy
Maven has promise for being a worthwhile tool and we all share the expectation that it will get better. I get from this thread that Wayne is frustrated with the available resources to target more feature development. Dave appears to be equially frustrated. Perhaps the Maven team would consider

RE: Filtering Site Documents With Periods in Property Names - Suspect Bug

2007-10-17 Thread Sean Hennessy
Yes. I've seen this behavior in ant build.xml constructs as well so am reluctant to point the finger at Maven. My guess is somewhere in the works there is confusion as to whether one is referring to a package.class or property.name even though the definitions originate in a .properties file!

RE: Where to put documents

2007-10-09 Thread Sean Hennessy
Hi Randal, Given command line commandmvn site/command and in the pom.xml there exists a pre-site phase to move/generate proj.mgmt artifacts.. !-- snip pom.xml = -- plugin artifactIdmaven-antrun-plugin/artifactId executions execution

RE: Maven native plugin

2007-05-09 Thread Sean Hennessy
/includes /source /sources compilerProvidergeneric/compilerProvider compilerExecutableicl/compilerExecutable /configuration /plugin /plugins /build /project Sean Hennessy wrote: It appears that an include path directive

RE: Maven native plugin

2007-04-24 Thread Sean Hennessy
It appears that an include path directive is missing on the command line. Hunt through the Intel compiler and the native documentation http://mojo.codehaus.org/maven-native/native-maven-plugin/usage.html and find the section in the pom that allows one to specify include files/paths for the

RE: Proximity

2007-04-20 Thread Sean Hennessy
-DrepositoryTd=proximity ?? transcription error?? -DrepositoryId=proximity -Original Message- From: Wayne Fay [mailto:[EMAIL PROTECTED] Sent: Friday, April 20, 2007 8:04 AM To: Maven Users List Subject: Re: Proximity I would assume the deploy failed because you haven't configured

RE: antrun: Could not create task or type of type: scriptdef

2007-04-04 Thread Sean Hennessy
For your reference.. have some success using BUNDLED bsf and rhino to process Docbook artifacts with ant.. see samples below Regards, Sean !-- BEG COMMENT === pom.xml segment END COMMENT === -- plugin

RE: Maven 2: antrun-plugin with ant-contrib tasks

2007-02-07 Thread Sean Hennessy
Hi Jo, One example for your reference. I use for-each and script language=javascript in build.xml please note maven.dependency.classpath property binding between pom.xml and build.xml excerpts below. Good luck. !-- == pom.xml fragment === -- plugin

RE: maven version management in ant

2007-01-08 Thread Sean Hennessy
FWIW snippet of working maven pom.xml and ant build.xml # pom.xml partial [snip] plugin artifactIdmaven-antrun-plugin/artifactId executions execution phasepre-site/phase configuration tasks typedef

RE: Maven2/Ubuntu archetype:create does not work

2007-01-03 Thread Sean Hennessy
also check whitespace exists between command line parameters. -DgroupId=mm.linux -DartifactId=testapp -Original Message- From: Eric Redmond [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 03, 2007 12:43 PM To: Maven Users List Subject: Re: Maven2/Ubuntu archetype:create does not work

RE: maven site doctype validation

2006-09-13 Thread Sean Hennessy
If your smart editor supports the use of com.sun.resolver.tools.CatalogResolver use rewriteURI and rewriteSystem mechanism to resolve the http DTD references to your local copies. !-- catalog.xml -- ?xml version=1.0 ? catalog xmlns=urn:oasis:names:tc:entity:xmlns:xml:catalog [snip] !-- Use

RE: How to prevent from deploying the same version of artefact twice?

2006-05-24 Thread Sean Hennessy
If one attempts to adopt the SCM recommendation / goal of separate development, unit test, integration, QA, and production environments it requires that developers be able to select ( through Maven profiles) any of the environments in order to reproduce and resolve behaviors (problems). The

RE: broken build booby prize (was: how can I make a profile active when a property is NOT set?)

2006-05-23 Thread Sean Hennessy
In a prior engagement to remain anonymous we used a rubber chicken until corporate feared potential harassment litigation. The suits took all the fun out of taking turns being the village idiot. -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006

RE: [m2] generating uml documentation

2006-05-05 Thread Sean Hennessy
+1 name the reverse-engineering UML diagram plugin as cough up fur ball. -Original Message- From: Dan Adams [mailto:[EMAIL PROTECTED] Sent: Friday, May 05, 2006 7:11 AM To: 'Maven Users List' Subject: [m2] generating uml documentation Anyone know of a plugin to generate a uml diagram

RE: [SOLVED] Re: mvn compile fails on Windows w/ JDK 1.5.0_06

2006-03-21 Thread Sean Hennessy
It is not uncommon that YMMV with deployments of Java clients to Win XP workstations. For example there was gap in Win XP JRE packaging by Msoft for a period of time. It places a burden on IT staff to ensure the correct service packs are installed.. See prior thread..

RE: antrun's antlr task problem

2006-01-05 Thread Sean Hennessy
Not sure about maven.plugin.classpath however my use of maven.dependency.classpath seems to work as configured here. Perhaps using the name attribute used in the property element within the pom instead of maven.plugin.classpath? !-- pom.xml -- configuration tasks property

RE: Repository 'central' will be blacklisted -- any clue?

2006-01-05 Thread Sean Hennessy
I ran into this behavior on another system when it was upgraded to Fedora Core 4 and SELinux security was enabled by default. -Original Message- From: Karthik V [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 8:49 AM To: Maven Users List Subject: Repository 'central' will be

RE: Repository 'central' will be blacklisted -- any clue?

2006-01-05 Thread Sean Hennessy
if something is changed in the gateway or the proxy? On 1/5/06, Sean Hennessy [EMAIL PROTECTED] wrote: I ran into this behavior on another system when it was upgraded to Fedora Core 4 and SELinux security was enabled by default. -Original Message- From: Karthik V [mailto:[EMAIL

RE: JNI with maven2

2006-01-04 Thread Sean Hennessy
FYI: http://mojo.codehaus.org instead of http://mojo.codehaus.com -Original Message- From: dan tran [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 04, 2006 9:22 AM To: Maven Users List Subject: Re: JNI with maven2 Philippe native-maven-plugin is at http://mojo.codehaus.com.

[m2] antrun build.xml script language=javascript support?

2006-01-03 Thread Sean Hennessy
I am experimenting with document site generation and antrun support in Maven version: 2.0.1. I have antrun using a reduction of an ant tst.mvn.build.xml file results in the following Could not create task or type of type: script. as found in the included excerpts below. Was the script

[m2] FC4 [INFO]: Repository 'central' will be blacklisted

2005-12-09 Thread Sean Hennessy
FYI: I have discovered that after an upgrade of a Fedora Core 3 system to FC4 that the SELinux policy is changed to an enforcing targeted policy ( cat /etc/selinux/config ). The symptom being maven will not be able to upload artifacts from the central repository.. While a more optimal solution

RE: M2 : Having problems with a javac on a very simple build of my first M2 project.

2005-12-02 Thread Sean Hennessy
Check that your system is not subject to the JRE XP issue. There was gap in JRE packaging by Msoft..see http://www.microsoft.com/windowsxp/evaluation/news/jre.mspx The result is on some installations of XP the JRE has issues. as you explicitely path

RE: Maven 2.0 installation

2005-11-18 Thread Sean Hennessy
mvn site cannot find the pom.xml It requires a project, but the build is not using one. cd to your artifact-id folder where the pom.xml resides and try again.. if you used my_app as the artifact-id then cd my_app mvn site -Original Message- From: HappyGoLucky [mailto:[EMAIL PROTECTED]

RE: Classpath in antrun plugin

2005-11-16 Thread Sean Hennessy
Please would you elaborate on where one would place the anttask.properties file? Although the build.xml was found maven barked about loading the anttask.properties file. I simplified the taskdef in build.xml taskdef classpath=${depClasspath} resource=anttask.properties /taskdef

RE: Classpath in antrun plugin

2005-11-16 Thread Sean Hennessy
you need to make sure you specify the full path within the jar as in the earlier example that I gave. HTH, Drew On 11/16/05, Sean Hennessy [EMAIL PROTECTED] wrote: Please would you elaborate on where one would place the anttask.propertiesfile? Although the build.xml was found maven barked

RE: The plugin 'org.apache.maven.plugins:maven-archetype-plugin' does not exist or no valid version could be found

2005-11-10 Thread Sean Hennessy
A key element missing from the Getting Started guide between the sections How do I make my first Maven project? http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20make%20my%20first%20Maven%20project?; and How do I compile my application sources?

RE: Error on first maven

2005-11-08 Thread Sean Hennessy
Your browser probably was not wide enough to display the other command line parameters.. mvn -e archetype:create \ -DgroupId=com.mycompany.app \ -DartifactId=my-app \ -DarchetypeGroupId=org.apache.maven.archetypes \ -DarchetypeArtifactId=maven-archetype-site (don't forget to cd to my-app before

RE: [m2]Archetype variables

2005-11-03 Thread Sean Hennessy
The element variable1 is not defined in the POM schema (xsd) http://maven.apache.org/maven-model/maven.html Maybe.. property namevariable1/name value${variable1Value}/value /property -Original Message- From: Nitko2 [mailto:[EMAIL PROTECTED] Sent: Thursday, November

RE: Building C++ projects with Maven (2)

2005-11-01 Thread Sean Hennessy
If one considers an alternative use case scenario where a single host (build server) is cross compiling for multiple targets. Then would not the maven sense the machine architecture solution would only support one target environment? Perhaps a mechanism for management of iterative profiles in

RE: [plz help] Maven1.0.2 deploy Failed in GridPort3.5.1

2005-10-19 Thread Sean Hennessy
Judging from the File /home/gridport/.maven/cache/maven-nsis-plugin-1.1/project.xml unable to be deleted. I would wager you installed maven as root but executing maven as different user.. Perhaps chmod, chown, and chgrp the folder /home/gridport/.maven for access by other users besides root would

RE: [m1] final name and classpath in manifest file

2005-10-12 Thread Sean Hennessy
Have a look at the TRANSFORM feature.. http://helpnet.installshield.com/robo/projects/helplibdevstudio9/IHelpCm dLineMSI.htm -Original Message- From: Wim Deblauwe [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 5:31 AM To: Maven Users List Subject: [m1] final name and

RE: Mave test error

2005-09-30 Thread Sean Hennessy
You need to insure that there is in fact a JVM on your Windows XP SP2. -Original Message- From: Feng Jeffrey [mailto:[EMAIL PROTECTED] Sent: Friday, September 30, 2005 11:59 AM To: users@maven.apache.org Subject: Mave test error

RE: versioned jars and InstallShield

2005-09-19 Thread Sean Hennessy
Ask the installer guy what mechanisms are available within InstallShield to reference environment variables. This might trigger a solution where the artifact version are exposed to Maven and InstallShield using system environment variable names. One assumes that you invoke InstallShield .ism

RE: problems generating documentation pages with docbook and site

2005-07-18 Thread Sean Hennessy
Katharina, secttitleWork in progress: Maven [M1] Docbook project artifacts transformation./title paraPhase one transformation of Docbook XML based project documentation is accomplished with maven sdocbook plugin and Win command line used here. Phase two TBD will integrate these project

RE: problems generating documentation pages with docbook and site

2005-07-18 Thread Sean Hennessy
documentation. What exactly do I have to do next, to integrate this plain html into the maven based generated site? Best Regards, Katharina Sean Hennessy schrieb: Katharina, secttitleWork in progress: Maven [M1] Docbook project artifacts transformation./title paraPhase one transformation

RE: problems generating documentation pages with docbook and site

2005-07-18 Thread Sean Hennessy
Katharina, I beg your pardon. Please excuse the transposition error in prior email. Best Regards, Sean -Original Message- From: Sean Hennessy [mailto:[EMAIL PROTECTED] Sent: Monday, July 18, 2005 10:45 AM To: Maven Users List Subject: RE: problems generating documentation pages

RE: DocBook support [m2]

2005-07-08 Thread Sean Hennessy
Please expand on the http://doxia.codehaus.org/ DocBook support. Where might one find the properties that meet the functionality provided by [m1] maven.sdocbook? Best regards, Sean -Original Message- From: Wilfred Springer [mailto:[EMAIL PROTECTED] Sent: Friday, July 08, 2005 7:10 AM

RE: Determining priority of porting plugins from m1 to m2

2005-07-06 Thread Sean Hennessy
Docbook? -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 06, 2005 9:22 AM To: Maven Users List Subject: RE: Determining priority of porting plugins from m1 to m2 On Wed, 2005-07-06 at 09:52 -0600, Ryan, Scott wrote: You can add the Weblogic

RE: using xml entities in project.xml

2005-02-09 Thread Sean Hennessy
Does not maven use a catalog manager such that entity's resolution per system can be configured by edit of the corresponding catalog file? Reference http://www.sagehill.net/docbookxsl/WriteCatalog.html; Eg: Given !ENTITY developerCa SYSTEM developer-ca.xml 1. Find your system's

RE: using xml entities in project.xml

2005-02-09 Thread Sean Hennessy
, etc. - Brett On Wed, 9 Feb 2005 15:33:11 -0800, Sean Hennessy [EMAIL PROTECTED] wrote: Does not maven use a catalog manager such that entity's resolution per system can be configured by edit of the corresponding catalog file? Reference http://www.sagehill.net/docbookxsl/WriteCatalog.html

RE: Question on accessing user-defined properties in maven.xml

2005-02-09 Thread Sean Hennessy
Are not the boolean type value of true and false different from string values of 'true' and 'false'. That might explain why ${myProp != 'true'} evaluates as true in Russ example. -Original Message- From: Russ Jubenville [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 09, 2005 1:43 PM

RE: DocBook support

2004-08-26 Thread W. Sean Hennessy
I've been mulling over the same scenario. Fairly elaborate SDP, SCMP, SAD, SRS, DBDD, etc might be integrated into the maven project docs. I would imagine a separate maven pregoal might leverage an existing docbook ant transformation. Then one only need to solve where in the maven software

RE: Pb using package propertie for generating project tree

2004-07-02 Thread W. Sean Hennessy
FYI: The plugin.jelly script used by genapp-plugin will iterate through a set of parameters and prompt the user to set each of the corresponding internal maven.genapp.template.${var} properties' value. However, we can also pre-define each of these properties with ${user.name}\build.properties

RE: Maven 1.0-rc4 Released

2004-06-28 Thread W. Sean Hennessy
FYI. non-proxy also having bootstrap build issues; ant -buildfile build-bootstrap.xml -logfile build.log == build.log check-maven-home: check-maven-home-local-1: check-maven-home-local-2: check-maven-repo-local: check-properties: check-env: [echo] maven.home = C:\Tools\maven-1.0-RC4

RE: Maven 1.0-rc4 Released

2004-06-28 Thread W. Sean Hennessy
-rc4 Released Are you saying you are or are not behind a proxy? It seems like you can't reach ibiblio. I may have omitted the necessary ant settings to get a proxy working for bootstrap - I'll look into it. Regards, Brett On Mon, 28 Jun 2004 10:13:17 -0700, W. Sean Hennessy [EMAIL PROTECTED

RE: jelly:xml question

2004-05-06 Thread W. Sean Hennessy
eliminate the dot from the variable name $file-name instead of $file.name? -Original Message- From: Wim Lambrecht [mailto:[EMAIL PROTECTED] Sent: Thursday, May 06, 2004 12:51 AM To: [EMAIL PROTECTED] Subject: Re: jelly:xml question Sorry, The second !-- OK -- should be !-- NOT OK --

RE: parallel is working differently in Maven than in Ant

2004-01-29 Thread W. Sean Hennessy
Can you timestamp each of the thread echo output to exclude the possibility the output stream is representing order incorrectly? -Original Message- From: Jefferson K. French [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 12:57 PM To: Maven Subject: ant:parallel is working

RE: w2k explorer unstability with rc1

2003-12-30 Thread W. Sean Hennessy
No problem using RC1 with Win2K.. Perhaps using default genapp as baseline testcase to compare against your project's behavior will expose the problem. Any chance you are setting build.dir recursively? -Original Message- From: Javier Ramos [mailto:[EMAIL PROTECTED] Sent: Tuesday,

RE: How set maven.build.dest in project.xml ?

2003-12-12 Thread W. Sean Hennessy
A point of order.. currently flexible property with a rigid standard is not entirely accurate. target/ is not a property, it is hard coded. The discussion is about changing this hard coded directory name to a property like ${target-dir-nm}. -Original Message- From: Lester Ward

RE: How set maven.build.dest in project.xml ?

2003-12-12 Thread W. Sean Hennessy
Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Friday, December 12, 2003 2:40 PM To: Maven Users List Subject: RE: How set maven.build.dest in project.xml ? On Fri, 2003-12-12 at 17:00, W. Sean Hennessy wrote: A point of order.. currently flexible property with a rigid standard

RE: How do I move maven.log?

2003-11-10 Thread W. Sean Hennessy
Your opinion on the utility to allow users the option to filter on events captured in a log is noted. -Original Message- From: Sean Timm [mailto:[EMAIL PROTECTED] Sent: Monday, November 10, 2003 11:24 PM To: Maven Users List Subject: RE: How do I move maven.log? On Sun, 2003-11-09

RE: Is it impossible to include a common file with xdoc?

2003-10-29 Thread W. Sean Hennessy
Whatif the XML Catalog Manager would allow for translating SYSTEM and PUBLIC XML document references to local file references and provide for a configurable mechanism by group using rewrite. Hack of an untested example: #CatalogManager.properties # Always use semicolons in this list. #This is

RE: Rep:RC1 genapp NPE?!

2003-10-01 Thread W. Sean Hennessy
it for the moment. Perhaps another commiter? Emmanuel -Message d'origine- De: W. Sean Hennessy [EMAIL PROTECTED] A: maven-users [EMAIL PROTECTED] Date: 30/09/03 Objet: RC1 genapp NPE?! ant -f build-bootstrap.xml just fine from CVS today. however genapp results using new

RC1 genapp NPE?!

2003-09-30 Thread W. Sean Hennessy
ant -f build-bootstrap.xml just fine from CVS today. however genapp results using new directory are different than previous beta 9. steps to recreate using WinXP , j2sdk1.4.1_02, ant-1.5.3.1 1. Given ${user.home}/build.properties [snip] # -- # build.properties #

RE: access violation when executing multiproject:site on win XP machine

2003-09-25 Thread W. Sean Hennessy
FWIW I have also observed this behavior with Win2K and XP and have noted that it usually coincides with bad XML content. Usually a short between the keyboard and chair on my part. :) Perhaps something within the Javadoc tags is causing the problem. Have a closer look a possible entity

RE: Downloading dependencies

2003-08-01 Thread W. Sean Hennessy
. Is this doable? -Original Message- From: Michal Maczka [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 12:30 PM To: Maven Users List Subject: RE: Downloading dependencies -Original Message- From: W. Sean Hennessy [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 8

RE: beta-10 jar resources fails

2003-07-15 Thread W. Sean Hennessy
Caution: Not always true that ${maven.build.dir} == ${basedir}/target -Original Message- From: Sonnek, Ryan [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2003 10:41 AM To: 'Maven Users List' Subject: RE: beta-10 jar resources fails I've somewhat solved this problem for me. It has

Problem jellydoc:doclet (rename target to build)

2003-06-26 Thread W. Sean Hennessy
Either having difficulty finding the appropriate property to change in order to effect a comprehensive rename of build target directory to build or a concern that for jellydoc:doclet a target/taglib.xml is hardcode in the plug-in. The ${basedir}/project.properties [begin project.properties] #