RE: RC2?

2004-02-24 Thread Jörg Schaible
Brett Porter wrote on Tuesday, February 24, 2004 11:00 PM:

> http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030&re
> port=roadmap 
> 
> 4 small outstanding issues that have cropped up.

Brett,

can you comment about this?
http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-1154

You set this to "closed", but if I build RC2 I still have inheritance for all my 
elements (reports, developers, ...)

Regards,
Jörg

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [MAVEN-PROXY] repository proxy local-repo.copy

2004-02-24 Thread Ben Walding
The wiki was (I've updated it) a little misleading. 

* SNAPSHOTs are not updated - I'm not 100% sure how I want to handle 
this at present
* That repo.local-repo.copy thing is a new feature I'm currently 
adding.  Still wrestling with doing it cleanly and what it means.

I should be pushing out a release in the next week that will be more 
useful in a corporate setting where you want to release internal 
projects to the proxy cleanly.

Cheers,

Ben

Kalaveshi, Adrian wrote:

I'm using the jars from the wiki.  I'm only trying to exercise the
repo.local-repo.copy property -- should this work?  I'd like it to *not*
copy jars from the repository to the proxy when they're requested from the
proxy.
There's a bullet item on the wiki that says:

 

It is maven aware - eg. SNAPSHOTs can be given a schedule for removal etc.
   

What does this mean?  Should a SNAPSHOT in the proxy automatically be
updated when a new one becomes available in the repository?  I'm not
currently seeing this behavior.
-Original Message-
From: Ben Walding [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 24, 2004 4:42 PM
To: Maven Users List
Subject: Re: repository proxy local-repo.copy
Probably best not to use maven-proxy from CVS at the moment as I'm in 
the middle of trying to work out a sane way to do all this.

Just use the config and jars from the wiki.

Kalaveshi, Adrian wrote:

 

Greetings --

My maven-proxy.properties file contains the following:

repo.local.store=/export/repository-proxy
repo.local-repo.url=file:/export/repository
repo.local-repo.copy=false
As you can see, the proxy and the repository exist on the same machine.  I
can't get the repo.local-repo.copy property to work.  Every time a request
it made to the proxy for a jar that is available on the repository, it gets
copied over.  This seems to cause problems when  using SNAPSHOT versions of
jars.  The jars in /export/repository-proxy never get updated.  Is this a
bug?  Am I missing something?
Thanks,
-adrian-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


   



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: repository proxy local-repo.copy

2004-02-24 Thread Kalaveshi, Adrian
I'm using the jars from the wiki.  I'm only trying to exercise the
repo.local-repo.copy property -- should this work?  I'd like it to *not*
copy jars from the repository to the proxy when they're requested from the
proxy.

There's a bullet item on the wiki that says:

>It is maven aware - eg. SNAPSHOTs can be given a schedule for removal etc.

What does this mean?  Should a SNAPSHOT in the proxy automatically be
updated when a new one becomes available in the repository?  I'm not
currently seeing this behavior.

-Original Message-
From: Ben Walding [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 24, 2004 4:42 PM
To: Maven Users List
Subject: Re: repository proxy local-repo.copy


Probably best not to use maven-proxy from CVS at the moment as I'm in 
the middle of trying to work out a sane way to do all this.

Just use the config and jars from the wiki.

Kalaveshi, Adrian wrote:

>Greetings --
>
>My maven-proxy.properties file contains the following:
>
>repo.local.store=/export/repository-proxy
>repo.local-repo.url=file:/export/repository
>repo.local-repo.copy=false
>
>As you can see, the proxy and the repository exist on the same machine.  I
>can't get the repo.local-repo.copy property to work.  Every time a request
>it made to the proxy for a jar that is available on the repository, it gets
>copied over.  This seems to cause problems when  using SNAPSHOT versions of
>jars.  The jars in /export/repository-proxy never get updated.  Is this a
>bug?  Am I missing something?
>
>Thanks,
>-adrian-
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>  
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: repository proxy local-repo.copy

2004-02-24 Thread Ben Walding
Probably best not to use maven-proxy from CVS at the moment as I'm in 
the middle of trying to work out a sane way to do all this.

Just use the config and jars from the wiki.

Kalaveshi, Adrian wrote:

Greetings --

My maven-proxy.properties file contains the following:

repo.local.store=/export/repository-proxy
repo.local-repo.url=file:/export/repository
repo.local-repo.copy=false
As you can see, the proxy and the repository exist on the same machine.  I
can't get the repo.local-repo.copy property to work.  Every time a request
it made to the proxy for a jar that is available on the repository, it gets
copied over.  This seems to cause problems when  using SNAPSHOT versions of
jars.  The jars in /export/repository-proxy never get updated.  Is this a
bug?  Am I missing something?
Thanks,
-adrian-
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Using ANT build.xml in Maven?

2004-02-24 Thread Brett Porter
There is user documentation on the web site that describes maven.xml in more
detail - but you just need to wrap the below in the following tag:


...


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 25 February 2004 11:15 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Using ANT build.xml in Maven?
> 
> 
> Hi, how does one properly add the following to the maven.xml? 
>  Now, should I put the typedefs in the maven.xml instead of 
> the project.xml?
> 
> Thanks,
> 
> -Conrad
> 
> > except you wrap a "" around a target perhaps ... your command 
> > line
> > would work the same.
> > You can pretty much stuff all taskdefs, typedefs, and all 
> that right 
> > inside your project.xml, Maven is an Ant wrapper in that.
> > 
> > 
> >inheritRefs="true" target="target1">
> > 
> >   
> >   
> > 
> > 
> > etc.
> > 
> > [EMAIL PROTECTED] wrote:
> > 
> > >Hi, my boss just wants me to use the existing ANT 
> build.xml until we 
> > >can get a correct multiproject setup (i.e. maven.xml, 
> > >project.properties, and build.properties).  At this time, 
> the project 
> > >generates 14 artifacts; mostly JARs and EJB-JARs.  
> Finally, I would 
> > >simply like to reuse my build.xml to get it done for now.  Thus, 
> > >typing 'maven' at the command prompt:
> > >
> > >'maven' would map to 'ant all'
> > >
> > >because I have the following:
> > >
> > >
> > >
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > >
> > >
> > >
> > >Thus, I would like to put the above inside the maven.xml 
> and able to 
> > >execute the tagets as maven goals.  Is this possible?  For example,
> > >
> > >maven target1
> > >maven target2
> > >maven all
> > >maven clean
> > >maven clobber
> > >
> > >and so on.  However, I would like to do it in such a way 
> to maintain 
> > >the integrity of the same build.xml for both Maven and 
> ANT.  Thus, if 
> > >I make changes to the build.xml file, I don't have to make 
> changes to 
> > >the maven.xml because the maven.xml simply references the 
> build.xml.  
> > >Is this possible?
> > >
> > >Thanks in advance,
> > >
> > >-Conrad
> > >
> > >  
> > >
> > >>Do you want to run an external ant file from within your maven
> > >>project.xml, is that it?  What Brett said and:
> > >>
> > >>http://ant.apache.org/manual/CoreTasks/ant.html
> > >> target="compile"/>
> > >>
> > >>that's what I use.  Some of the people around here "get" Ant, but 
> > >>not
> > >>Maven, I have to do this to make their projects work sometimes.
> > >>
> > >>Brett Porter wrote:
> > >>
> > >>
> > >>
> > >>>Maven.xml:
> > >>>
> > >>>
> > >>>
> > >>> 
> > >>>
> > >>>
> > >>>
> > >>>But you'll be poorer for it :)
> > >>>
> > >>>- Brett
> > >>>
> > >>> 
> > >>>
> > >>>  
> > >>>
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, 24 February 2004 9:35 AM
> > To: [EMAIL PROTECTED]
> > Subject: Using ANT build.xml in Maven?
> > 
> > 
> > Hi, I was wondering, is it possible to use a build.xml in
> > Maven until you have configured the necessary pieces.  If so, 
> > does anyone have any documentation on how to perform this task?
> > 
> > Thanks in advance,
> > 
> > -Conrad
> > 
> > 
> > 
> --
> > ---
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> >    
> > 
> > 
> > 
> > >>> 
> > >>>
> > >>>  
> > >>>
> > 
> >>
> > >>-
> > >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >>For additional commands, e-mail: [EMAIL PROTECTED]
> > >>
> > >>
> > >>
> > >>
> > >
> > 
> >-
> > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > >For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > >  
> > >
> > 
> > 
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


Re: Using ANT build.xml in Maven?

2004-02-24 Thread conradwt
Hi, how does one properly add the following to the maven.xml?  Now, should I put the 
typedefs in the maven.xml instead of the project.xml?

Thanks,

-Conrad

> except you wrap a "" around a target perhaps ... your command line 
> would work the same.
> You can pretty much stuff all taskdefs, typedefs, and all that right 
> inside your project.xml, Maven is an Ant wrapper in that.
> 
> 
>   
> 
>   
>   
> 
> 
> etc.
> 
> [EMAIL PROTECTED] wrote:
> 
> >Hi, my boss just wants me to use the existing ANT build.xml until we can get a 
> >correct multiproject setup (i.e. maven.xml, project.properties, and 
> >build.properties).  At this time, the project generates 14 artifacts; mostly JARs 
> >and EJB-JARs.  Finally, I would simply like to reuse my build.xml to get it done 
> >for now.  Thus, typing 'maven'
> >at the command prompt:
> >
> >'maven' would map to 'ant all'
> >
> >because I have the following:
> >
> >
> >
> > 
> > 
> > 
> > 
> > 
> >
> >
> >
> >Thus, I would like to put the above inside the maven.xml and able to execute the
> >tagets as maven goals.  Is this possible?  For example,
> >
> >maven target1
> >maven target2
> >maven all
> >maven clean
> >maven clobber
> >
> >and so on.  However, I would like to do it in such a way to maintain the integrity
> >of the same build.xml for both Maven and ANT.  Thus, if I make changes to the 
> >build.xml file, I don't have to make changes to the maven.xml because the maven.xml
> >simply references the build.xml.  Is this possible?
> >
> >Thanks in advance,
> >
> >-Conrad 
> >
> >  
> >
> >>Do you want to run an external ant file from within your maven 
> >>project.xml, is that it?  What Brett said and:
> >>
> >>http://ant.apache.org/manual/CoreTasks/ant.html  
> >>
> >>
> >>that's what I use.  Some of the people around here "get" Ant, but not 
> >>Maven, I have to do this to make their projects work sometimes.
> >>
> >>Brett Porter wrote:
> >>
> >>
> >>
> >>>Maven.xml:
> >>>
> >>>
> >>>
> >>> 
> >>>
> >>>
> >>>
> >>>But you'll be poorer for it :)
> >>>
> >>>- Brett
> >>>
> >>> 
> >>>
> >>>  
> >>>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, 24 February 2004 9:35 AM
> To: [EMAIL PROTECTED]
> Subject: Using ANT build.xml in Maven?
> 
> 
> Hi, I was wondering, is it possible to use a build.xml in 
> Maven until you have configured the necessary pieces.  If so, 
> does anyone have any documentation on how to perform this task?
> 
> Thanks in advance,
> 
> -Conrad
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>    
> 
> 
> 
> >>> 
> >>>
> >>>  
> >>>
> >>-
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >>
> >>
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >  
> >
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



repository proxy local-repo.copy

2004-02-24 Thread Kalaveshi, Adrian
Greetings --

My maven-proxy.properties file contains the following:

repo.local.store=/export/repository-proxy
repo.local-repo.url=file:/export/repository
repo.local-repo.copy=false

As you can see, the proxy and the repository exist on the same machine.  I
can't get the repo.local-repo.copy property to work.  Every time a request
it made to the proxy for a jar that is available on the repository, it gets
copied over.  This seems to cause problems when  using SNAPSHOT versions of
jars.  The jars in /export/repository-proxy never get updated.  Is this a
bug?  Am I missing something?

Thanks,
-adrian-

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: jar jboss-service.xml

2004-02-24 Thread Tim Chen
Here's one way to do it.
   
   ${maven.hibernate.dir}
   ${maven.build.dir}/META-INF
   
   *.xml
   
   
-Tim
thorsten maus wrote:

hi there ..

im working using the multiproject approach ..

my hibernate-jar subrproject creates a jar file containing the 
hibernate classes as well as the
mapping files ..

i also added the properties for xdoclet to create the hibernate 
jboss-service.xml file ...

BUT ..

how do i get this file inside my  hibernate.jar /META-INF file 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: RC2?

2004-02-24 Thread Brett Porter
http://jira.codehaus.org/secure/BrowseProject.jspa?id=10030&report=roadmap

4 small outstanding issues that have cropped up.

http://feeds.codehaus.org/maven/

- Brett

> -Original Message-
> From: Darren Hartford [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, 25 February 2004 5:43 AM
> To: Maven Users List
> Subject: RC2?
> 
> 
> Hey all,
> I'm sure this has been asked a dozen times, but is there a 
> roadmap for RC2?
> 
> Just curious of there is a target timeline and-or 
> shrinking-growing todo list before RC2 and-or features that 
> must be in RC2.
> 
> -D
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


RC2?

2004-02-24 Thread Darren Hartford
Hey all,
I'm sure this has been asked a dozen times, but is there a roadmap for RC2?

Just curious of there is a target timeline and-or shrinking-growing todo list before 
RC2 and-or features that must be in RC2.

-D

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Problems building from cvs

2004-02-24 Thread Tim Pizey
Hi, 

I am having problems building from CVS, 
using Sun Java 1.4.2

I have updated maven and maven-plugins 

For the plugins 
maven -Dgoal=clean,plugin:install multiproject:goal

results in 
+
| Executing clean,plugin:install Maven JIRA Plug-in
| Memory: 12M/18M
+

clean:clean:
[delete] Deleting directory 
/usr/local/packages/inst/maven-plugins/jira/target

clean:

plugin:
java:prepare-filesystem:
[mkdir] Created dir: 
/usr/local/packages/inst/maven-plugins/jira/target/classes

java:compile:
[echo] Compiling to 
/usr/local/packages/inst/maven-plugins/jira/target/classes
[javac] Compiling 1 source file to 
/usr/local/packages/inst/maven-plugins/jira/target/classes
javac: invalid target release:
Usage: javac  
where possible options include:
  -gGenerate all debugging info
  -g:none   Generate no debugging info
  -g:{lines,vars,source}Generate only some debugging info
  -nowarn   Generate no warnings
  -verbose  Output messages about what the compiler is doing
  -deprecation  Output source locations where deprecated APIs are 
used
  -classpath  Specify where to find user class files
  -sourcepath Specify where to find input source files
  -bootclasspath  Override location of bootstrap class files
  -extdirsOverride location of installed extensions
  -d Specify where to place generated class files
  -encoding   Specify character encoding used by source files
  -source  Provide source compatibility with specified 
release
  -target  Generate class files for specific VM version
  -help Print a synopsis of standard options


BUILD FAILED
File.. 
file:/root/.maven/plugins/maven-multiproject-plugin-1.2-SNAPSHOT/plugin.jelly
Element... maven:reactor
Line.. 184
Column 9
Unable to obtain goal [plugin] -- 
file:/root/.maven/plugins/maven-java-plugin-1.3/plugin.jelly:34:48: 
 Compile failed; see the compiler error output for details.
Total time: 49 seconds
Finished at: Tue Feb 24 14:22:41 GMT 2004


For maven 
ant -f build-bootstrap.xml
results in 
[snip]
 [exec] ... 31 more
 [exec] Root cause
 [exec] com.werken.werkz.UnattainableGoalException: Unable to obtain goal 
[test-xdoc] -- 
file:/root/.maven/plugins/maven-xdoc-plugin-1.6-SNAPSHOT/plugin.jelly:327:54: 
 could not include jelly script: 
file://root/.maven/plugins/maven-xdoc-plugin-1.6-SNAPSHOT/plugin-resources/site.jsl. 
Reason: org.apache.commons.jelly.JellyException: null:-1:-1:  Could not 
parse Jelly script
 [exec] at com.werken.werkz.Goal.fire(Goal.java:646)

[snip]

 [exec] File.. file:/usr/local/packages/inst/maven/maven.xml
 [exec] Element... maven:reactor
 [exec] Line.. 83
 [exec] Column 7
 [exec] Unable to obtain goal [plugin:test] -- 
file:/root/.maven/plugins/maven-plugin-plugin-1.2-SNAPSHOT/plugin.jelly:239:34: 
 Unable to obtain goal [test-xdoc] -- 
file:/root/.maven/plugins/maven-xdoc-plugin-1.6-SNAPSHOT/plugin.jelly:327:54: 
 could not include jelly script: 
file://root/.maven/plugins/maven-xdoc-plugin-1.6-SNAPSHOT/plugin-resources/site.jsl. 
Reason: org.apache.commons.jelly.JellyException: null:-1:-1:  Could not 
parse Jelly script

BUILD FAILED
/usr/local/packages/inst/maven/build-bootstrap.xml:270: exec returned: 70

The build failure is so verbose that I cannot scroll back to its start.

maven.log appears to be trauncated.

Rather than send this straight away I thought I would try a few more times. 

I deleted my whole repository and tried again. 

then I manuall fetched the commons-util-SNAPSHOT.jar and 
copied it to commons-util-final.jar

But still no go :(

Dows CVS head work for others at the moment?


yours
tim pizey




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How do I include multiple java source directories in Maven?

2004-02-24 Thread [EMAIL PROTECTED]
Nevermind, I figured it out.  I used 
instead of  to which puts it in the correct
context I presume.

Thanks.

--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> OS:  Windows 2000
> Maven:  1.0-rc1
> 
> I have tried the  task inside maven.xml,
> but
> it does not work.  What am I doing wrong?
> 
> 
> maven.xml:
> 
>
>  id="src.java.compile.src.set" 
>location="${src.java.dir}" />
>  id="maven.compile.src.set" 
>refid="src.java.compile.src.set" />
> 
>  id="gen-src.java.compile.src.set" 
>location="${target.gen_src.dir}" />
>  id="maven.compile.src.set" 
>refid="gen-src.java.compile.src.set" />
> 
>  
>  
>
> 
> 
> project.properties:
> 
> src.java.dir=src/java
> target.gen_src.dir=target/gen-src
> 
> Thanks.
> 
> 
> --- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> wrote:
> > Thanks everyone for their help.  Although, it sure
> > would be nice if we could simply do something like
> > the
> > following within the project.xml file:
> > 
> > 
> >   
> > dir1
> > dir2
> >   
> > 
> > 
> > Also, where can I find information on Maven tasks
> > like
> > ""?  I have not seen any
> > documentation
> > about these tasks available to maven.
> > 
> > Thanks.
> > 
> > --- Johan Andries <[EMAIL PROTECTED]> wrote:
> > > Hello,
> > > 
> > > AFAIK the only solution to specify multiple
> source
> > > dirs which is available
> > > at the moment can be found at:
> > >
> >
>
http://wiki.codehaus.org/maven/FrequentlyAskedQuestions#head-7545bdc005f855e
> > > 6b2009275529746f011a9ebcd.
> > > 
> > > Also have a peek at
> > >
> >
>
http://wiki.codehaus.org/maven/CreatingJ2eeApplications.
> > > 
> > > regards,
> > > Johan
> > > 
> > > 
> > > 
> > > - Original Message -
> > > From: "[EMAIL PROTECTED]"
> > > <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Tuesday, February 24, 2004 4:39 PM
> > > Subject: How do I include multiple java source
> > > directories in Maven?
> > > 
> > > 
> > > > I am using XDoclet with Maven and when XDoclet
> > > > generates additional java source files it puts
> > > those
> > > > in a separate directory.  How do I make Maven
> > use
> > > > multiple source directories for compilation
> > using
> > > the
> > > > "java:compile" goal?
> > > >
> > > > Thanks.
> > > >
> > > > __
> > > > Do you Yahoo!?
> > > > Yahoo! Mail SpamGuard - Read only the mail you
> > > want.
> > > > http://antispam.yahoo.com/tools
> > > >
> > > >
> > >
> >
>
-
> > > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > > >
> > > 
> > > 
> > >
> >
>
-
> > > To unsubscribe, e-mail:
> > > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > > 
> > 
> > 
> > __
> > Do you Yahoo!?
> > Yahoo! Mail SpamGuard - Read only the mail you
> want.
> > http://antispam.yahoo.com/tools
> > 
> >
>
-
> > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > 
> 
> 
> __
> Do you Yahoo!?
> Yahoo! Mail SpamGuard - Read only the mail you want.
> http://antispam.yahoo.com/tools
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Where can I get info about Maven tasks and goals?

2004-02-24 Thread Emmanuel Venisse
addPath tag is documented here :

http://maven.apache.org/tags.html

Emmanuel

- Original Message - 
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, February 24, 2004 5:55 PM
Subject: Where can I get info about Maven tasks and goals?


> Where can I find information on Maven tasks like
> ""?  I have not seen any documentation
> about these tasks available to maven.
> 
> __
> Do you Yahoo!?
> Yahoo! Mail SpamGuard - Read only the mail you want.
> http://antispam.yahoo.com/tools
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How do I include multiple java source directories in Maven?

2004-02-24 Thread [EMAIL PROTECTED]
OS:  Windows 2000
Maven:  1.0-rc1

I have tried the  task inside maven.xml, but
it does not work.  What am I doing wrong?


maven.xml:

   
 
 

 
 

 
 
   


project.properties:

src.java.dir=src/java
target.gen_src.dir=target/gen-src

Thanks.


--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> Thanks everyone for their help.  Although, it sure
> would be nice if we could simply do something like
> the
> following within the project.xml file:
> 
> 
>   
> dir1
> dir2
>   
> 
> 
> Also, where can I find information on Maven tasks
> like
> ""?  I have not seen any
> documentation
> about these tasks available to maven.
> 
> Thanks.
> 
> --- Johan Andries <[EMAIL PROTECTED]> wrote:
> > Hello,
> > 
> > AFAIK the only solution to specify multiple source
> > dirs which is available
> > at the moment can be found at:
> >
>
http://wiki.codehaus.org/maven/FrequentlyAskedQuestions#head-7545bdc005f855e
> > 6b2009275529746f011a9ebcd.
> > 
> > Also have a peek at
> >
>
http://wiki.codehaus.org/maven/CreatingJ2eeApplications.
> > 
> > regards,
> > Johan
> > 
> > 
> > 
> > - Original Message -
> > From: "[EMAIL PROTECTED]"
> > <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Tuesday, February 24, 2004 4:39 PM
> > Subject: How do I include multiple java source
> > directories in Maven?
> > 
> > 
> > > I am using XDoclet with Maven and when XDoclet
> > > generates additional java source files it puts
> > those
> > > in a separate directory.  How do I make Maven
> use
> > > multiple source directories for compilation
> using
> > the
> > > "java:compile" goal?
> > >
> > > Thanks.
> > >
> > > __
> > > Do you Yahoo!?
> > > Yahoo! Mail SpamGuard - Read only the mail you
> > want.
> > > http://antispam.yahoo.com/tools
> > >
> > >
> >
>
-
> > > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > >
> > 
> > 
> >
>
-
> > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > 
> 
> 
> __
> Do you Yahoo!?
> Yahoo! Mail SpamGuard - Read only the mail you want.
> http://antispam.yahoo.com/tools
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Where can I get info about Maven tasks and goals?

2004-02-24 Thread [EMAIL PROTECTED]
Where can I find information on Maven tasks like
""?  I have not seen any documentation
about these tasks available to maven.

__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How do I include multiple java source directories in Maven?

2004-02-24 Thread [EMAIL PROTECTED]
Thanks everyone for their help.  Although, it sure
would be nice if we could simply do something like the
following within the project.xml file:


  
dir1
dir2
  


Also, where can I find information on Maven tasks like
""?  I have not seen any documentation
about these tasks available to maven.

Thanks.

--- Johan Andries <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> AFAIK the only solution to specify multiple source
> dirs which is available
> at the moment can be found at:
>
http://wiki.codehaus.org/maven/FrequentlyAskedQuestions#head-7545bdc005f855e
> 6b2009275529746f011a9ebcd.
> 
> Also have a peek at
>
http://wiki.codehaus.org/maven/CreatingJ2eeApplications.
> 
> regards,
> Johan
> 
> 
> 
> - Original Message -
> From: "[EMAIL PROTECTED]"
> <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, February 24, 2004 4:39 PM
> Subject: How do I include multiple java source
> directories in Maven?
> 
> 
> > I am using XDoclet with Maven and when XDoclet
> > generates additional java source files it puts
> those
> > in a separate directory.  How do I make Maven use
> > multiple source directories for compilation using
> the
> > "java:compile" goal?
> >
> > Thanks.
> >
> > __
> > Do you Yahoo!?
> > Yahoo! Mail SpamGuard - Read only the mail you
> want.
> > http://antispam.yahoo.com/tools
> >
> >
>
-
> > To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >
> 
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: How do I include multiple java source directories in Maven?

2004-02-24 Thread Swierczek, David (MED)
Here's one way that I include multiple directories (in maven.xml):

 









-Dave

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, February 24, 2004 9:40 AM
> To: [EMAIL PROTECTED]
> Subject: How do I include multiple java source directories in Maven?
> 
> 
> I am using XDoclet with Maven and when XDoclet
> generates additional java source files it puts those
> in a separate directory.  How do I make Maven use
> multiple source directories for compilation using the
> "java:compile" goal?
> 
> Thanks.
> 
> __
> Do you Yahoo!?
> Yahoo! Mail SpamGuard - Read only the mail you want.
> http://antispam.yahoo.com/tools
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: How do I include multiple java source directories in Maven?

2004-02-24 Thread Johan Andries
Hello,

AFAIK the only solution to specify multiple source dirs which is available
at the moment can be found at:
http://wiki.codehaus.org/maven/FrequentlyAskedQuestions#head-7545bdc005f855e
6b2009275529746f011a9ebcd.

Also have a peek at http://wiki.codehaus.org/maven/CreatingJ2eeApplications.

regards,
Johan



- Original Message -
From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 24, 2004 4:39 PM
Subject: How do I include multiple java source directories in Maven?


> I am using XDoclet with Maven and when XDoclet
> generates additional java source files it puts those
> in a separate directory.  How do I make Maven use
> multiple source directories for compilation using the
> "java:compile" goal?
>
> Thanks.
>
> __
> Do you Yahoo!?
> Yahoo! Mail SpamGuard - Read only the mail you want.
> http://antispam.yahoo.com/tools
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



How do I include multiple java source directories in Maven?

2004-02-24 Thread [EMAIL PROTECTED]
I am using XDoclet with Maven and when XDoclet
generates additional java source files it puts those
in a separate directory.  How do I make Maven use
multiple source directories for compilation using the
"java:compile" goal?

Thanks.

__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Can Maven use dashes in variable interpolation?

2004-02-24 Thread dion
It's a known feechur.
--
dIon Gillard, Multitask Consulting



"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote on 25/02/2004 
12:31:51 AM:

> BTW, I am using Maven 1.0-rc1 on Windows 2000.
> 
> Thanks.
> 
> --- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> wrote:
> > I have a build.properties file with various
> > properties
> > setup such as:
> > 
> > example-src.dir=example-src
> > 
> > In my maven.xml file I have:
> > 
> > 
> >   
> > 
> > 
> > When I invoke maven with "maven my-goal" it creates
> > a
> > "0" directory instead of an "example-src" directory.
> > 
> > If I change the dash ("-") to an underscore ("_"),
> > like "example_src", it works just fine.  Is this a
> > bug?  Ant allows the usage of dashes.
> > 
> > Thanks.
> > 
> > __
> > Do you Yahoo!?
> > Yahoo! Mail SpamGuard - Read only the mail you want.
> > http://antispam.yahoo.com/tools
> > 
> >
> -
> > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > 
> 
> 
> __
> Do you Yahoo!?
> Yahoo! Mail SpamGuard - Read only the mail you want.
> http://antispam.yahoo.com/tools
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


RE: setting plugin properties in maven.xml

2004-02-24 Thread dion
Why can't you simply post process the ejb jar generated by Maven four 
times each with a new descriptor?
--
dIon Gillard, Multitask Consulting



<[EMAIL PROTECTED]> wrote on 24/02/2004 05:55:45 PM:

> Sorry to bother you again,
> 
> please let me know at least, why nobody cares to reply to me. Is the
> question too stupid to answer? Is it too complex? Is it not 
understandable?
> 
>  _ __  _  _
> //\ndreas.[|-bbert(a)[|\|okia.com
>`-
>Andreas Ebbert
>Software Design Engineer - Nokia Networks OSS 
>gsm: +49-177-9413928, fax: +49-211-94123988 
>Heltorfer Straße 1, 40472 Düsseldorf, Germany 
> 
> > -Original Message-
> > From: ext [mailto:[EMAIL PROTECTED]
> > Sent: Friday, February 20, 2004 11:46 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: setting plugin properties in maven.xml
> > 
> > 
> > 
> > Hi,
> > 
> > is there any taker for this newbie question, please?
> > 
> >  _ __  _  _
> > //\ndreas.[|-bbert(a)[|\|okia.com
> >`-
> >Andreas Ebbert
> >Software Design Engineer - Nokia Networks OSS 
> >gsm: +49-177-9413928, fax: +49-211-94123988 
> >Heltorfer Straße 1, 40472 Düsseldorf, Germany 
> > 
> > > -Original Message-
> > > From: ext [mailto:[EMAIL PROTECTED]
> > > Sent: Tuesday, February 17, 2004 11:00 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: setting plugin properties in maven.xml
> > > 
> > > 
> > > Hi,
> > > 
> > > I've asked this question already last week, but apparently 
> > > could not express it so clearly that the problem was understood.
> > > 
> > > The problem is, that we have one directory, in which the 
> > > sources for an ejb jar are. With these sources, for different 
> > > ejb-jars must be created. all four ejb-jars will have the 
> > > same sources, only different deployment descriptors.
> > > 
> > > The ejb-plugin expects the ejb-jar.xml to be in the directory 
> > > ${maven.ejb.src}. But when I set this property in the 
> > > project.properties, I cannot change that anymore. So I tried 
> > > setting this in the maven.xml, just before the ejb:install 
> > > goal is called.
> > > 
> > > From what I've understood from the documentation, I need to 
> > > set this property in the context of the plugin, which is 
> > > different from the context, in which maven.xml is executed.
> > > 
> > > So i tried that:
> > > 
> > >> > value="${pom.getPluginContext('maven-ejb-plugin').setVariable(
> > > 'maven.ejb.src', '${basedir}/src/deployment/ejb/jvt/')}" />
> > >> >  includes="ri/jvtproject.xml"
> > >  goals="ejb:install"
> > >  banner="Building"
> > >  ignoreFailures="false" />
> > > 
> > > 
> > > which gives the error:
> > > Unable to obtain goal [ejb:ejb] -- file:/C:/Documents and 
> > > Settings/xxx/.maven/plugins/maven-ejb-plugin-1.1/:49:34: 
> > >  C:\USERS\xxx\workspace\ossj\ip_billing\ri\src\ejb 
> > not found.
> > > 
> > > which is not surprising, since the ejb-jar is in 
> > > C:\USERS\xxx\workspace\ossj\ip_billing\ri\src\deployment\ejb\jvt
> > > 
> > > Could you please let me know, how this is supposed to work? 
> > > Thanks a lot.
> > > 
> > >  _ __  _  _
> > > //\ndreas.[|-bbert(a)[|\|okia.com
> > >`-
> > >Andreas Ebbert
> > >Software Design Engineer - Nokia Networks OSS 
> > >phone: +49-177-9413928, fax: +49-211-94123988 
> > >Heltorfer Straße 1, 40472 Düsseldorf, Germany 
> > > 
> > > 
> > --
> > > This message is confidential. If you have received this 
> > > message in error,
> > > please delete it from your system. You should not copy it for 
> > > any purpose,
> > > or disclose its contents to any other person. Internet 
> > > communications are
> > > not secure and therefore Nokia GmbH does not accept legal 
> > > responsibility
> > > for the contents of this message as it has been transmitted 
> > > over a public
> > > network. Thank you.
> > > Nokia GmbH, Nokia Networks is a German Company. Further information
> > > about the Company is available from its principal offices at
> > > Heltorferstrasse 1, D-40472, Düsseldorf, Germany and from the
> > > website at http://www.nokia.com/
> > > 
> > --
> > > 
> > > 
> > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > 
> > > 
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


jar jboss-service.xml

2004-02-24 Thread thorsten maus
hi there ..

im working using the multiproject approach ..

my hibernate-jar subrproject creates a jar file containing the hibernate 
classes as well as the
mapping files ..

i also added the properties for xdoclet to create the hibernate 
jboss-service.xml file ...

BUT ..

how do i get this file inside my  hibernate.jar /META-INF file 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: setting plugin properties in maven.xml

2004-02-24 Thread John Casey
Could you create four sub-projects, each with its own source directory,
then only put the ejb-jar.xml file for each in its respective
sourcedir...then, you could have a  or something to add the
base [real] EJB sources to the maven.compile.src.set?

I'm only guessing, because I can't even imagine a reason why I'd have to
do something like that. For my part, the silence you've been dealing
with looks like a collective *shrug*...

-john

On Tue, 2004-02-24 at 01:55, [EMAIL PROTECTED] wrote:
> Sorry to bother you again,
> 
> please let me know at least, why nobody cares to reply to me. Is the question too 
> stupid to answer? Is it too complex? Is it not understandable?
> 
>  _ __  _  _
> //\ndreas.[|-bbert(a)[|\|okia.com
>`-
>Andreas Ebbert
>Software Design Engineer - Nokia Networks OSS 
>gsm: +49-177-9413928, fax: +49-211-94123988 
>Heltorfer StraÃe 1, 40472 DÃsseldorf, Germany 
> 
> > -Original Message-
> > From: ext [mailto:[EMAIL PROTECTED]
> > Sent: Friday, February 20, 2004 11:46 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: setting plugin properties in maven.xml
> > 
> > 
> > 
> > Hi,
> > 
> > is there any taker for this newbie question, please?
> > 
> >  _ __  _  _
> > //\ndreas.[|-bbert(a)[|\|okia.com
> >`-
> >Andreas Ebbert
> >Software Design Engineer - Nokia Networks OSS 
> >gsm: +49-177-9413928, fax: +49-211-94123988 
> >Heltorfer StraÃe 1, 40472 DÃsseldorf, Germany 
> > 
> > > -Original Message-
> > > From: ext [mailto:[EMAIL PROTECTED]
> > > Sent: Tuesday, February 17, 2004 11:00 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: setting plugin properties in maven.xml
> > > 
> > > 
> > > Hi,
> > > 
> > > I've asked this question already last week, but apparently 
> > > could not express it so clearly that the problem was understood.
> > > 
> > > The problem is, that we have one directory, in which the 
> > > sources for an ejb jar are. With these sources, for different 
> > > ejb-jars must be created. all four ejb-jars will have the 
> > > same sources, only different deployment descriptors.
> > > 
> > > The ejb-plugin expects the ejb-jar.xml to be in the directory 
> > > ${maven.ejb.src}. But when I set this property in the 
> > > project.properties, I cannot change that anymore. So I tried 
> > > setting this in the maven.xml, just before the ejb:install 
> > > goal is called.
> > > 
> > > From what I've understood from the documentation, I need to 
> > > set this property in the context of the plugin, which is 
> > > different from the context, in which maven.xml is executed.
> > > 
> > > So i tried that:
> > > 
> > >> > value="${pom.getPluginContext('maven-ejb-plugin').setVariable(
> > > 'maven.ejb.src', '${basedir}/src/deployment/ejb/jvt/')}" />
> > >> >  includes="ri/jvtproject.xml"
> > >  goals="ejb:install"
> > >  banner="Building"
> > >  ignoreFailures="false" />
> > > 
> > > 
> > > which gives the error:
> > > Unable to obtain goal [ejb:ejb] -- file:/C:/Documents and 
> > > Settings/xxx/.maven/plugins/maven-ejb-plugin-1.1/:49:34: 
> > >  C:\USERS\xxx\workspace\ossj\ip_billing\ri\src\ejb 
> > not found.
> > > 
> > > which is not surprising, since the ejb-jar is in 
> > > C:\USERS\xxx\workspace\ossj\ip_billing\ri\src\deployment\ejb\jvt
> > > 
> > > Could you please let me know, how this is supposed to work? 
> > > Thanks a lot.
> > > 
> > >  _ __  _  _
> > > //\ndreas.[|-bbert(a)[|\|okia.com
> > >`-
> > >Andreas Ebbert
> > >Software Design Engineer - Nokia Networks OSS 
> > >phone: +49-177-9413928, fax: +49-211-94123988 
> > >Heltorfer StraÃe 1, 40472 DÃsseldorf, Germany 
> > > 
> > > 
> > --
> > > This message is confidential. If you have received this 
> > > message in error,
> > > please delete it from your system. You should not copy it for 
> > > any purpose,
> > > or disclose its contents to any other person. Internet 
> > > communications are
> > > not secure and therefore Nokia GmbH does not accept legal 
> > > responsibility
> > > for the contents of this message as it has been transmitted 
> > > over a public
> > > network. Thank you.
> > > Nokia GmbH, Nokia Networks is a German Company. Further information
> > > about the Company is available from its principal offices at
> > > Heltorferstrasse 1, D-40472, DÃsseldorf, Germany and from the
> > > website at http://www.nokia.com/
> > > 
> > --
> > > 
> > > 
> > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > 
> > > 
> > 
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional c

Re: [Repost] no jbosssx-client.jar on iBiblio

2004-02-24 Thread nicolas De Loof
Thanks a lot.

Emmanuel Venisse a écrit :

I uploaded jboss client jars (3.2.3).

Emmanuel

- Original Message - 
From: "nicolas De Loof" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, February 24, 2004 11:21 AM
Subject: [Repost] no jbosssx-client.jar on iBiblio

 

Hi all,

I'm looking for Jboss client jars on ibiblio. I don't find the 
jBosssx-client-3.2.1.jar (jBoss security AFAIK).

Do I need to use the jbossall-client.jar (1.3MB !) or can someone upload 
it on ibilio ?

As jBoos 3.2.3 is the current stable version, can someone upload jars 
for this jBoss version ?

Nico.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: external jar files ...

2004-02-24 Thread Gregory Joseph
I think Dave managed to do that (or better, in a distant repository), here I
was talking about helping him with the jar override feature.


-Original Message-
From: Kevin Hagel [mailto:[EMAIL PROTECTED]
Sent: mardi 24 fÃvrier 2004 12:52
To: Maven Users List
Subject: Re: external jar files ...


In your local maven repository create a directory, call it example for 
this example. 
That's $MAVEN_HOME/repository/example
create a subdirectory called jars, just like all the other directories 
and stash example.jar in it
$MAVEN_HOME/repository/example/jars/example.jar

Gregory Joseph wrote:

>If you want to give it one more try, maybe we can help and eventually that
>would also help improve the docs?
>
>g
>
>-Original Message-
>From: Dave Raymer [mailto:[EMAIL PROTECTED]
>Sent: lundi 23 fÃvrier 2004 23:22
>To: Maven Users List
>Subject: RE: external jar files ...
>
>
>Greg,
>
>I went through this and could not get it working ... I seem to have a
mindset
>different than the folks that wrote the online manual   I see your other
>response, and tried it, that works ...
>
>thanks muchly
>
>-- dave
>
>On Mon, 2004-02-23 at 11:16, Gregory Joseph wrote: 
>Hi,
>
>This might help:
>http://maven.apache.org/reference/user-guide.html#Overriding_Stated_Dependen
c
>ies
>
>greg
>
>-Original Message-
>From: Dave Raymer [mailto:[EMAIL PROTECTED]
>Sent: lundi 23 fÃvrier 2004 18:55
>To: [EMAIL PROTECTED]
>Subject: external jar files ...
>
>
>
>Gentlebeings,
>
>This is probably a very easy thing to do, but I can't figure it out for
>the life of me ...
>
>I have an external jar file, call it external.jar, that I need to be
>used during compilation of all my java entities in a maven build.  What
>is the correct way to do this, vis a vis, the project.xml file.
>
>your help, and patience with a stupid question, is greatly appreciated.
>
>br,
>dave
>
>A man's greatest treasure is his wife, she is a gift from the Lord
>- Proverbs 18:22
>
>
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>A man's greatest treasure is his wife, she is a gift from the Lord- Proverbs
>18:22
>  
>

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Can Maven use dashes in variable interpolation?

2004-02-24 Thread [EMAIL PROTECTED]
BTW, I am using Maven 1.0-rc1 on Windows 2000.

Thanks.

--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
wrote:
> I have a build.properties file with various
> properties
> setup such as:
> 
> example-src.dir=example-src
> 
> In my maven.xml file I have:
> 
> 
>   
> 
> 
> When I invoke maven with "maven my-goal" it creates
> a
> "0" directory instead of an "example-src" directory.
> 
> If I change the dash ("-") to an underscore ("_"),
> like "example_src", it works just fine.  Is this a
> bug?  Ant allows the usage of dashes.
> 
> Thanks.
> 
> __
> Do you Yahoo!?
> Yahoo! Mail SpamGuard - Read only the mail you want.
> http://antispam.yahoo.com/tools
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Can Maven use dashes in variable interpolation?

2004-02-24 Thread [EMAIL PROTECTED]
I have a build.properties file with various properties
setup such as:

example-src.dir=example-src

In my maven.xml file I have:


  


When I invoke maven with "maven my-goal" it creates a
"0" directory instead of an "example-src" directory. 
If I change the dash ("-") to an underscore ("_"),
like "example_src", it works just fine.  Is this a
bug?  Ant allows the usage of dashes.

Thanks.

__
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: preferred workflow j2ee project: maven reactor or multiproject goal?

2004-02-24 Thread Jim Crossley
I think the multiproject goal uses the reactor internally.  You could
probably use either, but the multiproject stuff *should* be simpler.

Jim

"Johan Andries" <[EMAIL PROTECTED]> writes:

> Hello,
>
> I've been reading through the Maven wiki today and noticed that on
> the http://wiki.codehaus.org/maven/CreatingJ2eeApplications page,
> the multiproject goal is used for artifact generation. I suppose
> today's specific workflow for j2ee projects (define interfaces +
> meta tags, code generation, app creation & deployment) needs some
> specific guidance and therefore the multiproject goal is used
> instead of the maven reactor? I'm just trying to figure which is the
> preferred way of working: either to use the reactor or to use the
> multiproject goal.
>
> regards,
> Johan

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Repost] no jbosssx-client.jar on iBiblio

2004-02-24 Thread Emmanuel Venisse
I uploaded jboss client jars (3.2.3).

Emmanuel

- Original Message - 
From: "nicolas De Loof" <[EMAIL PROTECTED]>
To: "Maven Users List" <[EMAIL PROTECTED]>
Sent: Tuesday, February 24, 2004 11:21 AM
Subject: [Repost] no jbosssx-client.jar on iBiblio


> Hi all,
> 
> I'm looking for Jboss client jars on ibiblio. I don't find the 
> jBosssx-client-3.2.1.jar (jBoss security AFAIK).
> 
> Do I need to use the jbossall-client.jar (1.3MB !) or can someone upload 
> it on ibilio ?
> 
> As jBoos 3.2.3 is the current stable version, can someone upload jars 
> for this jBoss version ?
> 
> Nico.
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: external jar files ...

2004-02-24 Thread Kevin Hagel
Oops, rather than $MAVEN_HOME use whatever directory contains your 
repository, $MAVEN_HOME_LOCAL

Kevin Hagel wrote:

In your local maven repository create a directory, call it example for 
this example. That's $MAVEN_HOME/repository/example
create a subdirectory called jars, just like all the other directories 
and stash example.jar in it
$MAVEN_HOME/repository/example/jars/example.jar
In your project.xml:

...

 example
 example
 example.jar




Maven will grab it from that.  If you use versions, say 
example-1.0.jar, use
1.0
instead of
example.jar

If you have a project called example which produces example.jar, in 
your maven.xml

 
   
 


Gregory Joseph wrote:

If you want to give it one more try, maybe we can help and eventually 
that
would also help improve the docs?

g

-Original Message-
From: Dave Raymer [mailto:[EMAIL PROTECTED]
Sent: lundi 23 fÃvrier 2004 23:22
To: Maven Users List
Subject: RE: external jar files ...
Greg,

I went through this and could not get it working ... I seem to have a 
mindset
different than the folks that wrote the online manual   I see your other
response, and tried it, that works ...

thanks muchly

   -- dave

On Mon, 2004-02-23 at 11:16, Gregory Joseph wrote: Hi,

This might help:
http://maven.apache.org/reference/user-guide.html#Overriding_Stated_Dependenc 

ies

greg

-Original Message-
From: Dave Raymer [mailto:[EMAIL PROTECTED]
Sent: lundi 23 fÃvrier 2004 18:55
To: [EMAIL PROTECTED]
Subject: external jar files ...


Gentlebeings,

This is probably a very easy thing to do, but I can't figure it out for
the life of me ...
I have an external jar file, call it external.jar, that I need to be
used during compilation of all my java entities in a maven build.  What
is the correct way to do this, vis a vis, the project.xml file.
your help, and patience with a stupid question, is greatly appreciated.

br,
   dave
A man's greatest treasure is his wife, she is a gift from the Lord
- Proverbs 18:22


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
A man's greatest treasure is his wife, she is a gift from the Lord- 
Proverbs
18:22
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: external jar files ...

2004-02-24 Thread Kevin Hagel
In your local maven repository create a directory, call it example for 
this example. 
That's $MAVEN_HOME/repository/example
create a subdirectory called jars, just like all the other directories 
and stash example.jar in it
$MAVEN_HOME/repository/example/jars/example.jar
In your project.xml:

...

 example
 example
 example.jar




Maven will grab it from that.  If you use versions, say example-1.0.jar, use
1.0
instead of
example.jar
If you have a project called example which produces example.jar, in your 
maven.xml

 
   
 


Gregory Joseph wrote:

If you want to give it one more try, maybe we can help and eventually that
would also help improve the docs?
g

-Original Message-
From: Dave Raymer [mailto:[EMAIL PROTECTED]
Sent: lundi 23 fÃvrier 2004 23:22
To: Maven Users List
Subject: RE: external jar files ...
Greg,

I went through this and could not get it working ... I seem to have a mindset
different than the folks that wrote the online manual   I see your other
response, and tried it, that works ...
thanks muchly

   -- dave

On Mon, 2004-02-23 at 11:16, Gregory Joseph wrote: 
Hi,

This might help:
http://maven.apache.org/reference/user-guide.html#Overriding_Stated_Dependenc
ies
greg

-Original Message-
From: Dave Raymer [mailto:[EMAIL PROTECTED]
Sent: lundi 23 fÃvrier 2004 18:55
To: [EMAIL PROTECTED]
Subject: external jar files ...


Gentlebeings,

This is probably a very easy thing to do, but I can't figure it out for
the life of me ...
I have an external jar file, call it external.jar, that I need to be
used during compilation of all my java entities in a maven build.  What
is the correct way to do this, vis a vis, the project.xml file.
your help, and patience with a stupid question, is greatly appreciated.

br,
   dave
A man's greatest treasure is his wife, she is a gift from the Lord
- Proverbs 18:22


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
A man's greatest treasure is his wife, she is a gift from the Lord- Proverbs
18:22
 

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: external jar files ...

2004-02-24 Thread Gregory Joseph
If you want to give it one more try, maybe we can help and eventually that
would also help improve the docs?

g

-Original Message-
From: Dave Raymer [mailto:[EMAIL PROTECTED]
Sent: lundi 23 fÃvrier 2004 23:22
To: Maven Users List
Subject: RE: external jar files ...


Greg,

I went through this and could not get it working ... I seem to have a mindset
different than the folks that wrote the online manual   I see your other
response, and tried it, that works ...

thanks muchly

-- dave

On Mon, 2004-02-23 at 11:16, Gregory Joseph wrote: 
Hi,

This might help:
http://maven.apache.org/reference/user-guide.html#Overriding_Stated_Dependenc
ies

greg

-Original Message-
From: Dave Raymer [mailto:[EMAIL PROTECTED]
Sent: lundi 23 fÃvrier 2004 18:55
To: [EMAIL PROTECTED]
Subject: external jar files ...



Gentlebeings,

This is probably a very easy thing to do, but I can't figure it out for
the life of me ...

I have an external jar file, call it external.jar, that I need to be
used during compilation of all my java entities in a maven build.  What
is the correct way to do this, vis a vis, the project.xml file.

your help, and patience with a stupid question, is greatly appreciated.

br,
dave

A man's greatest treasure is his wife, she is a gift from the Lord
- Proverbs 18:22



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
A man's greatest treasure is his wife, she is a gift from the Lord- Proverbs
18:22


Re: PMD Report processing 0 files.

2004-02-24 Thread kimbuba
Hello Emmanuel.
I tried from the official binary release.
Are any fix?

thnx


"Emmanuel Venisse" <[EMAIL PROTECTED]> ha scritto nel messaggio
news:[EMAIL PROTECTED]
> The correct branch for Maven is MAVEN-1_0-BRANCH and not HEAD
>
> Emmanuel
>
> - Original Message - 
> From: "kimbuba" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, February 19, 2004 12:01 PM
> Subject: Re: PMD Report processing 0 files.
>
>
> > I got the same problem,
> > I tried all the instructions but nothing.
> >
> > Let me know if you did it.
> >
> >
> > "Ryan Owens" <[EMAIL PROTECTED]> ha scritto nel messaggio
> > news:[EMAIL PROTECTED]
> > > I'm running HEAD for maven and maven-plugins.
> > > PMD is currently processing 0 files, I've tried both with and without
> > > custom rulesets.
> > > It almost seems like PMD isn't finding any files to report on, but the
> > > checkstyle report, javadoc and xref all work fine.
> > >
> > > These reports used to work. Am I missing a property somewhere or did
> > > something else change recently that I'm missing?
> > >
> > > Thanks!
> >
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: build time

2004-02-24 Thread Kevin Hagel
http://ant.apache.org/manual/CoreTasks/uptodate.html
I use ant's uptodate to see if I need to rebuild anything in 
particular.  When our project was in its early days there wasn't so much 
to build and it seemed like overkill, but after a while when things 
really bloated it made a big difference

thorsten maus wrote:

hi guys ..

im actually having a multiproject with 4 subproject ...

for each subproject the ejbdoclet as well as the hibernatedoclet ist 
working .. although not needed for each ...

the altogether build time is about 4-5 minutes 

is there any way to speed the build process up ???



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


[Repost] no jbosssx-client.jar on iBiblio

2004-02-24 Thread nicolas De Loof
Hi all,

I'm looking for Jboss client jars on ibiblio. I don't find the 
jBosssx-client-3.2.1.jar (jBoss security AFAIK).

Do I need to use the jbossall-client.jar (1.3MB !) or can someone upload 
it on ibilio ?

As jBoos 3.2.3 is the current stable version, can someone upload jars 
for this jBoss version ?

Nico.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


build time

2004-02-24 Thread thorsten maus
hi guys ..

im actually having a multiproject with 4 subproject ...

for each subproject the ejbdoclet as well as the hibernatedoclet ist 
working .. although not needed for each ...

the altogether build time is about 4-5 minutes 

is there any way to speed the build process up ???



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


preferred workflow j2ee project: maven reactor or multiproject goal?

2004-02-24 Thread Johan Andries
Hello,

I've been reading through the Maven wiki today and noticed that on the 
http://wiki.codehaus.org/maven/CreatingJ2eeApplications page, the multiproject goal is 
used for artifact generation. I suppose today's specific workflow for j2ee projects 
(define interfaces + meta tags, code generation, app creation & deployment) needs some 
specific guidance and therefore the multiproject goal is used instead of the maven 
reactor? I'm just trying to figure which is the preferred way of working: either to 
use the reactor or to use the multiproject goal. 

regards,
Johan