Re: genapp question

2003-10-13 Thread dion
"R. Matt Barnett" <[EMAIL PROTECTED]> wrote on 14/10/2003 02:49:08 PM: > When I invoke: > > maven -Dpackage=com.mycompany.app genapp > > as per the user guide, I see: > > __ __ > | \/ |__ _Apache__ ___ > | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ > |_| |_\__,_|\_/\___|_||_| v. 1.

genapp question

2003-10-13 Thread R. Matt Barnett
When I invoke: maven -Dpackage=com.mycompany.app genapp as per the user guide, I see: __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT Attempting to download commons-jelly-tags-interaction-20030211.143817.jar. .

Eclipse plugin v1.5 released.

2003-10-13 Thread dion
The Maven team is pleased to announce the Eclipse plugin 1.5 release! http://maven.apache.org/reference/plugins/eclipse/ The Maven Eclipse plugin generates eclipse configuration files, such as .classpath, .project as well as allowing Maven to execute as an external tool within Eclipse. Fixed in

Jelly class loading mystery

2003-10-13 Thread Sri Sankaran
In trying to debug some problems with a custom tag library, I am trying to understand how the library classes are loaded. Here's what I (think) I understand: XML namespace declarations in the plugin.jelly translate to o.a.c.jelly.parser.XMLParser loading the file named in the declaration. In o

[OT] jalopy plugin

2003-10-13 Thread Nathan Coast
Hi, anyone know where to find a definition of the elements available in the jalopy_convention.xml? The jalopy website talks about the available configuration options but there's no mention of what you have to modify in the conventions xml file to achieve these changes. cheers Nathan ---

Re: absolute paths with eclipse:generate-classpath

2003-10-13 Thread dion
Marc Portier <[EMAIL PROTECTED]> wrote on 14/10/2003 05:54:33 AM: > Hi again, > > found this: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-407 > > which pointed me (more or less) to downloading: > http://www.ibiblio.org/maven/maven/plugins/maven-eclipse-plugin-1.5- > SNAPSHOT.jar >

Re: Problems with cactus plugin maven rc1

2003-10-13 Thread J. Joseph Benavidez
I'm seeing this too... (running on linux): [jjb ~/work/bubba] maven cactus:init __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0-rc1-SNAPSHOT Attempting to download commons-jelly-tags-velocity-SNAPSHOT.jar. Attempting to downl

Re: absolute paths with eclipse:generate-classpath

2003-10-13 Thread Marc Portier
Hi again, found this: http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-407 which pointed me (more or less) to downloading: http://www.ibiblio.org/maven/maven/plugins/maven-eclipse-plugin-1.5-SNAPSHOT.jar and saving it in my $MAVEN_HOME/repository solved the issue. I do have the feeling

How to make xdoc do a server-side include

2003-10-13 Thread Chad Woolley
Hello, I currently have my app's site in PHP. I use PHP's file include mechanism to reuse common bits of html across multiple pages (for example, my spambot-proof email address). How can I do this same thing with xdoc? I read the xdoc plugin docs and the links it had, but didn't find anythin

absolute paths with eclipse:generate-classpath

2003-10-13 Thread Marc Portier
Hi all, when calling goal eclipse:generate-classpath on the project.xml (in dir c:\projects\eclipse\maven-tryout) holding this snippet: src/java results in a .classpath file holding an *absolute path* for the src-classpath-entry: Really don't know if this is as should be

Re: Trying to include j2ee.jar

2003-10-13 Thread Steve Lewis
Okay, I got it to work by just using the local repo, adding a j2ee/ directory and putting the jar in jars/. I should have read a bit more before trying the mailing list. Thanks, Steve --- Martin Jaeger <[EMAIL PROTECTED]> wrote: > Hi Steve > > If you don't want to use the maven jar system > (ce

RE: Trying to include j2ee.jar

2003-10-13 Thread Steve Garcia
> I'm very new to maven and I'm trying to figure out how > to include j2ee.jar as a dependency. > > Is it possible to do a "file://" in the URL, like so: > > > j2ee > > file:///c:\\java\\j2sdkee1.3.1\\lib\\j2ee.jar > j2ee.jar > You should put your j2ee.jar int

Re: Trying to include j2ee.jar

2003-10-13 Thread Martin Jaeger
Hi Steve If you don't want to use the maven jar system (central repository) you can override the stated dependencies. Please refer to: http://maven.apache.org/reference/user-guide.html#Storing JARs in CVS Bye Martin On Mon, 13 Oct 2003, Steve Lewis wrote: > From: Steve Lewis <[EMAIL PROTECTED

Trying to include j2ee.jar

2003-10-13 Thread Steve Lewis
I'm very new to maven and I'm trying to figure out how to include j2ee.jar as a dependency. Is it possible to do a "file://" in the URL, like so: j2ee file:///c:\\java\\j2sdkee1.3.1\\lib\\j2ee.jar j2ee.jar Something tells me I'm going about this comple

Custom tag not being invoked

2003-10-13 Thread Sri Sankaran
Using: Maven 1.0 rc1 Problem: A tag from my custom tag library is not being invoked from the plugin.jelly I have written & installed (to my local repository) a custom tag library. I am now trying to use a tag from this library in a plug-in I am writing. The plug-in correctly states the depende

[junit-report plugin] order of the testMethods

2003-10-13 Thread Raphaël Piéroni
hello list, i have found a strange bug : the execution order of the test methods of a junit test case is : - in the same order as writen in the test class using maven-b10 on windows - in the reverse order using maven-b10 on linux (debian) is here the rigth place to post ? R = ---

Re: Use Ant Task in Maven ?

2003-10-13 Thread Dominik Dahlem
This site might help you: http://xdoclet.sourceforge.net/maven-plugin.html Dominik On Mon, 2003-10-13 at 08:32, Eric Chow wrote: > Hello, > > How can I use Ant task in Maven ? > > I want to use XDoclet Ant task in Maven, how can I do it? > > Eric > > == > If you kno

Re: Use Ant Task in Maven ?

2003-10-13 Thread dion
Same as you do in Ant, except place the tasks/targets in maven.xml -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Eric Chow" <[EMAIL PROTECTED]> wrote on 13/10/2003 05:32:52 PM: > Hello, > > How can I use Ant task in Maven ? > > I want to use XDoclet A

Re: the putpose of .classpath

2003-10-13 Thread dion
it's the build time classpath used by the Eclipse IDE. -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ "Eric Chow" <[EMAIL PROTECTED]> wrote on 13/10/2003 05:32:06 PM: > Hello, > > What is the ".classpath" used for ??? > > Best regards, > Eric > > =

Re: castor plugin

2003-10-13 Thread Nathan Coast
No problem, what functionality would you like? the ability to specify one package for each xsd? Tim Anderson wrote: Thats fine, so long as there is only a single target package. In the two projects where I use castor, I have several. Feel free to submit a patch - just don't break the existing b

Use Ant Task in Maven ?

2003-10-13 Thread Eric Chow
Hello, How can I use Ant task in Maven ? I want to use XDoclet Ant task in Maven, how can I do it? Eric == If you know what you are doing, it is not called RESEARCH! == - To uns

the putpose of .classpath

2003-10-13 Thread Eric Chow
Hello, What is the ".classpath" used for ??? Best regards, Eric == If you know what you are doing, it is not called RESEARCH! == - To unsubscribe, e-mail: [EMAIL PROTECTED] For a