Are, activeProfiles ALWAYS active? (updatePolicyinterval:5/.. not working)

2012-04-23 Thread Andrew Hughes
Hi All, I have configured the following to perform (local) snapshot updates every 5mins... unfortunately the dependencies DO NOT update at the prescribed 5min interval. Could it be that the activeProfiles do not ALWAYS activate? I do have a specific -P dev (project defined) profile enabled while

Re: [maven] Re: Mirroring repo1.maven.apache.org

2012-04-23 Thread Andrew Hughes
You asked... I agree that the Nexus pull only when needed is nice. But there are other concerns too. The real question is there a strong reason for not using rsync other than use Nexus. Yes. 1. I use nexus so that I limit the bandwidth I share with YOU (from hosted repositories). No one

Re: Are, activeProfiles ALWAYS active? (updatePolicyinterval:5/.. not working)

2012-04-23 Thread Andrew Hughes
OK, I found a way to confirm... activeProfiles are always active Exactly what I wanted as documented :) However, the problem persisted... until... I noticed that builds on the command line worked fine, as did 'install' e.t.c from within eclipse. However, the m2eclipse dependencies refused

Re: Re-Releasing Configured Artifacts, how?

2012-04-19 Thread Andrew Hughes
On 19/04/2012 12:33 AM, Andrew Hughes wrote: I have looked into several options. Assembly with Qualifiers (new module): Looks good because I can run multipleexecutions, each with a unique filtersomefile.property/**filter. However I can't re-use the same assembly description because the classifier

Re: Re-Releasing Configured Artifacts, how?

2012-04-19 Thread Andrew Hughes
On Thu, Apr 19, 2012 at 9:26 PM, Ron Wheeler rwhee...@artifact-software.com wrote: On 19/04/2012 6:40 AM, Andrew Hughes wrote: My app uses CDI (Weld), I know all about DI. I agree with you both :) We would rather re-release (a new) version (not snapshot). If we want to we can always change

Re-Releasing Configured Artifacts, how?

2012-04-18 Thread Andrew Hughes
Hi All, We have decided that we would like to release configured artifacts from our scm. I am looking at the most suitable way to do this with maven3. Use Case: We have released v2.5.1.0 or our webapp. We would like to take v2.5.1.0, make a change to the configuration (i.e. a property), check

Re: Re-Releasing Configured Artifacts, how?

2012-04-18 Thread Andrew Hughes
: On Wed, Apr 18, 2012 at 4:33 PM, Andrew Hughes ahhug...@gmail.com wrote: Hi All, We have decided that we would like to release configured artifacts from our scm. I am looking at the most suitable way to do this with maven3. Use Case: We have released v2.5.1.0 or our webapp. We would

Re: Re-Releasing Configured Artifacts, how?

2012-04-18 Thread Andrew Hughes
I have looked into several options. Assembly with Qualifiers (new module): Looks good because I can run multiple executions, each with a unique filtersomefile.property/filter. However I can't re-use the same assembly description because the classifier is now obatined from the id in the assembly

Surefire, TestNG + Logging write where???

2011-05-04 Thread Andrew Hughes
Hi All, I'm using a combination of commons-logging and log4j, but this could really be anything (java.util.logging + slf4j) But I am unable to see ANY logs. Nothing in the maven console output and nothing in the TestNG report(s). I've grep'd, nothing, nowhere. This is making life very

Re: Surefire, TestNG + Logging write where???

2011-05-04 Thread Andrew Hughes
Update, I got standard out to console. But this is still not what I really want, I would like the logging captured in the TestNG reports of possible? On Thu, May 5, 2011 at 10:53 AM, Andrew Hughes ahhug...@gmail.com wrote: Hi All, I'm using a combination of commons-logging and log4j

Re: maven-3.0.2 + maven-site-plugin-3.0-beta-3 + multi module projects (can't resolve module dependencies)

2011-04-14 Thread Andrew Hughes
with this and starting to wonder if I am on a wild goose chase :'( On Thu, Apr 14, 2011 at 9:14 AM, Andrew Hughes ahhug...@gmail.com wrote: Lukas, Thanks for the answer. Unless I can fix this myself I had better shut up about it. I guess the workaround here is to stay on maven 2 for the time

Re: maven-3.0.2 + maven-site-plugin-3.0-beta-3 + multi module projects (can't resolve module dependencies)

2011-04-14 Thread Andrew Hughes
not sure I follow you, why do you say a workaround is to go back to maven 2? MSITE-171 was opened against site-plugin-2.0-beta-5, as I said, it's an old issue that's been there forever AFAIK. -Lukas Andrew Hughes wrote: Update, I tried to back this out to maven2 and a collection of old

maven-3.0.2 + maven-site-plugin-3.0-beta-3 + multi module projects (can't resolve module dependencies)

2011-04-13 Thread Andrew Hughes
Hi All, Before each of the following test, I delete my project/module artifacts from my local repo The following works :) *mvn clean install * *mvn site* The following fails :( *mvn clean install site* The following also fails :( *mvn clean install site:site* The error I

Re: maven-3.0.2 + maven-site-plugin-3.0-beta-3 + multi module projects (can't resolve module dependencies)

2011-04-13 Thread Andrew Hughes
Andrew Hughes wrote: Hi All, Before each of the following test, I delete my project/module artifacts from my local repo The following works :) *mvn clean install * *mvn site* The following fails :( *mvn clean install site* The following also fails :( *mvn

Re: Testing MDB's (integration / junit) how?

2011-04-11 Thread Andrew Hughes
(probably using FailSafe) and/or, better yet: Use OpenEJB and plain JUnit for that. -- -- Aldrin Leal, ald...@leal.eng.br / http://www.leal.eng.br/mnemetica/ On Mon, Apr 11, 2011 at 1:16 AM, Andrew Hughes ahhug...@gmail.com wrote: Howdy, I want to be able to check that the MDB's created

Re: Testing MDB's (integration / junit) how?

2011-04-11 Thread Andrew Hughes
, Apr 11, 2011 at 7:02 PM, David Blevins david.blev...@gmail.comwrote: On Apr 11, 2011, at 8:04 AM, Andrew Hughes wrote: Thanks to both of you. The OpenEJB solution seems very clean, the openejb-examples-3.1.4.tar.gz http://www.apache.org/dyn/closer.cgi/openejb/3.1.4/openejb-examples-3.1.4

Testing MDB's (integration / junit) how?

2011-04-10 Thread Andrew Hughes
Howdy, I want to be able to check that the MDB's created actually execute and behave as expected. For reference, the EE5 tutorial ( http://download.oracle.com/javaee/5/tutorial/doc/bnbpq.html) covers two equivalent tests : - *Building, Deploying, and Running the simplemessage Application

Can a parent adopt a child (pom module/project)?

2011-02-15 Thread Andrew Hughes
Hey, Is it possible for a parent to effectively inject (or override) this section of a module's pom.xml? parent groupIdcom.acme/groupId artifactIdproject-acme/artifactId verison1.0.0-SNAPSHOT/version /parent This request might seem a little odd, so I will explain... We have a number of

Re: Maven site gen for a module causing release process to fail

2011-02-15 Thread Andrew Hughes
Hey, We have a lot of network/system problems that cause our unit tests and site deployment to fail. I got sick of this interrupting our releases, so I disabled them both. You're situation is different to mine but maybe you should so the same? I've copied my release plugin config... pay special

Re: -Dmaven.test.skip=true jar:test-jar

2010-09-03 Thread Andrew Hughes
Hi Guys, The problem is not that we're skipping the tests. I really don't want to run the tests... but I do want the jar:test-jar to still run and build... moduleA-0.0.0-test.jar so that other module dependencies still resolve this. On Fri, Sep 3, 2010 at 5:08 PM, Stephen Connolly

Re: -Dmaven.test.skip=true jar:test-jar

2010-09-03 Thread Andrew Hughes
it with scopetest/scope. You won't regret it. On Fri, Sep 3, 2010 at 5:26 AM, Stephen Connolly stephen.alan.conno...@gmail.com wrote: -DskipTests only skips running the tests not building the test-jar On 3 September 2010 09:58, Andrew Hughes ahhug...@gmail.com wrote: Hi Guys

-Dmaven.test.skip=true jar:test-jar

2010-09-02 Thread Andrew Hughes
Hi Guys, When -Dmaven.test.skip=true the jar:test-jar goals are skipped. Other modules who have a dependency on the jar:test-jar artifact then fail (unresolved dependency). Is this a sensible default for the plugin and any idea's how I can override this? Thanks heaps (again) :) --Andrew

Re: release:prepare issue with Mercurial SCM

2010-08-18 Thread Andrew Hughes
Hi Andrew, Do you mind if I ask you a question? How do you provide the scm+hg maven plugin with your push credentials (username+password)? I'm assuming this is something in the settings.xml? I am trying to get this sourceforge project released

Allowing a release:prepare with a SNAPSHOT dependency, how?

2010-08-17 Thread Andrew Hughes
Hi All, We've just hit alpha testing on our application, consequently I'd like to release this. However, we still have some SNAPSHOT dependencies. Since this is only alpha I don't really care about the SNAPSHOT dependencies (I know don't bother to explain that this is a flaw - I know and right

Re: Allowing a release:prepare with a SNAPSHOT dependency, how?

2010-08-17 Thread Andrew Hughes
: Did you check the docs? http://maven.apache.org/plugins/maven-release-plugin/prepare-mojo.html#allowTimestampedSnapshots /Anders On Tue, Aug 17, 2010 at 09:44, Andrew Hughes ahhug...@gmail.com wrote: Hi All, We've just hit alpha testing on our application, consequently I'd like

Re: Allowing a release:prepare with a SNAPSHOT dependency, how?

2010-08-17 Thread Andrew Hughes
work with timestamped snapshots. /Anders On Tue, Aug 17, 2010 at 15:13, Andrew Hughes ahhug...@gmail.com wrote: Hi Anders, Yes, I did try 'mvn release:prepare -DallowTimestampedSnapshots=true' but that didn't work. I would also not expect this to work for me as my dependencies

Re: Allowing a release:prepare with a SNAPSHOT dependency, how?

2010-08-17 Thread Andrew Hughes
-maven-plugin/unlock-snapshots-mojo.html to turn the timestamped snapshots back into regular -SNAPSHOTs On 17 August 2010 14:13, Andrew Hughes ahhug...@gmail.com wrote: Hi Anders, Yes, I did try 'mvn release:prepare -DallowTimestampedSnapshots=true' but that didn't work. I would also

Re: Can't avoid Maven (embedded) 3.0-SNAPSHOT with m2eclipse

2010-05-26 Thread Andrew Hughes
the difference/problem you're encountering more precisely? This would let us help you understand what's going on, or even file an issue for maven3 before it's released as a final version (beta1 currently, after several stages of alpha). Thanks 2010/5/24 Andrew Hughes ahhug...@gmail.com

Help with Multi Module JavaDocs

2010-05-24 Thread Andrew Hughes
Hi All, I am having trouble with javadoc's on my multi module projects. Creation of the javadoc's takes forever... when I run 'clean install site' I see the following 'javadoc has not be previously called' log's for every module... [INFO]

Can't avoid Maven (embedded) 3.0-SNAPSHOT with m2eclipse

2010-05-23 Thread Andrew Hughes
*I have set Window - Preferences - Maven - Installed to a external 2.2.1 instance and have enabled this as the default maven instance. But, whatever 24/05/10 9:50:53 AM: Maven Builder: AUTO_BUILD is - it still using the 3.0-SNAPSHOT embedded maven instance. It refuses to use the external maven

Help with site:stage-deploy please, it's re-running goals and takes forever

2010-05-09 Thread Andrew Hughes
Executing the goals 'clean install site' works really well (under 5mins), but if I wanted to use the site:stage-deploy goalhttp://maven.apache.org/plugins/maven-site-plugin/deploy-mojo.html so we can host the staged/snapshot site. However, when I run 'clean install site site:stage-deploy

Re: Native library files

2010-05-01 Thread Andrew Hughes
at 21:24 +0930, Andrew Hughes wrote: I'm no expert but I'll try to help. The big question is how are you running your application, is there a specific maven goal/plugin you can speak of? If this is in the same JVM as maven then you'll need to kick maven off with an extra command line

Re: Native library files

2010-04-20 Thread Andrew Hughes
I'm no expert but I'll try to help. The big question is how are you running your application, is there a specific maven goal/plugin you can speak of? If this is in the same JVM as maven then you'll need to kick maven off with an extra command line argument. If maven fork's the execution off to a

Credentials for ${project.scm.developerConnection} (Mercurial), where?

2010-04-19 Thread Andrew Hughes
Hi Again, I'm trying to use the release plugin with mercurial. For reference I have the following in my pom.xml: scm connectionscm:hg:http://compuglobalhypermeganet.com/hg/project-xyz /connection * developerConnectionscm:hg:

Re: Credentials for ${project.scm.developerConnection} (Mercurial), where?

2010-04-19 Thread Andrew Hughes
normally do for changesets). Mercurial is awesome On Tue, Apr 20, 2010 at 10:15 AM, Andrew Hughes ahhug...@gmail.com wrote: Hi Again, I'm trying to use the release plugin with mercurial. For reference I have the following in my pom.xml: scm connectionscm:hg:http

Updating site.xml skin.version during a release, how?

2010-04-06 Thread Andrew Hughes
Hi All, I've written a site skin (com.acme:acme-maven-site-skin-1.0.0-SNAPSHOT) and of course I want the site skin project to use the skin for its site :) so ./src/site/site.xml: skin groupIdcom.acme/groupId artifactIdacme-maven-site-skin/artifactId version1.0.0-SNAPSHOT/version /skin

Re: Updating site.xml skin.version during a release, how?

2010-04-06 Thread Andrew Hughes
, Andrew Hughes ahhug...@gmail.com wrote: Hi All, I've written a site skin (com.acme:acme-maven-site-skin-1.0.0-SNAPSHOT) and of course I want the site skin project to use the skin for its site :) so ./src/site/site.xml: skin groupIdcom.acme/groupId artifactIdacme-maven-site

Re: Updating site.xml skin.version during a release, how?

2010-04-06 Thread Andrew Hughes
On Wed, Apr 7, 2010 at 11:21 AM, Brett Porter br...@apache.org wrote: On 07/04/2010, at 11:09 AM, Andrew Hughes wrote: I tried that and it failed however I *think* there is another reason for this not working... I have ./pom.xml (organization pom, with site.xml skin== acme-maven

Re: Updating site.xml skin.version during a release, how?

2010-04-06 Thread Andrew Hughes
the track. I'm not sure what your release patterns will look like. On 07/04/2010, at 2:57 PM, Andrew Hughes wrote: Thanks Brett :) I got a workaround by making the oganization pom the skin, by: typejar/ then I moved all of the ./acme-maven-site-skin/src/main/resources into the parent

Re: OutOfMemory PermGen space : Diagnosis is very difficult...

2010-03-26 Thread Andrew Hughes
, this was easy to detect once I saw the output from *mvn system:help*. Cheers :) On Fri, Mar 26, 2010 at 11:02 AM, Andrew Hughes ahhug...@gmail.com wrote: Hi All, Recently I turned on several plugins only to find Java's annoying OutOfMemory PermGen space error. Since this problem exists

Re: OutOfMemory PermGen space : Diagnosis is very difficult...

2010-03-26 Thread Andrew Hughes
Thanks guys, My bad, I meant mvn help:system thanks for the correction Marshall. Martin, that sounds correct *if* you are a plugin developer :) Hopefully this will become less of a manual task when maven 3 arrives and it inherits the classloader and lifecycle management provided by osgi. But

OutOfMemory PermGen space : Diagnosis is very difficult...

2010-03-25 Thread Andrew Hughes
Hi All, Recently I turned on several plugins only to find Java's annoying OutOfMemory PermGen space error. Since this problem exists at the JVM level I am finding it very difficult to diagnose the problem and where it exists in my maven configuration. Setting your MAVEN_OPTS environment

Publishing to snapshotRepository, How?

2010-02-16 Thread Andrew Hughes
Hi All, I have looked but not be able to see how I get anything into our snapshotRepository. Release appears to target releases (i.e. not SNAPSHOT), install appears to only be local (~/.m2) and deploy does put this in the snapshotRepository but it replaces the 0.5-SNAPSHOT version with say

Re: Publishing to snapshotRepository, How?

2010-02-16 Thread Andrew Hughes
be resolving the timestamped SNAPSHOT. Justin On Tue, Feb 16, 2010 at 8:22 PM, Andrew Hughes ahhug...@gmail.com wrote: Hi All, I have looked but not be able to see how I get anything into our snapshotRepository. Release appears to target releases (i.e. not SNAPSHOT), install appears

Re: Mercurial SCM Usage

2010-02-15 Thread Andrew Hughes
I put the pom.xml right at the root of the repo and it works. I would still like to know more about how mercurial and scm work (such as tagging, branching and 'push'. Because they don't appear to be documented anywhere. On Mon, Feb 15, 2010 at 2:15 PM, Andrew Hughes ahhug...@gmail.com wrote

Mercurial SCM Usage

2010-02-14 Thread Andrew Hughes
Hi All, I'm suck on the Mercurial SCM plugin, my repo's @ * C:\Mercurial\Clones\project-xyz\* And it contain's *./project-xyz/pom.xml* and thus gives: * C:\Mercurial\Clones\project-xyz\project-xyz\pom.xml* Follwing this blog:

JavaDoc ./src/main/javadoc/doc-files/**/* get flattened.

2010-02-10 Thread Andrew Hughes
Following: http://maven.apache.org/plugins/maven-javadoc-plugin/examples/javadoc-resources.html http://maven.apache.org/plugins/maven-javadoc-plugin/examples/javadoc-resources.html I have a directory structure under the doc-files directory that I want to maintain...

Re: JavaDoc ./src/main/javadoc/doc-files/**/* get flattened.

2010-02-10 Thread Andrew Hughes
Correction... my bad! They are flattened to the ./target/site/ directory (not src as stated). Apologies. On Thu, Feb 11, 2010 at 12:55 AM, Andrew Hughes ahhug...@gmail.com wrote: Following: http://maven.apache.org/plugins/maven-javadoc-plugin/examples/javadoc-resources.html http

Problem with JAVA_HOME relative path

2010-01-31 Thread Andrew Hughes
Hi All, I get the following error and I'm pretty sure that the problem is hidden somewhere. Things of interest are in *bold* below [INFO] Compiling 16 source files to D:\Workspace\gwt1.6-maven2-starter-app-1.0\server\target\classes [INFO]

Re: Problem with JAVA_HOME relative path

2010-01-31 Thread Andrew Hughes
, Andrew Hughes ahhug...@gmail.com wrote: Hi All, I get the following error and I'm pretty sure that the problem is hidden somewhere. Things of interest are in *bold* below [INFO] Compiling 16 source files to D:\Workspace\gwt1.6-maven2-starter-app-1.0\server\target\classes [INFO

jaxb2-maven-plugin : Two declarations cause a collision

2009-12-01 Thread Andrew Hughes
Hi All, I am trying to generate classes for the Google/OGC KML 2.2 XSD's with the jaxb2-maven-plugin (http://mojo.codehaus.org/jaxb2-maven-plugin/index.html). - http://schemas.opengis.net/kml/2.2.0/ogckml22.xsd - http://schemas.opengis.net/kml/2.2.0/atom-author-link.xsd Both XSD's have an

Re: jaxb2-maven-plugin : Two declarations cause a collision

2009-12-01 Thread Andrew Hughes
/configuration /plugin On Tue, Dec 1, 2009 at 10:00 PM, Entner Harald entner.har...@afb.de wrote: Hi Andrew, try removing the packageName in the pom.xml file. -Ursprüngliche Nachricht- Von: Andrew Hughes [mailto:ahhug...@gmail.com] Gesendet: Dienstag, 1. Dezember 2009 12:13

Re: jaxb2-maven-plugin : Two declarations cause a collision

2009-12-01 Thread Andrew Hughes
? -Ursprüngliche Nachricht- Von: Andrew Hughes [mailto:ahhug...@gmail.com] Gesendet: Dienstag, 1. Dezember 2009 13:29 An: Maven Users List Betreff: Re: jaxb2-maven-plugin : Two declarations cause a collision Hi Entner - THANK YOU for the reply and suggestion. I am still encountering the same

Re: jaxb2-maven-plugin : Two declarations cause a collision

2009-12-01 Thread Andrew Hughes
Could it possibly be that I need to use xjb's to resolve the collision and not plugin configuration? On Tue, Dec 1, 2009 at 11:32 PM, Andrew Hughes ahhug...@gmail.com wrote: Thanks Again! You are correct, ogckml22.xsd does import atom-author-link.xsd. Initially I was only running a single

Re: jaxb2-maven-plugin : Two declarations cause a collision

2009-12-01 Thread Andrew Hughes
/ -Original Message- From: Andrew Hughes [mailto:ahhug...@gmail.com] Sent: Tuesday, December 01, 2009 2:09 PM To: Maven Users List Subject: Re: jaxb2-maven-plugin : Two declarations cause a collision Could it possibly be that I need to use xjb's to resolve the collision and not plugin

Re: how is hudson's maven generated site link intended to work for multi-module maven builds?

2009-11-18 Thread Andrew Hughes
Hi Ben, I've got the same problem. As you've noted the Hudson Maven-generated site appears to be the last pom/module built and not the highest parent. Also, the use of a url based on ${project.groupId} and ${project.artifactId} is ugly very ugly. Especially when you get two level's deep on

JavaDocs for generated-sources (jaxb)

2009-11-16 Thread Andrew Hughes
Hi All, I have generated my jaxb output to ./target/generated-sources/**/*.java. No matter what these classes don't appear in the javadoc (report). Any idea's how I can get this working? Thanks in Advance. --AH

Re: JavaDocs for generated-sources (jaxb)

2009-11-16 Thread Andrew Hughes
to the project model so that the javadoc plugin uses it. Could this be your issue: http://maven.apache.org/plugins/maven-javadoc-plugin/faq.html#How_to_include_additional_source_code_directories_in_aggregate_mode /Anders On Mon, Nov 16, 2009 at 15:15, Andrew Hughes ahhug...@gmail.com wrote: Hi All

Re: JavaFX Support - Discussion

2009-04-08 Thread Andrew Hughes
filed against javafx development tools with regard to maven support? Milos On Wed, Apr 8, 2009 at 7:09 AM, Andrew Hughes ahhug...@gmail.com wrote: Hi All, I'll openly admit that I'm stumped with the best way to implement support for JavaFX in maven. However all existing support seems

Re: JavaFX Support - Discussion

2009-04-08 Thread Andrew Hughes
happens. Feel free to vote for it and/or watch it. http://javafx-jira.kenai.com/browse/JFXC-3041 Milos On Wed, Apr 8, 2009 at 8:15 AM, Andrew Hughes ahhug...@gmail.com wrote: On the JavaFX side... http://javafx-jira.kenai.com/secure/Dashboard.jspa there's no mention of maven support

JavaFX Support - Discussion

2009-04-07 Thread Andrew Hughes
Hi All, I'll openly admit that I'm stumped with the best way to implement support for JavaFX in maven. However all existing support seems to be quite old ~13months (i.e. not based on the latest final releases of javafx, or a little heavy to work with). In the hope of putting a few things on the

Re: Reporting Plugin's and OutOfMemoryException's

2009-04-05 Thread Andrew Hughes
Hi Wayne, thanks again.. as you rightfully point out I have some incorrect argLine usage that I had copy/pasted from another plugin where it was applicable. One problem seems to be with the javadoc plugin... there's a few weird things going on. + The argline was wrong and this is how it's done...

Re: Reporting Plugin's and OutOfMemoryException's

2009-04-02 Thread Andrew Hughes
Hi Wayne, thanks for the reply Checkstyle + Other reporting plugin's are not to blame here :) I've no doubt they need the extra memory. However, it's not being given to them. I have set MAVEN_OPTS=-Xms256m -Xmx1024m -XX:MaxPermSize=256 in mvn.bat, this does not fix the problem (not even on

Reporting Plugin's and OutOfMemoryException's

2009-04-01 Thread Andrew Hughes
Howdy, I consistently hit OutOfMemoryException's with site:site and require a solution. [INFO] [ERROR] FATAL ERROR [INFO] [INFO] Java heap space [INFO]

Duplicate Module/Project Names in m2eclipse

2009-03-30 Thread Andrew Hughes
Hi, Eclipse can't seem to handle two modules in the same workspace that have the same artifactId. For example if I have a multi-module project (groupId:artifact) as below: - carworld:carworld - carworld:ferrari - carworld.ferrari:car - carworld:porsche -

Re: JavaFX compiler?

2009-02-17 Thread Andrew Hughes
Plexus Compiler Component for javafxc (OpenJFX Compiler) / Updated 2009-01-17 Looks pretty recent to me, was it a general inquiry or is there some help you require with this? Most of the how to use the javafxc maven compiler plugin is on that page. As far as packaging goes, I don't know if there

Re: Compile JavaFx and Java source file

2009-02-17 Thread Andrew Hughes
http://m2-javafxc.sourceforge.net/ On Thu, Oct 30, 2008 at 7:16 PM, Effetto ghiac...@insiberia.net wrote: Hi, actually I'm using this configuration to compile javafx file[0]. My problem is that in this way in hybrid projects with standard java source file and javafx source file the

Re: Incorporating DLL's into Maven Project.

2008-09-11 Thread Andrew Hughes
Did you get this working Mike, I have the same issue... I need a dll on the java.libraray.path. I've installed this in the repo, and I've also got it in ./src/main/resources... but System.loadLibrary(my-native-code); barfs with an unlinked error everytime! On Wed, Jun 18, 2008 at 10:41 PM, Mikel

Accessing DLL's from JNI in Maven+Eclipse

2008-09-10 Thread Andrew Hughes
Hi All, I'm trying to call... static{ System.loadLibrary(my-code-3); } //see http://java.sun.com/j2se/1.5.0/docs/api/java/lang/System.html#loadLibrary(java.lang.String) That *should* load the my-code-3.dll for jni to work with the code inside that dll. However, when I try and run my class

Organization Site Skin Module

2008-09-01 Thread Andrew Hughes
Hi All, I have company/pom.xml (module = skin) company/skin/pom.xml (parent = company) Also, the company/src/site/site.xml (skin = comany-skin).. this is what sets the organizational skinning of site's. When I do a release... the company site fails to build because it can't locate the site

Re: Organization Site Skin Module

2008-09-01 Thread Andrew Hughes
I'd rather not duplicate the organization pom's config. On Tue, Sep 2, 2008 at 10:54 AM, Andrew Hughes [EMAIL PROTECTED] wrote: Hi All, I have company/pom.xml (module = skin) company/skin/pom.xml (parent = company) Also, the company/src/site/site.xml (skin = comany-skin

Re: Organization Site Skin Module

2008-09-01 Thread Andrew Hughes
to change the phase the plugin is now bound too. On Tue, Sep 2, 2008 at 12:03 PM, Andrew Hughes [EMAIL PROTECTED] wrote: Thanks Martin, I don't think that's the problem here... the problem appears to that the site plugin can not obtain my module skin/jar from any repository. Now I begin to make

doxygen report

2008-08-29 Thread Andrew Hughes
Thanks for opening... I can't get any output from the following: http://doodleproject.sourceforge.net/mavenite/doxygen-maven-plugin/ Wheels, gears, cogs and steam all appear to be churning during the mvn site goal/phase but the doxygen never produces anything. It even logs related to the code

Maven Site Resource Inclusion

2008-08-19 Thread Andrew Hughes
Hi All, I'm trying to shove whole directories into the maven site as resources. but apparently they need to be added to ./src/site/resources and I can't see a reconfiguration option. Is there such a thing? This is the existing project structure I have to work with. ./Project

Re: Maven Site Resource Inclusion

2008-08-19 Thread Andrew Hughes
Porter [EMAIL PROTECTED]wrote: I don't believe there is. You might be best using an Ant copy in the site lifecycle to copy them into the target/site directory. - Brett 2008/8/20 Andrew Hughes [EMAIL PROTECTED]: Hi All, I'm trying to shove whole directories into the maven site as resources

Re: Maven Native and MSVS .NET 2003

2008-08-18 Thread Andrew Hughes
devcom, it uses MS compiler directly thru envFactoryName there should be plenty to example in IT test cases if you pull the source. -D On Thu, Aug 14, 2008 at 12:28 AM, Andrew Hughes [EMAIL PROTECTED] wrote: Hi, I'm trying to replace the following ant target to build some

Maven Native and MSVS .NET 2003

2008-08-14 Thread Andrew Hughes
Hi, I'm trying to replace the following ant target to build some microsoft visual studio .net 2003 code. I am not a c++ person so I don't really know what I am talking about! However there isn't any examples with the Devenv.com on the maven native site (

Re: Maven Native and MSVS .NET 2003

2008-08-14 Thread Andrew Hughes
there should be plenty to example in IT test cases if you pull the source. -D On Thu, Aug 14, 2008 at 12:28 AM, Andrew Hughes [EMAIL PROTECTED] wrote: Hi, I'm trying to replace the following ant target to build some microsoft visual studio .net 2003 code. I am not a c++ person so I don't

maven-native

2008-08-06 Thread Andrew Hughes
Howdy, Our projects are a mixture of cpp and java and I'd love to use maven just like I have in the past for purely java project. Consequently, Im trying to use the maven-native plugin but I am struggling! So any help would be great! First up I've installed cygwin and the gcc compiler. My goal

Re: maven-native

2008-08-06 Thread Andrew Hughes
and its does not know how to find the built in STL library. have u tried with pure cygwin shell ? i my self have not tried with cygwin ever yet. your project need to build native code with cygwin gcc? -D On Wed, Aug 6, 2008 at 10:03 PM, Andrew Hughes [EMAIL PROTECTED] wrote: Howdy

Re: [Geoserver-devel] Embedding a customized geoserver/config via a Maven MOJO Plugin?

2008-04-18 Thread Andrew Hughes
. We do this for debugging plugins for confluence, jira and bamboo. James On 18/04/2008, at 3:21 PM, Andrew Hughes wrote: Well, I most certainly have found some good news! I'll confirm this with some more testing... If you have a maven packagingwar/packaging project

Unpack/Modify/Repack Dependency Artifact.... then Release?

2008-04-17 Thread Andrew Hughes
Hi All, I'm looking into this and will contribute it back to the opensource Java Spatial server project geoserver: http://geoserver.org. Geoserver is a war that serve's up geospatial web services (maps for example) based on its configuration and source data. By default this is stored in the

Re: [Geoserver-devel] Embedding a customized geoserver/config via a Maven MOJO Plugin?

2008-04-17 Thread Andrew Hughes
know how this effects your release mechanism if you want to do it in your project? Next, I will look at how to embed a jetty or tomcat to launch geoserver from the command line. mvn geoserver:start or something. On Wed, Apr 16, 2008 at 9:30 AM, Andrew Hughes [EMAIL PROTECTED] wrote

Re: [Geoserver-devel] Embedding a customized geoserver/config via a Maven MOJO Plugin?

2008-04-15 Thread Andrew Hughes
artifactIdgeoserver/artifactId version1.6.0/version classifiernodata/classifier /dependency Anyway, its all talk for now... but food for thought. --AH On Tue, Apr 15, 2008 at 10:56 PM, Andrea Aime [EMAIL PROTECTED] wrote: Andrew Hughes ha scritto: ... Hum, ok, but I don't know how

OutputDirectory Paths in the Assembly Plugin

2008-04-14 Thread Andrew Hughes
Hi All - Any help I can get with zip assembly would be much appreciated :) I'm trying to zip up everything in the ./src/main/config directory for a distro. I'm happy that when the zip is unpacked it unpacks the contents under.. ./artifactId-version/* However, it maintains the relative

Re: OutputDirectory Paths in the Assembly Plugin

2008-04-14 Thread Andrew Hughes
useDefaultExcludestrue/useDefaultExcludes /fileSet outputDirectory./outputDirectory /fileSets outputDirectory./outputDirectory /assembly On Tue, Apr 15, 2008 at 10:10 AM, Andrew Hughes [EMAIL PROTECTED] wrote: Hi All - Any help I can get with zip assembly would be much

Re: Filtering Javadoc overview.html and package.html

2008-03-12 Thread Andrew Hughes
as defining the filtered javdocs as being source code. When the javadoc plugin runs it looks for these files in the defined source directories (which is what the buildhelper plugin will be adding) -Stephen On Wed, Mar 12, 2008 at 1:50 AM, Andrew Hughes [EMAIL PROTECTED] wrote: Hello All

Filtering Javadoc overview.html and package.html

2008-03-11 Thread Andrew Hughes
Hello All, I am trying to filter the overview.html and package.html javadoc resources. Specifically, it is worthwhile inserting the ${project.description} and ${ project.version} and maybe even some other information like the SCM, Issue Tracking, information within the Javadocs. I have selected

Re: Unit Testing Hibernate/Entities/EJB3/EE (Req Advice)

2008-03-05 Thread Andrew Hughes
incorporated in a Java EE 5 certified platform. Hope this helps! -David On Mar 4, 2008, at 4:41 PM, Andrew Hughes wrote: Hi All, This seems to be a hot topic at the moment, but there is very little documentation and references I can find... and so I'm asking for your

Unit Testing Hibernate/Entities/EJB3/EE (Req Advice)

2008-03-04 Thread Andrew Hughes
Hi All, This seems to be a hot topic at the moment, but there is very little documentation and references I can find... and so I'm asking for your help. *Background:* One of Maven's most brilliant functions is it's lifecycle's ability to slip straight into agile+continuous integration

Multi-Module Hierarchy : Eclipse vs Maven Plugins

2008-02-24 Thread Andrew Hughes
Greetings All, I've been part of a team of happy Eclipse Ant+(Some 'Glue') developer for many years, from which I now have replaced the Ant+(Some 'Glue') with maven. I couldn't find any comprehensive articles on this, hence the email: The default eclipse flat project structure is in direct

Re: Multi-Module Hierarchy : Eclipse vs Maven Plugins

2008-02-24 Thread Andrew Hughes
:52 AM, Graham Leggett [EMAIL PROTECTED] wrote: Andrew Hughes wrote: The bottom line is that eclipse can't cope with specifically with the parent and heirarchy strucutre. You must checkout the whole parent with command line (or a different IDE) and mvn install the parent to the local

site:site unable to find parent...

2008-02-18 Thread Andrew Hughes
Hi Hi, This is the error I am getting which is causing my sites to build/behave badly. The model file path is wrong in the log below, and the project is unknown... not sure why any of this is happening [INFO] [site:site] [INFO] Unable to load parent project from a relative path: Could

Re: site:site unable to find parent...

2008-02-18 Thread Andrew Hughes
This is a known issue: http://jira.codehaus.org/browse/MSITE-261 On Feb 19, 2008 9:36 AM, Andrew Hughes [EMAIL PROTECTED] wrote: Hi Hi, This is the error I am getting which is causing my sites to build/behave badly. The model file path is wrong in the log below, and the project

Re: site:site unable to find parent...

2008-02-18 Thread Andrew Hughes
in version 2.0.4. And, I just noticed, I don't use the relativePath/ tag. Maybe that's a killer for you. -- Lee On Feb 18, 2008 5:39 PM, Andrew Hughes [EMAIL PROTECTED] wrote: This is a known issue: http://jira.codehaus.org/browse/MSITE-261 On Feb 19, 2008 9:36 AM, Andrew

Re: best practices for site deployment over multiple versions of the application

2008-02-14 Thread Andrew Hughes
Very good question Lonut! I think what you are asking for can only be done if you use some dynamic properties/profiles or leverage the project version to generate a this is a branch projecturl/.../ (aka deployment path). Sorry I'm about to go on an adhoc rant... I know this is a rant, but

Profile Activation Rule for SNAPSHOT?

2008-02-14 Thread Andrew Hughes
Hi All, I'm trying to activate a profile only if the current version is a snapshot. Is there a way to do this? Much Thanks for Reading! --AH

Re: error in checkstyle plugin in mvn site: Property ${user.home} is not set

2008-02-13 Thread Andrew Hughes
Hi Silvio, ${user.home} should be coming from the JVM. I have also tried to use this as a token in my site documentation, but the reference didn't stick. According to this: http://docs.codehaus.org/display/MAVENUSER/MavenPropertiesGuide Environment variables Environment variables can be

Re: error in checkstyle plugin in mvn site: Property ${user.home} is not set

2008-02-13 Thread Andrew Hughes
Unless it's a linux daemon running the maven process, I dont know what that would do to this property. On Feb 13, 2008 8:14 PM, Silvio Arcangeli [EMAIL PROTECTED] wrote: Hi all, I'm running Maven 2.0.8 on Linux (Ubuntu 7.10), and I'm having the following error when i run mvn site on all

Re: m2: I know profiles are not inherited, but...

2008-02-13 Thread Andrew Hughes
I know there are some sensible limitations to profiles... see http://maven.apache.org/guides/introduction/introduction-to-profiles.html applicable section : * Which areas of a POM can be customized by each type of profile? Why?* hope that helps a bit... On Feb 12, 2008 10:36 PM, Amshoff

  1   2   >