Re: ant:xmlvalidate

2004-10-05 Thread Brett Porter
What version of Ant? 1.5.3-1 is used by Maven. On Tue, 5 Oct 2004 11:56:27 -0700, Ben Anderson <[EMAIL PROTECTED]> wrote: > anyone know how to use this optional ant task in maven? Is there some standard > way to enable ant optionals? From what I've seen, you just need to add the > optional jar

ant:xmlvalidate

2004-10-05 Thread Ben Anderson
anyone know how to use this optional ant task in maven? Is there some standard way to enable ant optionals? From what I've seen, you just need to add the optional jar, but I don't think this tag needs any additional jars. Thanks, Ben --

Re: Réf. : Re: Maven and FTP Ant task: what's up ??

2004-10-05 Thread dan tran
any one has any luck with get ant:telnet task to work under maven? -D On Tue, 05 Oct 2004 15:20:23 +0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > OK, I've found NetComponents here : > > With the following code

RE: 2nd question of RE: how to set path for repository and cache in .maven

2004-10-05 Thread Weining Hao
You are right;-) Thank you very much -Original Message- From: Martijn Dashorst [mailto:[EMAIL PROTECTED] Sent: Dienstag, 5. Oktober 2004 13:31 To: Maven Users List Subject: Re: 2nd question of RE: how to set path for repository and cache in .maven Weining, You have become the victim of

Moving some of the generated ejb deploy classes to another jar

2004-10-05 Thread Jeffrey Mutonho
Hi guys This seems like an impossible task...:) I'm using the was 40 plugin to generate my ejb deploy code.I wish to move some of the generated deploy code from the final ejb jar Support_Messaging-1.1.jar The files that I wish to move are _SupportMQBridge_Stub.class,_SupportMQBridgeHome_Stub.cla

Réf. : Re: Maven and FTP Ant task: what's up??

2004-10-05 Thread fabrice . belingard
OK, I've found NetComponents here : With the following code in maven.xml and this one in the POM NetComponents NetComponents 1.3.8 root

Re: Maven and FTP Ant task: what's up??

2004-10-05 Thread Ben Anderson
see this thread: http://marc.theaimsgroup.com/?l=turbine-maven-user&m=109570387625634&w=2 Note: you will have to manually download NetComponents.jar - which is hard to find. I can't remember where I got it from. Don't ask me why you need this jar as opposed to the current version of that project

Maven and FTP Ant task: what's up??

2004-10-05 Thread fabrice . belingard
Hi all, I try to use the FTP Ant task in my maven.xml, but I can't make it work. I've searched the mail archive, and I figured out that lots of people had troubles with this task in Maven 1.0, but none found a solution regarding this problem (at least, none gave a solution on the mailing list

Re: 2nd question of RE: how to set path for repository and cache in .maven

2004-10-05 Thread Martijn Dashorst
Weining, You have become the victim of the infamous path seperator character: Try replacing in your paths in the build.properties file the character '\' with '/' (Unix style character), or with '\\' (double '\' character, escaping the single '\'). Martijn Weining Hao wrote: Hi Martijn, Thank you

2nd question of RE: how to set path for repository and cache in .maven

2004-10-05 Thread Weining Hao
Hi Martijn, Thank you very much ,but it seems that I still can not handle it by myself. 1 I created the file build.properties in the C:\Documents and Settings\wh 2 In the build.properties file, I set the two path as following: maven.plugin.unpacked.dir=C:\NovaTec\MT\Workspace\.maven\cache

RE:Updating a jar

2004-10-05 Thread Jeffrey Mutonho
Has anyone managed to update a jar that is mentioned as dependency.I've got a postGoal that tries to update one on my jars in the local repository , but jar is a dependency for other sub projects ,and it looks like Ant fails to get a handle on it because it's considered "in use" since it's a depend

Re: how to set path for repository and cache in .maven

2004-10-05 Thread Martijn Dashorst
Weining, See the User Guide on : http://maven.apache.org/reference/user-guide.html#Behavioural_Properties Here you'll find maven.repo.local and maven.plugin.unpacked.dir doing what you want. Put them in your build.properties in the C:\Documents and Settings\wh directory. Martijn Weining Hao wro

how to set path for repository and cache in .maven

2004-10-05 Thread Weining Hao
Hi, We try to use Maven to build samples of AndroMDA. We have done the following steps: 1. Download Maven and extract into C:\Programs\maven-1.0 2. Download AndroMDA and extract into C:\Programs\andromda-bin-3.0M3-SNAPSHOT 3. Set JAVA_HOME; MAVEN_HOME; ANDROMDA_HOME; add the C:\Programs\maven-1.0\