Jaxme & Maven

2005-08-03 Thread Nacho G. Mac Dowell
I have a few questions regarding jaxme's mavenizing. I'm sure there are more to come :-) - Project JaxMe2 has been renamed to JaxMeCore so it doesn't clash with the top-level project. Any other ideas? - How do we want to handle subproject's version? All subprojects have the same version? - Wh

Re: Jaxme & Maven

2005-08-03 Thread Fredrik Vraalsen
Nacho G. Mac Dowell wrote: - When building JS's tests the first thing I did was to build the auxiliary files on a temp directory and then compile with ant the JS.src and the temp directory all together. The thing is that we'd need hsqldb.jar and junit.jar on the repository. I was thinking of ge

Re: Jaxme & Maven

2005-08-03 Thread Nacho G. Mac Dowell
Nice one, Fredrik! :-) I'll try it out later but it totally seems like the right track. I was looking at the antlr plugin which does exactly the same! Thanks nacho Fredrik Vraalsen wrote: Nacho G. Mac Dowell wrote: - When building JS's tests the first thing I did was to build

Re: Jaxme & Maven

2005-08-03 Thread robert burrell donkin
On Wed, 2005-08-03 at 11:40 +0200, Nacho G. Mac Dowell wrote: > I have a few questions regarding jaxme's mavenizing. I'm sure there are > more to come :-) > > - Project JaxMe2 has been renamed to JaxMeCore so it doesn't clash with > the top-level project. Any other ideas? +0 > - How do we want

Re: Jaxme & Maven

2005-08-03 Thread Jochen Wiedmann
Hi, Nacho, I'll only reply to those points, to which Frederic and/or Robert haven't already replied: On 8/3/05, Nacho G. Mac Dowell <[EMAIL PROTECTED]> wrote: > - Where do we want the resulting jars to be? Stick with dist? Being relatively new to Maven, I'd assume that the "dist" directory is n

Re: Jaxme & Maven

2005-08-04 Thread Nacho G. Mac Dowell
I wouldn't use checkstyle, until someone makes a serious effort to clean up the sources. As soon as someone did, we can very well add the file later. I'll leave the checkstyle file but forget about the report for the time being Ok, I have a few more questions... - Do we want a changes.xml f

Re: Jaxme & Maven

2005-08-04 Thread Jochen Wiedmann
Nacho G. Mac Dowell wrote: - Do we want a changes.xml for each project? What about contributors? Should they be on each subproject? I have a mixed feeling here. While I think that it is a good thing to have them separated it will also be more painful to mantain. Also, the anouncement plugin ex

Re: Jaxme & Maven

2005-08-05 Thread Nacho G. Mac Dowell
Jochen Wiedmann wrote: Choose the approach, which is more simple. If we want, we can change later. I've already taken the more complicated approach :-[ We'll do it the other way around if it's ok with you. I'll refactor if it proves to be a pain... I know of no possibility to specify t

Re: Jaxme & Maven

2005-08-05 Thread robert burrell donkin
On Fri, 2005-08-05 at 10:49 +0200, Nacho G. Mac Dowell wrote: > Jochen Wiedmann wrote: > We'll do it the other way around if it's ok with you. I'll refactor if > it proves to be a pain... > > > I know of no possibility to specify the order. Perhaps the Maven > > mailing list knows? If everyth

Re: Jaxme & Maven

2005-08-05 Thread Fredrik Vraalsen
Nacho G. Mac Dowell wrote: - Does anybody know how to specify the project order on the reactor? It seems to order them by name... Hi Nacho, At least when using the multiproject plugin (which I believe is just a frontend to reactor), you only need to set up the dependencies between the subp

Re: Jaxme & Maven

2005-08-05 Thread Nacho G. Mac Dowell
robert burrell donkin wrote: it's usually worth mentioning that you're trying to mavenise an apache project when asking on the maven lists Brett Porter is showing quite a lot of interest on this issue. BTW I did mention it was for ws-jaxme ;-) I've made a first-approach-patch and it's ge

Re: Jaxme & Maven

2005-08-05 Thread Nacho G. Mac Dowell
I have 10 days off now and will be leaving in an hour or so 8-) So if there are no answers from me for this thread is not that I am not interested or anything. I'm just relaxing a bit... best regards, nacho PD: As soon as I am back it will only be a matter of days before I check in the mav

Re: Jaxme & Maven

2005-08-16 Thread Nacho G. Mac Dowell
robert burrell donkin wrote: two good reasons: forrest produces nice multi-format documentation and has good support for doc-book. FYI soon, all ASF websites will be generated through (next generation) forrest. site:deploy (and so on) will no longer be available so if people are still happy

Re: Jaxme & Maven

2005-08-17 Thread Jochen Wiedmann
On 8/17/05, Nacho G. Mac Dowell <[EMAIL PROTECTED]> wrote: > Anyway, to the point: What format should we use for the documentation? > I've already transformed most of it to Anakia format, should I go back > to how it was? Confused ... is Anakia format the format used by the XDoc plugin? Assuming

Re: Jaxme & Maven

2005-08-17 Thread Nacho G. Mac Dowell
Jochen Wiedmann wrote: Confused ... is Anakia format the format used by the XDoc plugin? yes (At least my impression is, that we'll all benefit, if we are working with the same version ASAP.) got it I am getting an authorization failure when trying to copy a branch. Is there someth

Re: Jaxme & Maven

2005-08-17 Thread Jochen Wiedmann
On 8/17/05, Nacho G. Mac Dowell <[EMAIL PROTECTED]> wrote: > I am getting an authorization failure when trying to copy a branch. Is > there something I have missed? I have never logged in on svn as a > comitter before. Some specific issues with subclipse, maybe? Any hints? I know the problem, as

Re: Jaxme & Maven

2005-08-17 Thread robert burrell donkin
On Wed, 2005-08-17 at 09:01 +0200, Jochen Wiedmann wrote: > On 8/17/05, Nacho G. Mac Dowell <[EMAIL PROTECTED]> wrote: > > > Anyway, to the point: What format should we use for the documentation? > > I've already transformed most of it to Anakia format, should I go back > > to how it was? > > Con

Re: Jaxme & Maven

2005-08-17 Thread robert burrell donkin
On Wed, 2005-08-17 at 08:32 +0200, Nacho G. Mac Dowell wrote: > robert burrell donkin wrote: > > > > >two good reasons: forrest produces nice multi-format documentation and > >has good support for doc-book. > > > >FYI soon, all ASF websites will be generated through (next generation) > >forrest.

[Fwd: Re: Jaxme & Maven]

2005-08-06 Thread robert burrell donkin
Forwarded Message > From: robert burrell donkin <[EMAIL PROTECTED]> ... > Cc: robert burrell donkin <[EMAIL PROTECTED]> Doh! ^^ > On Fri, 2005-08-05 at 11:39 +0200, Nacho G. Mac Dowell wrote: > > robert burrell donkin wrote: > > > > > > >

JaxMe Maven Plugin Usage

2006-01-15 Thread Robert Eric Reeves
Here is the build element of my testing pom.xml: org.apache.ws.jaxme maven-jaxme-plugin

Re: JaxMe Maven Plugin Usage

2006-01-15 Thread Jochen Wiedmann
Robert Eric Reeves wrote: For some reason, the plugin is not picking up my XSD in src/xsd. It complains that it can't find it in src/jaxme. I have no idea why this might be so. [INFO] At file:/C:/dev/foo-maven/foo/src/jaxme/foo.xsd, line 2 0: Unable to derive package name from an empty nam

Error building JaxMe Maven project

2008-08-29 Thread Jason Kastner
The project seems unable to find the parent artifact, is there any fix for this, or am I missing some key piece of configuration to make this work? [ERROR] Failed to resolve parent-POM from repository. Parent POM Information: Group-Id: org.apache.ws.jaxme Artifact-Id: jaxme-parent Version: 1

Re: Error building JaxMe Maven project

2008-09-09 Thread Jason Kastner
l Subject: Error building JaxMe Maven project The project seems unable to find the parent artifact, is there any fix for this, or am I missing some key piece of configuration to make this work? [ERROR] Failed to resolve parent-POM from repository. Parent POM Information: Group-Id: org.apache.ws.j

svn commit: r440331 - in /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin: ./ src/main/java/org/apache/ws/jaxme/maven/plugins/ src/test/java/org/apache/ws/jaxme/maven/plugins/

2006-09-05 Thread jochen
Author: jochen Date: Tue Sep 5 05:36:42 2006 New Revision: 440331 URL: http://svn.apache.org/viewvc?view=rev&rev=440331 Log: Added the EntityResolverFactory. Added: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src/main/java/org/apache/ws/jaxme/maven/plu

svn commit: r470714 - in /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin: ./ src/main/java/org/apache/ws/jaxme/maven/plugins/ src/site/apt/ src/test/java/org/apache/ws/jaxme/maven/plugins/

2006-11-03 Thread jochen
Author: jochen Date: Fri Nov 3 00:14:43 2006 New Revision: 470714 URL: http://svn.apache.org/viewvc?view=rev&rev=470714 Log: - Fixed the SCM settings in the POM. - Polished the parameter defaults to follow Maven 2 standards. Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-pl

svn commit: r356867 - /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src/main/java/org/apache/ws/jaxme/maven/plugins/JaxMeGoal.java

2005-12-14 Thread jochen
Author: jochen Date: Wed Dec 14 12:59:40 2005 New Revision: 356867 URL: http://svn.apache.org/viewcvs?rev=356867&view=rev Log: Fixed ClassLoader issues with custom SG factory chains. Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src/main/java/org/apache/ws/jaxme/m

svn commit: r673682 - /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src/main/java/org/apache/ws/jaxme/maven/plugins/SchemaCollectionProcessor.java

2008-07-03 Thread jochen
o do it without loosing upwards compatibility. Therefore, we don't fix that branch for the 0.5 branch, but at least make the order deterministic. Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src/main/java/org/apache/ws/jaxme/maven/plugins/SchemaCollectionProcessor.java

Fwd: Minotaur Fingerprint change [was Re: Fwd: Jaxme & Maven]

2005-08-17 Thread Jochen Wiedmann
-- Forwarded message -- From: Upayavira <[EMAIL PROTECTED]> Date: Aug 17, 2005 10:11 AM Subject: Minotaur Fingerprint change [was Re: Fwd: Jaxme & Maven] To: Jochen Wiedmann <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Jochen Wiedmann wrote: > Is anyone able to rep

Re: Fwd: Minotaur Fingerprint change [was Re: Fwd: Jaxme & Maven]

2005-08-17 Thread robert burrell donkin
: > -- Forwarded message -- > From: Upayavira <[EMAIL PROTECTED]> > Date: Aug 17, 2005 10:11 AM > Subject: Minotaur Fingerprint change [was Re: Fwd: Jaxme & Maven] > To: Jochen Wiedmann <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > > > Jochen Wiedmann wrote: > >

svn commit: r356598 - /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/

2005-12-13 Thread jochen
Author: jochen Date: Tue Dec 13 11:59:10 2005 New Revision: 356598 URL: http://svn.apache.org/viewcvs?rev=356598&view=rev Log: Initial import. Added: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/ - To unsubscrib

svn commit: r356602 - /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/

2005-12-13 Thread jochen
Author: jochen Date: Tue Dec 13 12:06:02 2005 New Revision: 356602 URL: http://svn.apache.org/viewcvs?rev=356602&view=rev Log: Added 'target' folder to svn:ignore. Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/ (props changed) Propchange: webservices/jaxme/

svn commit: r359490 - /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/

2005-12-28 Thread jochen
Author: jochen Date: Wed Dec 28 04:04:57 2005 New Revision: 359490 URL: http://svn.apache.org/viewcvs?rev=359490&view=rev Log: The eclipse project files are now being ignored. Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/ (props changed) Propchange: webservices/j

svn commit: r468742 - in /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin: ./ src/changes/ src/main/java/org/apache/ws/jaxme/maven/plugins/ src/site/apt/

2006-10-28 Thread jochen
Author: jochen Date: Sat Oct 28 14:27:23 2006 New Revision: 468742 URL: http://svn.apache.org/viewvc?view=rev&rev=468742 Log: Documented the changes, in order to prepare release of version 2. Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml webservices/jaxme/trun

svn commit: r359126 - in /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin: pom.xml src/main/java/org/apache/ws/jaxme/maven/plugins/JaxMeGoal.java src/site/apt/properties.apt

2005-12-26 Thread jochen
Author: jochen Date: Mon Dec 26 15:20:49 2005 New Revision: 359126 URL: http://svn.apache.org/viewcvs?rev=359126&view=rev Log: Release 1.0 - Added support for external binding files. Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml webservices/jaxme/trunk/ws-j

svn commit: r378671 [3/3] - in /webservices/jaxme/site/mp: ./ apidocs/ apidocs/org/apache/ws/jaxme/maven/plugins/ apidocs/org/apache/ws/jaxme/maven/plugins/class-use/

2006-02-17 Thread jochen
Modified: webservices/jaxme/site/mp/team-list.html URL: http://svn.apache.org/viewcvs/webservices/jaxme/site/mp/team-list.html?rev=378671&r1=378670&r2=378671&view=diff == --- webservices/jaxme/site/mp/team-list.html (origi

svn commit: r359492 - /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml

2005-12-28 Thread jochen
Author: jochen Date: Wed Dec 28 04:22:53 2005 New Revision: 359492 URL: http://svn.apache.org/viewcvs?rev=359492&view=rev Log: Added the tagBase definition, which is required by the maven release plugin. Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml Modi

svn commit: r367964 - /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml

2006-01-10 Thread jochen
Author: jochen Date: Tue Jan 10 23:59:32 2006 New Revision: 367964 URL: http://svn.apache.org/viewcvs?rev=367964&view=rev Log: The compiler is now generating 1.3 compliant classes. Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml Modified: webservices/jaxme/trun

svn commit: r427466 - /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml

2006-07-31 Thread jochen
Author: jochen Date: Mon Jul 31 23:35:54 2006 New Revision: 427466 URL: http://svn.apache.org/viewvc?rev=427466&view=rev Log: Limited dependency scope. Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom

svn commit: r433212 - /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml

2006-08-21 Thread jochen
Author: jochen Date: Mon Aug 21 03:00:37 2006 New Revision: 433212 URL: http://svn.apache.org/viewvc?rev=433212&view=rev Log: Using a SNAPSHOT version of a maven plugin isn't desirable. Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml Modified: webservices/ja

svn commit: r468337 - /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml

2006-10-27 Thread jochen
Author: jochen Date: Fri Oct 27 03:10:27 2006 New Revision: 468337 URL: http://svn.apache.org/viewvc?view=rev&rev=468337 Log: Upgrade JaxMe version to 0.5.2. Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-pl

svn commit: r470547 - /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml

2006-11-02 Thread jochen
Author: jochen Date: Thu Nov 2 14:13:32 2006 New Revision: 470547 URL: http://svn.apache.org/viewvc?view=rev&rev=470547 Log: Updated the repository URL's. Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml Modified: webservices/jaxme/trunk/ws-jaxme/maven-jax

svn commit: r501442 - /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml

2007-01-30 Thread jochen
Author: jochen Date: Tue Jan 30 08:13:24 2007 New Revision: 501442 URL: http://svn.apache.org/viewvc?view=rev&rev=501442 Log: Using 0.5.3-SNAPSHOT now. Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom

svn commit: r746617 - /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml

2009-02-21 Thread jochen
Author: jochen Date: Sun Feb 22 02:34:21 2009 New Revision: 746617 URL: http://svn.apache.org/viewvc?rev=746617&view=rev Log: The plugins POM is now inheriting from the JaxMe parent POM. Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml Modified: webservices/jaxme/t

svn commit: r746623 - /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml

2009-02-21 Thread jochen
s is available in the classpath. Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml URL: http://svn.apache.org/viewvc/webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml?rev=746623&r1=746622&r2

svn commit: r356601 [3/3] - in /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin: ./ src/main/java/org/apache/ws/jaxme/maven/plugins/ src/schema/ src/site/ src/site/apt/

2005-12-13 Thread jochen
Added: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src/site/apt/goals.apt URL: http://svn.apache.org/viewcvs/webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src/site/apt/goals.apt?rev=356601&view=

svn commit: r356601 [1/3] - in /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin: ./ src/main/java/org/apache/ws/jaxme/maven/plugins/ src/schema/ src/site/ src/site/apt/

2005-12-13 Thread jochen
Author: jochen Date: Tue Dec 13 12:00:57 2005 New Revision: 356601 URL: http://svn.apache.org/viewcvs?rev=356601&view=rev Log: Initial commit Added: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src/main/java/org/ap

svn commit: r378674 - in /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin: pom.xml src/changes/ src/changes/changes.xml src/main/java/org/apache/ws/jaxme/maven/plugins/JaxMeGoal.java src/site/apt/

2006-02-17 Thread jochen
ources to the compilers input didn't happen if they were uptodate. Thanks to Anthony Vito Added: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src/changes/ webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src/changes/changes.xml Modified: webservices/jaxme/trunk/w

svn commit: r417709 - in /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin: .settings/ .settings/org.eclipse.jdt.core.prefs pom.xml

2006-06-28 Thread jochen
Author: jochen Date: Wed Jun 28 03:04:59 2006 New Revision: 417709 URL: http://svn.apache.org/viewvc?rev=417709&view=rev Log: Upgrade to jaxme2-0.5.2-SNAPSHOT. Added: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/.settings/ webservices/jaxme/trunk/ws-jaxme/maven-jaxme-pl

svn commit: r356624 - in /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin: pom.xml src/site/apt/use.apt

2005-12-13 Thread jochen
Author: jochen Date: Tue Dec 13 13:12:24 2005 New Revision: 356624 URL: http://svn.apache.org/viewcvs?rev=356624&view=rev Log: (empty) Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src/site/apt/use.apt Modi

svn commit: r356635 - in /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin: pom.xml src/site/apt/use.apt

2005-12-13 Thread jochen
Author: jochen Date: Tue Dec 13 14:30:57 2005 New Revision: 356635 URL: http://svn.apache.org/viewcvs?rev=356635&view=rev Log: Fixed the snapshot repository settings again. :-( Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml webservices/jaxme/trunk/ws-jaxme/m

svn commit: r366956 - in /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin: pom.xml src/site/apt/use.apt

2006-01-07 Thread jochen
Author: jochen Date: Sat Jan 7 16:31:29 2006 New Revision: 366956 URL: http://svn.apache.org/viewcvs?rev=366956&view=rev Log: Release 1.0.1, using JaxMe 0.5.1. Modified: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/pom.xml webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin

svn commit: r356600 - in /webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src: ./ main/ main/java/ main/java/org/ main/java/org/apache/ main/java/org/apache/ws/ main/java/org/apache/ws/jaxme/ main

2005-12-13 Thread jochen
Author: jochen Date: Tue Dec 13 12:00:39 2005 New Revision: 356600 URL: http://svn.apache.org/viewcvs?rev=356600&view=rev Log: Initial commit Added: webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src/ webservices/jaxme/trunk/ws-jaxme/maven-jaxme-plugin/src/main/ webserv