You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Prasad Kashyap (JIRA)" <de...@geronimo.apache.org> on 2006/03/08 20:12:42 UTC

[jira] Created: (GERONIMO-1717) directory module migration to Maven2

directory module migration to Maven2
------------------------------------

         Key: GERONIMO-1717
         URL: http://issues.apache.org/jira/browse/GERONIMO-1717
     Project: Geronimo
        Type: Sub-task
    Reporter: Prasad Kashyap




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Closed: (GERONIMO-1717) directory module migration to Maven2

Posted by "Jacek Laskowski (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1717?page=all ]
     
Jacek Laskowski closed GERONIMO-1717:
-------------------------------------

    Fix Version: 1.x
     Resolution: Fixed

Verified. Thanks Prasad!

> directory module migration to Maven2
> ------------------------------------
>
>          Key: GERONIMO-1717
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1717
>      Project: Geronimo
>         Type: Sub-task
>     Reporter: Prasad Kashyap
>      Fix For: 1.x
>  Attachments: directory.patch
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-1717) directory module migration to Maven2

Posted by "Jacek Laskowski (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1717?page=comments#action_12369661 ] 

Jacek Laskowski commented on GERONIMO-1717:
-------------------------------------------

Committed revision 384541. Thanks Prasad! Anything left to migrate wrt the module?

> directory module migration to Maven2
> ------------------------------------
>
>          Key: GERONIMO-1717
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1717
>      Project: Geronimo
>         Type: Sub-task
>     Reporter: Prasad Kashyap
>  Attachments: directory.patch
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-1717) directory module migration to Maven2

Posted by "Jacek Laskowski (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1717?page=comments#action_12369721 ] 

Jacek Laskowski commented on GERONIMO-1717:
-------------------------------------------

The first two properties are for maven-surefire-plugin and don't think they're important. Why would the endorsed dir be necessary for the module is beyond my understanding. If the tests work we can get rid of it.

The other two are for IDEs and I think we shouldn't worry about it that much, either.

> directory module migration to Maven2
> ------------------------------------
>
>          Key: GERONIMO-1717
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1717
>      Project: Geronimo
>         Type: Sub-task
>     Reporter: Prasad Kashyap
>  Attachments: directory.patch
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-1717) directory module migration to Maven2

Posted by "Prasad Kashyap (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1717?page=comments#action_12369724 ] 

Prasad Kashyap commented on GERONIMO-1717:
------------------------------------------

The tests work. In that case, we can consider this module migrated too.

Cheers
Prasad

> directory module migration to Maven2
> ------------------------------------
>
>          Key: GERONIMO-1717
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1717
>      Project: Geronimo
>         Type: Sub-task
>     Reporter: Prasad Kashyap
>  Attachments: directory.patch
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (GERONIMO-1717) directory module migration to Maven2

Posted by "Prasad Kashyap (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1717?page=all ]

Prasad Kashyap updated GERONIMO-1717:
-------------------------------------

    Attachment: directory.patch

This patch should successfully run the tests for the directory module from the top level too.

With this the directory module can be considered migrated to M2.

> directory module migration to Maven2
> ------------------------------------
>
>          Key: GERONIMO-1717
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1717
>      Project: Geronimo
>         Type: Sub-task
>     Reporter: Prasad Kashyap
>  Attachments: directory.patch
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (GERONIMO-1717) directory module migration to Maven2

Posted by "Prasad Kashyap (JIRA)" <de...@geronimo.apache.org>.
    [ http://issues.apache.org/jira/browse/GERONIMO-1717?page=comments#action_12369699 ] 

Prasad Kashyap commented on GERONIMO-1717:
------------------------------------------

Well, this module has some project.properties entries. Don't know yet what to do with those. Will need to investigate.

maven.junit.jvmargs=-Djava.endorsed.dirs=${maven.build.dir}/endorsed -ea 
maven.junit.fork=true

maven.eclipse.classpath.include=${basedir}/target/xmlbeans,${basedir}/target/xmlbeans-classes

maven.idea.generated.source=xmlbeans

> directory module migration to Maven2
> ------------------------------------
>
>          Key: GERONIMO-1717
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1717
>      Project: Geronimo
>         Type: Sub-task
>     Reporter: Prasad Kashyap
>  Attachments: directory.patch
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira