You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Donald Woods (JIRA)" <ji...@apache.org> on 2007/08/14 17:33:32 UTC

[jira] Created: (GERONIMO-3410) jspc-maven-plugin-2.0-alpha-1 is causing build failures on Windows

jspc-maven-plugin-2.0-alpha-1 is causing build failures on Windows
------------------------------------------------------------------

                 Key: GERONIMO-3410
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3410
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: buildsystem
    Affects Versions: 2.0, 2.0.x
         Environment: WinXP
            Reporter: Donald Woods
            Assignee: Donald Woods
            Priority: Critical
             Fix For: 2.0.x


http://repository.codehaus.org/org/codehaus/mojo/jspc/jspc-compiler
-tomcat6/2.0-alpha-1/jspc-compiler-tomcat6-2.0-alpha-1.jar
4K downloaded
[INFO] [jspc:compile {execution: default}]
[INFO]

------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO]

------------------------------------------------------------------------
[INFO] null
Illegal character in path at index 18: file:/C:/Documents and
Settings/Anita/.m2
/repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
[INFO]

------------------------------------------------------------------------
[INFO] Trace
java.lang.IllegalArgumentException
       at java.net.URI.create(URI.java:842)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)


The jspc-maven-plugin-2.0-alpha-1.jar is to blame. I still had a copy of the last alpha-1-SNAPSHOT laying around (jspc-maven-plugin-2.0-alpha-1-20070806.170854-1.jar) and copied it over the released alpha-1.jar from 8/8 and my builds starting working again on WinXP....

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


[jira] Commented: (GERONIMO-3410) jspc-maven-plugin-2.0-alpha-1 is causing build failures on Windows

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12590933#action_12590933 ] 

Jason Dillon commented on GERONIMO-3410:
----------------------------------------

The latest version (2.0-alpha-2-SNAPSHOT) of the jspc-maven-plugin, should resolve this problem.

> jspc-maven-plugin-2.0-alpha-1 is causing build failures on Windows
> ------------------------------------------------------------------
>
>                 Key: GERONIMO-3410
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3410
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: buildsystem
>    Affects Versions: 2.0, 2.0.x
>         Environment: WinXP
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Critical
>             Fix For: 2.0.1
>
>
> http://repository.codehaus.org/org/codehaus/mojo/jspc/jspc-compiler
> -tomcat6/2.0-alpha-1/jspc-compiler-tomcat6-2.0-alpha-1.jar
> 4K downloaded
> [INFO] [jspc:compile {execution: default}]
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] null
> Illegal character in path at index 18: file:/C:/Documents and
> Settings/Anita/.m2
> /repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Trace
> java.lang.IllegalArgumentException
>        at java.net.URI.create(URI.java:842)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> The jspc-maven-plugin-2.0-alpha-1.jar is to blame. I still had a copy of the last alpha-1-SNAPSHOT laying around (jspc-maven-plugin-2.0-alpha-1-20070806.170854-1.jar) and copied it over the released alpha-1.jar from 8/8 and my builds starting working again on WinXP....

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


[jira] Updated: (GERONIMO-3410) jspc-maven-plugin-2.0-alpha-1 is causing build failures on Windows

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

Donald Woods updated GERONIMO-3410:
-----------------------------------

    Fix Version/s:     (was: 2.0.x)
                   2.0.1

> jspc-maven-plugin-2.0-alpha-1 is causing build failures on Windows
> ------------------------------------------------------------------
>
>                 Key: GERONIMO-3410
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3410
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: buildsystem
>    Affects Versions: 2.0, 2.0.x
>         Environment: WinXP
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Critical
>             Fix For: 2.0.1
>
>
> http://repository.codehaus.org/org/codehaus/mojo/jspc/jspc-compiler
> -tomcat6/2.0-alpha-1/jspc-compiler-tomcat6-2.0-alpha-1.jar
> 4K downloaded
> [INFO] [jspc:compile {execution: default}]
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] null
> Illegal character in path at index 18: file:/C:/Documents and
> Settings/Anita/.m2
> /repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Trace
> java.lang.IllegalArgumentException
>        at java.net.URI.create(URI.java:842)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> The jspc-maven-plugin-2.0-alpha-1.jar is to blame. I still had a copy of the last alpha-1-SNAPSHOT laying around (jspc-maven-plugin-2.0-alpha-1-20070806.170854-1.jar) and copied it over the released alpha-1.jar from 8/8 and my builds starting working again on WinXP....

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


[jira] Commented: (GERONIMO-3410) jspc-maven-plugin-2.0-alpha-1 is causing build failures on Windows

Posted by "Jason Dillon (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12519787 ] 

Jason Dillon commented on GERONIMO-3410:
----------------------------------------

Bah... windows is to blame :-P

> jspc-maven-plugin-2.0-alpha-1 is causing build failures on Windows
> ------------------------------------------------------------------
>
>                 Key: GERONIMO-3410
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3410
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: buildsystem
>    Affects Versions: 2.0, 2.0.x
>         Environment: WinXP
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Critical
>             Fix For: 2.0.x
>
>
> http://repository.codehaus.org/org/codehaus/mojo/jspc/jspc-compiler
> -tomcat6/2.0-alpha-1/jspc-compiler-tomcat6-2.0-alpha-1.jar
> 4K downloaded
> [INFO] [jspc:compile {execution: default}]
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] null
> Illegal character in path at index 18: file:/C:/Documents and
> Settings/Anita/.m2
> /repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Trace
> java.lang.IllegalArgumentException
>        at java.net.URI.create(URI.java:842)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> The jspc-maven-plugin-2.0-alpha-1.jar is to blame. I still had a copy of the last alpha-1-SNAPSHOT laying around (jspc-maven-plugin-2.0-alpha-1-20070806.170854-1.jar) and copied it over the released alpha-1.jar from 8/8 and my builds starting working again on WinXP....

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


[jira] Resolved: (GERONIMO-3410) jspc-maven-plugin-2.0-alpha-1 is causing build failures on Windows

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

Donald Woods resolved GERONIMO-3410.
------------------------------------

    Resolution: Fixed

Fixed in 2.0.2-SNAPSHOT.
Will integrate into 2.0.1 if everyone agrees.


> jspc-maven-plugin-2.0-alpha-1 is causing build failures on Windows
> ------------------------------------------------------------------
>
>                 Key: GERONIMO-3410
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3410
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: buildsystem
>    Affects Versions: 2.0, 2.0.x
>         Environment: WinXP
>            Reporter: Donald Woods
>            Assignee: Donald Woods
>            Priority: Critical
>             Fix For: 2.0.x
>
>
> http://repository.codehaus.org/org/codehaus/mojo/jspc/jspc-compiler
> -tomcat6/2.0-alpha-1/jspc-compiler-tomcat6-2.0-alpha-1.jar
> 4K downloaded
> [INFO] [jspc:compile {execution: default}]
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] FATAL ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] null
> Illegal character in path at index 18: file:/C:/Documents and
> Settings/Anita/.m2
> /repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Trace
> java.lang.IllegalArgumentException
>        at java.net.URI.create(URI.java:842)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> The jspc-maven-plugin-2.0-alpha-1.jar is to blame. I still had a copy of the last alpha-1-SNAPSHOT laying around (jspc-maven-plugin-2.0-alpha-1-20070806.170854-1.jar) and copied it over the released alpha-1.jar from 8/8 and my builds starting working again on WinXP....

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