[prev in list] [next in list] [prev in thread] [next in thread] 

List:       maven-dev
Subject:    [jira] Created: (MPECLIPSE-85) Support for "lib" classpathentry
From:       "Flemming Seerup (JIRA)" <jira () codehaus ! org>
Date:       2005-03-29 8:08:45
Message-ID: 32525792.1112083725626.JavaMail.jira () beaver ! codehaus ! org
[Download RAW message or body]

Support for "lib" classpathentry
--------------------------------

         Key: MPECLIPSE-85
         URL: http://jira.codehaus.org/browse/MPECLIPSE-85
     Project: maven-eclipse-plugin
        Type: New Feature
    Reporter: Flemming Seerup
    Priority: Trivial


To generate lib classpath entries for jar files not in maven repositories, I have \
added the following code to classpath.jelly locally (after processing of \
maven.eclipse.conclasspath property):

<u:tokenize var="libclasspaths" delim=",">${maven.eclipse.libclasspath}</u:tokenize>
<j:forEach var="libclasspath" items="${libclasspaths}" trim="true">
   <classpathentry kind="lib" path="${libclasspath}"/>
</j:forEach>



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic