[jira] Commented: (MEV-329) http://www.ibiblio.org/maven2/xom/xom/1.0b3/xom-1.0b3.pom is not correct

2006-02-09 Thread Daniel Kulp (JIRA)
[ http://jira.codehaus.org/browse/MEV-329?page=comments#action_58265 ] 

Daniel Kulp commented on MEV-329:
-

One more note: the version on mirrors.dotsrc.org DOES work.   Apparently 
mirrors.dotsrc.org is not really in sync with ibiblio.  That may be a separate 
issue.   Why are the mirrors not really exact mirrors?

> http://www.ibiblio.org/maven2/xom/xom/1.0b3/xom-1.0b3.pom is not correct
> 
>
>  Key: MEV-329
>  URL: http://jira.codehaus.org/browse/MEV-329
>  Project: Maven Evangelism
> Type: Bug

>   Components: Invalid POM
> Reporter: Daniel Kulp

>
>
> it should be servlet-api, not 
> servletapi
> Major issue as it prevents the antrun plugin from working, builds fail, 
> etc

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Commented: (MEV-329) http://www.ibiblio.org/maven2/xom/xom/1.0b3/xom-1.0b3.pom is not correct

2006-02-09 Thread Daniel Kulp (JIRA)
[ http://jira.codehaus.org/browse/MEV-329?page=comments#action_58264 ] 

Daniel Kulp commented on MEV-329:
-

Actually, it's PMD that breaks, not antrun.   However, we use antrun to call 
PMD (variety of reasons) so now that PMD doesn't work, antrun doesn't work for 
us either.

In either case, anything that depends on xom 1.0b3 is now completely broken.


> http://www.ibiblio.org/maven2/xom/xom/1.0b3/xom-1.0b3.pom is not correct
> 
>
>  Key: MEV-329
>  URL: http://jira.codehaus.org/browse/MEV-329
>  Project: Maven Evangelism
> Type: Bug

>   Components: Invalid POM
> Reporter: Daniel Kulp

>
>
> it should be servlet-api, not 
> servletapi
> Major issue as it prevents the antrun plugin from working, builds fail, 
> etc

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Created: (MEV-329) http://www.ibiblio.org/maven2/xom/xom/1.0b3/xom-1.0b3.pom is not correct

2006-02-09 Thread Daniel Kulp (JIRA)
http://www.ibiblio.org/maven2/xom/xom/1.0b3/xom-1.0b3.pom is not correct


 Key: MEV-329
 URL: http://jira.codehaus.org/browse/MEV-329
 Project: Maven Evangelism
Type: Bug

  Components: Invalid POM  
Reporter: Daniel Kulp


it should be servlet-api, not 
servletapi

Major issue as it prevents the antrun plugin from working, builds fail, etc

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Created: (MRESOURCES-9) filtering element in pom.xml ignore properties

2006-01-13 Thread Daniel Kulp (JIRA)
filtering element in pom.xml ignore properties
--

 Key: MRESOURCES-9
 URL: http://jira.codehaus.org/browse/MRESOURCES-9
 Project: Maven 2.x Resources Plugin
Type: Bug

 Environment: Maven 2.0.1
Reporter: Daniel Kulp



 you can mention it0091 as the test case
The following pom.xml does not end up filtering the resources:

http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
 
 4.0.0
org.objectweb.celtix
test
jar
1.0
Test
 

true

 



src/main/resources

**

${filter.resources}









-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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



[jira] Commented: (MECLIPSE-9) eclipse:add-maven-repo not setting classpathVariable.M2_REPO correctly on windows

2006-01-06 Thread Daniel Kulp (JIRA)
[ http://jira.codehaus.org/browse/MECLIPSE-9?page=comments#action_55105 ] 

Daniel Kulp commented on MECLIPSE-9:



This seems to still be broken.   I'm using Maven 2.0.1 and 
maven-eclipse-plugin-2.0 (only version of eclipse plugin in my .m2/repository 
directory).   When I run mvn eclipse:add-maven-repo, I get:

org.eclipse.jdt.core.classpathVariable.M2_REPO=C\\\:/Documents and 
Settings/dkulp/.m2/repository

The : in C: is double escaped.   Thus, in eclipse, it ends up looking like:
C\:/Documents and Settings/dkulp/.m2/repository
which is not a valid path.




> eclipse:add-maven-repo not setting classpathVariable.M2_REPO correctly on 
> windows
> -
>
>  Key: MECLIPSE-9
>  URL: http://jira.codehaus.org/browse/MECLIPSE-9
>  Project: Maven 2.x Eclipse Plugin
> Type: Bug

>  Environment: plugin version:2.0-beta-2
> OS: Windows XP SP2
> Reporter: Charles Crouch
> Assignee: fabrizio giustina

>
>
> So I ran
>   mvn eclipse:add-maven-repo 
> -Declipse.workspace="C:\usr\app-data\current\eclipse\ws\sandbox"
> and got a org.eclipse.jdt.core.prefs file generated, obviously in the wrong 
> place because of MNG-1344. The contents of the file were
>org.eclipse.jdt.core.classpathVariable.M2_REPO=C:\Documents and 
> Settings\ccrouch\.m2\repository
> copying this line into my actual correct org.eclipse.jdt.core.prefs did *not* 
> produce the M2_REPO class path variable.
> It turned out the path needed to be escaped. So the following line worked...
> org.eclipse.jdt.core.classpathVariable.M2_REPO=C\:/Documents and 
> Settings/ccrouch/.m2/repository

-- 
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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


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