[jira] (MANTTASKS-242) org.codehaus.plexus.embed.Embedder no longer exists

2013-08-06 Thread Orion Poplawski (JIRA)

[ 
https://jira.codehaus.org/browse/MANTTASKS-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=330169#comment-330169
 ] 

Orion Poplawski commented on MANTTASKS-242:
---

3.1.0

> org.codehaus.plexus.embed.Embedder no longer exists
> ---
>
> Key: MANTTASKS-242
> URL: https://jira.codehaus.org/browse/MANTTASKS-242
> Project: Maven Ant Tasks
>  Issue Type: Bug
>  Components: mvn task
>Affects Versions: 2.1.3
>Reporter: Orion Poplawski
>
> Trying to build maven-ant-tasks for Fedora 20 fails because 
> org.codehaus.plexus.embed.Embedder has finally been dropped.  Apparently this 
> has been deprecated since around 2007.  Has any work been done to transition 
> to the new API?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MANTTASKS-242) org.codehaus.plexus.embed.Embedder no longer exists

2013-08-05 Thread Orion Poplawski (JIRA)
Orion Poplawski created MANTTASKS-242:
-

 Summary: org.codehaus.plexus.embed.Embedder no longer exists
 Key: MANTTASKS-242
 URL: https://jira.codehaus.org/browse/MANTTASKS-242
 Project: Maven Ant Tasks
  Issue Type: Bug
  Components: mvn task
Affects Versions: 2.1.3
Reporter: Orion Poplawski


Trying to build maven-ant-tasks for Fedora 20 fails because 
org.codehaus.plexus.embed.Embedder has finally been dropped.  Apparently this 
has been deprecated since around 2007.  Has any work been done to transition to 
the new API?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] (MANTTASKS-228) Support maven 3

2012-06-11 Thread Orion Poplawski (JIRA)
Orion Poplawski created MANTTASKS-228:
-

 Summary: Support maven 3
 Key: MANTTASKS-228
 URL: https://jira.codehaus.org/browse/MANTTASKS-228
 Project: Maven 2.x Ant Tasks
  Issue Type: New Feature
Reporter: Orion Poplawski


Are there any plans to support maven 3?  Fedora just dropped maven 2 completely 
so unless there is maven ant tasks for maven 3 I'm going to need to drop the 
package from Fedora.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (MANTTASKS-208) Change ant groupId to org.apache.ant

2010-12-07 Thread Orion Poplawski (JIRA)
Change ant groupId to org.apache.ant


 Key: MANTTASKS-208
 URL: http://jira.codehaus.org/browse/MANTTASKS-208
 Project: Maven 2.x Ant Tasks
  Issue Type: Bug
Affects Versions: 2.1.1
Reporter: Orion Poplawski
 Attachments: maven-ant-tasks-2.1.1-ant-groupId.patch

The groupId for ant is org.apache.ant.  The attached patch fixes.

-- 
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




[jira] Closed: (MANTTASKS-202) The ant-tasks-in-ant-run-plugin test needs a dependency on ant-launcher

2010-12-07 Thread Orion Poplawski (JIRA)

 [ 
http://jira.codehaus.org/browse/MANTTASKS-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Orion Poplawski closed MANTTASKS-202.
-

Resolution: Cannot Reproduce

> The ant-tasks-in-ant-run-plugin test needs a dependency on ant-launcher 
> 
>
> Key: MANTTASKS-202
> URL: http://jira.codehaus.org/browse/MANTTASKS-202
> Project: Maven 2.x Ant Tasks
>  Issue Type: Bug
>  Components: dependencies task
>Affects Versions: 2.1.1
> Environment: Fedora rawhide
>Reporter: Orion Poplawski
>Priority: Minor
> Attachments: build.log, maven-ant-tasks-2.1.1-ant-launcher.patch
>
>
> While packaging maven-ant-tasks for Fedora, I encountered the following error 
> building the  ant-tasks-in-ant-run-plugin test:
> [ERROR] BUILD ERROR
> [INFO] 
> 
> [INFO] Error configuring: org.apache.maven.plugins:maven-antrun-plugin. 
> Reason: A required class 
> was missing during mojo configuration: org/apache/tools/ant/launch/AntMain
> [INFO] 
> 
> [DEBUG] Trace
> org.apache.maven.lifecycle.LifecycleExecutionException: Error configuring: 
> org.apache.maven.plugi
> ns:maven-antrun-plugin. Reason: A required class was missing during mojo 
> configuration: org/apach
> e/tools/ant/launch/AntMain
> See build.log for full details.  I've attached the patch I used to fix.

-- 
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




[jira] Commented: (MANTTASKS-202) The ant-tasks-in-ant-run-plugin test needs a dependency on ant-launcher

2010-12-07 Thread Orion Poplawski (JIRA)

[ 
http://jira.codehaus.org/browse/MANTTASKS-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=246788#action_246788
 ] 

Orion Poplawski commented on MANTTASKS-202:
---

Appears to be no longer needed.

> The ant-tasks-in-ant-run-plugin test needs a dependency on ant-launcher 
> 
>
> Key: MANTTASKS-202
> URL: http://jira.codehaus.org/browse/MANTTASKS-202
> Project: Maven 2.x Ant Tasks
>  Issue Type: Bug
>  Components: dependencies task
>Affects Versions: 2.1.1
> Environment: Fedora rawhide
>Reporter: Orion Poplawski
>Priority: Minor
> Attachments: build.log, maven-ant-tasks-2.1.1-ant-launcher.patch
>
>
> While packaging maven-ant-tasks for Fedora, I encountered the following error 
> building the  ant-tasks-in-ant-run-plugin test:
> [ERROR] BUILD ERROR
> [INFO] 
> 
> [INFO] Error configuring: org.apache.maven.plugins:maven-antrun-plugin. 
> Reason: A required class 
> was missing during mojo configuration: org/apache/tools/ant/launch/AntMain
> [INFO] 
> 
> [DEBUG] Trace
> org.apache.maven.lifecycle.LifecycleExecutionException: Error configuring: 
> org.apache.maven.plugi
> ns:maven-antrun-plugin. Reason: A required class was missing during mojo 
> configuration: org/apach
> e/tools/ant/launch/AntMain
> See build.log for full details.  I've attached the patch I used to fix.

-- 
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




[jira] Created: (MANTTASKS-202) The ant-tasks-in-ant-run-plugin test needs a dependency on ant-launcher

2010-08-27 Thread Orion Poplawski (JIRA)
The ant-tasks-in-ant-run-plugin test needs a dependency on ant-launcher 


 Key: MANTTASKS-202
 URL: http://jira.codehaus.org/browse/MANTTASKS-202
 Project: Maven 2.x Ant Tasks
  Issue Type: Bug
  Components: dependencies task
Affects Versions: 2.1.1
 Environment: Fedora rawhide
Reporter: Orion Poplawski
Priority: Minor
 Attachments: build.log, maven-ant-tasks-2.1.1-ant-launcher.patch

While packaging maven-ant-tasks for Fedora, I encountered the following error 
building the  ant-tasks-in-ant-run-plugin test:

[ERROR] BUILD ERROR
[INFO] 
[INFO] Error configuring: org.apache.maven.plugins:maven-antrun-plugin. Reason: 
A required class 
was missing during mojo configuration: org/apache/tools/ant/launch/AntMain
[INFO] 
[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Error configuring: 
org.apache.maven.plugi
ns:maven-antrun-plugin. Reason: A required class was missing during mojo 
configuration: org/apach
e/tools/ant/launch/AntMain

See build.log for full details.  I've attached the patch I used to fix.

-- 
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