What can I do in xdocs?

2004-08-27 Thread Joel Shellman
What exactly are the capabilities of xdocs? Can I include information 
from the POM in there somehow? I'm seeing limited information and I'm 
wondering if that means that that's all it can do. Are the xml files in 
xdocs dir static only and although transformed, they are not parsed and 
data injected?

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


Re: Multi-Project for Eclipse and Directory Structure

2004-07-13 Thread Joel Shellman
There is at least one plugin for eclipse that lets you bulk import projects.
http://eclipse-tools.sourceforge.net/projecttransfer/
Alex Shneyderman wrote:
So it works with a little bit of work. What would definietely help is if
Eclipse had a bulk import of projects, rather than one at a time. The
rest of the procedures are fairly simple to do and do not take all that
long.
Alex.

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


Packaging up a build

2004-05-25 Thread Joel Shellman
I'm looking to switch our development to using Maven. A coworker has 
told me that he needs a way to zip up our source and send it to someone 
else so they can build it. The concern is this would be difficult if we 
were using maven (he says requiring them to install maven is unacceptable).

Are there any tools or functions out there that would make it easier to 
do this? I guess what we would need is an export to ant script sort of 
function that also included all the dependent libraries.

Thank you,
Joel Shellman
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Packaging up a build

2004-05-25 Thread Joel Shellman
This is certainly helpful, thank you.
Any chance that there would be support for war or ear file buiding? Does 
this only support compilation and jar?

Thanks,
-joel
Göschl,Siegfried wrote:
Hi Joel,
Check out the dist plugin (run 'maven -g')
E.g. 'maven dist:build-src' creates a source distribution
Cheers,
Siegfried Goeschl
-Original Message-
From: Joel Shellman [mailto:[EMAIL PROTECTED] 
Sent: Dienstag, 25. Mai 2004 19:25
To: Maven Users List
Subject: Packaging up a build

I'm looking to switch our development to using Maven. A coworker has 
told me that he needs a way to zip up our source and send it to someone 
else so they can build it. The concern is this would be difficult if we 
were using maven (he says requiring them to install maven is unacceptable).

Are there any tools or functions out there that would make it easier to 
do this? I guess what we would need is an export to ant script sort of 
function that also included all the dependent libraries.

Thank you,
Joel Shellman
 


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


Re: Packaging up a build

2004-05-25 Thread Joel Shellman
I'm sorry I wasn't clear. I meant that after running dist:build-src you 
have an entire tree with an ant script that will build the ear or war.

Again, I'm trying to come up with something that I can zip up and send 
to someone that can do a self contained build.

-joel
Arnaud Heritier wrote:
You can do it with :
http://maven.apache.org/reference/plugins/war/
and
http://maven.apache.org/reference/plugins/ear/
Arnaud
 

-Message d'origine-
De : Joel Shellman [mailto:[EMAIL PROTECTED]
Envoyé : mardi 25 mai 2004 20:04
À : Maven Users List
Objet : Re: Packaging up a build
This is certainly helpful, thank you.
Any chance that there would be support for war or ear file buiding? Does
this only support compilation and jar?
Thanks,
-joel
Göschl,Siegfried wrote:
   

Hi Joel,
Check out the dist plugin (run 'maven -g')
E.g. 'maven dist:build-src' creates a source distribution
Cheers,
Siegfried Goeschl
-Original Message-
From: Joel Shellman [mailto:[EMAIL PROTECTED]
Sent: Dienstag, 25. Mai 2004 19:25
To: Maven Users List
Subject: Packaging up a build
I'm looking to switch our development to using Maven. A coworker has
told me that he needs a way to zip up our source and send it to someone
else so they can build it. The concern is this would be difficult if we
were using maven (he says requiring them to install maven is
 

unacceptable).
   

Are there any tools or functions out there that would make it easier to
do this? I guess what we would need is an export to ant script sort of
function that also included all the dependent libraries.
Thank you,
Joel Shellman
 


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