Re: Announce: Maven 2 Plugin for JaxMe

2005-11-30 Thread Jochen Wiedmann
Brett Porter wrote: > Of course, Ashley could still continue to contribute to the plugin > there, I hope. More than welcome. :-) -- Often it does seem a pity that Noah and his party did not miss the boat. (Mark Twain) - To uns

Re: Announce: Maven 2 Plugin for JaxMe

2005-11-30 Thread Jan Bartel
Brett, The Jetty project has it's own Maven2 plugin. However, there doesn't seem to be a central page on the Maven site listing all of the known plugins. For that reason alone, I was considering having to move the Jetty plugin across to codehaus, even though it's natural "home" is within the Jett

can we modify the existing goal

2005-11-30 Thread yogesh badkas
Is it possible to modify the existing goal like i want to modify the compile goal , can i make it some thing like i want some inclusion and exclusion for compile goal - Yahoo! Music Unlimited - Access over 1 million songs. Try it f

Re: [m2] Artifact Override

2005-11-30 Thread clark . rao
Dear Mik, For example: mvn install:install-file -Dfile=oracle8ijdbc.jar -DgroupId=database -DartifactId=oracle8i -Dversion=8i -Dpackaging=jar thanks. Tel: (020)36315358-328 Fax: (020)36315170

Re: calling an Ant task from "mvn" command

2005-11-30 Thread clark . rao
Dear nathaniel, generate-sources should change to install , run "mvn install". The phase should be same to mvn lifecycle phase. thanks. Tel: (020)36315358-328 Fax: (020)36315170

Re: [m2] questions about for site creation (xdoc and static (X)HTML pages)

2005-11-30 Thread Allan Ramirez
http://docs.codehaus.org/display/MAVENUSER/FAQs regards, -allan - - wrote: 1. [m2 2.0] how can integrate static html or xhtml pages and keeping left maven menu ? (i put statics pages in src/site/resources folder => ok but left menu disappears ) with transformatioon /apt /fml /xdoc /resource

Re: Announce: Maven 2 Plugin for JaxMe

2005-11-30 Thread Brett Porter
In 12/1/05, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: > > Hi, Ashley, > > > Since you are the jaxme guy, I know you're plugin will be way better > > than the one in the sandbox - but where do you plan on housing it? > > if JaxMe is going to switch to Maven 2 soon (which I really hope it > will),

Failed to load Main-Class manifest attribute

2005-11-30 Thread David Novogrodsky
I am running Maven 2.0 on Mac OS 10.3.9. I created a new project using this command: mvn archetype:create -DgroupId=com.mycompany.app -DartifactId=my-app Then I compiled the project using this command: mvn compile which ended successfully. Finally I ran mvn package which

Re: Announce: Maven 2 Plugin for JaxMe

2005-11-30 Thread Jochen Wiedmann
Hi, Ashley, > Since you are the jaxme guy, I know you're plugin will be way better > than the one in the sandbox - but where do you plan on housing it? if JaxMe is going to switch to Maven 2 soon (which I really hope it will), then the plugin *must* be a part of JaxMe: The plugin itself obvio

Re: [m2] Artifact Override

2005-11-30 Thread Nik Gonzalez
Michael, Please take a look at this: http://maven.apache.org/guides/mini/guide-installing-3rd-party-jars.html hth, Nik Michael Thompson wrote: I am doing eclipse plugin development using maven 2.0. In my pom for my eclipse plugin, I have the packaging set to jar. So in the end, the file:

Re: How not to include all jar files from parent pom?

2005-11-30 Thread Henry Isidro
Stephane Nicoll wrote: Use the right scope. If you don't want them to be included, specify the scope of your dependency (compile / provided). Hope it helps, Stéphane Just to clarify things further, the "compile" scope includes the dependencies in the final package and the "provided" scope d

Re: [m2] Jars inside ear as java modules in the application.xml

2005-11-30 Thread clark . rao
Dear Bruno, In pom.xml. You should add this jar to dependency. my pom.xml is below. 4.0.0 ears ear pom 1.0 ear assembly pojos pojo 1.0 ejbs ejb 1.0 ejb wars war

Re: [m2] Jars inside ear as java modules in the application.xml

2005-11-30 Thread clark . rao
Dear Bruno, I think you MAY can put jar to own plugin. I'll try it. thanks. Tel: (020)36315358-328 Fax: (020)36315170 Bruno

[m2] Artifact Override

2005-11-30 Thread Michael Thompson
I am doing eclipse plugin development using maven 2.0. In my pom for my eclipse plugin, I have the packaging set to jar. So in the end, the file: target\artifactId-version.jar gets created. BUT, I've also added an antrun task to the packaging phase that packages the source, resources and eclipse

[m2] where should sql, dtds, test data and generated docs go?

2005-11-30 Thread Adam Hardy
I just started using the hibernate-tools plugin and dbunit for a new project and I suddenly have a whole ream of sql scripts, DTDs, schemas, generated documentation and such like strewn across my project directory tree. Could one of the mvn gurus out there tell me where should I put all of th

Re: [m2] HIbernate/Spring/Myfaces dependency hell

2005-11-30 Thread Richard Wallace
One other thing having to do with dependencies that I'm worried is an issue is that I'm using struts and it and spring want commons-collections-2.1 but one of my utilities needs commons-collections-3.1 as does myfaces it looks like. What's the best way to solve this conflict? I did change it

Re: How to get a copy of the repository ?

2005-11-30 Thread Alexandre Poitras
You should try to use Maven-Proxy if your need is to reduce download. But other then that I don't know. On 11/30/05, Emmanuel Venisse <[EMAIL PROTECTED]> wrote: > yes. > > > Christian Schulte a écrit : > > Christian Schulte schrieb: > > > >> Hi, > >> > >> I would like to have a local copy of some

Re: Plugin release cycle: some thoughts

2005-11-30 Thread Brett Porter
Current planning is to cut this back to the most important issues and make a release around ApacheCon (http://www.apachecon.com - there is still time to register!). As for maven-archiver, it will be moved to its own release cycle, so the next plugin release will only depend on Maven 2.0. - Brett

Re: Plugin release cycle: some thoughts

2005-11-30 Thread Alexandre Poitras
I think the best way to know is to monitor this page : http://jira.codehaus.org/browse/MNG?report=com.atlassian.jira.plugin.system.project:roadmap-panel On 11/30/05, Frank Russo <[EMAIL PROTECTED]> wrote: > Does anyone know what is the planned release date for 2.0.1? I know it's open > source, s

Re: add-maven-repo

2005-11-30 Thread Alexandre Poitras
It is a known bug. If I remember correctly already fixed but the new version hasn't been released yet. I think they were saying on the dev mailing list they were going to release a new version soon . On 11/30/05, Marouane Amraoui <[EMAIL PROTECTED]> wrote: > thank, but i want only tell to Eclipse

[m2] maven-surefire-report-plugin error

2005-11-30 Thread Arnaud Bailly
Hello, When I generate the report in site goal, the following exception appears : org.xml.sax.SAXParseException: XML document structures must start and end within the same entity. at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXP arseException(ErrorHandlerWrappe

Re: How not to include all jar files from parent pom?

2005-11-30 Thread Stephane Nicoll
Use the right scope. If you don't want them to be included, specify the scope of your dependency (compile / provided). Hope it helps, Stéphane On 11/30/05, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Can anyone please provide me some sample for below problem, i tried adding > in EAR>pom.xm

Re: [m102] corrupt png files in a jar -- SOLVED

2005-11-30 Thread Thomas_Perry
Brett, Thanks so much. When we looked at the project, filtering was set to 'true' in ...true When it was changed to 'false', the image files in the jar file were saved correctly. Thanks again for your help. Tom

How not to include all jar files from parent pom?

2005-11-30 Thread raghurajan . x . gurunathanv
Can anyone please provide me some sample for below problem, i tried adding in EAR>pom.xml section but it still includs all jars from parent pom this is my project structre +- - Project | +- - EJBs |+- - - pom.xml | +- - War | + - - - pom.xml | +- - EAR |

Re: Changing default source code directory structure

2005-11-30 Thread Piéroni Raphaël
Hello Matthew, In http://maven.apache.org/guides/introduction/introduction-to-the-pom.html you can find : target target/classes ${artifactId}-${version} target/test-classes src/main/java src/main/scripts src/test/java src/main/resources

Re: [m2] Jars inside ear as java modules in the application.xml

2005-11-30 Thread Stephane Nicoll
You're welcome :) On 11/30/05, Bruno Aranda <[EMAIL PROTECTED]> wrote: > > BrunoNeuronException :-) > > I've found the page googleing. Poor me :-) And I've just read the > warModule configuration but, as I am doing 2000 things at the same > time, I haven't got further :p > > thanks anyway! > > Bru

Re: Continuum don't work in service mode

2005-11-30 Thread dan tran
what problem do you see?? I set continuum to run under a specific user id which can be configured in the service control panel -Dan On 11/30/05, Jean-Charles Giardina <[EMAIL PROTECTED]> wrote: > > Hi folk, > > I'use continuum on a WinXP computer (at work ;-) > > Continnum work perfectly in co

Re: calling an Ant task from "mvn" command

2005-11-30 Thread Anuerin Diaz
hi, that execution is only going to be triggered if the "generate-sources" phase is 'executed'. you can read this guide[1] for more information. if you will check the mailing archives or the user faq wiki[2] you will see why running the antrun plugin indepently is not yet possible at this time.

calling an Ant task from "mvn" command

2005-11-30 Thread Nathaniel Auvil
i have the following defined in my POM maven-antrun-plugin generate-sources

Re: Announce: Maven 2 Plugin for JaxMe

2005-11-30 Thread Ashley Williams
Hi Jochen, glad you caught the maven bug, I knew you would! Since you are the jaxme guy, I know you're plugin will be way better than the one in the sandbox - but where do you plan on housing it? If at codehaus we will have to manage mothballing the existing one somehow. Also I actually have a

Re: deploying via scp - status?

2005-11-30 Thread Julian Wood
http://jira.codehaus.org/browse/MNG-1718 On 30-Nov-05, at 10:25 AM, Julian Wood wrote: My thread dump is pretty close to that in MNG-959, but that issue has been closed as fixed. I assume I have that fix, and yet I get the same problem. Should I clone the issue and add the new thread dump?

Re: [m2] Jars inside ear as java modules in the application.xml

2005-11-30 Thread Bruno Aranda
BrunoNeuronException :-) I've found the page googleing. Poor me :-) And I've just read the warModule configuration but, as I am doing 2000 things at the same time, I haven't got further :p thanks anyway! Bruno 2005/11/30, Stephane Nicoll <[EMAIL PROTECTED]>: > Hey bruno, > > Well have you tried

Re: [m2] Jars inside ear as java modules in the application.xml

2005-11-30 Thread Stephane Nicoll
Hey bruno, Well have you tried to read the doc first? :p http://maven.apache.org/plugins/maven-ear-plugin/howto.html (end of the page) On 11/30/05, Bruno Aranda <[EMAIL PROTECTED]> wrote: > > I've found the solution myself googleing and looking to the source code > :-) > > You have to use a ja

Re: [m2] HIbernate/Spring/Myfaces dependency hell

2005-11-30 Thread Matt Raible
Here's what I use for Equinox's MyFaces 1.1.1 + Spring 1.2.6 + Hibernate 3.0.5 combination: cargo cargo 0.6 test commons-lang commons-lang 2.0 commons-l

[m2] HIbernate/Spring/Myfaces dependency hell

2005-11-30 Thread Richard Wallace
Hey everybody, I've got an app that uses Hibernate 3.0.5, Spring 1.2.6 and Myfaces 1.1.1. I'm having massive problems getting this thing to deploy with m2 and I think it has to do with missing or conflicting dependencies. The error I'm getting now when I try and hit a JSP is: java.lang.No

Continuum don't work in service mode

2005-11-30 Thread Jean-Charles Giardina
Hi folk, I'use continuum on a WinXP computer (at work ;-) Continnum work perfectly in command line mode ! But in service mode it does't start, I can see this error : Error 1067. Somebody has resolved the same problem ?! Please ! -

Re: deploying via scp - status?

2005-11-30 Thread Julian Wood
My thread dump is pretty close to that in MNG-959, but that issue has been closed as fixed. I assume I have that fix, and yet I get the same problem. Should I clone the issue and add the new thread dump? Thanks, J On 29-Nov-05, at 8:07 PM, Brett Porter wrote: There are two known issues of

Re: [m2] Jars inside ear as java modules in the application.xml

2005-11-30 Thread Bruno Aranda
I've found the solution myself googleing and looking to the source code :-) You have to use a javaModule inside the configuration of the maven-ear-plugin with the artifact information and the includeInApplicationXml set to true: maven-ear-plugin

Changing default source code directory structure

2005-11-30 Thread Osborne, Matthew
Hello I have a question regarding Maven archetypes. As I mentioned in a previous post, I am currently porting an existing project we have here at work from ANT to Maven 2.0. In this process, I am trying to disturb the directory structure of our project as little as possible. I have just enc

[m2] Jars inside ear as java modules in the application.xml

2005-11-30 Thread Bruno Aranda
Hi all, I wonder if it is possible to configure the ear plugin somehow to put some of the jar dependencies inside the application.xml file as myFile.jar, as it is actually done with ejb's and webapps... I need this because I have a par (ejb3) that depends on a jar and in order to make this work I

RE: shared web components

2005-11-30 Thread dh-mavenusers
Actually the latest development version of the maven-war-plugin should support this. MNG-1507 added the ability to merge war dependencies into the target war artifact. http://jira.codehaus.org/browse/MNG-1507 Files are never overwritten and includes/excludes are supported with the following synta

Re: [M2] Multiproject best practic and examples ?

2005-11-30 Thread Stephen Cowx
Hi I don't think they have decided on best practices yet. I think that this link is the state of the art http://maven.apache.org/guides/getting-started/index.html#How%20do%20I%20build%20more%20than%20one%20project%20at%20once? What is written there will help you to make a multimodule project b

Re: [M2] Multiproject best practic and examples ?

2005-11-30 Thread dan tran
you can take a look at m2 source itself. -D On 11/30/05, Marouane Amraoui <[EMAIL PROTECTED]> wrote: > > can you help me arround : Multiproject best practic and examples in maven > 2 > > thx in advance > > - > To unsubscribe, e-m

Removing a source directory?

2005-11-30 Thread Jochen Wiedmann
Hi, I am about to convert a project from Ant to Maven 2. The project is typically compiled with Java 5. However, we have made very conservative use of Java 5 features, mainly warnings (@Override, @SuppressWarnings, ...) This conservative use enables us to write a simple source code generator

RE: shared web components

2005-11-30 Thread Jeff Jensen
Make a "project" per component - jars, wars, ears. Then use the standard dependency mechanism on the jars and wars needed by the ear projects. -Original Message- From: Nathan Coast [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 3:56 AM To: Maven Users List Subject: shared

[M2] Multiproject best practic and examples ?

2005-11-30 Thread Marouane Amraoui
can you help me arround : Multiproject best practic and examples in maven 2 thx in advance - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Plugin release cycle: some thoughts

2005-11-30 Thread Frank Russo
Does anyone know what is the planned release date for 2.0.1? I know it's open source, so nothing is set in stone, but I assume there is some target date. thx... Frank Russo Senior Developer FX Alliance, LLC -Original Message- From: Wim Deblauwe [mailto:[EMAIL PROTECTED] Sent: Wednesday,

Re: Plugin release cycle: some thoughts

2005-11-30 Thread Wim Deblauwe
I kind of agree with you, the same thing is true for the clover plugin. There is a bug in there that needs 2.0.1, so we have the same problem there. I am still sticking with Maven 1.x until 2.0.1 comes out. Maven 2 is the first release of a major rewrite of Maven, so I'm not suprised that the core

Plugin release cycle: some thoughts

2005-11-30 Thread fabrice . belingard
Hi guys, I'm having thoughts about plugin release cycles that I'd like to share with you. I've been watching for Maven War plugin next release for quite some time now. The reason is that there was a bug (MNG-1038) that was important for me to be fixed. This bug was fixed and the patch applied

RE: add-maven-repo

2005-11-30 Thread Marouane Amraoui
thank, but i want only tell to Eclipse about the path to the local maven repository, so why i need a pom project ?? -Message d'origine- De : Wendy Smoak [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 novembre 2005 13:38 À : Maven Users List Objet : Re: add-maven-repo On 11/30/05, Marou

Re: add-maven-repo

2005-11-30 Thread Wendy Smoak
On 11/30/05, Marouane Amraoui <[EMAIL PROTECTED]> wrote: > Hi, > i executed the command "mvn -Declipse.workspace=D:\eclipse\workspace > eclipse:add-maven-repo" > and i got this error msg : > > Cannot execute mojo: add-maven-repo. It requires a project, but the build is > not using one. Usually t

add-maven-repo

2005-11-30 Thread Marouane Amraoui
Hi, i executed the command "mvn -Declipse.workspace=D:\eclipse\workspace eclipse:add-maven-repo" and i got this error msg : Cannot execute mojo: add-maven-repo. It requires a project, but the build is not using one. ??? thx -

RE : shared web components

2005-11-30 Thread Olivier Lamy
;-)) Look at this http://jira.codehaus.org/browse/MNG-1683 And if you're interested just push a vote. HTH, - Olivier -Message d'origine- De : Christophe DENEUX [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 novembre 2005 14:21 À : Maven Users List Objet : Re: shared web components Hi N

Re: How to get a copy of the repository ?

2005-11-30 Thread Emmanuel Venisse
yes. Christian Schulte a écrit : Christian Schulte schrieb: Hi, I would like to have a local copy of some of the components in the remote repository at . Is there an easy way to get a local copy of this ? I tried rsync but it seems ibiblio does not support r

Re: shared web components

2005-11-30 Thread Christophe DENEUX
Hi Nathan, I have the same project organization and I am thinking about this problem. My first thoughts are: - The project containing JSPs, CSS, HTML, images must be packaged as a zip file: ... com.mysociety.globalproject

Re: Multi-module wars

2005-11-30 Thread Richard Allen
Actually, I just noticed that support for merging dependent WARs with a WAR project has been added to the latest version of the maven-war-plugin (see http://jira.codehaus.org/browse/MNG-1507). You will have to check Maven 2 (or at least the maven-war-plugin) out from Subversion and build it you

Re: Multi-module wars

2005-11-30 Thread Richard Allen
A solution may be to put your common WAR code in a separate project, have your other WAR projects call out the common war project as a dependency, and then use the maven-war-plugin hack posted by Kevin Galligan (see http://www.nabble.com/-M2-war-project-using-war-type-dependencies-t473430.html#

Re: How to get a copy of the repository ?

2005-11-30 Thread Christian Schulte
Christian Schulte schrieb: Hi, I would like to have a local copy of some of the components in the remote repository at . Is there an easy way to get a local copy of this ? I tried rsync but it seems ibiblio does not support rsync. Is the repository also availab

How to get a copy of the repository ?

2005-11-30 Thread Christian Schulte
Hi, I would like to have a local copy of some of the components in the remote repository at . Is there an easy way to get a local copy of this ? I tried rsync but it seems ibiblio does not support rsync. Is the repository also available via ftp ? -- Christian

Re: can we write ant script to extend the goal

2005-11-30 Thread Anuerin Diaz
On 11/30/05, yogesh badkas <[EMAIL PROTECTED]> wrote: > is it possible to write the ant script instead of java program > to extend the goal ? > > --yogeshB > Ant scripts are basically automation of what you invoke in the command line thus you cannot really extend something using plain Ant scrip

can we write ant script to extend the goal

2005-11-30 Thread yogesh badkas
is it possible to write the ant script instead of java program to extend the goal ? --yogeshB - Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

Re: [M1] EAR plugin - non-standard structure (Websphere again!)

2005-11-30 Thread Dion Gillard
AFAIK, the was5 plugin works well for was6. On 11/30/05, Weston, Toby <[EMAIL PROTECTED]> wrote: > Excellent, thanks. Any ideas on WAS6 compatibilty...? > > Dion Gillard wrote: > > There is a plugin for WAS: > > > > http://maven-plugins.sourceforge.net/maven-was5-plugin/ > > > > On 11/29/05, Westo

Re: A deploy plugin for assemblies?

2005-11-30 Thread Oles
Oles wrote: dan tran wrote: I tried mvn assembly:assembly deploy. The final assembly is deployed using the extension of packacking. for example if my packaging is pom. The final ouput is my-assembly-vesion-bin.pom -D On 11/29/05, Brett Porter <[EMAIL PROTECTED]> wrote: If you run: m

Re: shared web components

2005-11-30 Thread ir. ing. Jan Dockx
Wow! I didn't know such a thing could be possible with webapps (leaving maven out of the equation for a while). How would this work? On 30 Nov 2005, at 10:55, Nathan Coast wrote: Hi, Is there a plugin for M1.1 or M2 which handles artifacts that may be used by more than one webapp. e.g. I may h

Re: A deploy plugin for assemblies?

2005-11-30 Thread Oles
dan tran wrote: I tried mvn assembly:assembly deploy. The final assembly is deployed using the extension of packacking. for example if my packaging is pom. The final ouput is my-assembly-vesion-bin.pom -D On 11/29/05, Brett Porter <[EMAIL PROTECTED]> wrote: If you run: mvn assembly:as

Re: Cannot add groupId "org.springframework" for relocated springframework

2005-11-30 Thread Oles
Dietrich Schulten wrote: Hi, I have problems referring to springframework. Springframework is being moved on ibiblio. Two problems: 1. The old version-specific poms on ibiblio have been changed, they now only contain a relocation section instead of the dependencies. However, they do not cont

Cannot add groupId "org.springframework" for relocated springframework

2005-11-30 Thread Dietrich Schulten
Hi, I have problems referring to springframework. Springframework is being moved on ibiblio. Two problems: 1. The old version-specific poms on ibiblio have been changed, they now only contain a relocation section instead of the dependencies. However, they do not contain a , so mvn complains ab

Re: How to change Project-Group in version 1.0.1

2005-11-30 Thread Emmanuel Venisse
project group is the name of the parent pom, the pom you upload in continuum. You'll can change it in 1.1 Emmanuel Ulrich Metzger a écrit : Hello, who knows, how to change the projects group entry. If you update the Project information, the group entry is missing in the updateform. Where doe

shared web components

2005-11-30 Thread Nathan Coast
Hi, Is there a plugin for M1.1 or M2 which handles artifacts that may be used by more than one webapp. e.g. I may have a project that contains web artifacts: jsps, css, html, images, js, etc. May also contain java classes, tlds etc. I wish to use these components within other webapps. Wh

How to change Project-Group in version 1.0.1

2005-11-30 Thread Ulrich Metzger
Hello, who knows, how to change the projects group entry. If you update the Project information, the group entry is missing in the updateform. Where does the initial value come from? Uli

Re: [m2] clover and assertions

2005-11-30 Thread David Sag
I believe you need to also specify the source version for the clover plugin too.  it does not default to the same as the compiler plugin setting - same too for javadocs and indeed other plugins. It seems to me that this sort of config is project wide and the pom needs a place to declare such proj

RE : RE : War phases, binding a custom plugin to the war creation

2005-11-30 Thread Olivier Lamy
Hi, Probably all users interested can push a vote to http://jira.codehaus.org/browse/MNG-1683. And add comment. - Olivier -Message d'origine- De : Richard Allen [mailto:[EMAIL PROTECTED] Envoyé : mercredi 30 novembre 2005 01:42 À : Maven Users List Objet : Re: RE : War phases, binding a

Re: [m102] corrupt png files in a jar

2005-11-30 Thread Michael Böckling
Hi Thomas, I had a similiar issue with Maven 1.1 when I included a picture for the generated site in the resources tree. I think it was a GIF, and it got corrupted when the site deployed. It was still readable, but looked funny. There were no FTP transfers or whatever taking place that could

RE: [M1] EAR plugin - non-standard structure (Websphere again!)

2005-11-30 Thread Weston, Toby
Excellent, thanks. Any ideas on WAS6 compatibilty...? Dion Gillard wrote: > There is a plugin for WAS: > > http://maven-plugins.sourceforge.net/maven-was5-plugin/ > > On 11/29/05, Weston, Toby <[EMAIL PROTECTED]> wrote: >> Hi Folks, >> >> I'm trying to generate an ear using the ear plugin, all

Re: Problem uploading a pom.xml --- String index out of range: -16

2005-11-30 Thread luis novais
Yes, I've used the topmost URL box. I'll file a bug. Regards, Luis --- Brett Porter <[EMAIL PROTECTED]> wrote: > I think this is only if you are using the lower > Upload box. If you > used the topmost URL box and got this error, its a > bug - please file > it at http://jira.codehaus.org/browse/C

RE: deploying via scp - status?

2005-11-30 Thread Jörg Schaible
Brett Porter wrote on Wednesday, November 30, 2005 4:08 AM: > There are two known issues of significance: > > - "session is down" messages. I think there is a potential > workaround for this, and we need to test the new jsch release. > > - hanging on deploy. Not been able to reproduce though i