You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Florian Holeczek (JIRA)" <ji...@apache.org> on 2008/07/08 09:55:34 UTC

[jira] Created: (JSPWIKI-312) maybe error in the ant script

maybe error in the ant script
-----------------------------

                 Key: JSPWIKI-312
                 URL: https://issues.apache.org/jira/browse/JSPWIKI-312
             Project: JSPWiki
          Issue Type: Bug
    Affects Versions: 2.7.x
         Environment: Windows XP, Eclipse 3.3
            Reporter: Florian Holeczek
            Priority: Minor
         Attachments: buildoutput.png

Already wrote this to the list, just filing it now:

For some time I'm getting a red output "" while building JSPWiki. Screenshot is attached, I don't know whether it's an error or not.
Maybe someone knows better?

Reply by Janne:
{quote}
Looks like it.  Need to investigate what is going on though - could be that we're not getting the javascripts compressed.
{quote}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JSPWIKI-312) maybe error in the ant script

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harry Metske resolved JSPWIKI-312.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.7.x

Fixed in JSPWiki 2.7.0-alpha-6

> maybe error in the ant script
> -----------------------------
>
>                 Key: JSPWIKI-312
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-312
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.7.x
>         Environment: Windows XP, Eclipse 3.3
>            Reporter: Florian Holeczek
>            Assignee: Harry Metske
>            Priority: Minor
>             Fix For: 2.7.x
>
>         Attachments: buildoutput.png, JSPWiki-312.patch
>
>
> Already wrote this to the list, just filing it now:
> For some time I'm getting a red output "" while building JSPWiki. Screenshot is attached, I don't know whether it's an error or not.
> Maybe someone knows better?
> Reply by Janne:
> {quote}
> Looks like it.  Need to investigate what is going on though - could be that we're not getting the javascripts compressed.
> {quote}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JSPWIKI-312) maybe error in the ant script

Posted by "Florian Holeczek (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Florian Holeczek updated JSPWIKI-312:
-------------------------------------

    Attachment: buildoutput.png

> maybe error in the ant script
> -----------------------------
>
>                 Key: JSPWIKI-312
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-312
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.7.x
>         Environment: Windows XP, Eclipse 3.3
>            Reporter: Florian Holeczek
>            Priority: Minor
>         Attachments: buildoutput.png
>
>
> Already wrote this to the list, just filing it now:
> For some time I'm getting a red output "" while building JSPWiki. Screenshot is attached, I don't know whether it's an error or not.
> Maybe someone knows better?
> Reply by Janne:
> {quote}
> Looks like it.  Need to investigate what is going on though - could be that we're not getting the javascripts compressed.
> {quote}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (JSPWIKI-312) maybe error in the ant script

Posted by "Harry Metske (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JSPWIKI-312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Harry Metske updated JSPWIKI-312:
---------------------------------

    Attachment: JSPWiki-312.patch

The path "webdocs/templates/default/skins/PlainVanilla 1024x768/skin.css" is passed as an argument to compressjs. Because it contains a blank, compressjs thinks it gets two parameters, this cause a syntax error, hence the rc=-1

It can be solved by putting single quotes around the argument (see attached patch).

> maybe error in the ant script
> -----------------------------
>
>                 Key: JSPWIKI-312
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-312
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.7.x
>         Environment: Windows XP, Eclipse 3.3
>            Reporter: Florian Holeczek
>            Priority: Minor
>         Attachments: buildoutput.png, JSPWiki-312.patch
>
>
> Already wrote this to the list, just filing it now:
> For some time I'm getting a red output "" while building JSPWiki. Screenshot is attached, I don't know whether it's an error or not.
> Maybe someone knows better?
> Reply by Janne:
> {quote}
> Looks like it.  Need to investigate what is going on though - could be that we're not getting the javascripts compressed.
> {quote}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.