Re: Maven 2 can't find plugins

2007-02-13 Thread Craig S. Cottingham
? -- Craig S. Cottingham [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[m2] Maven project descriptor documentation is wrong

2005-10-20 Thread Craig S . Cottingham
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to http://maven.apache.org/maven2/maven-model/maven.html, the testResources element contains resource elements. According to the XSD, they're testResource elements. Should I file a bug in JIRA? If so, under what? - -- Craig S

Re: SCM Tagging / Releasing

2005-09-29 Thread Craig S . Cottingham
while you're tagging a release. - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFDPBhCEJLQ3Hl395wRAvDBAKDTl4ASMLGEaO82Vvojy/ssuS5mrACdFGHy H

Re: SCM Tagging / Releasing

2005-09-29 Thread Craig S . Cottingham
, it will. :-) - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFDPCG2EJLQ3Hl395wRAmrqAJ95AhoJwvmjtT8WnmIzgSRxAGyGSwCfSMxK IaoH8istjLM2tqp1bTXQ3co= =ELFg -END PGP

Re: Getting a file from HTTP

2005-09-19 Thread Craig S . Cottingham
://svnbook.red-bean.com/en/1.1/ch07s04.html It's like a symlink to a directory in a different repository. - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin

Re: Jar tampered while transiting from repository?

2005-08-25 Thread Craig S . Cottingham
much of an assurance is this? If the jar file has been tampered with, couldn't the MD5 sum *also* have been tampered with? - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C -BEGIN PGP SIGNATURE- Version: GnuPG

Re: Why is the version not appended to target/blah.war?

2005-08-23 Thread Craig S . Cottingham
a function of the warfile name. (For instance, myapp.war might be deployed to http://www.example.com/myapp;.) If the warfile name changes, the URL changes -- and that's probably undesired behavior. - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks

Re: Maven/Spring Testing

2005-08-20 Thread Craig S . Cottingham
that they have lives outside of providing free support for open source software. - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin

Re: [M1] Developer Information

2005-08-15 Thread Craig S . Cottingham
this information for a project, depending on which team is working on it. ... Any ideas? It doesn't matter if I have to run a task with does a copy and paste for me, or is it a case of myself doing the copying and pasting? XML entities, or XSLT. - -- Craig S. Cottingham [EMAIL PROTECTED

Re: Dependency question

2005-08-04 Thread Craig S . Cottingham
to update. Hope this helps. - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFC8j06EJLQ3Hl395wRAlmhAJwMypVWEJUd5tooEXBo41/M2okPfwCeJFJR

Re: How to add external libraries (first post)

2005-07-27 Thread Craig S . Cottingham
version1.2.2/version dependency Maven will build the URL http://www.ibiblio.org/maven/springframework/jars/spring-1.2.2.jar If the type element is omitted from the declaration, Maven assumes a value of jar. - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http

Re: Maven2: dependencies with non-conformant file names.

2005-04-22 Thread Craig S . Cottingham
info, and can parse it or split it up or whatever and use that information to retrieve or generate the dependency as needed. I would think the biggest concern with generating dependencies on the fly would be keeping the HTTP connection from timing out. Interesting idea, though. - -- Craig S

Re: Problem deploying to remote repository an artifact that already exists

2005-03-23 Thread Craig S . Cottingham
executing FTP command Check the file permissions on the artifact in the remote repository. It looks like the user you're using to deploy the artifact doesn't have the correct permissions to overwrite the file. - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu

Re: Handling Dependencies

2005-03-15 Thread Craig S . Cottingham
a *-snapshot goal since. The issue in JIRA has also been closed. I say good riddance. :-) - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin

Re: value between projects - Global scope.

2005-03-10 Thread Craig S . Cottingham
. - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFCMGGxEJLQ3Hl395wRAtI4AJ4/isNG53ZNjgrdGWTZ5M+aMa/RmACcCnrc g+FwBzL824sOXMvhghT3bZ4= =MIPy -END PGP

Re: string replace

2005-03-09 Thread Craig S . Cottingham
ant:fileset dir=${maven.war.src}/WEB-INF/jsp/tiles ant:include name=footer.jsp / /ant:fileset ant:filterset ant:filter token=VERSION value=${pom.currentVersion} / /ant:filterset /ant:copy - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from

How to reference a dependency by filename?

2005-03-09 Thread Craig S . Cottingham
way to accomplish what I'm trying to accomplish? - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin

Re: How to reference a dependency by filename?

2005-03-09 Thread Craig S . Cottingham
happens. I'll post back with the results. Best regards from (today grey) Black Forrest, And mine from overcast and slightly chilly Kansas. :-) - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C -BEGIN PGP SIGNATURE

Re: adding a jar to the unit test classpath

2005-03-02 Thread Craig S . Cottingham
would want to unjar to ${basedir}/target/test-classes. - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin

Re: SCM 1.5 Plugin Beta 3

2005-01-20 Thread Craig S . Cottingham
about that. It's always something, isn't it? The project.xml I get from that URL starts with project extend../plugin-parent/project.xml/extend and I can't find plugin-parent anywhere up or down the URL path on svn.apache.org. - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available

Re: SCM 1.5 Plugin Beta 3

2005-01-19 Thread Craig S . Cottingham
into the wild yet? - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.4 (Darwin) iD8DBQFB7ps/EJLQ3Hl395wRAshVAKDVC/nhJaQTkxZ6FvO/5D6uQrY6/gCfbpB5 B38K0SwF4BZyufXleY4MlqA

Re: SCM 1.5 Plugin Beta 3

2005-01-19 Thread Craig S . Cottingham
? Right now, I'm trying to figure out how to get it to work with Subversion by reading the docs for the previous version on maven.apache.org and sifting through plugin.jelly, but it's slow going. - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup

Re: Reference the classpath of all the maven dependencies

2004-12-30 Thread Craig S . Cottingham
=maven.dependency.classpath / ant:pathelement path=${maven.build.dest} / /ant:classpath ant:arg value=an_arg / /ant:java /goal - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C -BEGIN PGP SIGNATURE

Re: How should I use SNAPSHOT?

2004-11-17 Thread Craig S . Cottingham
deploying or installing A, use the -snapshot variant of the appropriate goal (eg, maven jar:install-snapshot). -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C

Re: newbie error when running maven java:compile

2004-11-03 Thread Craig S . Cottingham
using. Any help is greatly appreciated. - dkrebs [ ... ] sourceDirectory${basedir}/src/java/*/sourceDirectory The asterisk at the end of the sourceDirectory value looks suspicious to me. ${basedir}/src/java should be sufficient. -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available

Re: changing to SNAPSHOT version does not work either

2004-10-28 Thread Craig S . Cottingham
artifactIdcom.abc.def.B/artifactId versionSNAPSHOT/version /dependency -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C

Re: running the project out of maven.xml

2004-10-20 Thread Craig S . Cottingham
This requires defining classname on the command line, like: maven -Dclassname=net.cottingham.Test run -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C

Re: Compatibility with Ant 1.6?

2004-10-14 Thread Craig S . Cottingham
cause Maven to stop working. And if Maven is still working, why would I abandon it? Certainly not just because there's a newer version of Ant available. -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C

Re: Multiple Versions of an Artifact

2004-10-12 Thread Craig S . Cottingham
. Contact me off-list if you want me to go into more detail. -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: snapshot not being downloaded?

2004-10-08 Thread Craig S . Cottingham
Getting URL: http://someserver/someitem sending == If-Modified-Since: mer., 06-oct.-04 14:20:19 GMT 2004-10-06 was a Wednesday. -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C

Re: running app

2004-09-14 Thread Craig S . Cottingham
ant:classpath ant:path refid=maven.dependency.classpath / ant:pathelement path=${maven.build.dest} / /ant:classpath /ant:java /goal -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C

Re: Test Dependencies

2004-09-12 Thread Craig S . Cottingham
... -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Always Attempting to download .... Snapshot ....

2004-09-02 Thread Craig S . Cottingham
version is SNAPSHOT, because there might be a newer version available. [1] Okay, if you pass the -o command-line to Maven, it won't try to download new snapshots. But that's a whole other topic. -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks

Re: JavaMail on ibiblio

2004-08-20 Thread Craig S . Cottingham
a Perl script to generate it. :-) -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: JavaMail on ibiblio

2004-08-20 Thread Craig S . Cottingham
On Aug 20, 2004, at 08:56, Peter Bright wrote: You mean you're looking for something like http://www.ibiblio.org/maven/layout.html only up-to-date? That's a good start. I'm guessing it's not that well known, since this is the first reference to it that has been made. -- Craig S. Cottingham

Re: Unit testing with Hypersonic

2004-08-05 Thread Craig S . Cottingham
be :-), you should be able to do something similar. Hope this helps. -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C - To unsubscribe, e-mail: [EMAIL

Re: Unit testing with Hypersonic

2004-08-05 Thread Craig S . Cottingham
the problem of schema changes being made and then dropped before the tests run. -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C - To unsubscribe, e-mail

Re: problem using snapshots in JAR override

2004-07-23 Thread Craig S . Cottingham
-snapshot, war:install, ejb:install, ejb:install-snapshot etc goals used to do. /me cheers I was afraid the enhancement I had raised in JIRA had been swept under the rug. :-) -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C

Re: jar:deploy* over scpexe failing inexplicably

2004-07-22 Thread Craig S . Cottingham
manually, using scp on the command line? -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Remote Repositories

2004-07-20 Thread Craig S . Cottingham
or maven.repo.remote=file:///path/to/remote/repo Caveat: I've never done this myself. -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C - To unsubscribe, e

jar:deploy* over scpexe failing inexplicably

2004-07-16 Thread Craig S . Cottingham
. Thanks in advance for any advice that's offered. -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Log4j.xml in classpath when running tests

2004-07-15 Thread Craig S . Cottingham
resource directory${basedir}/src/test/conf/directory includes include*.properties/include !-- this is the line of interest -- includelog4j.xml/include /includes /resource /resources /unitTest -- Craig S

scp protocol not working in jar:deploy-snapshot?

2004-07-13 Thread Craig S . Cottingham
? By changing the protocol in project.properties to scpexe: maven.repo.server1=scpexe://server1.(my_employer).com jar:deploy-snapshot works fine. User head space, or genuine issue? -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch

plugin:download failing in 1.0 final

2004-07-13 Thread Craig S . Cottingham
: org.apache.commons.jelly.tags.interaction.InteractionTagLibrary java.lang.ClassNotFoundException: org.apache.commons.jelly.tags.interaction.InteractionTagLibrary at java.net.URLClassLoader$1.run(URLClassLoader.java:199) ... -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371

Re: plugin:download failing in 1.0 final

2004-07-13 Thread Craig S . Cottingham
On Jul 13, 2004, at 16:34, Carlos Sanchez wrote: It works for me, you'll have to tell us more. Try with -X option. Well, phooey. I cleared out my .maven directory (again) and reran the goal with -X, and it worked. I just filed two bugs in JIRA; I wonder if *they* will work now -- Craig S

Re: dependency should use artifactId not id

2004-07-07 Thread Craig S . Cottingham
development to labeled release, the second goal changes to jar:install, but the top-level Maven goal remains install. I've started adding something similar for CruiseControl, but that's a topic for another thread. -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu

Re: howto: request committer status

2004-06-29 Thread Craig S . Cottingham
contribute for a period of time and one of the existing committers will nominate you for commit status. Sounds like a catch-22. IIRC, Brill has been told that even if he produces a patch to do what he wants, it won't be applied. -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http

Re: Al Robertson is out of the office.

2004-06-07 Thread Craig S . Cottingham
will respond to your message when I return. Let's just all go by his office (since he's obviously out for another week) and rearrange his stuff. - -- Craig S. Cottingham [EMAIL PROTECTED] OpenPGP key available from: http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x7977F79C -BEGIN PGP SIGNATURE

Re: Problem with JIRA filing upload request

2004-04-30 Thread Craig S. Cottingham
On Fri, 2004-04-30 at 04:12, Emmanuel Venisse wrote: - Original Message - On Tue, 2004-04-27 at 23:19, Craig S. Cottingham wrote: I'm trying to file an upload request I fixed it in cvs with http://jira.codehaus.org/secure/CreateIssue.jspa?pid=10367issuetype=3 Is it ok now

Problem with JIRA filing upload request

2004-04-27 Thread Craig S. Cottingham
, and a description, but when I click Create I'm returned to the same page, with no error information displayed. -- Craig S. Cottingham [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: preGoal not invoked

2004-04-13 Thread Craig S. Cottingham
please help. The pregoal element should be at the same level as the goal element, not nested inside it. -- Craig S. Cottingham [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: How to implement a nightly build system in maven

2004-04-05 Thread Craig S. Cottingham
On Mon, 2004-04-05 at 10:15, Lester Ward wrote: My only real problem with this is that I want the daily build to happen whether it needs to or not Out of curiosity, why? What's the point of tying up CPU cycles when you know the build products are going to be the same? -- Craig S. Cottingham

Re: Form feed character in license file kills xml transformation

2004-03-18 Thread Craig S. Cottingham
is 0C hexadecimal. I'm guessing that something tried translating the entity for the form feed character to hex notation (either in the XML translation or the error reporting) and got it wrong. #c is not a valid XML entity, but #xc is, I believe. -- Craig S. Cottingham [EMAIL PROTECTED

Re: / /OREF:CPTDC853 commons-digester issue in my JUnit test

2004-03-16 Thread Craig S. Cottingham
* so; I've got a Maven project that depends on Digester, and I'm using version 1.5 successfully. The only thing I can think of is that maybe your copy of commons-digester-1.5.jar is corrupted. That's a shot in the dark, and I'm not very confident that it's really the problem. -- Craig S

Re: Basic Maven Question - Dependencies

2004-02-13 Thread Craig S. Cottingham
in project.properties to list only the modules you want to include in this subset. Build as above. Hope this helps. -- Craig S. Cottingham [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Upload request; can't add to JIRA

2004-01-23 Thread Craig S. Cottingham
nameApache Software License, Version 1.1/name urlhttp://www.apache.org/LICENSE/url /license /licenses /project -- Craig S. Cottingham [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: How to get XSLT working within MAVEN

2003-12-03 Thread Craig S. Cottingham
write a XSLT plugin using DynaTags, i.e. allowing you to pass the parameter dynamically Hmm. Is there room in the fire for *one* more iron? :-) Thanks for your comments -- Craig S. Cottingham [EMAIL PROTECTED] - To unsubscribe

RE: Multiple Seperate Database Projects

2003-12-02 Thread Craig S. Cottingham
/maven/bin/maven arg value=generate-postgresql-ddl / /ant:exec attainGoal name=jar:install / /goal -- Craig S. Cottingham [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: [VOTE] The Maven Logo

2003-11-26 Thread Craig S. Cottingham
Somebody email Mike Godwin, and tell him we have a counterexample to his Law ( http://info.astrian.net/jargon/terms/g/Godwin_s_Law.html ). Can we please drop this thread now, and get back to talking about Maven? -- Craig S. Cottingham [EMAIL PROTECTED

Re: server?

2003-11-18 Thread Craig S. Cottingham
part of it was visible here in Kansas City. I suspect something big and ugly happened to somebody's router tables somewhere in the middle. -- Craig S. Cottingham [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

Controlling snapshot or not in POM or properties?

2003-09-18 Thread Craig S. Cottingham
with -dev for those jars in flux, while those which are frozen will not end with -dev? -- Craig S. Cottingham [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

How to downgrade a plugin?

2003-09-09 Thread Craig S. Cottingham
about doing this, (a) making sure all references to 1.2-SNAPSHOT are changed and (b) ensuring that 1.2-SNAPSHOT doesn't get downloaded and reinstalled the next time I run Maven? -- Craig S. Cottingham [EMAIL PROTECTED

RE: How to downgrade a plugin?

2003-09-09 Thread Craig S. Cottingham
. Thanks for your response. -- Craig S. Cottingham [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: XMLTask and Maven

2003-08-21 Thread Craig S. Cottingham
, unsuccessfully. For some reason I can't get the classpath right so that XMLTask can find Xalan. I converted a working Ant environment to Maven, so I had a build.xml in which XMLTask worked. I pared build.xml down to just a target with the xmltask task, and I call it from maven.xml. -- Craig S

j2ee:validate-war goal

2003-08-19 Thread Craig S. Cottingham
still complains that it can't find /mywebapp.war -- it never seems to look for ${basedir}/target/mywebapp.war. Am I missing something? -- Craig S. Cottingham [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: XSLT transformation as maven-goal

2003-08-18 Thread Craig S. Cottingham
was discussing this last week. Check if they got a solution, and if so definitely let us know the answer! I scoured the archive for the mailing list, with similar lack of success. -- Craig S. Cottingham [EMAIL PROTECTED] - To unsubscribe

RE: XSLT transformation as maven-goal

2003-08-18 Thread Craig S. Cottingham
} / ant:arg line=-f project-ant.xml / ant:arg value=generate-sql / /ant:exec This is how I'm not completely mental. I can do what needs to be done in Ant; it's just in Maven that I can't get it to work. -- Craig S. Cottingham [EMAIL PROTECTED