You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by "Bill Barker (JIRA)" <ge...@gump.apache.org> on 2005/11/05 07:46:20 UTC

[jira] Created: (GUMP-157) Gump builds fail on Windows when projects include tags

Gump builds fail on Windows when projects include <maven /> tags
----------------------------------------------------------------

         Key: GUMP-157
         URL: http://issues.apache.org/jira/browse/GUMP-157
     Project: Gump
        Type: Bug
  Components: Python-based Gump  
 Environment: Windows
    Reporter: Bill Barker
    Priority: Minor


Currently, any Gump project with a <maven /> tag fails when running on a Windows platform.  The underlying reason is that Maven (or at least v1.0.2) is too brain-dead to parse 'project.properties' other than by using j.u.Properties.  As a result, the standard Windows File.separator of "\" is considered to be a quote character, and is dropped from the jarpath of the dependancies.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [jira] Commented: (GUMP-157) Gump builds fail on Windows when projects include tags

Posted by Leo Simons <ma...@leosimons.com>.
Bill,

you're now part of "gump-developers" in jira so you can close stuff and the like.

cheers!

- Leo

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


[jira] Commented: (GUMP-157) Gump builds fail on Windows when projects include tags

Posted by "Bill Barker (JIRA)" <ge...@gump.apache.org>.
    [ http://issues.apache.org/jira/browse/GUMP-157?page=comments#action_12358590 ] 

Bill Barker commented on GUMP-157:
----------------------------------

It seems that I'm not permitted to change the status of this.  I consider the status closed, since it is now fixed in trunk (so I can use it :), and nobody uses live on a Windows machine that I know of.

Longer term, the Jira adminstrator should probably let Jira know that I'm on the PMC at some point, so should be allowed to play with bug's status ;-).



> Gump builds fail on Windows when projects include <maven /> tags
> ----------------------------------------------------------------
>
>          Key: GUMP-157
>          URL: http://issues.apache.org/jira/browse/GUMP-157
>      Project: Gump
>         Type: Bug
>   Components: Python-based Gump
>  Environment: Windows
>     Reporter: Bill Barker
>     Priority: Minor
>  Attachments: maven.diff
>
> Currently, any Gump project with a <maven /> tag fails when running on a Windows platform.  The underlying reason is that Maven (or at least v1.0.2) is too brain-dead to parse 'project.properties' other than by using j.u.Properties.  As a result, the standard Windows File.separator of "\" is considered to be a quote character, and is dropped from the jarpath of the dependancies.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


[jira] Updated: (GUMP-157) Gump builds fail on Windows when projects include tags

Posted by "Bill Barker (JIRA)" <ge...@gump.apache.org>.
     [ http://issues.apache.org/jira/browse/GUMP-157?page=all ]

Bill Barker updated GUMP-157:
-----------------------------

    Attachment: maven.diff

Patch to maven.py to fix the issue.

Tomcat has run into problems with replacements as broad as this, but I can't see that it's really an issue for Gump.

> Gump builds fail on Windows when projects include <maven /> tags
> ----------------------------------------------------------------
>
>          Key: GUMP-157
>          URL: http://issues.apache.org/jira/browse/GUMP-157
>      Project: Gump
>         Type: Bug
>   Components: Python-based Gump
>  Environment: Windows
>     Reporter: Bill Barker
>     Priority: Minor
>  Attachments: maven.diff
>
> Currently, any Gump project with a <maven /> tag fails when running on a Windows platform.  The underlying reason is that Maven (or at least v1.0.2) is too brain-dead to parse 'project.properties' other than by using j.u.Properties.  As a result, the standard Windows File.separator of "\" is considered to be a quote character, and is dropped from the jarpath of the dependancies.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


[jira] Closed: (GUMP-157) Gump builds fail on Windows when projects include tags

Posted by "Bill Barker (JIRA)" <ge...@gump.apache.org>.
     [ http://issues.apache.org/jira/browse/GUMP-157?page=all ]
     
Bill Barker closed GUMP-157:
----------------------------

    Resolution: Fixed

This is fixed now in trunk, and AFAIK nobody is using live under Windows.

> Gump builds fail on Windows when projects include <maven /> tags
> ----------------------------------------------------------------
>
>          Key: GUMP-157
>          URL: http://issues.apache.org/jira/browse/GUMP-157
>      Project: Gump
>         Type: Bug
>   Components: Python-based Gump
>  Environment: Windows
>     Reporter: Bill Barker
>     Priority: Minor
>  Attachments: maven.diff
>
> Currently, any Gump project with a <maven /> tag fails when running on a Windows platform.  The underlying reason is that Maven (or at least v1.0.2) is too brain-dead to parse 'project.properties' other than by using j.u.Properties.  As a result, the standard Windows File.separator of "\" is considered to be a quote character, and is dropped from the jarpath of the dependancies.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


[jira] Commented: (GUMP-157) Gump builds fail on Windows when projects include tags

Posted by "Leo Simons (JIRA)" <ge...@gump.apache.org>.
    [ http://issues.apache.org/jira/browse/GUMP-157?page=comments#action_12356952 ] 

Leo Simons commented on GUMP-157:
---------------------------------

Hi bill! Patch looks fine. As an ASF committer you should have write access to the gump codebase. Feel free to commit the patch yourself!

> Gump builds fail on Windows when projects include <maven /> tags
> ----------------------------------------------------------------
>
>          Key: GUMP-157
>          URL: http://issues.apache.org/jira/browse/GUMP-157
>      Project: Gump
>         Type: Bug
>   Components: Python-based Gump
>  Environment: Windows
>     Reporter: Bill Barker
>     Priority: Minor
>  Attachments: maven.diff
>
> Currently, any Gump project with a <maven /> tag fails when running on a Windows platform.  The underlying reason is that Maven (or at least v1.0.2) is too brain-dead to parse 'project.properties' other than by using j.u.Properties.  As a result, the standard Windows File.separator of "\" is considered to be a quote character, and is dropped from the jarpath of the dependancies.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


[jira] Commented: (GUMP-157) Gump builds fail on Windows when projects include tags

Posted by "Stefan Bodewig (JIRA)" <ge...@gump.apache.org>.
    [ http://issues.apache.org/jira/browse/GUMP-157?page=comments#action_12357010 ] 

Stefan Bodewig commented on GUMP-157:
-------------------------------------

Apache committers only have commit access to the metadata, but not Gump's code.  Only people asking for access get karma to the later - and I just considered this entry such a request ;-)

Go ahead, Bill.

> Gump builds fail on Windows when projects include <maven /> tags
> ----------------------------------------------------------------
>
>          Key: GUMP-157
>          URL: http://issues.apache.org/jira/browse/GUMP-157
>      Project: Gump
>         Type: Bug
>   Components: Python-based Gump
>  Environment: Windows
>     Reporter: Bill Barker
>     Priority: Minor
>  Attachments: maven.diff
>
> Currently, any Gump project with a <maven /> tag fails when running on a Windows platform.  The underlying reason is that Maven (or at least v1.0.2) is too brain-dead to parse 'project.properties' other than by using j.u.Properties.  As a result, the standard Windows File.separator of "\" is considered to be a quote character, and is dropped from the jarpath of the dependancies.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org