pom.artifactID

2006-02-17 Thread Martin Gainty
Good Morning All- Stupid question but I have to ask where are the POM attributes set? more specifically how and where is the pom.artifactId set? Thanks, Martin-

maven-jar-plugin location

2008-01-28 Thread Martin Gainty
I see the following error while building with maven-2.0.8 [INFO] The plugin 'org.apache.maven.plugins:maven-jar-plugin' does not exist or no valid version could be found [INFO] [INFO] Trace org.apache.maven.lifecycle.Lifecycl

Re: A "Hello World" in ejb3

2008-01-29 Thread Martin Gainty
Hi Angelo i found a copy here..(no guarantees that its the version,groupId or artifactId you're looking for or even that the pom is valid) perhaps adding this to the list of repositories? http://repo1.maven.org/maven2/org/apache/geronimo/plugins/car-maven-plugin/2 0.2/ Anyone? M- - Original

Re: How to specify local jars as dependencies?

2008-01-29 Thread Martin Gainty
this answers how to specify groupId, artifactId and version which can be passed to mvn via command line as mvn -DgroupId=org.package -DartifactId=comercial-jar -Dversion=9.0 org.package comercial-jar 9.0 I've been looking for a way to specify a location that is guaranteed to contain PUBL

Re: cannot find maven artifact

2008-01-29 Thread Martin Gainty
e M- - Original Message - From: "Wayne Fay" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Tuesday, January 29, 2008 1:59 PM Subject: Re: cannot find maven artifact > Transient network failure. Try again and/or add -U to the call to mvn. > > Wayne > >

cannot find maven artifact

2008-01-29 Thread Martin Gainty
attempting to build maven-plugin-parent mvn -e install:installFile Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-plugins/7/maven-plugins-7.pom [INFO] [ERROR] FATAL ERROR [INFO] -

Re: Repository Blacklist

2008-02-01 Thread Martin Gainty
this does'nt look right at all..an inconsistent or transient network failures should NOT produce a blacklisted site.. Any workarounds??? M- - Original Message - From: "simon" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Friday, February 01, 2008 4:03 PM Subject: Re: Repository Blackl

Re: How to debug transitive dependencies

2008-02-04 Thread Martin Gainty
try mvn -npu -npu,--no-plugin-updates Suppress upToDate check for any relevant registered plugins which jars are being included that are not supposed to be included? M- - Original Message - From: "Michael McCallum" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Monday, February 04

Re: javax.mail and javax.activation in Java 6

2008-02-05 Thread Martin Gainty
I'll ask the dumb question..how do you do test the JVM version with maven? ? M- - Original Message - From: "Stephen Connolly" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Tuesday, February 05, 2008 3:30 PM Subject: Re: javax.mail and javax.activation in Java 6 > Nooo! > > don't

Re: javax.mail and javax.activation in Java 6

2008-02-05 Thread Martin Gainty
need two profiles... and if, God > forbid you need to worry about 1.3, three profiles all adding it back in > > On Feb 5, 2008 9:09 PM, Stephen Connolly <[EMAIL PROTECTED]> > wrote: > > profile activation based on jvm... i'll do a quick GIYF > > > > > >

Re: javax.mail and javax.activation in Java 6

2008-02-05 Thread Martin Gainty
ng it back in > > On Feb 5, 2008 9:09 PM, Stephen Connolly <[EMAIL PROTECTED]> > wrote: > > profile activation based on jvm... i'll do a quick GIYF > > > > > > On Feb 5, 2008 8:53 PM, Martin Gainty <[EMAIL PROTECTED]> wrote: > > > I'

Re: javax.mail and javax.activation in Java 6

2008-02-05 Thread Martin Gainty
tc. > > Quit with the environment variable stuff as your build will not be > reproducible... if you want to do that kind of stuff I'd either switch to > ANT or write a plugin > > > On Feb 5, 2008 9:41 PM, Martin Gainty <[EMA

Re: tests throw java.lang.NoClassDefFoundError for MVN, JUnit 4 but not eclipse

2008-02-07 Thread Martin Gainty
depends on the return value from Since the return type is a serializable bean If you want to look at reference for Serializable Beans I encourage you to read http://java.sun.com/docs/books/tutorial/javabeans/persistence/index.html M- - Original Message - From: "JavaGeek" <[EMAIL PROTECTE

Re: Compile Delta only

2008-02-14 Thread Martin Gainty
in the meanwhile use ANT uptodate task http://ant.apache.org/manual/CoreTasks/uptodate.html Anyone else? M- - Original Message - From: <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Thursday, February 14, 2008 8:30 AM Subject: Re: Compile Delta only > Graham Leggett schrieb: > > Sharo

Re: Super POM location

2008-02-15 Thread Martin Gainty
example? Thanks M- - Original Message - From: "Marcelo Alcantara" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Friday, February 15, 2008 3:24 PM Subject: Re: Super POM location > Ok! Thanks everybody for the promply respose! > > Regards, > > Marcelo > > On Fri, Feb 15, 2008 at 3:05

Re: Maven2 Unit testing

2008-02-17 Thread Martin Gainty
Is there a reason why you dont want to use the hostname/server from the supplied connection string ? Both MySQL url="jdbc:mysql:127.0.0.1:3306/jsi and oracle SERVICE_NAME = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST=127.0.0.1)(PORT=1521)) ) (CONNECT_DATA =

Re: JNI, freehep-nar-plugin and assembly plugin question

2008-02-24 Thread Martin Gainty
Could you provide specifics on where to obtain maven-assembly-plugin? I did'nt see any information in maven distro on NAR...could you provide any relevant information on use and configuration? Thanks Martin-- - Original Message - From: "Brian E. Fox" <[EMAIL PROTECTED]> To: "Maven Users L

Re: Maven broke my build next day - out of the blue remote dependencies?

2008-02-29 Thread Martin Gainty
did you follow these instructions? maven-2.0.6 installed? JAVA_HOME points to valid JDK(the instructions allude to JRE but JRE should be JRE_HOME) locate tools.jar and install tools file mvn install:install-file -DgroupId=com.sun -DartifactId=tools -Dversion=1.5.0 -D packaging=jar -Dfile=tools.jar

Re: ftp://ibiblio.org/pub/packages/maven2 wiped out?

2008-02-29 Thread Martin Gainty
both ftp and http sites for maven2 appear 'down' M- - Original Message - From: "Jan Torben Heuer" <[EMAIL PROTECTED]> To: Sent: Friday, February 29, 2008 4:10 PM Subject: ftp://ibiblio.org/pub/packages/maven2 wiped out? > Hi, > > There aren't any maven packages on ibilio.org. Is it dow

Re: ClassCastException using maven-script-ant and maven-ant-tasks

2008-02-29 Thread Martin Gainty
check your pom.xml for version you are using for Maven Ant Mojo Support 4.0.0 maven-script-ant Maven Ant Mojo Support Martin- - Original Message - From: "Lin Zhu" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Friday, February 29, 2008 4:29 PM Subject: ClassCastException using m

Re: dependency:analyze

2008-03-01 Thread Martin Gainty
Speaking Of Jasper plugins: how do you configure in differing jasper compilers? for instance lets say I was running eclipse how would i configure in jasper (jdt) compiler for eclipse??? Thanks Olivier Martin- - Original Message - From: "Olivier Dehon" <[EMAIL PROTECTED]> To: "Maven Users L

Re: maven-aar-plugin

2008-03-04 Thread Martin Gainty
Bodo- *supposedly* you can get an answer from maven users group on the exact URL for latest and greatest plugins (and live servers that host them) [EMAIL PROTECTED] Let me know if you find it because I need it to- Martin - Original Message - From: "Bodo Tasche" <[EMAIL PROTECTED]> To: <[E

Fw: failure on version 2.2 maven-jar-plugin

2008-03-04 Thread Martin Gainty
All- attempting to execute an axis supplied pom.xml for one of the modules and see the following version errors //due to comcast network error I see this disabled error message [DEBUG] Skipping disabled repository apache-snapshots [DEBUG] maven-jar-plugin: using locally installed snapshot [DEBUG]

Re: How to deploy ears to application instead of repository?

2008-03-04 Thread Martin Gainty
if you need a task which will clean,compile and deploy use ant ejb deploy task http://www.informit.com/guides/content.aspx?g=java&seqNum=155 M- - Original Message - From: "gotama" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 04, 2008 5:17 PM Subject: Re: How to deploy ears to application

Re: Compile error, cannot find locally installed resource

2008-03-04 Thread Martin Gainty
In the same folder as the jar you should see CoreTools-1.0-SNAPSHOT.pom M- - Original Message - From: "buzzterrier" <[EMAIL PROTECTED]> To: Sent: Tuesday, March 04, 2008 3:47 PM Subject: Compile error, cannot find locally installed resource > > Hello, > > I am new to Maven2 and am tryin

Re: Maven plugin API - how do I find the File for the artifact of current project?

2008-03-05 Thread Martin Gainty
Good Morning Daniel- org.apache.maven.model.Build has no accessors/mutators or methods which manipulate Artifact the getArtifact() method is present in 2.0.x version of org.apache.maven.project.MavenProject.java public Artifact getArtifact() { return artifact; } e.g. org.apache.

Re: release plugin

2008-03-06 Thread Martin Gainty
Good Morning Anthony- I am seeing the same errors when the local pom in my subfolder is ignored and an aberrant base pom is being used for location dependencies Is there any command we can use to request maven to use the location parameters in my local pom.xml and IGNORE misleading parent paramete

Re: override a goal within a phase

2008-03-06 Thread Martin Gainty
Hi Stephen I had a similar situation present itself where I was building a mar (essentially same as jar with a module.xml configurator) so where the pom was specifying using mar i simply changed the pom to use jar packaging e.g. jar and this disables jar goals? This appears to be non-intuitive ..

Re: [POLL] Why are you not able to use the most recent maven release?

2008-03-07 Thread Martin Gainty
here is a blocker with mvn 2.0.8 >mvn -e --debug install [DEBUG] xerces:xercesImpl:jar:2.8.1 [GC [DefNew: 3968K->0K(4032K), 0.0073060 secs] 34845K->31546K(262080K), 0.007430 0 secs] [INFO] Reloading plugin container for: org.apache.axis2:axis2-mar-maven-plugin. The plugin artifact has changed. [

Re: plugin configured across all maven 2 modules

2008-03-12 Thread Martin Gainty
Which parent properties would you want to propagate??? Martin - Original Message - From: "Brian E. Fox" <[EMAIL PROTECTED]> To: "Maven Users List" Sent: Wednesday, March 12, 2008 5:19 PM Subject: RE: plugin configured across all maven 2 modules Currently, yes. You could play games with

Re: Execute only a specific phase

2008-03-14 Thread Martin Gainty
for each you can set activation conditions e.g target-env dev http://maven.apache.org/ref/2.0.8/maven-model/maven.html Tack/tack Martin- - Original Message - From: "Doron Solomon" <[EMAIL PROTECTED]> To: Sent: Friday, March 14, 2008 1:57 PM Subject: Exec

Re: [POLL] Why are you not able to use the most recent maven release?

2008-03-15 Thread Martin Gainty
Jack this is a critical point in my 2.0.8 distro located at $M2_HOME/archetype/pom.xml I have this maven2.0 I have the following profile configuration.. http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.

Re: TestNG Listeners

2008-03-19 Thread Martin Gainty
pls include the listener configuration from your /WEB-INF/web.xml an example: org.apache.struts2.tiles.StrutsTilesListener M- - Original Message - From: "P'Simer, Dana (Matrix)" To: Sent: Wednesday, March 19, 2008 1:22 PM Subject: TestNG Listeners Hello, I am attempting t

Re: It is not possible to include folder: .svn to JAR file (maven 2.0.8)

2008-03-24 Thread Martin Gainty
nearest I can tell the org.apache.maven.archetype.common.util.ListScanner contains the default exclude list public static final String[] DEFAULTEXCLUDES = { // Miscellaneous typical temporary files "**/*~", "**/#*#", "**/.#*", "**/%*%", "**/._*", // CVS "

Re: How to set multi-module workingDirectory?

2008-03-24 Thread Martin Gainty
Hi Stan I *think* this will be enabled as a new feature in 2.1 called summarize:phase http://docs.codehaus.org/display/MAVEN/Atypical+Plugin+Use+Cases I qualify with *think* because I have'nt seen the 2.1 release date yet Martin - Original Message - From: "Stanley Lee" <[EMAIL PROTECTED]>

RE: Best practices for java version?

2008-03-28 Thread Martin Gainty
Richard and Graham I've been using ANT since 02 placing all environmental (path/classpath) information into buildName.propertiesAnyone who is hardcoding paths in Ant is'nt using it to its full capability and is negating the original design intent please reference Use Property Files from Steve Lo

RE: Trouble generating the site

2008-03-29 Thread Martin Gainty
I saw this answer from a POX engineer who suggested your stylesheet is exhausting memory..export MAVEN_OPTS="-Xmx512m"Anyone?Martin __Disclaimer and confidentiality noteEverything in this e-mail and any attachments relates to the official business of

Re: No build Eclipse output

2008-04-04 Thread Martin Gainty
in your maven distro folder look at settings.xml you define all of your localRepository elements such as the example illustrated here C:/FuBarPlugin HTH Martin - Original Message - From: "Brad O'Hearne" <[EMAIL PROTECTED]> To: "Maven-user Maven" Sent: Friday, April 04, 2008 5:55 PM Sub

RE: Multiple CPUs

2008-04-09 Thread Martin Gainty
Agreed- With Hotspot I have been able to boost performance by implementing ConcurrentMarkSweep GC JAVA_OPTS=XX:+UseConcMarkSweepGC http://java.sun.com/docs/hotspot/gc1.4.2/faq.html TakkMartin __Disclaimer and confidentiality noteEverything in this e-ma

Re: [M2] Site Generation

2008-04-12 Thread Martin Gainty
depends on access capability to the urls especially the required plugins an example would be apache-repo Maven Central Repository scpexe://people.apache.org//www/people.apache.org/repo/m2-ibiblio-rsync -repository apache-snapshots Apache Development Repository scpexe://peo

Re: xdoc and spaces after anchor issue

2008-04-19 Thread Martin Gainty
Giovanni- Did you contact bluestream ? http://www.bluestream.com/company/contactus Buono prospettiva Martin - Original Message - From: "Giovanni Azua" <[EMAIL PROTECTED]> To: Sent: Saturday, April 19, 2008 2:35 PM Subject: xdoc and spaces after anchor issue > > hi, > > Before, and usin

RE: How can I package test code?

2008-06-02 Thread Martin Gainty
sample plugin declaration from pom.xml org.apache.maven.plugins maven-jar-plugin 2.2 test-jar and the test-jar configuration from components.xml org.apache.maven.art

RE: java.net.SocketException - need help in getting started

2008-06-04 Thread Martin Gainty
Could you display the full error in plain text? Molte Grazie, Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and S

RE: Re : Re : Axis2 / Maven 2

2008-06-12 Thread Martin Gainty
Julien- Could you make any/all suggestion as to how either Ant Unit Testing Ant Integration Testing would/should conform to reporting plugin modules? The assumption is that the output from the tests is/are ALL xml so unless there is Schema/DTD that is unknowable the Transformer reporter p

RE: CGLIB Enhancement failed.

2008-06-13 Thread Martin Gainty
generation is cglib-2.1.3.jar Replace with cglib-2.1.3.jar and apprise us of any errors..this link should provide the necessary library https://olex.openlogic.com/packages/cglib Keep us apprised, Martin Gainty __ Disclaimer and confidentiality note

RE: Filtering of a SINGLE property

2008-07-05 Thread Martin Gainty
you can use setup maven exec task on sedThis will globally replace all fu with bar in input.file and output result to output.filee.g. org.codehaus.mojo exec-maven-plugin 1.1 exec-one

RE: Two questions about native2ascii plugin

2008-07-05 Thread Martin Gainty
Tranwhat is the behaviour when inputfile and outputfile are the same?http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/native2ascii.htmlMartin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the offic

RE: skin html files in site ??

2008-07-06 Thread Martin Gainty
Hi Chris did you look at segregating off the site descriptor to incorporate the list of files to be installed/deployed ${basedir}/src/site http://maven.apache.org/plugins/maven-site-plugin/attach-descriptor-mojo.html#siteDirectory HTHMartin __ Disclaim

RE: EJB Jar packaging

2008-07-13 Thread Martin Gainty
Stephen With Websphere this depends on how you've specified CLASSLOADER Mode http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/rzatz/51/program/clsadmcns.htm PARENT_LAST will load class from Local Classpath first PARENT_FIRST will load classes from Parent then the Local Clas

RE: M 2.0.5 - Failure executing javac

2008-07-31 Thread Martin Gainty
Please restate the inquiry Martin USCitizen(Contractor) __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does no

RE: rename files in directory and subdirectory

2008-08-04 Thread Martin Gainty
Isaak- copy maven-antrun-plugin and then delete the old.folder maven-antrun-

RE: tomcat webapp and eclipse

2008-08-07 Thread Martin Gainty
is the file in the repo? did you apprise eclipse of your maven M2_REPO location? Goto Window -> Preferences -> Java -> build path -> classpath variable -> New Name M2_REPO Path /path/to/your/.m2/repository http://wiki.foochal.org/index.php/Maven_FAQ#Generating_an_eclipse_project_from_a_maven_pro

RE: generating javadoc on one of the dependency jar

2008-08-13 Thread Martin Gainty
Hello Zemian- assuming your folder is structured to the prescribed layout have you looked at implementing with maven-javadoc plugin? http://maven.apache.org/plugins/maven-javadoc-plugin/examples/javadoc-resources.html ? Martin __ Disclaimer and conf

RE: Deploying war to JBOSS using maven

2008-08-14 Thread Martin Gainty
Rick- please display stacktrace from your logMartin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not end

RE: Source and byte code in one single jar file

2008-08-14 Thread Martin Gainty
Evening All- why not compile and include the java source files in jar? Tak/ Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential

RE: c++ maven project

2008-08-22 Thread Martin Gainty
why not convert to java? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution

RE: Error: Unable to read the metadata file for artifact 'net.java.dev.jets3t:jets3t:jar' ...

2008-08-23 Thread Martin Gainty
please display the version in your pom.xml for the jets3t artifactId e.g. jets3t jets3t ${jets3t.version} HTH/ Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the offic

RE:

2008-08-29 Thread Martin Gainty
Good Morning Asif why sparingly? thanks Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endor

RE: scm configuration

2008-08-29 Thread Martin Gainty
Hi Scott- you can specify scm connection,developerConnection and url parameters in your pom.xml e.g. scm:svn:https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.7 scm:svn:https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.7 https://svn.apache.org/rep

RE: How to configure a JBoss to link to the webapp folder of a WAR project

2008-09-01 Thread Martin Gainty
did you look at antiJARLocking=true http://www.jboss.org/file-access/default/members/jbossweb/freezone/docs/2.1.0/config/context.html otherwise the classloader locks the jar and no other process can deploy on top of itMartin__ Disclaimer and confidenti

RE: Organization & Site Skin Module

2008-09-01 Thread Martin Gainty
from the module's perspective |-- my-module | `-- pom.xml `-- parent `-- pom.xml The Solution To address this directory structure (or any other directory structure), we would have to add the element to our parent section. com.mycompany.app my-app 1 .../parent/pom.xml

RE: Explicit Profile Activation doesn't work for me

2008-09-02 Thread Martin Gainty
needs an end tag of Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to

RE: What is current status of repositorytools-plugin ?

2008-09-03 Thread Martin Gainty
are you talking about the economy? could you be more specific what the issue is? has the project been archived? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. Th

RE: mvn compile works mvn site-deploy causes complation error

2008-09-03 Thread Martin Gainty
Jens- *if this is happening at deploy* then a best guess would be that the jspc (jasper compiler) phase is failing http://mojo.codehaus.org/jspc/jspc-maven-plugin/usage.html can you force the jasper-compiler to execute and compile the jsp pages BEFORE deployment any diags such as stacktraces fro

RE: Maven/OS X Development Question

2008-09-05 Thread Martin Gainty
that will only compound the problem as your "user-friendly" MAC will suddenly re-appear on your desk with even more bugs than it had before try mvn -e install Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachmen

RE: Where to find Actual SWT jars as Maven dependency ?

2008-09-08 Thread Martin Gainty
if you dont specify your plugin's version/artifactID/groupID attributes you get this configuration http://maven.apache.org/plugins/index.html Caveat Emptor: the beta war is not ready and I have had to override this plugin in local pom with 2.0 you'll want to specify and remote repositories

war plugin failure

2008-09-08 Thread Martin Gainty
[INFO] [war:war] [INFO] Packaging webapp [INFO] [ERROR] FATAL ERROR [INFO] [INFO] Cannot construct org.apache.maven.plugin.war.util.WebappStructure as i

RE: [Job Opening] - Maven Consultants

2008-09-09 Thread Martin Gainty
is the quote at the bottom applicable to any administration? will code for food/ Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confid

RE: Changing scm data when performing scm:tag or scm:branch

2008-09-09 Thread Martin Gainty
Scott- did you look at from cruisecontrol http://cruisecontrol.sourceforge.net/main/configxml.html#plasticscm ? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender.

RE: Hi

2008-09-17 Thread Martin Gainty
I have a better solution..why dont you pay the people that help for the answer? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confide

RE: clean won't delete stuff that isn't in ./target

2008-09-17 Thread Martin Gainty
what happens when if ( !project.isExecutionRoot() ) is NOT NULL? why not go ahead and submit your patch.. ? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This t

RE: clean won't delete stuff that isn't in ./target

2008-09-17 Thread Martin Gainty
gt; > Why does that matter? If you're specifying a fileset, isn't it to get rid of > stuff outside of the src/target directories? > > -Original Message- > From: Martin Gainty [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 17, 2008 11:02 AM > To:

RE: Hi

2008-09-18 Thread Martin Gainty
curious if anyone getting paid to help this outsourcer??? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sende

RE: Enunciate problem

2008-09-19 Thread Martin Gainty
this appears to be specific to the version of enunciate you're using please contact enunciate users group at [EMAIL PROTECTED] With Warm Regards, Martin __ Disclaimer and confidentiality note Everything in this e-mail and any atta

RE: Including Local Jar Files in Build Classpath

2008-09-19 Thread Martin Gainty
store at location used by maven.repo.local http://maven.apache.org/maven-1.x/plugins/jar/properties.html e.g. /path/to/local/repository ]]> The ArtifactRepository instance referencing the local artifact repository. -Dmaven.repo.local=/path/to/

RE: How to create the ".project" file?

2008-09-21 Thread Martin Gainty
if .project is not in .cvsignore file if maven-plugin knows where M2_REPO is located e.g. mvn eclipse:configure-workspace -Declipse.workspace= goto project root mvn eclipse:eclipseand eclipse files will be created http://swik.net/Spring/Spring+Framework+News/How+to+create+a+Spring-DM+bundle+pro

RE: Purpose and Status of 'stage' Plugin

2008-09-23 Thread Martin Gainty
doesnt appear to work (properly) Note: Although it looks like we are only copying version 2.0.3, we are in fact copying everything from the source URL to the target. This is due to a bug and will change in the future. for now i would suggest using plain cp / (remote)rcp / (secure)scp Martin

RE: Are we blocked by central Maven repo?

2008-09-26 Thread Martin Gainty
have been noticeable net outages and delays due to weather related phenomenon here in the US..so I would advise working 'locally' as much as possible.. Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments rela

RE: Problems with path in pom (windows)

2008-09-28 Thread Martin Gainty
Matthias- try deploying to repositories which are known to be valid as wendy suggested if your requirment demands you use local repositories I would suggest shying from whitespace characters in folder names and use the 8.3 folder names change C:\Dokumente und Einstellungen\Matty\.m2\repository

RE: javaee.jar issues

2008-09-30 Thread Martin Gainty
if there is a duplicate manifest.mf on javaee.jar from their distro did you contact sun on this issue and what was the response? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official busin

RE: creating a new directory with maven

2008-10-02 Thread Martin Gainty
try adding executions to your plugin org.codehaus.fu bar 1.0 some_id some_phase Martin _

RE: mvn test phase out of memery issue

2008-10-03 Thread Martin Gainty
27; the current jvm process perhaps a JVM resource can elucidate ? Martin Gainty __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential na

RE: Best practice? Where to put app-server specific files (log4j.xml, datsource xml files, jboss-service.xml , etc.)

2008-10-06 Thread Martin Gainty
download andromda source at http://sourceforge.net/project/showfiles.php?group_id=73047&package_id=117392&release_id=593519 then build the F:\Andromda\samples\animal-quiz\app this will build a jboss animal-quiz-3.4-SNAPSHOT.ear for you tweak the pom.xml to suit your needs HTH Martin ___

RE: Help with assembly (?) plugin

2008-10-07 Thread Martin Gainty
the algorithm to get a fresh copy for each DB access should be independent of the cached DB algorithm? so when the oper thinks they are getting a fresh copy when in fact they're getting the copy from cache would not be good? is there a architecture document available which reflects the 2 testc

RE: URL encoding issues on Windows platform

2008-10-09 Thread Martin Gainty
whitespace characters play havoc with Windows based File Systems the OS delivers back a 8.3 shortened name which you can use e.g. C:\DOCUME~1\ADMINI~1\.m2 HTH Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachment

RE: symlink in my webapp

2008-10-10 Thread Martin Gainty
you're asking a java class in the apps layer to manipulate a feature of the OS below it I would suggest using an ant copy *.lnk in a suitable goal to target with something like Martin __ Disclaimer and confidentiality note Everything in

RE: Issue with netbeans and maven2

2008-10-13 Thread Martin Gainty
NV 5.5. does'nt support maven *..yet..* which version of maven are you running? ? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confide

RE: Would really appreciate some feedback on this Maven2-EJB3/JPA example that I've posted, to make it better

2008-10-14 Thread Martin Gainty
Hi Rick would be nice if we could start at the top of Pikes Peak to look down on the Spring vs EJB debate Spring promotes the use of Factories and EJB doesnt Spring works well with all ORM methodologies including Hibernate and iBatis EJB supports implementation of Local vs Remote access for stat

RE: how to add jars from bootstrap to classpath in pom.xml

2008-10-17 Thread Martin Gainty
if you put the jar in $M2_HOME/lib then in your pom.xml you can pull the jar via declared dependency e.g. ArtifactID ArtifactName jar org.apache.maven bootstrap HTH Martin __ Disclaimer and confidentiality note Ev

RE: Getting javadoc plugin to run

2008-10-18 Thread Martin Gainty
i thought you incorporated the link you want in the links group element as seen here org.apache.maven.plugins maven-javadoc-plugin http://java.sun.com/j2ee/1.4/docs/api

RE: maven 2.0.7 reorders dependencies during build causing compilation failures

2008-10-19 Thread Martin Gainty
Michael is expressing the bane of every developer no jar in classpath wrong version of jar in classpath if you can forward any details as to the web-application-server (WebLogic/JBoss/Webspeher) you are implementing with so we can get this corner-case figured out.. thanks, Martin

RE: Select classes to Javadoc

2008-10-19 Thread Martin Gainty
take a look at maven-javadoc-plugin http://maven.apache.org/plugins/maven-javadoc-plugin/ Here is an example org.apache.maven.plugins maven-javadoc-plugin http://java.sun.com/j2ee/1.4.2/docs/api and this mechanism for configuring offli

RE: Advice on dealing with hostility to Maven 2

2008-10-21 Thread Martin Gainty
maven's documentation is either scarce and what doc i see doesnt seem to follow a logical progression 1st step is to create a repository where is this located ..what are the consquences of already having a local repo? now download the necessary distro from repository to local repos (how is this

RE: Could anyone give me some idea what is the difference bwteen ant and maven?

2008-10-24 Thread Martin Gainty
Great question btw! Ant is xml-based target driven build environment each task(s) corresponds to a particular piece of build functionality such as jsp-compile,compile,jar,war or ear which must be completed in order so that the web-application (war) or application enterprise app (ear) can deploy

RE: Reverse Eclipse Plugin?

2008-10-25 Thread Martin Gainty
Hello Ole- take a look at the eclipse:to-maven plugin mvn eclipse:to-maven -DdeployTo=maven.org::default::scpexe://repo1.maven.org/home/maven/repository-staging/to-ibiblio/eclipse-staging -DeclipseDir=. http://maven.apache.org/plugins/maven-eclipse-plugin/to-maven-mojo.html HTH Martin

RE: jar in a war with a different name

2008-10-29 Thread Martin Gainty
place your 1.0 adjacent to Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distributi

RE: Can someone please explain release:rollback?

2008-10-30 Thread Martin Gainty
Good Morning If you are speaking of a DB rollback A rollback (segment) gathers transaction specific DML statements so in the event of any exception the current transaction would be 'rolled back' to original configuration..consequently the transaction would be released HTH Martin _

RE: Multiple project dependencies

2008-11-06 Thread Martin Gainty
should see dependency when scope is 'compile' http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html Cheers (from across the pond) Martin Gainty GMT+5 __ Disclaimer and confidentiality note Everything in t

RE: Release Management Questions

2008-11-07 Thread Martin Gainty
agreed.. Keep it simple with properties files reflecting environment specific attributes..hostname,Ports,JRE,maven-repositories .. Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official bu

RE: Stop Clover re-running tests if they've already run

2008-11-09 Thread Martin Gainty
Most implementations I've seen create a pid file (with the 4 digit pid in the work folder) if the pid is not there run the task FWIW Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official

  1   2   3   4   5   6   7   8   >