You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Poppe, Troy" <Tr...@eia.doe.gov> on 2004/12/08 17:38:00 UTC

Problem with case in ear:generate-ear-descriptor?

I just received this message while running the ear:ear goal:

C:\Projects\PartyMaven\ear>maven ear
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

build:start:

ear:init:

ear:ear:
ear:generate-ear-descriptor:
    [echo] pom.groupId: eia
    [echo] pom.currentVersion: 1.0
    [echo] Generating appxml file:"target/META-INF/application.xml version 1.3
encoding: UTF-8"

    [echo] Building EAR party-ear-1.0 with appxml
"target/META-INF/application.xml"

BUILD FAILED
File...... c:\maven\cache\maven-ear-plugin-1.6\plugin.jelly
Element... ant:fail
Line...... 99
Column.... 24
Case-sensitive issue: The dependency eia:party-common has a case problem.  The
dependency was either retrieved in the past with the wrong case or has been
specified with the wrong case in your project.xml file.  Fix your project.xml or
update your local repository with the properly-cased file and try again.
Total time: 3 seconds
Finished at: Wed Dec 08 11:36:51 EST 2004



Any ideas why it is complaining about case-sensativity? The case of the
artifactId is exactly the same as what is in my remote and local repositories!

Thanks.

Troy




[-- begin project.xml snippet --]

<project>
  <extend>${basedir}/../root/project.xml</extend>
  <artifactId>party-ear</artifactId>
  <name>Party EAR Module</name>
  <dependencies>
    <dependency>
      <groupId>${pom.groupId}</groupId>
      <artifactId>party-common</artifactId>
      <version>${pom.currentVersion}</version>
      <type>jar</type>
      <properties>
        <ear.bundle>true</ear.bundle>
      </properties>
    </dependency>
    <dependency>
      <groupId>${pom.groupId}</groupId>
      <artifactId>party-ejb</artifactId>
      <version>${pom.currentVersion}</version>
      <type>ejb</type>
      <properties>
        <ear.bundle>true</ear.bundle>
      </properties>
    </dependency>
    <dependency>
      <groupId>${pom.groupId}</groupId>
      <artifactId>party-war</artifactId>
      <version>${pom.currentVersion}</version>
      <type>war</type>
      <properties>
        <ear.bundle>true</ear.bundle>
        <ear.appxml.war.context-root>party-war</ear.appxml.war.context-root>
      </properties>
    </dependency>
  </dependencies>
</project>




[-- Maven repository --]

C:\Projects\PartyMaven\ear>ls -l c:\maven\repository\eia\jars
total 53
-rw-rw-rw-   1 user     group       13539 Dec  8 11:12 party-common-1.0.jar
-rw-rw-rw-   1 user     group          32 Dec  8 11:12 party-common-1.0.jar.md5
-rw-rw-rw-   1 user     group       37794 Dec  8 11:12 party-ejb-client-1.0.jar
-rw-rw-rw-   1 user     group          32 Dec  8 11:12
party-ejb-client-1.0.jar.md5




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: Problem with case in ear:generate-ear-descriptor?

Posted by Felipe Leme <ma...@felipeal.net>.
On Wed, 8 Dec 2004 11:38:00 -0500, "Poppe, Troy" <Tr...@eia.doe.gov> wrote:

> Any ideas why it is complaining about case-sensativity? The case of the
> artifactId is exactly the same as what is in my remote and local repositories!

The problem is probably in your MAVEN_HOME:

> C:\Projects\PartyMaven\ear>ls -l c:\maven\repository\eia\jars

Unfortunately, this seems to be introduced when we applied a fix for another bug. Please take a look on the workaround described in the link below and let us if it worked:

http://jira.codehaus.org/browse/MAVEN-1526


-- Felipe





---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: How do I install downloaded Mavenide .nbm files into Netbeans 4.0 RC1

Posted by Milos Kleint <mk...@gmail.com>.
Hello,

sorry for late reply, I was away on holidays.

Installation is simple. 
1.start netbeans, trigger the menu item Tools/Update center.
2. a wizard appears, select the "Install manually downloaded modules"
radio button..
3. in the next panel add all the nbm files to install
4. click all the way to the end of the wizard.
5. the ide will restart and you get the mevenide modules installed.

Hope that helps.

Milos Kleint

On Wed, 08 Dec 2004 11:48:15 -0500, jim williams <ma...@jim-williams.net> wrote:
> I may have missed earlier emails about this as I just subscribed to the
> mailing list. if any one can forward earlier emails, that would be great..
> 
> thanks
> 
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


How do I install downloaded Mavenide .nbm files into Netbeans 4.0 RC1

Posted by jim williams <ma...@jim-williams.net>.
I may have missed earlier emails about this as I just subscribed to the 
mailing list. if any one can forward earlier emails, that would be great..
 
thanks

>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org