You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Arnaud Heritier (JIRA)" <ji...@codehaus.org> on 2006/02/08 14:27:47 UTC

[jira] Created: (MPJALOPY-9) Jalopy Classes not found

Jalopy Classes not found
------------------------

         Key: MPJALOPY-9
         URL: http://jira.codehaus.org/browse/MPJALOPY-9
     Project: maven-jalopy-plugin
        Type: Bug

    Versions: 1.4    
    Reporter: Arnaud Heritier
 Assigned to: Arnaud Heritier 
    Priority: Blocker
     Fix For: 1.4.1


Mail from Wendy Smoak :
Twice now, on two different machines (same codebase, though,) the
Jalopy plugin was working fine and then suddenly stopped working with
the error below.

Full output of maven jalopy -X is here:
  http://wiki.wsmoak.net/cgi-bin/wiki.pl?Maven/Jalopy

The only thing that changed was Jalopy's config file.  Reverting those
changes to a known good state didn't help.  Other developers on the
project aren't having any trouble.  Obviously I've done *something* to
it (twice!) but I have no idea what.

Does anyone see anything that looks suspicious?

-Wendy

/svn/struts/current/action
$ maven jalopy
 __  __
|  \/  |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
|_|  |_\__,_|\_/\___|_||_|  v. 1.0.2

java.lang.ClassCastException: java.lang.String
       at de.hunsicker.jalopy.storage.Convention.synchronize(Convention.java:24
19)
       at de.hunsicker.jalopy.storage.Convention.synchronize(Convention.java:24
45)
       at de.hunsicker.jalopy.storage.Convention.<clinit>(Convention.java:211)
       at de.hunsicker.jalopy.plugin.ant.AntPlugin.<clinit>(AntPlugin.java:60)
       at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)

       at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
orAccessorImpl.java:39)
       at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
onstructorAccessorImpl.java:27)
       at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
       at org.apache.tools.ant.AntClassLoader.initializeClass(AntClassLoader.ja
va:490)
       at org.apache.tools.ant.taskdefs.Definer.addDefinition(Definer.java:231)

       at org.apache.tools.ant.taskdefs.Definer.execute(Definer.java:162)
       at org.apache.tools.ant.Task.perform(Task.java:341)
       at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:185)
...
build:start:

jalopy:taskdef:

java:prepare-filesystem:

java:compile:
   [echo] Compiling to c:\svn\struts\current\action/target/classes

BUILD FAILED
File...... c:\java\m1-repository\cache\maven-jalopy-plugin-1.3.1\plugin.jelly
Element... ant:jalopy
Line...... 64
Column.... 46
java.lang.NoClassDefFoundError
Total time: 2 seconds
Finished at: Tue Feb 07 22:20:09 GMT-07:00 2006

Arnaud's note :
I have a similar error with the jalopy plugin 1.4 and maven 1.1 beta 3

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Updated: (MPJALOPY-9) Jalopy Classes not found

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPJALOPY-9?page=all ]

Arnaud Heritier updated MPJALOPY-9:
-----------------------------------

    Version: 1.3.1

> Jalopy Classes not found
> ------------------------
>
>          Key: MPJALOPY-9
>          URL: http://jira.codehaus.org/browse/MPJALOPY-9
>      Project: maven-jalopy-plugin
>         Type: Bug

>     Versions: 1.3.1, 1.4
>     Reporter: Arnaud Heritier
>     Assignee: Arnaud Heritier
>     Priority: Blocker
>      Fix For: 1.4.1

>
>
> Mail from Wendy Smoak :
> Twice now, on two different machines (same codebase, though,) the
> Jalopy plugin was working fine and then suddenly stopped working with
> the error below.
> Full output of maven jalopy -X is here:
>   http://wiki.wsmoak.net/cgi-bin/wiki.pl?Maven/Jalopy
> The only thing that changed was Jalopy's config file.  Reverting those
> changes to a known good state didn't help.  Other developers on the
> project aren't having any trouble.  Obviously I've done *something* to
> it (twice!) but I have no idea what.
> Does anyone see anything that looks suspicious?
> -Wendy
> /svn/struts/current/action
> $ maven jalopy
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
> java.lang.ClassCastException: java.lang.String
>        at de.hunsicker.jalopy.storage.Convention.synchronize(Convention.java:24
> 19)
>        at de.hunsicker.jalopy.storage.Convention.synchronize(Convention.java:24
> 45)
>        at de.hunsicker.jalopy.storage.Convention.<clinit>(Convention.java:211)
>        at de.hunsicker.jalopy.plugin.ant.AntPlugin.<clinit>(AntPlugin.java:60)
>        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
> orAccessorImpl.java:39)
>        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
> onstructorAccessorImpl.java:27)
>        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
>        at org.apache.tools.ant.AntClassLoader.initializeClass(AntClassLoader.ja
> va:490)
>        at org.apache.tools.ant.taskdefs.Definer.addDefinition(Definer.java:231)
>        at org.apache.tools.ant.taskdefs.Definer.execute(Definer.java:162)
>        at org.apache.tools.ant.Task.perform(Task.java:341)
>        at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:185)
> ...
> build:start:
> jalopy:taskdef:
> java:prepare-filesystem:
> java:compile:
>    [echo] Compiling to c:\svn\struts\current\action/target/classes
> BUILD FAILED
> File...... c:\java\m1-repository\cache\maven-jalopy-plugin-1.3.1\plugin.jelly
> Element... ant:jalopy
> Line...... 64
> Column.... 46
> java.lang.NoClassDefFoundError
> Total time: 2 seconds
> Finished at: Tue Feb 07 22:20:09 GMT-07:00 2006
> Arnaud's note :
> I have a similar error with the jalopy plugin 1.4 and maven 1.1 beta 3

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org


[jira] Closed: (MPJALOPY-9) Jalopy Classes not found

Posted by "Arnaud Heritier (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MPJALOPY-9?page=all ]
     
Arnaud Heritier closed MPJALOPY-9:
----------------------------------

    Resolution: Fixed

Fixed. A Snapshot is deployed.

> Jalopy Classes not found
> ------------------------
>
>          Key: MPJALOPY-9
>          URL: http://jira.codehaus.org/browse/MPJALOPY-9
>      Project: maven-jalopy-plugin
>         Type: Bug

>     Versions: 1.3.1, 1.4
>     Reporter: Arnaud Heritier
>     Assignee: Arnaud Heritier
>     Priority: Blocker
>      Fix For: 1.4.1

>
>
> Mail from Wendy Smoak :
> Twice now, on two different machines (same codebase, though,) the
> Jalopy plugin was working fine and then suddenly stopped working with
> the error below.
> Full output of maven jalopy -X is here:
>   http://wiki.wsmoak.net/cgi-bin/wiki.pl?Maven/Jalopy
> The only thing that changed was Jalopy's config file.  Reverting those
> changes to a known good state didn't help.  Other developers on the
> project aren't having any trouble.  Obviously I've done *something* to
> it (twice!) but I have no idea what.
> Does anyone see anything that looks suspicious?
> -Wendy
> /svn/struts/current/action
> $ maven jalopy
>  __  __
> |  \/  |__ _Apache__ ___
> | |\/| / _` \ V / -_) ' \  ~ intelligent projects ~
> |_|  |_\__,_|\_/\___|_||_|  v. 1.0.2
> java.lang.ClassCastException: java.lang.String
>        at de.hunsicker.jalopy.storage.Convention.synchronize(Convention.java:24
> 19)
>        at de.hunsicker.jalopy.storage.Convention.synchronize(Convention.java:24
> 45)
>        at de.hunsicker.jalopy.storage.Convention.<clinit>(Convention.java:211)
>        at de.hunsicker.jalopy.plugin.ant.AntPlugin.<clinit>(AntPlugin.java:60)
>        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
>        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstruct
> orAccessorImpl.java:39)
>        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingC
> onstructorAccessorImpl.java:27)
>        at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
>        at org.apache.tools.ant.AntClassLoader.initializeClass(AntClassLoader.ja
> va:490)
>        at org.apache.tools.ant.taskdefs.Definer.addDefinition(Definer.java:231)
>        at org.apache.tools.ant.taskdefs.Definer.execute(Definer.java:162)
>        at org.apache.tools.ant.Task.perform(Task.java:341)
>        at org.apache.commons.jelly.tags.ant.AntTag.doTag(AntTag.java:185)
> ...
> build:start:
> jalopy:taskdef:
> java:prepare-filesystem:
> java:compile:
>    [echo] Compiling to c:\svn\struts\current\action/target/classes
> BUILD FAILED
> File...... c:\java\m1-repository\cache\maven-jalopy-plugin-1.3.1\plugin.jelly
> Element... ant:jalopy
> Line...... 64
> Column.... 46
> java.lang.NoClassDefFoundError
> Total time: 2 seconds
> Finished at: Tue Feb 07 22:20:09 GMT-07:00 2006
> Arnaud's note :
> I have a similar error with the jalopy plugin 1.4 and maven 1.1 beta 3

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org